<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>←豬滴代碼人生 - .net &amp;amp; asp.net</title><link>http://blog.csdn.net/xiaoqijun/category/370464.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Thu, 09 Oct 2008 11:36:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>肖琦军</dc:creator><title>Where Session ? </title><link>http://blog.csdn.net/xiaoqijun/archive/2008/10/09/3041069.aspx</link><pubDate>Thu, 09 Oct 2008 11:35:00 GMT</pubDate><guid>http://blog.csdn.net/xiaoqijun/archive/2008/10/09/3041069.aspx</guid><wfw:comment>http://blog.csdn.net/xiaoqijun/comments/3041069.aspx</wfw:comment><comments>http://blog.csdn.net/xiaoqijun/archive/2008/10/09/3041069.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/xiaoqijun/comments/commentRss/3041069.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3041069</trackback:ping><description>Session&lt;img src ="http://blog.csdn.net/xiaoqijun/aggbug/3041069.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>肖琦军</dc:creator><title>.net 2.0 控件中嵌入资源 </title><link>http://blog.csdn.net/xiaoqijun/archive/2008/09/10/2910733.aspx</link><pubDate>Wed, 10 Sep 2008 20:02:00 GMT</pubDate><guid>http://blog.csdn.net/xiaoqijun/archive/2008/09/10/2910733.aspx</guid><wfw:comment>http://blog.csdn.net/xiaoqijun/comments/2910733.aspx</wfw:comment><comments>http://blog.csdn.net/xiaoqijun/archive/2008/09/10/2910733.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/xiaoqijun/comments/commentRss/2910733.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2910733</trackback:ping><description>在.net1.0时代，在编写自定义控件时，想把js封装到控件中，把js文件和必要的文件签入到控件中去，怎么也做不出来。&lt;BR&gt;终于到了2.0时代，微软替我们想好了。但使用起来要注意几点。&lt;BR&gt;&lt;BR&gt;第一步，把js文件等文件拖入到&lt;FONT face=Verdana&gt;Resource.resx资源管理窗口里，也就是让IDE动态的给我们的资源在&lt;FONT face=Verdana&gt;Resource.Designer.resx文件中加入管理代码。&lt;BR&gt;第二步，要在我们的程序集里注册这些文件，可以在&lt;FONT face=Verdana&gt;AssemblyInfo.cs&lt;/FONT&gt;注册，也可以在控件cs文件里命名空间外注册，注册的格式的例子是。&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;FONT face=Verdana&gt;[assembly: WebResource("&lt;SPAN style="COLOR: red"&gt;TPI.Web.UI.WebSearch&lt;/SPAN&gt;.&lt;SPAN styl&lt;img src ="http://blog.csdn.net/xiaoqijun/aggbug/2910733.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>肖琦军</dc:creator><title>实现在客户端静态换肤(更新CSS)</title><link>http://blog.csdn.net/xiaoqijun/archive/2008/09/09/2906408.aspx</link><pubDate>Tue, 09 Sep 2008 22:15:00 GMT</pubDate><guid>http://blog.csdn.net/xiaoqijun/archive/2008/09/09/2906408.aspx</guid><wfw:comment>http://blog.csdn.net/xiaoqijun/comments/2906408.aspx</wfw:comment><comments>http://blog.csdn.net/xiaoqijun/archive/2008/09/09/2906408.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/xiaoqijun/comments/commentRss/2906408.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2906408</trackback:ping><description>　首先要有两有两套CSS文件,这是前提,不然就没有肤可以换了.&lt;BR&gt;实现思路： &lt;BR&gt;　　主要是用JavaScript动态地修改内在中的HTML结构,向里面添加、删除、修改HTML代码，在Cookie里保存用户的CSS选择情况。&lt;BR&gt;过程：&lt;BR&gt;　　刚开始想用CSS覆盖来实现，因为大家知道一般情况下CSS是根据最后面的来显示的，如果前后有两个CSS的某项是一定的，选择后者。然后，如果这样的话，困难比较大，因为这样要求两个CSS所包含的控制项基本一致，否则在实现相关覆盖的过程中，总会有一些不足，然而这做起来比较麻烦，特别是有多套CSS的情况下更麻烦。&lt;BR&gt;　　后面想到把不要的css的Link删掉，然后删掉后，浏览器并不会进行重新加载，又是一个问题。&lt;BR&gt;　　后来在看stylesheet的属性时，一个disabled属性吸引了我，原来可以把一个CSS文件Disable掉。于是重新改写我的程序，终于见效。
&lt;P&gt;&lt;STRONG&gt;代码：&lt;BR&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;DIV style="BORDER-RIGHT: windowtext 0.5pt solid; PADD&lt;img src ="http://blog.csdn.net/xiaoqijun/aggbug/2906408.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>肖琦军</dc:creator><title>把new、virtual、override说透</title><link>http://blog.csdn.net/xiaoqijun/archive/2008/09/03/2872650.aspx</link><pubDate>Wed, 03 Sep 2008 12:06:00 GMT</pubDate><guid>http://blog.csdn.net/xiaoqijun/archive/2008/09/03/2872650.aspx</guid><wfw:comment>http://blog.csdn.net/xiaoqijun/comments/2872650.aspx</wfw:comment><comments>http://blog.csdn.net/xiaoqijun/archive/2008/09/03/2872650.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/xiaoqijun/comments/commentRss/2872650.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2872650</trackback:ping><description>&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-size: 12.0pt; mso-font-kerning: 1.0pt; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA"&gt;&lt;FONT color=#000000&gt;我们先看下面一段程序：&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bid&lt;img src ="http://blog.csdn.net/xiaoqijun/aggbug/2872650.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>肖琦军</dc:creator><title>IIS 7.0 六大新特性</title><link>http://blog.csdn.net/xiaoqijun/archive/2008/08/19/2797288.aspx</link><pubDate>Tue, 19 Aug 2008 17:57:00 GMT</pubDate><guid>http://blog.csdn.net/xiaoqijun/archive/2008/08/19/2797288.aspx</guid><wfw:comment>http://blog.csdn.net/xiaoqijun/comments/2797288.aspx</wfw:comment><comments>http://blog.csdn.net/xiaoqijun/archive/2008/08/19/2797288.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/xiaoqijun/comments/commentRss/2797288.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2797288</trackback:ping><description>IIS 7.0 六大新特性&lt;img src ="http://blog.csdn.net/xiaoqijun/aggbug/2797288.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>肖琦军</dc:creator><title>对抽象编程：接口和抽象类 </title><link>http://blog.csdn.net/xiaoqijun/archive/2008/08/05/2771970.aspx</link><pubDate>Tue, 05 Aug 2008 16:34:00 GMT</pubDate><guid>http://blog.csdn.net/xiaoqijun/archive/2008/08/05/2771970.aspx</guid><wfw:comment>http://blog.csdn.net/xiaoqijun/comments/2771970.aspx</wfw:comment><comments>http://blog.csdn.net/xiaoqijun/archive/2008/08/05/2771970.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/xiaoqijun/comments/commentRss/2771970.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2771970</trackback:ping><description> 本文将介绍以下内容： 

