<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_AndyDavis</title><subtitle type="text">学习.net 2.0</subtitle><id>http://feed.cnblogs.com/blog/u/17592/rss</id><updated>2008-01-22T10:51:48Z</updated><author><name>AndyDavis</name><uri>http://www.cnblogs.com/AndyDavis/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/AndyDavis/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/17592/rss"/><entry><id>http://www.cnblogs.com/AndyDavis/archive/2008/01/22/1049109.html</id><title type="text">[转帖]Web缓存加速指南[翻译]</title><summary type="text">这是一篇知识性的文档，主要目的是为了让Web缓存相关概念更容易被开发者理解并应用于实际的应用环境中。为了简要起见，某些实现方面的细节被简化或省略了。如果你更关心细节实现则完全不必耐心看完本文，后面参考文档和更多深入阅读部分可能是你更需要的内容。</summary><published>2008-01-22T10:52:00Z</published><updated>2008-01-22T10:52:00Z</updated><author><name>AndyDavis</name><uri>http://www.cnblogs.com/AndyDavis/</uri></author><link rel="alternate" href="http://www.cnblogs.com/AndyDavis/archive/2008/01/22/1049109.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/AndyDavis/archive/2008/01/22/1049109.html"/></entry><entry><id>http://www.cnblogs.com/AndyDavis/archive/2006/09/10/500037.html</id><title type="text">[转帖]通常你会在什么地方遇到DBNull?</title><summary type="text">DBNull在DotNet是单独的一个类型 System.DBNull 。它只有一个值 DBNull.Value 。DBNull 直接继承 Object ，所以 DBNull 不是 string , 不是 int , 也不是 DateTime 。。。但是为什么 DBNull 可以表示数据库中的字符串，数字，或日期呢？原因是DotNet储存这些数据的类（DataRow等）都是以 object 的形式...</summary><published>2006-09-09T16:19:00Z</published><updated>2006-09-09T16:19:00Z</updated><author><name>AndyDavis</name><uri>http://www.cnblogs.com/AndyDavis/</uri></author><link rel="alternate" href="http://www.cnblogs.com/AndyDavis/archive/2006/09/10/500037.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/AndyDavis/archive/2006/09/10/500037.html"/></entry><entry><id>http://www.cnblogs.com/AndyDavis/archive/2006/04/24/383107.html</id><title type="text">FCKEditor 2.2 的上传功能与Maxthon的兼容问题</title><summary type="text">在ASP.NET 2.0下配置使用fckeditor 2.2，其它都没有问题，唯独这个上传功能一直不好使：用FCKeditor编辑器时, 按插下图片,弹出一个小对话框, 再按浏览服务器,但是打开窗口不在顶层,无法使用。 同样，插入FLASH等其它类似功能都有这个问题。今天突然发现，竟然是与Maxthon的兼容问题造成。在IE下，则正常。应该是关于模式对话框的问题。Google了一下，在Maxtho...</summary><published>2006-04-23T23:30:00Z</published><updated>2006-04-23T23:30:00Z</updated><author><name>AndyDavis</name><uri>http://www.cnblogs.com/AndyDavis/</uri></author><link rel="alternate" href="http://www.cnblogs.com/AndyDavis/archive/2006/04/24/383107.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/AndyDavis/archive/2006/04/24/383107.html"/></entry><entry><id>http://www.cnblogs.com/AndyDavis/archive/2006/04/03/365216.html</id><title type="text">获得GridView的EmptyDataTemplate中的控件</title><summary type="text">这个问题的提出，是我想在Gridview中整理添加记录的功能。如果有数据的时候，我们可以把空的newTextBox放在FooterTemplate中，在程序里可以用Gridview1.FooterRow.FindControl("newTextBox")来取得这个控件，完成添加记录的功能。但如果数据表中没有记录，header和footer都不会显示出来。 这时，只会显示EmptyDataTempl...</summary><published>2006-04-02T20:12:00Z</published><updated>2006-04-02T20:12:00Z</updated><author><name>AndyDavis</name><uri>http://www.cnblogs.com/AndyDavis/</uri></author><link rel="alternate" href="http://www.cnblogs.com/AndyDavis/archive/2006/04/03/365216.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/AndyDavis/archive/2006/04/03/365216.html"/></entry><entry><id>http://www.cnblogs.com/AndyDavis/archive/2006/03/31/363896.html</id><title type="text">ASP.NET 2.0 正式版中无刷新页面的开发(示例代码的补充)</title><summary type="text">原文请见Leon.Zhou的：http://pfzhou.cnblogs.com/archive/2006/03/31/363342.html下载了示例代码，并转换成VB了，AJAX功能测试成功。但遇到些小问题：Demo1很正常。Demo2按Leon原来的写法testAJAX.aspx.vb中Line 22不成功。所以我直接在IDE环境中，修改button3的OnClientClick属性，见te...</summary><published>2006-03-31T13:13:00Z</published><updated>2006-03-31T13:13:00Z</updated><author><name>AndyDavis</name><uri>http://www.cnblogs.com/AndyDavis/</uri></author><link rel="alternate" href="http://www.cnblogs.com/AndyDavis/archive/2006/03/31/363896.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/AndyDavis/archive/2006/03/31/363896.html"/></entry><entry><id>http://www.cnblogs.com/AndyDavis/archive/2006/03/23/356953.html</id><title type="text">【原创】关于ASP,ASP.NET,VB.NET里的MD5加密函数</title><summary type="text">老文章了，在这里再帖一遍吧。在ASP中，我们使用过如动网论坛等用的ASP中MD5函数加密出的字符串则如：1165d25d8cd021d5而在Asp.Net中下面的方法： System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(password.Text,"MD5")进行MD5加密出来的结果却是:12C40...</summary><published>2006-03-23T09:04:00Z</published><updated>2006-03-23T09:04:00Z</updated><author><name>AndyDavis</name><uri>http://www.cnblogs.com/AndyDavis/</uri></author><link rel="alternate" href="http://www.cnblogs.com/AndyDavis/archive/2006/03/23/356953.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/AndyDavis/archive/2006/03/23/356953.html"/></entry><entry><id>http://www.cnblogs.com/AndyDavis/archive/2006/03/23/356316.html</id><title type="text">注册博客园</title><summary type="text">傍晚提交的申请，晚上回来就回复了。这里的处理速度还挺快的。高兴的是，申请时顺便提的一个关于邮件地址里不能有+号的建议立刻被接纳并处理。</summary><published>2006-03-22T16:34:00Z</published><updated>2006-03-22T16:34:00Z</updated><author><name>AndyDavis</name><uri>http://www.cnblogs.com/AndyDavis/</uri></author><link rel="alternate" href="http://www.cnblogs.com/AndyDavis/archive/2006/03/23/356316.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/AndyDavis/archive/2006/03/23/356316.html"/></entry></feed>
