<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/fangq" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/fangq" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 20 Mar 2009 10:32:00 GMT</lastBuildDate><title>fangq的专栏</title><link>http://blog.csdn.net/fangq/</link><item><title>以前同事写的站被注入了木马,所有表、字段都被嵌入的JS,自己写的替换程序</title><link>http://blog.csdn.net/fangq/archive/2009/03/20/4006751.aspx</link><wfw:comment>http://blog.csdn.net/fangq/comments/4006751.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fangq/comments/commentRss/4006751.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4006751</trackback:ping><description>&lt;br /&gt;DECLARE CRMPSContact_cursor CURSOR FOR  &lt;br /&gt; Select     &lt;br /&gt;  A.Name   As   TableName,   &lt;br /&gt;  B.Name   As   ColName     &lt;br /&gt;  from   SysObjects   A     &lt;br /&gt;  Inner   Join   SysColumns   B     &lt;br /&gt;  On   A.ID=B.ID     &lt;br /&gt;  Where   A.Type='U'  (SELECT COLUMNPROPERTY( OBJECT_ID('' + a.name + ''),'' + b.colid + '','IsIdentity')=1)&lt;br /&gt;  Order   By   A.Name,B.ColID &lt;br /&gt;OPEN CRMPSContact_cursor&lt;br /&gt;Declare @table varchar(20)&lt;br /&gt;Declare @col varchar(20)&lt;br /&gt;Fetch next From &lt;img src =&quot;http://blog.csdn.net/fangq/aggbug/4006751.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 20 Mar 2009 18:32:00 +0800</pubDate><author>fangq</author><comments>http://blog.csdn.net/fangq/archive/2009/03/20/4006751.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fangq/archive/2009/03/20/4006751.aspx</guid><dc:creator>fangq</dc:creator></item><item><title>(论坛答疑点滴)__doPostBack()无效？</title><link>http://blog.csdn.net/fangq/archive/2008/09/26/2984383.aspx</link><wfw:comment>http://blog.csdn.net/fangq/comments/2984383.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fangq/comments/commentRss/2984383.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2984383</trackback:ping><description>有的时候想在客户端触发服务器端控件的click事件 &lt;br /&gt;我们这么写__doPostBack('id','') &lt;br /&gt;但是为什么有的时候会实效？ &lt;br /&gt;因为__doPostBack()函数并没有在页面产生 &lt;br /&gt;（如果没有类似linkbutton等控件的话asp.net引擎不产生这段js） &lt;br /&gt;解决方法如下： &lt;br /&gt;比如前台页面 
&lt;img src =&quot;http://blog.csdn.net/fangq/aggbug/2984383.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 27 Sep 2008 01:25:00 +0800</pubDate><author>fangq</author><comments>http://blog.csdn.net/fangq/archive/2008/09/26/2984383.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fangq/archive/2008/09/26/2984383.aspx</guid><dc:creator>fangq</dc:creator></item><item><title>AJAX / AJAX框架 / AJAX.NET (Professional) / ASP.NET AJAX 区别和详解</title><link>http://blog.csdn.net/fangq/archive/2008/09/17/2940753.aspx</link><wfw:comment>http://blog.csdn.net/fangq/comments/2940753.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fangq/comments/commentRss/2940753.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2940753</trackback:ping><description>AJAX / AJAX框架 / AJAX.NET (Professional) / ASP.NET AJAX 区别和详解&lt;img src =&quot;http://blog.csdn.net/fangq/aggbug/2940753.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 17 Sep 2008 17:36:00 +0800</pubDate><author>fangq</author><comments>http://blog.csdn.net/fangq/archive/2008/09/17/2940753.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fangq/archive/2008/09/17/2940753.aspx</guid><dc:creator>fangq</dc:creator></item><item><title>.net中使用Flash上传文件时的Web.Config的配置注意，精</title><link>http://blog.csdn.net/fangq/archive/2008/09/16/2936611.aspx</link><wfw:comment>http://blog.csdn.net/fangq/comments/2936611.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/fangq/comments/commentRss/2936611.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2936611</trackback:ping><description>.net中使用Flash上传文件时的Web.Config的配置注意，精&lt;img src =&quot;http://blog.csdn.net/fangq/aggbug/2936611.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 16 Sep 2008 23:11:00 +0800</pubDate><author>fangq</author><comments>http://blog.csdn.net/fangq/archive/2008/09/16/2936611.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fangq/archive/2008/09/16/2936611.aspx</guid><dc:creator>fangq</dc:creator></item><item><title>asp.net为控件动态添加事件</title><link>http://blog.csdn.net/fangq/archive/2008/09/05/2883934.aspx</link><wfw:comment>http://blog.csdn.net/fangq/comments/2883934.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/fangq/comments/commentRss/2883934.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2883934</trackback:ping><description>实现的功能是在网页上的Panel中动态添加一个Button,并为这个Button写一个单击事件。&lt;br /&gt;&lt;br /&gt;动态添加控件的事件,语句:&lt;br /&gt;&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/fangq/aggbug/2883934.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 05 Sep 2008 18:18:00 +0800</pubDate><author>fangq</author><comments>http://blog.csdn.net/fangq/archive/2008/09/05/2883934.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fangq/archive/2008/09/05/2883934.aspx</guid><dc:creator>fangq</dc:creator></item><item><title>C#中的委托和事件(续)</title><link>http://blog.csdn.net/fangq/archive/2008/09/04/2881060.aspx</link><wfw:comment>http://blog.csdn.net/fangq/comments/2881060.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/fangq/comments/commentRss/2881060.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2881060</trackback:ping><description>C#中的委托和事件(续)&lt;img src =&quot;http://blog.csdn.net/fangq/aggbug/2881060.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 04 Sep 2008 23:37:00 +0800</pubDate><author>fangq</author><comments>http://blog.csdn.net/fangq/archive/2008/09/04/2881060.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fangq/archive/2008/09/04/2881060.aspx</guid><dc:creator>fangq</dc:creator></item><item><title>C# 中的委托和事件</title><link>http://blog.csdn.net/fangq/archive/2008/09/04/2880745.aspx</link><wfw:comment>http://blog.csdn.net/fangq/comments/2880745.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/fangq/comments/commentRss/2880745.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2880745</trackback:ping><description>C# 中的委托和事件&lt;img src =&quot;http://blog.csdn.net/fangq/aggbug/2880745.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 04 Sep 2008 22:58:00 +0800</pubDate><author>fangq</author><comments>http://blog.csdn.net/fangq/archive/2008/09/04/2880745.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fangq/archive/2008/09/04/2880745.aspx</guid><dc:creator>fangq</dc:creator></item><item><title>在Web站点中创建和使用Rss源</title><link>http://blog.csdn.net/fangq/archive/2008/09/04/2880750.aspx</link><wfw:comment>http://blog.csdn.net/fangq/comments/2880750.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fangq/comments/commentRss/2880750.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2880750</trackback:ping><description>在Web站点中创建和使用Rss源&lt;img src =&quot;http://blog.csdn.net/fangq/aggbug/2880750.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 04 Sep 2008 22:58:00 +0800</pubDate><author>fangq</author><comments>http://blog.csdn.net/fangq/archive/2008/09/04/2880750.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fangq/archive/2008/09/04/2880750.aspx</guid><dc:creator>fangq</dc:creator></item><item><title>引用： 把new、virtual、override说透</title><link>http://blog.csdn.net/fangq/archive/2008/09/02/2866811.aspx</link><wfw:comment>http://blog.csdn.net/fangq/comments/2866811.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fangq/comments/commentRss/2866811.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2866811</trackback:ping><description>&lt;br /&gt;我们先看下面一段程序：    ///  
    /// 父类 
