<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_十二随风 ※ 雪舞涟漪</title><subtitle type="text">程序员是男人，语言是女人。每个男人都想有很多女人，但不是每个男人都了解一个女人。</subtitle><id>http://feed.cnblogs.com/blog/u/18261/rss</id><updated>2008-11-07T03:50:38Z</updated><author><name>十二随风</name><uri>http://www.cnblogs.com/zhouxiaxue/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zhouxiaxue/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/18261/rss"/><entry><id>http://www.cnblogs.com/zhouxiaxue/archive/2008/11/07/1328733.html</id><title type="text">Windows Server 2008常用优化设置</title><summary type="text">Windows 2008常用 优化设置1.如何关闭UAC？ 控制面板&amp;#8594;用户帐户&amp;#8594;打开或关闭用户账户控制&amp;#8594;取消使用用户账户控制（UAC）帮助保护您的计算机。 2.如何取消开机按 CTRL+ALT+DEL登陆？ 控制面板&amp;#8594;管理工具&amp;#8594;本地安全策略&amp;#8594;本地策略&amp;#8594;安全选项&amp;#8594;交互式登陆：无须按CTRL+ALT+DEL...</summary><published>2008-11-07T03:51:00Z</published><updated>2008-11-07T03:51:00Z</updated><author><name>十二随风</name><uri>http://www.cnblogs.com/zhouxiaxue/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zhouxiaxue/archive/2008/11/07/1328733.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zhouxiaxue/archive/2008/11/07/1328733.html"/></entry><entry><id>http://www.cnblogs.com/zhouxiaxue/archive/2007/02/01/636531.html</id><title type="text">ASP.NET程序中常用的三十三种代码(转载)</title><summary type="text">asp.net程序中最常用的三十三种编程代码,为初学者多多积累经验,为高手们归纳总结,看了觉得很有价值~,大家不妨参考下!</summary><published>2007-02-01T01:50:00Z</published><updated>2007-02-01T01:50:00Z</updated><author><name>十二随风</name><uri>http://www.cnblogs.com/zhouxiaxue/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zhouxiaxue/archive/2007/02/01/636531.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zhouxiaxue/archive/2007/02/01/636531.html"/></entry><entry><id>http://www.cnblogs.com/zhouxiaxue/archive/2007/01/31/635872.html</id><title type="text">.NET中如何取得汉字或者拼音首字母（附源代码）</title><summary type="text">今天特把以前程序开发中的一段代码翻出来，方便大家一起学习、交流。&#xD;</summary><published>2007-01-31T07:38:00Z</published><updated>2007-01-31T07:38:00Z</updated><author><name>十二随风</name><uri>http://www.cnblogs.com/zhouxiaxue/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zhouxiaxue/archive/2007/01/31/635872.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zhouxiaxue/archive/2007/01/31/635872.html"/></entry><entry><id>http://www.cnblogs.com/zhouxiaxue/archive/2007/01/31/635798.html</id><title type="text">c#2.0新特性：（三）迭代器（Iterators）</title><summary type="text">C#2.0中的迭代器可以更加方便地编写应用于foreach语句的枚举集合。</summary><published>2007-01-31T06:36:00Z</published><updated>2007-01-31T06:36:00Z</updated><author><name>十二随风</name><uri>http://www.cnblogs.com/zhouxiaxue/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zhouxiaxue/archive/2007/01/31/635798.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zhouxiaxue/archive/2007/01/31/635798.html"/></entry><entry><id>http://www.cnblogs.com/zhouxiaxue/archive/2007/01/31/635793.html</id><title type="text">c#2.0新特性：（二）匿名方法（Anonymous Methods）</title><summary type="text">C#2.0中匿名方法允许将与一个委托关联的代码（通常指方法实体）&amp;#8220;内嵌&amp;#8221;到使用委托的地方，这样委托和方法实体都集中在一起，并且可以省略委托所代表的方法名称。另外，匿名方法能够共享对本地语句所包含函数成员的访问。</summary><published>2007-01-31T06:33:00Z</published><updated>2007-01-31T06:33:00Z</updated><author><name>十二随风</name><uri>http://www.cnblogs.com/zhouxiaxue/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zhouxiaxue/archive/2007/01/31/635793.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zhouxiaxue/archive/2007/01/31/635793.html"/></entry><entry><id>http://www.cnblogs.com/zhouxiaxue/archive/2007/01/31/635558.html</id><title type="text">c#2.0新特性：（一）泛型（Generics）</title><summary type="text">为了提高应用程序的效率和可用性，C#2.0引入了泛型概念.C#泛型有些类似C++的摸版。（一）特点泛型具有以下功能特点：一、使用泛型可以定义类型安全的数据结构，而无需使用实际的数据类型。二、通过使用泛型，能够将数据类型参数化，以此完成代码重用的目标。这一参数可以应用在类、方法、结构、接口、委托等设计中。三、泛型可提供编译期间的类型检查，减少不必要的显式类型转换，减少不必要的装箱操作，从而提高应用程...</summary><published>2007-01-31T03:21:00Z</published><updated>2007-01-31T03:21:00Z</updated><author><name>十二随风</name><uri>http://www.cnblogs.com/zhouxiaxue/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zhouxiaxue/archive/2007/01/31/635558.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zhouxiaxue/archive/2007/01/31/635558.html"/></entry><entry><id>http://www.cnblogs.com/zhouxiaxue/archive/2007/01/17/622638.html</id><title type="text">SQL语句导入导出大全(转载)</title><summary type="text">SQL语句导入导出大全，包括excel,access- - /*******导出到excelEXECmaster..xp_cmdshell&amp;#8217;bcpSettleDB.dbo.shanghuoutc:\temp1.xls-c-q-S"GNETDATA/GNETDATA"-U"sa"-P""&amp;#8217;/***********导入ExcelSELECT*FROMOpenDataSource...</summary><published>2007-01-17T05:48:00Z</published><updated>2007-01-17T05:48:00Z</updated><author><name>十二随风</name><uri>http://www.cnblogs.com/zhouxiaxue/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zhouxiaxue/archive/2007/01/17/622638.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zhouxiaxue/archive/2007/01/17/622638.html"/></entry><entry><id>http://www.cnblogs.com/zhouxiaxue/archive/2007/01/17/622375.html</id><title type="text">SQL数据库的打包部署安装</title><summary type="text">目的：在客户端服务器上&amp;#8221;附加数据库文件&amp;#8221;。一).创建部署项目1. 打开VS.NET2005。2．在&amp;#8220;文件&amp;#8221;菜单上指向&amp;#8220;新建项目&amp;#8221;。3. 在&amp;#8220;新建项目&amp;#8221;对话框中，选择&amp;#8220;项目类型&amp;#8221;窗格中的&amp;#8221;其他项目类型&amp;#8221;中的&amp;#8220;安装和部署&amp;#8221;，然后选择&amp;#...</summary><published>2007-01-17T02:56:00Z</published><updated>2007-01-17T02:56:00Z</updated><author><name>十二随风</name><uri>http://www.cnblogs.com/zhouxiaxue/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zhouxiaxue/archive/2007/01/17/622375.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zhouxiaxue/archive/2007/01/17/622375.html"/></entry><entry><id>http://www.cnblogs.com/zhouxiaxue/archive/2006/12/30/607874.html</id><title type="text">ClickOnce部署WinForm应用程序</title><summary type="text">ClickOnce 打包部署WinForm 应用程序1.在VS.NET2005中打开工程。2.在&amp;#8221;解决方案资源管理器&amp;#8221;中选择&amp;#8221; BudgetMain&amp;#8221;，然后右键选择 属性。3.在属性对话框的左边选择 &amp;#8220;发布&amp;#8221; 选项。如下图所示： 下面是关于几个属性的设置：A.发布位置：所表示的意思是：把打包后的程序放在什么位置。我们设置在文件...</summary><published>2006-12-30T06:18:00Z</published><updated>2006-12-30T06:18:00Z</updated><author><name>十二随风</name><uri>http://www.cnblogs.com/zhouxiaxue/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zhouxiaxue/archive/2006/12/30/607874.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zhouxiaxue/archive/2006/12/30/607874.html"/></entry><entry><id>http://www.cnblogs.com/zhouxiaxue/archive/2006/06/16/427809.html</id><title type="text">如何在DataGrid控件中实现自定义分页</title><summary type="text">在一般情况下,DataGrid控件每次实现翻页操作时,都会将数据源中的数据重新调用一次,当数据中数据很多时,这样做就会很浪费系统资源和降低程序的执行效率.这时候我们一般通过自定义分页来解决这个问题. DataGrid控件的AllowCustomPaging属性用来获取或设置DataGrid控件是否允许自定义分页;VirtualItemCoun属性用来获取或设置在使用自定义分页时DataGrid中实...</summary><published>2006-06-16T12:02:00Z</published><updated>2006-06-16T12:02:00Z</updated><author><name>十二随风</name><uri>http://www.cnblogs.com/zhouxiaxue/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zhouxiaxue/archive/2006/06/16/427809.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zhouxiaxue/archive/2006/06/16/427809.html"/></entry></feed>
