<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Colorful Sky</title><subtitle type="text">zesting in .NET, VB and C#</subtitle><id>http://feed.cnblogs.com/blog/u/7140/rss</id><updated>2008-10-10T06:26:20Z</updated><author><name>zsi</name><uri>http://www.cnblogs.com/zsi/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zsi/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/7140/rss"/><entry><id>http://www.cnblogs.com/zsi/archive/2008/10/10/1307922.html</id><title type="text">GridView 绑定数据不满一页时填充空行的方法</title><summary type="text">ASP.NET学习笔记系列： GridView 始终显示 Pager 分页行的一种方法 ASP.NET 2.0 提供了非常强大的绑定能力，而 ASP.NET 2.0 新增的 GridView 控件更是充分体现和发挥了数据绑定强大的功能。GridView 的数据绑定和页面显示可以通过简单的代码实现，大大提高了开发效率。不过有个地方让人不爽，就是在使用分页时，如果绑定的数据不满一页，那么 GridVi...</summary><published>2008-10-10T06:23:00Z</published><updated>2008-10-10T06:23:00Z</updated><author><name>zsi</name><uri>http://www.cnblogs.com/zsi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zsi/archive/2008/10/10/1307922.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zsi/archive/2008/10/10/1307922.html"/></entry><entry><id>http://www.cnblogs.com/zsi/archive/2008/10/09/1306828.html</id><title type="text">GridView 始终显示 Pager 分页行的一种方法</title><summary type="text">最近一直在使用 ASP.NET，由于之前大部分工作都是使用 WinForm，对 ASP.NET 的理解还只是停留在表面，所以借着这次机会，深入的研究一下 ASP.NET。原则是尽量使用 ASP.NET 的编程模型和 Web 控件实现业务交互。GridView 是 ASP.NET 2.0 新增加的 Web 控件，拥有比 DataGrid 更多的扩展和改进。使用 GridView 可以很容易的实现数据...</summary><published>2008-10-09T02:25:00Z</published><updated>2008-10-09T02:25:00Z</updated><author><name>zsi</name><uri>http://www.cnblogs.com/zsi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zsi/archive/2008/10/09/1306828.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zsi/archive/2008/10/09/1306828.html"/></entry><entry><id>http://www.cnblogs.com/zsi/archive/2008/09/03/1282803.html</id><title type="text">Chrome: Google加入浏览器大战之兼容性</title><summary type="text">9月2日Google正式发布了其开源浏览器Chrome的Beta版下载。下载地址作为开发人员，除了享受Google浏览器带给我们的新鲜感觉和全新体验外，不自觉的会思考其与其他浏览器到兼容性问题，毕竟因为这一点我们已经被IE6、IE7、FireFox搞得焦头烂额了。这还不算刚刚发布Beta2的IE8，现在又来了Chrome，我们不禁要问：Chrome，你行吗？Google Chrome浏览器借鉴了一...</summary><published>2008-09-03T04:08:00Z</published><updated>2008-09-03T04:08:00Z</updated><author><name>zsi</name><uri>http://www.cnblogs.com/zsi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zsi/archive/2008/09/03/1282803.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zsi/archive/2008/09/03/1282803.html"/></entry><entry><id>http://www.cnblogs.com/zsi/archive/2008/01/26/SEHException-on-calling-unrar-dll.html</id><title type="text">调用unrar.dll时SEHException外部组件异常的处理</title><summary type="text">最近使用UnRARNet 处理 RAR格式的压缩文件。UnRARNet 是由 RARLab随 unrar.dll 控件一起提供的.net 平台的封装。UnRARNet 使用VB.net语言，应该说对unrar.dll 进行了近乎完美的封装，几乎所有压缩和解压缩工作都完成的很漂亮。　　不过，最近在测试解压缩文件时，遇到一个 System.Runtime.InteropServices.SEHExce...</summary><published>2008-01-26T03:48:00Z</published><updated>2008-01-26T03:48:00Z</updated><author><name>zsi</name><uri>http://www.cnblogs.com/zsi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zsi/archive/2008/01/26/SEHException-on-calling-unrar-dll.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zsi/archive/2008/01/26/SEHException-on-calling-unrar-dll.html"/></entry><entry><id>http://www.cnblogs.com/zsi/archive/2007/06/14/783636.html</id><title type="text">ASP.NET 2.0无法打开到 SQL Server 的连接</title><summary type="text">服务器出了些小毛病，总是报告&amp;#8220;无法打开到SQLServer的连接&amp;#8221;，如下在建立与服务器的连接时出错。在连接到SQLServer2005时，在默认的设置下SQLServer不允许进行远程连接可能会导致此失败。(provider:命名管道提供程序,error:40-无法打开到SQLServer的连接)找了一些资料，说什么的都有，有说是因为装了SQL Server 2005的原因...</summary><published>2007-06-14T07:30:00Z</published><updated>2007-06-14T07:30:00Z</updated><author><name>zsi</name><uri>http://www.cnblogs.com/zsi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zsi/archive/2007/06/14/783636.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zsi/archive/2007/06/14/783636.html"/></entry><entry><id>http://www.cnblogs.com/zsi/archive/2005/05/10/152385.html</id><title type="text">扯扯OpenFileDialog和.NET的缺省目录</title><summary type="text">这两天在写一个小程序，帮助自己做一些碎且杂的工作。程序也没什么复杂的处理，应该很简单就完成了，谁知道却牵出一档子事儿来。到底怎么回事？请听我一一道来。　　&amp;#160;写过IO处理程序的人都知道，在VB.NET中，如果只指定了文件名，而没有指定目录，那么当读写文件时，程序从启动目录读取文件。也就是说：.NET默认以程序的启动目录为缺省目录。例如，我的程序放在C:\Test\bin\目录下，程序中有下...</summary><published>2005-05-10T06:13:00Z</published><updated>2005-05-10T06:13:00Z</updated><author><name>zsi</name><uri>http://www.cnblogs.com/zsi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zsi/archive/2005/05/10/152385.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zsi/archive/2005/05/10/152385.html"/></entry><entry><id>http://www.cnblogs.com/zsi/archive/2005/04/26/145343.html</id><title type="text">给ASP.NET程序换换地儿</title><summary type="text">在Visual Studio .net中创建ASP.NET程序，默认位置为http://localhost/[WebApplicationName]，新建立的ASP.NET程序在C盘的C:\Inetpub\wwwroot\建立与程序名称相同的文件夹。新文件的增加和修改也是在这个文件夹中完成的。但是，我不想让ASP.NET程序保存在C盘，原因有二：一，一般C盘是系统盘，我想尽量保持系统盘的干净，不在...</summary><published>2005-04-26T01:47:00Z</published><updated>2005-04-26T01:47:00Z</updated><author><name>zsi</name><uri>http://www.cnblogs.com/zsi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zsi/archive/2005/04/26/145343.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zsi/archive/2005/04/26/145343.html"/></entry><entry><id>http://www.cnblogs.com/zsi/archive/2005/04/20/141344.html</id><title type="text">对象序列化：经验小结</title><summary type="text">.NET的对象序列化真是好东西，以后要多多利用。 　　在使用.NET的序列化时，碰到过一些问题，还好，有丰富的MSDN可查，没有什么过不去的槛。在这里，把使用.NET序列化的经验小结一下。 　　1.&amp;#160;基本确认XmlSerializer使用UTF8对序列化的XML文档编码。 　　2.&amp;#160;XmlSerializer只序列化声明为public的字段，属性，或带返回值的方法。 　　3.&amp;...</summary><published>2005-04-20T07:19:00Z</published><updated>2005-04-20T07:19:00Z</updated><author><name>zsi</name><uri>http://www.cnblogs.com/zsi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zsi/archive/2005/04/20/141344.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zsi/archive/2005/04/20/141344.html"/></entry><entry><id>http://www.cnblogs.com/zsi/archive/2005/04/12/136005.html</id><title type="text">对象序列化：使用XmlSerializer走完最后一步</title><summary type="text">前面我们已经讲到如何使用System.Xml.Serialization命名空间中的各种特性对要序列化的类进行标记，这里再说一说如何利用XmlSerializer进行对象的序列化。如果对对象序列化缺少了解，可以通过下面两个链接了解： 　　● 在.NET中实现对象序列化 　　● 对象序列化：使用System.Xml.Serialization命名空间 　　XmlSerializer的Serializ...</summary><published>2005-04-12T02:59:00Z</published><updated>2005-04-12T02:59:00Z</updated><author><name>zsi</name><uri>http://www.cnblogs.com/zsi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zsi/archive/2005/04/12/136005.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zsi/archive/2005/04/12/136005.html"/></entry><entry><id>http://www.cnblogs.com/zsi/archive/2005/04/11/135665.html</id><title type="text">对象序列化：使用System.Xml.Serialization命名空间</title><summary type="text">&amp;#160;　　要使用.NET进行对象的序列化，必须在解决方案中添加System.Xml的引用，并且在类文件中引入System.Xml.Serialization命名空间。这样就可以在文件中使用序列化所需要的各种特性了。 Imports&amp;#160;System.Xml.Serialization 　　如果对XML Serialization缺少了解，请首先参考拙文：在.NET中实现对象序列化 &amp;l...</summary><published>2005-04-11T09:30:00Z</published><updated>2005-04-11T09:30:00Z</updated><author><name>zsi</name><uri>http://www.cnblogs.com/zsi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zsi/archive/2005/04/11/135665.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zsi/archive/2005/04/11/135665.html"/></entry></feed>
