<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_kary's blog</title><subtitle type="text">实现、突破</subtitle><id>http://feed.cnblogs.com/blog/u/1217/rss</id><updated>2006-10-19T00:16:28Z</updated><author><name>kary</name><uri>http://www.cnblogs.com/kary/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kary/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/1217/rss"/><entry><id>http://www.cnblogs.com/kary/archive/2006/10/19/533128.html</id><title type="text">VS 2005 Web Deployment Projects</title><summary type="text">Later this week Microsoft is shipping on the web a new free add-on to Visual Studio that enables what we call “Visual Studio 2005 Web Deployment Projects”.This add-on provides a lot of add...</summary><published>2006-10-19T00:16:00Z</published><updated>2006-10-19T00:16:00Z</updated><author><name>kary</name><uri>http://www.cnblogs.com/kary/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kary/archive/2006/10/19/533128.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kary/archive/2006/10/19/533128.html"/><content type="text">Later this week Microsoft is shipping on the web a new free add-on to Visual Studio that enables what we call “Visual Studio 2005 Web Deployment Projects”.This add-on provides a lot of add...</content></entry><entry><id>http://www.cnblogs.com/kary/archive/2006/06/06/418328.html</id><title type="text">GridView绑定数据源，无记录时表头也显示的一种解决方法</title><summary type="text">转:Show Header/Footer of Gridview with Empty Data Source public void BuildNoRecords(GridView gridView, DataSet ds) { try { if (ds.Tables(0).Rows.Count == 0) { ds.Tables(0).Rows.Add(ds.Tables(0).NewRow(...</summary><published>2006-06-06T00:58:00Z</published><updated>2006-06-06T00:58:00Z</updated><author><name>kary</name><uri>http://www.cnblogs.com/kary/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kary/archive/2006/06/06/418328.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kary/archive/2006/06/06/418328.html"/><content type="text">转:Show Header/Footer of Gridview with Empty Data Source public void BuildNoRecords(GridView gridView, DataSet ds) { try { if (ds.Tables(0).Rows.Count == 0) { ds.Tables(0).Rows.Add(ds.Tables(0).NewRow(...</content></entry><entry><id>http://www.cnblogs.com/kary/archive/2006/05/23/406796.html</id><title type="text">Web Deployment Projects with Visual Studio 2005</title><summary type="text">在用VS2005发布网站项目时,存在生成bin目录下的.dll文件名随机生成的问题,现在MS提供了这方面的插件,可以经过简单设置生成自定义的文件名(.dll):Web Deployment Projects with Visual Studio 2005下载地址:ttp://download.microsoft.com/download/c/c/b/ccb4877f-55f7-4478-8f16-...</summary><published>2006-05-23T01:58:00Z</published><updated>2006-05-23T01:58:00Z</updated><author><name>kary</name><uri>http://www.cnblogs.com/kary/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kary/archive/2006/05/23/406796.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kary/archive/2006/05/23/406796.html"/><content type="text">在用VS2005发布网站项目时,存在生成bin目录下的.dll文件名随机生成的问题,现在MS提供了这方面的插件,可以经过简单设置生成自定义的文件名(.dll):Web Deployment Projects with Visual Studio 2005下载地址:ttp://download.microsoft.com/download/c/c/b/ccb4877f-55f7-4478-8f16-...</content></entry><entry><id>http://www.cnblogs.com/kary/archive/2006/05/19/404204.html</id><title type="text">asp.net2.0如何加密数据库联接字符串</title><summary type="text">asp.net2.0如何加密数据库联接字符串在asp.net2.0中,发布网站时,加密web.config,这样可以有效保证数据库用户和密码安全,其步骤如下:1.添加密钥执行:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis -pc "hnlaw" -exp其中"hnlaw"为密钥名称2.添加web.config节点在web.c...</summary><published>2006-05-19T04:16:00Z</published><updated>2006-05-19T04:16:00Z</updated><author><name>kary</name><uri>http://www.cnblogs.com/kary/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kary/archive/2006/05/19/404204.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kary/archive/2006/05/19/404204.html"/><content type="text">asp.net2.0如何加密数据库联接字符串在asp.net2.0中,发布网站时,加密web.config,这样可以有效保证数据库用户和密码安全,其步骤如下:1.添加密钥执行:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis -pc "hnlaw" -exp其中"hnlaw"为密钥名称2.添加web.config节点在web.c...</content></entry><entry><id>http://www.cnblogs.com/kary/archive/2006/05/15/400848.html</id><title type="text">快速排序与二分查找算法Javascript版本</title><summary type="text">&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"&gt;&lt;HTML&gt;&lt;HEAD&gt;&lt;TITLE&gt; (快速排序与二分查找)&lt;/TITLE&gt;&lt;META NAME="Generator" CONTENT="EditPlus"&gt;&lt;META NAME="Author...</summary><published>2006-05-15T13:24:00Z</published><updated>2006-05-15T13:24:00Z</updated><author><name>kary</name><uri>http://www.cnblogs.com/kary/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kary/archive/2006/05/15/400848.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kary/archive/2006/05/15/400848.html"/><content type="text">&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"&gt;&lt;HTML&gt;&lt;HEAD&gt;&lt;TITLE&gt; (快速排序与二分查找)&lt;/TITLE&gt;&lt;META NAME="Generator" CONTENT="EditPlus"&gt;&lt;META NAME="Author...</content></entry><entry><id>http://www.cnblogs.com/kary/archive/2006/05/11/397014.html</id><title type="text">随页面移动的浮动广告代码</title><summary type="text">网页中用标准格式时,如:头部&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;在加入浮动广告时,发...</summary><published>2006-05-11T01:58:00Z</published><updated>2006-05-11T01:58:00Z</updated><author><name>kary</name><uri>http://www.cnblogs.com/kary/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kary/archive/2006/05/11/397014.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kary/archive/2006/05/11/397014.html"/><content type="text">网页中用标准格式时,如:头部&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;在加入浮动广告时,发...</content></entry><entry><id>http://www.cnblogs.com/kary/archive/2006/03/27/360416.html</id><title type="text">MSDN转:自定义实体类简介</title><summary type="text">发布日期： 5/24/2005 | 更新日期： 5/24/2005Karl SeguinMicrosoft Corporation摘要：有些情况下，非类型化的 DataSet 可能并非数据操作的最佳解决方案。本指南的目的就是探讨 DataSet 的一种替代解决方案，即：自定义实体与集合。（本文包含一些指向英文站点的链接。）本页内容 引言 DataSet 存在的问题 自定义实体类 对象关系映射 自定...</summary><published>2006-03-27T13:57:00Z</published><updated>2006-03-27T13:57:00Z</updated><author><name>kary</name><uri>http://www.cnblogs.com/kary/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kary/archive/2006/03/27/360416.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kary/archive/2006/03/27/360416.html"/><content type="text">发布日期： 5/24/2005 | 更新日期： 5/24/2005Karl SeguinMicrosoft Corporation摘要：有些情况下，非类型化的 DataSet 可能并非数据操作的最佳解决方案。本指南的目的就是探讨 DataSet 的一种替代解决方案，即：自定义实体与集合。（本文包含一些指向英文站点的链接。）本页内容 引言 DataSet 存在的问题 自定义实体类 对象关系映射 自定...</content></entry><entry><id>http://www.cnblogs.com/kary/archive/2006/03/17/352234.html</id><title type="text">aspnet2.0  Menu控件上传到服务器小问题</title><summary type="text">用ASP.net2.0做好网址上传到到服务器.除后台Menu控件一切正常,速度也还可以.Menu出现了JS错,还有图片无法显示.找了一会儿问题.发现链接:http://localhost:9009/WebResource.axd?d=50yReNXH2VIL5H3VH18sjzp7wPHaYxrvSYByO3u2amI1&amp;t=632764834952031250发现昨天可能删除了.axd的...</summary><published>2006-03-17T08:12:00Z</published><updated>2006-03-17T08:12:00Z</updated><author><name>kary</name><uri>http://www.cnblogs.com/kary/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kary/archive/2006/03/17/352234.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kary/archive/2006/03/17/352234.html"/><content type="text">用ASP.net2.0做好网址上传到到服务器.除后台Menu控件一切正常,速度也还可以.Menu出现了JS错,还有图片无法显示.找了一会儿问题.发现链接:http://localhost:9009/WebResource.axd?d=50yReNXH2VIL5H3VH18sjzp7wPHaYxrvSYByO3u2amI1&amp;t=632764834952031250发现昨天可能删除了.axd的...</content></entry><entry><id>http://www.cnblogs.com/kary/archive/2006/03/10/346933.html</id><title type="text">ASP.NET2.0的快速入门站点</title><summary type="text">目前还没有中文版，英文版的地址如下：http://beta.asp.net/QuickStart/default.aspx</summary><published>2006-03-10T02:08:00Z</published><updated>2006-03-10T02:08:00Z</updated><author><name>kary</name><uri>http://www.cnblogs.com/kary/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kary/archive/2006/03/10/346933.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kary/archive/2006/03/10/346933.html"/><content type="text">目前还没有中文版，英文版的地址如下：http://beta.asp.net/QuickStart/default.aspx</content></entry><entry><id>http://www.cnblogs.com/kary/archive/2006/03/03/342305.html</id><title type="text">AJAX开发简略</title><summary type="text">七、AJAX开发到这里，已经可以清楚的知道AJAX是什么，AJAX能做什么，AJAX什么地方不好。如果你觉得AJAX真的能给你的开发工作带来改进的话，那么继续看看怎么使用AJAX吧。7.1、AJAX应用到的技术AJAX涉及到的7项技术中，个人认为Javascript、XMLHttpRequest、DOM、XML比较有用。A、XMLHttpRequest对象XMLHttpRequest是...</summary><published>2006-03-03T10:00:00Z</published><updated>2006-03-03T10:00:00Z</updated><author><name>kary</name><uri>http://www.cnblogs.com/kary/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kary/archive/2006/03/03/342305.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kary/archive/2006/03/03/342305.html"/><content type="text">七、AJAX开发到这里，已经可以清楚的知道AJAX是什么，AJAX能做什么，AJAX什么地方不好。如果你觉得AJAX真的能给你的开发工作带来改进的话，那么继续看看怎么使用AJAX吧。7.1、AJAX应用到的技术AJAX涉及到的7项技术中，个人认为Javascript、XMLHttpRequest、DOM、XML比较有用。A、XMLHttpRequest对象XMLHttpRequest是...</content></entry></feed>
