<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_.NET学习记录</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/18464/rss</id><updated>2007-02-04T07:16:16Z</updated><author><name>wander</name><uri>http://www.cnblogs.com/wander/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wander/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/18464/rss"/><entry><id>http://www.cnblogs.com/wander/archive/2007/02/04/639576.html</id><title type="text">代码编写规范说明书（c#.net与asp.net）转</title><summary type="text">目 录1 目的 2 范围 3 注释规范 　　3.1 概述　　3.2 自建代码文件注释　　3.3 模块（类）注释　　3.4 类属性注释　　3.5 方法注释　　3.6 代码间注释4 命名总体规则5 命名规范　　5.1 变量（Variable）命名　　5.2 常量命名　　5.3 类（Class）命名　　5.4 接口（Interface）命名　　5.5 方法（Method）命名　　5.6 名称空间Name...</summary><published>2007-02-04T07:16:00Z</published><updated>2007-02-04T07:16:00Z</updated><author><name>wander</name><uri>http://www.cnblogs.com/wander/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wander/archive/2007/02/04/639576.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wander/archive/2007/02/04/639576.html"/></entry><entry><id>http://www.cnblogs.com/wander/archive/2007/02/04/639574.html</id><title type="text">常用正则表达式</title><summary type="text">正则表达式用于字符串处理、表单验证等场合，实用高效。现将一些常用的表达式收集于此，以备不时之需。匹配中文字符的正则表达式： [\u4e00-\u9fa5]评注：匹配中文还真是个头疼的事，有了这个表达式就好办了匹配双字节字符(包括汉字在内)：[^\x00-\xff]评注：可以用来计算字符串的长度（一个双字节字符长度计2，ASCII字符计1）匹配空白行的正则表达式：\n\s*\r评注：可以用来删除空白...</summary><published>2007-02-04T07:15:00Z</published><updated>2007-02-04T07:15:00Z</updated><author><name>wander</name><uri>http://www.cnblogs.com/wander/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wander/archive/2007/02/04/639574.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wander/archive/2007/02/04/639574.html"/></entry><entry><id>http://www.cnblogs.com/wander/archive/2007/02/04/639572.html</id><title type="text">b/s开发常用javaScript技术分类</title><summary type="text">一、验证类1、数字验证内1.1 整数1.2 大于0的整数 （用于传来的ID的验证)1.3 负整数的验证1.4 整数不能大于iMax1.5 整数不能小于iMin2、时间类2.1 短时间，形如 (13:04:06)2.2 短日期，形如 (2003-12-05)2.3 长时间，形如 (2003-12-05 13:04:06)2.4 只有年和月。形如(2003-05,或者2003-5)2.5 只有小时和分...</summary><published>2007-02-04T07:12:00Z</published><updated>2007-02-04T07:12:00Z</updated><author><name>wander</name><uri>http://www.cnblogs.com/wander/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wander/archive/2007/02/04/639572.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wander/archive/2007/02/04/639572.html"/></entry><entry><id>http://www.cnblogs.com/wander/archive/2006/12/25/602953.html</id><title type="text">在c#中如何在WINDOWS FORM 中访问超级链接? </title><summary type="text">比如说,你要点一下按钮,就访问google,那就拖个button出来,写入下代码,记得添加引用:using System.Diagnostics; private void button1_Click(object sender, EventArgs e) { Process myProcess = new Process(); myProcess.StartInfo.FileName = "ie...</summary><published>2006-12-25T05:10:00Z</published><updated>2006-12-25T05:10:00Z</updated><author><name>wander</name><uri>http://www.cnblogs.com/wander/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wander/archive/2006/12/25/602953.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wander/archive/2006/12/25/602953.html"/></entry><entry><id>http://www.cnblogs.com/wander/archive/2006/12/12/589960.html</id><title type="text">收藏</title><summary type="text">http://dev.yesky.com/msdn/316/2456816.shtml天极（投票）http://tech.163.com/special/000915SN/stvs2005.htmlhttp://tech.163.com/special/A/0009159F/ASP.net.htmlASP.NET 2.0 XML高级编程(第三版) http://book.csdn.net/book...</summary><published>2006-12-12T08:12:00Z</published><updated>2006-12-12T08:12:00Z</updated><author><name>wander</name><uri>http://www.cnblogs.com/wander/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wander/archive/2006/12/12/589960.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wander/archive/2006/12/12/589960.html"/></entry><entry><id>http://www.cnblogs.com/wander/archive/2006/10/16/530461.html</id><title type="text">Meta标签详解</title><summary type="text">Meta标签详解，在网上转的，希望对大家有用　　引言 　　您的个人网站即使做得再精彩，在&amp;#8220;浩瀚如海&amp;#8221;的网络空间中，也如一叶扁舟不易为人发现，如何推广个人网站，人们首先想到的方法无外乎以下几种：　　　　●　在搜索引擎中登录自己的个人网站　　　　●　在知名网站加入你个人网站的链接 　　●　在论坛中发帖子宣传你的个人网站 　　很多人却忽视了HTML标签META的强大功效，一个好的...</summary><published>2006-10-16T08:49:00Z</published><updated>2006-10-16T08:49:00Z</updated><author><name>wander</name><uri>http://www.cnblogs.com/wander/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wander/archive/2006/10/16/530461.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wander/archive/2006/10/16/530461.html"/></entry><entry><id>http://www.cnblogs.com/wander/archive/2006/10/13/528375.html</id><title type="text">在ASP.NET中上传图片并生成带版权信息的缩略图</title><summary type="text">在ASP.NET中上传图片并生成带版权信息的缩略图</summary><published>2006-10-13T07:58:00Z</published><updated>2006-10-13T07:58:00Z</updated><author><name>wander</name><uri>http://www.cnblogs.com/wander/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wander/archive/2006/10/13/528375.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wander/archive/2006/10/13/528375.html"/></entry><entry><id>http://www.cnblogs.com/wander/archive/2006/10/12/527334.html</id><title type="text">ASP.NET 数据绑定常用代码 (转)</title><summary type="text">用DataBinder.eval 绑定不必关心数据来源(Dataread或dataset)。不必关心数据的类型eval会把这个数据对象转换为一个字符串。在底层绑定做了很多工作，使用了反射性能。正因为使用方便了，但却影响了数据性能。当于dataset绑定时，DataItem其实式一个DataRowView（如果绑定的是一个数据读取器（dataread）它就是一个IdataRecord。）因此直接转换...</summary><published>2006-10-12T06:17:00Z</published><updated>2006-10-12T06:17:00Z</updated><author><name>wander</name><uri>http://www.cnblogs.com/wander/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wander/archive/2006/10/12/527334.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wander/archive/2006/10/12/527334.html"/></entry><entry><id>http://www.cnblogs.com/wander/archive/2006/09/19/508648.html</id><title type="text">Ajax无刷新实现图片切换特效</title><summary type="text">Ajax无刷新实现图片切换特效</summary><published>2006-09-19T09:04:00Z</published><updated>2006-09-19T09:04:00Z</updated><author><name>wander</name><uri>http://www.cnblogs.com/wander/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wander/archive/2006/09/19/508648.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wander/archive/2006/09/19/508648.html"/></entry><entry><id>http://www.cnblogs.com/wander/archive/2006/09/07/497447.html</id><title type="text">在.NET下多层架构企业管理系统的开发</title><summary type="text"/><published>2006-09-07T05:39:00Z</published><updated>2006-09-07T05:39:00Z</updated><author><name>wander</name><uri>http://www.cnblogs.com/wander/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wander/archive/2006/09/07/497447.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wander/archive/2006/09/07/497447.html"/></entry></feed>
