<?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/18680/rss</id><updated>2006-06-27T08:48:00Z</updated><author><name>hunterzhi</name><uri>http://www.cnblogs.com/xuzhixiong/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xuzhixiong/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/18680/rss"/><entry><id>http://www.cnblogs.com/xuzhixiong/archive/2006/06/27/437056.html</id><title type="text">如何用VS2005制作Web安装程序</title><summary type="text">如何用VS2005制作Web安装程序</summary><published>2006-06-27T08:42:00Z</published><updated>2006-06-27T08:42:00Z</updated><author><name>hunterzhi</name><uri>http://www.cnblogs.com/xuzhixiong/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xuzhixiong/archive/2006/06/27/437056.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xuzhixiong/archive/2006/06/27/437056.html"/></entry><entry><id>http://www.cnblogs.com/xuzhixiong/archive/2006/05/11/397339.html</id><title type="text">清除页面缓存</title><summary type="text">   在开发中有时并不希望页面被缓存，特别是弹出式窗体，可以使用一下方法处理，将页面设置为不缓存。</summary><published>2006-05-11T07:01:00Z</published><updated>2006-05-11T07:01:00Z</updated><author><name>hunterzhi</name><uri>http://www.cnblogs.com/xuzhixiong/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xuzhixiong/archive/2006/05/11/397339.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xuzhixiong/archive/2006/05/11/397339.html"/></entry><entry><id>http://www.cnblogs.com/xuzhixiong/archive/2006/05/11/HTMLToCode.html</id><title type="text">将HTML中的特殊字符转换成编码</title><summary type="text">public static string ConvertInput(string inputString)&#xD;{&#xD;     string retVal=inputString;&#xD;     retVal=retVal.Replace("&amp;","&amp;amp;"); &#xD;     retVal=retVal.Replace("\"","&amp;quot;"); &#xD;     retVal=retVal.Replace("'","&amp;quot;"); &#xD;     retVal=retVal.Replace("     retVal=retVal.Replace("&gt;","&amp;gt;"); &#xD;     ……&#xD;}</summary><published>2006-05-11T06:44:00Z</published><updated>2006-05-11T06:44:00Z</updated><author><name>hunterzhi</name><uri>http://www.cnblogs.com/xuzhixiong/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xuzhixiong/archive/2006/05/11/HTMLToCode.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xuzhixiong/archive/2006/05/11/HTMLToCode.html"/></entry><entry><id>http://www.cnblogs.com/xuzhixiong/archive/2006/05/11/397314.html</id><title type="text">ASP.NET 常用代码(一)</title><summary type="text">1. 打开新的窗口并传送参数：传送参数：response.write("&amp;lt;script&amp;gt;window.open('*.aspx?id="+this.DropDownList1.SelectIndex+"&amp;amp;id1="+...+"')&amp;lt;/script&amp;gt;")接收参数：string a = Request.QueryString("id");string b = Reque...</summary><published>2006-05-11T06:37:00Z</published><updated>2006-05-11T06:37:00Z</updated><author><name>hunterzhi</name><uri>http://www.cnblogs.com/xuzhixiong/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xuzhixiong/archive/2006/05/11/397314.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xuzhixiong/archive/2006/05/11/397314.html"/></entry><entry><id>http://www.cnblogs.com/xuzhixiong/archive/2006/05/11/ASPNet.html</id><title type="text">ASP.NET 页面对象模型</title><summary type="text">   &#xD;  讨论关于建立ASP.NET Web页的事件模型和转化为HTML的各个过程的细节。ASP.NET HTTP 运行时管理着把请求URL转换成一个页面类的具体实例的对象管道，接下来把这些实例转换成一般的HTML文本格式。本文对代表各个页面生命周期的事件、怎么控制页面执行、开发人员怎么干预这些标准行为的执行过程进行了讲解。</summary><published>2006-05-11T05:02:00Z</published><updated>2006-05-11T05:02:00Z</updated><author><name>hunterzhi</name><uri>http://www.cnblogs.com/xuzhixiong/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xuzhixiong/archive/2006/05/11/ASPNet.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xuzhixiong/archive/2006/05/11/ASPNet.html"/></entry></feed>
