<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_小子好黑</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/27464/rss</id><updated>2008-01-09T05:39:44Z</updated><author><name>小子好黑</name><uri>http://www.cnblogs.com/cnzhouhai/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnzhouhai/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/27464/rss"/><entry><id>http://www.cnblogs.com/cnzhouhai/archive/2008/01/08/1029928.html</id><title type="text">vs2005常用快捷键</title><summary type="text">VS2003/VS2005 常用快捷键 Visual Studio 2003/Visual Studio 2005常用快捷键(快捷方式) 调试快捷键 F6: 生成解决方案 Ctrl+F6: 生成当前项目 F7: 查看代码 Shift+F7: 查看窗体设计器 F5: 启动调试 Ctrl+F5: 开始执行(不调试) Shift+F5: 停止调试 Ctrl+Shift+F5: ...</summary><published>2008-01-08T02:19:00Z</published><updated>2008-01-08T02:19:00Z</updated><author><name>小子好黑</name><uri>http://www.cnblogs.com/cnzhouhai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cnzhouhai/archive/2008/01/08/1029928.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnzhouhai/archive/2008/01/08/1029928.html"/><content type="text">VS2003/VS2005 常用快捷键 Visual Studio 2003/Visual Studio 2005常用快捷键(快捷方式) 调试快捷键 F6: 生成解决方案 Ctrl+F6: 生成当前项目 F7: 查看代码 Shift+F7: 查看窗体设计器 F5: 启动调试 Ctrl+F5: 开始执行(不调试) Shift+F5: 停止调试 Ctrl+Shift+F5: ...</content></entry><entry><id>http://www.cnblogs.com/cnzhouhai/archive/2007/12/21/1009240.html</id><title type="text">菜单</title><summary type="text">&lt;html &gt;&lt;head runat="server"&gt; &lt;title&gt;Menu&lt;/title&gt; &lt;style type="text/css"&gt; body{color:Black;font-size:10pt;line-height:25px;margin-top:0px; } #menu{float:left;border: 1px s...</summary><published>2007-12-21T07:31:00Z</published><updated>2007-12-21T07:31:00Z</updated><author><name>小子好黑</name><uri>http://www.cnblogs.com/cnzhouhai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cnzhouhai/archive/2007/12/21/1009240.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnzhouhai/archive/2007/12/21/1009240.html"/><content type="text">&lt;html &gt;&lt;head runat="server"&gt; &lt;title&gt;Menu&lt;/title&gt; &lt;style type="text/css"&gt; body{color:Black;font-size:10pt;line-height:25px;margin-top:0px; } #menu{float:left;border: 1px s...</content></entry><entry><id>http://www.cnblogs.com/cnzhouhai/archive/2007/12/19/1005640.html</id><title type="text">Wscript.shell</title><summary type="text">WshShell 对象 ProgID Wscript.Shell 文件名 WSHom.Ocx CLSID F935DC22-1CF0-11d0-ADB9-00C04FD58A0B IID F935DC21-1CF0-11d0-ADB9-00C04FD58A0B 下表说明和 WshShell 对象有关的属性。 属性 说明 Environment 返回 WshEnvironment 集合对象。 Spe...</summary><published>2007-12-19T04:12:00Z</published><updated>2007-12-19T04:12:00Z</updated><author><name>小子好黑</name><uri>http://www.cnblogs.com/cnzhouhai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cnzhouhai/archive/2007/12/19/1005640.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnzhouhai/archive/2007/12/19/1005640.html"/><content type="text">WshShell 对象 ProgID Wscript.Shell 文件名 WSHom.Ocx CLSID F935DC22-1CF0-11d0-ADB9-00C04FD58A0B IID F935DC21-1CF0-11d0-ADB9-00C04FD58A0B 下表说明和 WshShell 对象有关的属性。 属性 说明 Environment 返回 WshEnvironment 集合对象。 Spe...</content></entry><entry><id>http://www.cnblogs.com/cnzhouhai/archive/2007/11/27/973845.html</id><title type="text">收集一些常用的正则表达式</title><summary type="text">摘要：收集一些常用的正则表达式。正则表达式用于字符串处理，表单验证等场合，实用高效，但用到时总是不太把握，以致往往要上网查一番。我将一些常用的表达式收藏在这里，作备忘之用。本贴随时会更新。匹配中文字符的正则表达式： [\u4e00-\u9fa5]匹配双字节字符(包括汉字在内)：[^\x00-\xff]应用：计算字符串的长度（一个双字节字符长度计2，ASCII字符计1）String.prototyp...</summary><published>2007-11-27T03:49:00Z</published><updated>2007-11-27T03:49:00Z</updated><author><name>小子好黑</name><uri>http://www.cnblogs.com/cnzhouhai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cnzhouhai/archive/2007/11/27/973845.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnzhouhai/archive/2007/11/27/973845.html"/><content type="text">摘要：收集一些常用的正则表达式。正则表达式用于字符串处理，表单验证等场合，实用高效，但用到时总是不太把握，以致往往要上网查一番。我将一些常用的表达式收藏在这里，作备忘之用。本贴随时会更新。匹配中文字符的正则表达式： [\u4e00-\u9fa5]匹配双字节字符(包括汉字在内)：[^\x00-\xff]应用：计算字符串的长度（一个双字节字符长度计2，ASCII字符计1）String.prototyp...</content></entry><entry><id>http://www.cnblogs.com/cnzhouhai/archive/2007/11/20/965266.html</id><title type="text">WINDOWS自启动方式总结</title><summary type="text">一.自启动项目: 开始---程序---启动,里面添加一些应用程序或者快捷方式. 这是Windows里面最常见,以及应用最简单的启动方式,如果想一些文件开机时候启动,那么也可以将他拖入里面或者建立快捷方式拖入里面.现在一般的病毒不会采取这样的启动手法.也有个别会. 路径:C:\DocumentsandSettings\Owner\「开始」菜单\程序\启动 二.第二自启动项目: 这个是很明显却被人们所...</summary><published>2007-11-20T02:26:00Z</published><updated>2007-11-20T02:26:00Z</updated><author><name>小子好黑</name><uri>http://www.cnblogs.com/cnzhouhai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cnzhouhai/archive/2007/11/20/965266.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnzhouhai/archive/2007/11/20/965266.html"/><content type="text">一.自启动项目: 开始---程序---启动,里面添加一些应用程序或者快捷方式. 这是Windows里面最常见,以及应用最简单的启动方式,如果想一些文件开机时候启动,那么也可以将他拖入里面或者建立快捷方式拖入里面.现在一般的病毒不会采取这样的启动手法.也有个别会. 路径:C:\DocumentsandSettings\Owner\「开始」菜单\程序\启动 二.第二自启动项目: 这个是很明显却被人们所...</content></entry><entry><id>http://www.cnblogs.com/cnzhouhai/archive/2007/11/20/965261.html</id><title type="text">简单的C#面试题</title><summary type="text">传入某个属性的set方法的隐含参数的名称是什么？ value，它的类型和属性所声名的类型相同。 如何在C#中实现继承？ 在类名后加上一个冒号，再加上基类的名称。 C#支持多重继承么？ 类之间不支持，接口之间支持。类对接口叫做实现，不叫继承。 被protected修饰的属性/方法在何处可以访问？ 在继承或间接继承与这个类的子类中可以访问。 私有成员会被继承么？ 会，但是不能被访问。所以看上去他们似乎...</summary><published>2007-11-20T02:21:00Z</published><updated>2007-11-20T02:21:00Z</updated><author><name>小子好黑</name><uri>http://www.cnblogs.com/cnzhouhai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cnzhouhai/archive/2007/11/20/965261.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnzhouhai/archive/2007/11/20/965261.html"/><content type="text">传入某个属性的set方法的隐含参数的名称是什么？ value，它的类型和属性所声名的类型相同。 如何在C#中实现继承？ 在类名后加上一个冒号，再加上基类的名称。 C#支持多重继承么？ 类之间不支持，接口之间支持。类对接口叫做实现，不叫继承。 被protected修饰的属性/方法在何处可以访问？ 在继承或间接继承与这个类的子类中可以访问。 私有成员会被继承么？ 会，但是不能被访问。所以看上去他们似乎...</content></entry><entry><id>http://www.cnblogs.com/cnzhouhai/archive/2007/11/04/949078.html</id><title type="text">写卡程序</title><summary type="text">自动检测移动存储设备,往里写入内容</summary><published>2007-11-04T11:01:00Z</published><updated>2007-11-04T11:01:00Z</updated><author><name>小子好黑</name><uri>http://www.cnblogs.com/cnzhouhai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cnzhouhai/archive/2007/11/04/949078.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnzhouhai/archive/2007/11/04/949078.html"/><content type="text">自动检测移动存储设备,往里写入内容</content></entry><entry><id>http://www.cnblogs.com/cnzhouhai/archive/2007/10/29/942000.html</id><title type="text">C#后台调用JS</title><summary type="text">前台:&lt;scripttype="text/javascript"&gt;functionmethod(){alert("zhouhai");}&lt;/script&gt;后台:Page.ClientScript.RegisterStartupScript(this.GetType(),"test","&lt;script&gt;method()&lt;/script&gt;");</summary><published>2007-10-29T12:24:00Z</published><updated>2007-10-29T12:24:00Z</updated><author><name>小子好黑</name><uri>http://www.cnblogs.com/cnzhouhai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cnzhouhai/archive/2007/10/29/942000.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnzhouhai/archive/2007/10/29/942000.html"/><content type="text">前台:&lt;scripttype="text/javascript"&gt;functionmethod(){alert("zhouhai");}&lt;/script&gt;后台:Page.ClientScript.RegisterStartupScript(this.GetType(),"test","&lt;script&gt;method()&lt;/script&gt;");</content></entry><entry><id>http://www.cnblogs.com/cnzhouhai/archive/2007/10/25/937310.html</id><title type="text">Request.ServerVariables获取环境变量</title><summary type="text">Request.ServerVariables("Url")返回服务器地址Request.ServerVariables("Path_Info")客户端提供的路径信息Request.ServerVariables("Appl_Physical_Path")与应用程序元数据库路径相应的物理路径Request.ServerVariables("Path_Translated")通过由虚拟至物理的映射后...</summary><published>2007-10-25T06:31:00Z</published><updated>2007-10-25T06:31:00Z</updated><author><name>小子好黑</name><uri>http://www.cnblogs.com/cnzhouhai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cnzhouhai/archive/2007/10/25/937310.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnzhouhai/archive/2007/10/25/937310.html"/><content type="text">Request.ServerVariables("Url")返回服务器地址Request.ServerVariables("Path_Info")客户端提供的路径信息Request.ServerVariables("Appl_Physical_Path")与应用程序元数据库路径相应的物理路径Request.ServerVariables("Path_Translated")通过由虚拟至物理的映射后...</content></entry><entry><id>http://www.cnblogs.com/cnzhouhai/archive/2007/10/23/935324.html</id><title type="text">直接创建一个DataTable,并为之添加数据(自定义DataTable)</title><summary type="text">DataTabledt=newDataTable("cart");DataColumndc1=newDataColumn("prizename",Type.GetType("System.String"));DataColumndc2=newDataColumn("point",Type.GetType("System.Int16"));DataColumndc3=newDataColumn("n...</summary><published>2007-10-23T14:51:00Z</published><updated>2007-10-23T14:51:00Z</updated><author><name>小子好黑</name><uri>http://www.cnblogs.com/cnzhouhai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cnzhouhai/archive/2007/10/23/935324.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnzhouhai/archive/2007/10/23/935324.html"/><content type="text">DataTabledt=newDataTable("cart");DataColumndc1=newDataColumn("prizename",Type.GetType("System.String"));DataColumndc2=newDataColumn("point",Type.GetType("System.Int16"));DataColumndc3=newDataColumn("n...</content></entry></feed>