• 面向对象思想：多态

• 接口

• 抽象类
&lt;img src ="http://blog.csdn.net/xiaoqijun/aggbug/2771970.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>肖琦军</dc:creator><title>IIS5、IIS6、IIS7的ASP.net 请求处理过程比较</title><link>http://blog.csdn.net/xiaoqijun/archive/2008/08/05/2768488.aspx</link><pubDate>Tue, 05 Aug 2008 07:31:00 GMT</pubDate><guid>http://blog.csdn.net/xiaoqijun/archive/2008/08/05/2768488.aspx</guid><wfw:comment>http://blog.csdn.net/xiaoqijun/comments/2768488.aspx</wfw:comment><comments>http://blog.csdn.net/xiaoqijun/archive/2008/08/05/2768488.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/xiaoqijun/comments/commentRss/2768488.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2768488</trackback:ping><description>IIS5、IIS6、IIS7的ASP.net 请求处理过程比较&lt;img src ="http://blog.csdn.net/xiaoqijun/aggbug/2768488.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>肖琦军</dc:creator><title>is和as</title><link>http://blog.csdn.net/xiaoqijun/archive/2008/07/31/2747742.aspx</link><pubDate>Thu, 31 Jul 2008 17:58:00 GMT</pubDate><guid>http://blog.csdn.net/xiaoqijun/archive/2008/07/31/2747742.aspx</guid><wfw:comment>http://blog.csdn.net/xiaoqijun/comments/2747742.aspx</wfw:comment><comments>http://blog.csdn.net/xiaoqijun/archive/2008/07/31/2747742.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/xiaoqijun/comments/commentRss/2747742.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2747742</trackback:ping><description>本文将介绍以下内容： 

• 类型转换

