<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_.Net 进阶GOGOGO(Asp转型.NET过程)</title><subtitle type="text">--学习随笔</subtitle><id>http://feed.cnblogs.com/blog/u/19711/rss</id><updated>2007-04-21T08:19:51Z</updated><author><name>新世代三无人</name><uri>http://www.cnblogs.com/seebbs/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/seebbs/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/19711/rss"/><entry><id>http://www.cnblogs.com/seebbs/archive/2007/04/21/722219.html</id><title type="text">[收集]常用正则表达式</title><summary type="text">"^\d+$"　　//非负整数（正整数 + 0）"^[0-9]*[1-9][0-9]*$"　　//正整数"^((-\d+)|(0+))$"　　//非正整数（负整数 + 0）"^-[0-9]*[1-9][0-9]*$"　　//负整数"^-?\d+$"　　　　//整数"^\d+(\.\d+)?$"　　//非负浮点数（正浮点数 + 0）"^(([0-9]+\.[0-9]*[1-9][0-9]*)|([0...</summary><published>2007-04-21T08:20:00Z</published><updated>2007-04-21T08:20:00Z</updated><author><name>新世代三无人</name><uri>http://www.cnblogs.com/seebbs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/seebbs/archive/2007/04/21/722219.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/seebbs/archive/2007/04/21/722219.html"/></entry><entry><id>http://www.cnblogs.com/seebbs/archive/2007/04/16/715243.html</id><title type="text">Net下在线编辑器FCKeditor安装方法</title><summary type="text">版本：FCKeditor 2.4.3；语言环境：多国语言；特性功能：所见所得；支持平台众多；支持XHTML 1.0；文本格式设置；常见的编辑；复制、粘贴、撤销、文件上传等等功能；授权方式：开源且免费；官方地址：http://www.fckeditor.net/下载地址：http://www.fckeditor.net/download/default.html演示地址：http://www.fck...</summary><published>2007-04-16T06:09:00Z</published><updated>2007-04-16T06:09:00Z</updated><author><name>新世代三无人</name><uri>http://www.cnblogs.com/seebbs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/seebbs/archive/2007/04/16/715243.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/seebbs/archive/2007/04/16/715243.html"/></entry><entry><id>http://www.cnblogs.com/seebbs/archive/2007/04/11/709091.html</id><title type="text">什么是url重写(转)</title><summary type="text">URL 重写是截取传入 Web 请求并自动将请求重定向到其他 URL 的过程。比如浏览器发来请求 hostname/101.aspx ，服务器自动将这个请求中定向为http://hostname/list.aspx ?id=101。url重写的优点在于：l缩短url，隐藏实际路径提高安全性l易于用户记忆和键入。 l易于被搜索引擎收录二 实现url重写的基本方法1.下载ms的URLRewriter....</summary><published>2007-04-11T07:57:00Z</published><updated>2007-04-11T07:57:00Z</updated><author><name>新世代三无人</name><uri>http://www.cnblogs.com/seebbs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/seebbs/archive/2007/04/11/709091.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/seebbs/archive/2007/04/11/709091.html"/></entry><entry><id>http://www.cnblogs.com/seebbs/archive/2007/04/09/705585.html</id><title type="text">TreeView 控件 实例学习</title><summary type="text">TreeView Web 服务器控件用于以树形结构显示分层数据，如目录或文件目录。它支持以下功能：自动数据绑定，该功能允许将控件的节点绑定到分层数据（如 XML 文档）。通过与 SiteMapDataSource 控件集成提供对站点导航的支持。可以显示为可选择文本或超链接的节点文本。可通过主题、用户定义的图像和样式自定义外观。通过编程访问 TreeView 对象模型，使您可以动态地创建树，填充节点...</summary><published>2007-04-09T05:10:00Z</published><updated>2007-04-09T05:10:00Z</updated><author><name>新世代三无人</name><uri>http://www.cnblogs.com/seebbs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/seebbs/archive/2007/04/09/705585.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/seebbs/archive/2007/04/09/705585.html"/></entry><entry><id>http://www.cnblogs.com/seebbs/archive/2007/04/09/705563.html</id><title type="text">打开sln文件时，提示"无法从web项目获取项目文件"解决方法</title><summary type="text">通常在网上下载的.net源码,均会提示该错误,原因就是原作者制作时存放的位置和您现在放置的位置是不一置的,解决方法很简单,直接用记事本打开sln文件,将部中的Microsoft Visual Studio Solution File, Format Version 9.00# Visual Studio 2005Project("{E24C65DC-7377-472B-9ABA-BC803B73C...</summary><published>2007-04-09T04:54:00Z</published><updated>2007-04-09T04:54:00Z</updated><author><name>新世代三无人</name><uri>http://www.cnblogs.com/seebbs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/seebbs/archive/2007/04/09/705563.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/seebbs/archive/2007/04/09/705563.html"/></entry><entry><id>http://www.cnblogs.com/seebbs/archive/2006/08/03/466760.html</id><title type="text"> c#中Split等分割字符串的几种方法(转)</title><summary type="text">最近经常看到论坛中许多帖子询问如何使用split来分割字符串，我这里对split做一些简单的总结，希望能够对大家有所帮助。下面介绍几种方法：第一种方法：打开vs.net新建一个控制台项目。然后在Main()方法下输入下面的程序。  string s="abcdeabcdeabcde"; string[] sArray=s.Split('c'); foreach(string i in sArray...</summary><published>2006-08-03T06:21:00Z</published><updated>2006-08-03T06:21:00Z</updated><author><name>新世代三无人</name><uri>http://www.cnblogs.com/seebbs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/seebbs/archive/2006/08/03/466760.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/seebbs/archive/2006/08/03/466760.html"/></entry><entry><id>http://www.cnblogs.com/seebbs/archive/2006/07/31/464012.html</id><title type="text">反编译c#的DLL工具,学习的好东西呀</title><summary type="text">1、http://www.denisbauer.com/NETTools/FileDisassembler.aspx 下载FileDisassembler2、http://www.aisto.com/roeder/dotnet/ 下载Reflector ，最好下最新版的2.打开Reflector，在view菜单下的Add-Ins，将bin目录下的Reflector.FileDisassembler...</summary><published>2006-07-31T06:22:00Z</published><updated>2006-07-31T06:22:00Z</updated><author><name>新世代三无人</name><uri>http://www.cnblogs.com/seebbs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/seebbs/archive/2006/07/31/464012.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/seebbs/archive/2006/07/31/464012.html"/></entry><entry><id>http://www.cnblogs.com/seebbs/archive/2006/07/26/460238.html</id><title type="text">C#(IsNumeric) 字符串转换为数字的4种方法(转)</title><summary type="text">判断C#中的字符串是否是数字,如果是转换成int类型&amp;#160;1.通过正则表达式(可以判断正数和负数)public int IsNumeric(string str){ int i;if(str != null &amp;amp;&amp;amp; System.Text.RegularExpressions.Regex.IsMatch(str,@"^-?\d+$"))i = int.Parse(str);el...</summary><published>2006-07-26T08:31:00Z</published><updated>2006-07-26T08:31:00Z</updated><author><name>新世代三无人</name><uri>http://www.cnblogs.com/seebbs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/seebbs/archive/2006/07/26/460238.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/seebbs/archive/2006/07/26/460238.html"/></entry><entry><id>http://www.cnblogs.com/seebbs/archive/2006/07/26/460193.html</id><title type="text">DataBinder.Eval用法范例(转)</title><summary type="text">DataBinder.Eval用法范例//显示二位小数//&amp;lt;%# DataBinder.Eval(Container.DataItem, "UnitPrice", "${0:F2}") %&amp;gt; //{0:G}代表显示True或False//&amp;lt;ItemTemplate&amp;gt;// &amp;lt;asp:Image Width="12" Height="12" Border="0" runa...</summary><published>2006-07-26T07:48:00Z</published><updated>2006-07-26T07:48:00Z</updated><author><name>新世代三无人</name><uri>http://www.cnblogs.com/seebbs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/seebbs/archive/2006/07/26/460193.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/seebbs/archive/2006/07/26/460193.html"/></entry><entry><id>http://www.cnblogs.com/seebbs/archive/2006/07/26/460067.html</id><title type="text">Webconfig中使用appSettings设置连接字符串(转) </title><summary type="text">定义在web.config中的&amp;lt;appSettings&amp;gt;元素中的键值可被所有子文件夹中的aspz文件使用.方便修改多个aspx文件的数据.以数据库连接为例:1,web.config中...&amp;lt;/system.web&amp;gt;&amp;lt;appSettings&amp;gt;&amp;lt;add key = "Nwind"value = "server=(local)\NetSdk;database=N...</summary><published>2006-07-26T05:51:00Z</published><updated>2006-07-26T05:51:00Z</updated><author><name>新世代三无人</name><uri>http://www.cnblogs.com/seebbs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/seebbs/archive/2006/07/26/460067.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/seebbs/archive/2006/07/26/460067.html"/></entry></feed>