/// 作者：周公 
/// 首发地址：http://blog.csdn.net/zhoufoxcn/archive/2008/09/02/2864429.aspx/// 日期：2008-09-01 
  &amp;nbsp&lt;img src =&quot;http://blog.csdn.net/fangq/aggbug/2866811.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 02 Sep 2008 22:55:00 +0800</pubDate><author>fangq</author><comments>http://blog.csdn.net/fangq/archive/2008/09/02/2866811.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fangq/archive/2008/09/02/2866811.aspx</guid><dc:creator>fangq</dc:creator></item><item><title>ASP与ActiveX控件交互实战(二)</title><link>http://blog.csdn.net/fangq/archive/2008/09/01/2861914.aspx</link><wfw:comment>http://blog.csdn.net/fangq/comments/2861914.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fangq/comments/commentRss/2861914.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2861914</trackback:ping><description>ASP与ActiveX控件交互实战(二)&lt;img src =&quot;http://blog.csdn.net/fangq/aggbug/2861914.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 01 Sep 2008 23:53:00 +0800</pubDate><author>fangq</author><comments>http://blog.csdn.net/fangq/archive/2008/09/01/2861914.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fangq/archive/2008/09/01/2861914.aspx</guid><dc:creator>fangq</dc:creator></item></channel></rss>