• is/as操作符小议 
转自: http://www.cnblogs.com/anytao/archive/2007/04/07/must_net_01.html&lt;img src ="http://blog.csdn.net/xiaoqijun/aggbug/2747742.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>肖琦军</dc:creator><title>教你认识null </title><link>http://blog.csdn.net/xiaoqijun/archive/2008/07/31/2747178.aspx</link><pubDate>Thu, 31 Jul 2008 17:00:00 GMT</pubDate><guid>http://blog.csdn.net/xiaoqijun/archive/2008/07/31/2747178.aspx</guid><wfw:comment>http://blog.csdn.net/xiaoqijun/comments/2747178.aspx</wfw:comment><comments>http://blog.csdn.net/xiaoqijun/archive/2008/07/31/2747178.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/xiaoqijun/comments/commentRss/2747178.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2747178</trackback:ping><description>你知道什么是null吗? 该文章教你什么是null&lt;img src ="http://blog.csdn.net/xiaoqijun/aggbug/2747178.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>肖琦军</dc:creator><title>动态加载SCRIPT文件(转)</title><link>http://blog.csdn.net/xiaoqijun/archive/2008/07/17/2667217.aspx</link><pubDate>Thu, 17 Jul 2008 16:33:00 GMT</pubDate><guid>http://blog.csdn.net/xiaoqijun/archive/2008/07/17/2667217.aspx</guid><wfw:comment>http://blog.csdn.net/xiaoqijun/comments/2667217.aspx</wfw:comment><comments>http://blog.csdn.net/xiaoqijun/archive/2008/07/17/2667217.aspx#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://blog.csdn.net/xiaoqijun/comments/commentRss/2667217.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2667217</trackback:ping><description>动态加载SCRIPT文件&lt;img src ="http://blog.csdn.net/xiaoqijun/aggbug/2667217.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>肖琦军</dc:creator><title>.NET开发中的一些小技巧(转)</title><link>http://blog.csdn.net/xiaoqijun/archive/2008/07/17/2664958.aspx</link><pubDate>Thu, 17 Jul 2008 11:22:00 GMT</pubDate><guid>http://blog.csdn.net/xiaoqijun/archive/2008/07/17/2664958.aspx</guid><wfw:comment>http://blog.csdn.net/xiaoqijun/comments/2664958.aspx</wfw:comment><comments>http://blog.csdn.net/xiaoqijun/archive/2008/07/17/2664958.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/xiaoqijun/comments/commentRss/2664958.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2664958</trackback:ping><description>实用小技巧&lt;img src ="http://blog.csdn.net/xiaoqijun/aggbug/2664958.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>肖琦军</dc:creator><title>web.config文件详解(转)</title><link>http://blog.csdn.net/xiaoqijun/archive/2008/07/16/2661508.aspx</link><pubDate>Wed, 16 Jul 2008 16:24:00 GMT</pubDate><guid>http://blog.csdn.net/xiaoqijun/archive/2008/07/16/2661508.aspx</guid><wfw:comment>http://blog.csdn.net/xiaoqijun/comments/2661508.aspx</wfw:comment><comments>http://blog.csdn.net/xiaoqijun/archive/2008/07/16/2661508.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/xiaoqijun/comments/commentRss/2661508.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2661508</trackback:ping><description>Web.Config......&lt;img src ="http://blog.csdn.net/xiaoqijun/aggbug/2661508.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>肖琦军</dc:creator><title>VS 2008 新特性(转)</title><link>http://blog.csdn.net/xiaoqijun/archive/2008/07/16/2660959.aspx</link><pubDate>Wed, 16 Jul 2008 15:21:00 GMT</pubDate><guid>http://blog.csdn.net/xiaoqijun/archive/2008/07/16/2660959.aspx</guid><wfw:comment>http://blog.csdn.net/xiaoqijun/comments/2660959.aspx</wfw:comment><comments>http://blog.csdn.net/xiaoqijun/archive/2008/07/16/2660959.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/xiaoqijun/comments/commentRss/2660959.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2660959</trackback:ping><description>VS2008 新特性介绍&lt;img src ="http://blog.csdn.net/xiaoqijun/aggbug/2660959.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>xiaoqijun</dc:creator><title>Asp.Net细节性问题技巧精萃</title><link>http://blog.csdn.net/xiaoqijun/archive/2008/07/09/2629048.aspx</link><pubDate>Wed, 09 Jul 2008 14:54:00 GMT</pubDate><guid>http://blog.csdn.net/xiaoqijun/archive/2008/07/09/2629048.aspx</guid><wfw:comment>http://blog.csdn.net/xiaoqijun/comments/2629048.aspx</wfw:comment><comments>http://blog.csdn.net/xiaoqijun/archive/2008/07/09/2629048.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/xiaoqijun/comments/commentRss/2629048.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2629048</trackback:ping><description>asp.net 问题精萃&lt;img src ="http://blog.csdn.net/xiaoqijun/aggbug/2629048.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>