<?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/ismycxp" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/ismycxp" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 14 May 2009 16:24:00 GMT</lastBuildDate><title>ismycxp的专栏</title><description>爱什么就做什么...!</description><link>http://blog.csdn.net/ismycxp/</link><item><title>ASP.NET FORMS验证</title><link>http://blog.csdn.net/ismycxp/archive/2009/05/14/4183848.aspx</link><wfw:comment>http://blog.csdn.net/ismycxp/comments/4183848.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ismycxp/comments/commentRss/4183848.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4183848</trackback:ping><description>&lt;br /&gt;如何去掉ASP.NET中部分页面或目录的FORMS验证问题, 今天自己动手了一下, 和大家分享一下, 希望对大家有帮助&lt;br /&gt;&lt;br /&gt;1. 单个页面很简单:&lt;br /&gt;在节点下加入以下代码: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2. 目录,其实也很简单, 在节点下加入以下代码即可:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/ismycxp/aggbug/4183848.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/223231286/ismycxp/csdn.net/s.gif?r=http://blog.csdn.net/ismycxp/archive/2009/05/14/4183848.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/ismycxp/223231286/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/ismycxp/223231286/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 15 May 2009 00:24:00 +0800</pubDate><author>ismycxp</author><comments>http://blog.csdn.net/ismycxp/archive/2009/05/14/4183848.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ismycxp/archive/2009/05/14/4183848.aspx</guid><dc:creator>ismycxp</dc:creator><fs:srclink>http://blog.csdn.net/ismycxp/archive/2009/05/14/4183848.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ismycxp/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/ismycxp/~1177512/223231286/1177493</fs:itemid></item><item><title>ASP.NET 网站发布问题(同时存在于“c:\WINDOWS\Microsoft.NET\Framework...)</title><link>http://blog.csdn.net/ismycxp/archive/2009/04/25/4122539.aspx</link><wfw:comment>http://blog.csdn.net/ismycxp/comments/4122539.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ismycxp/comments/commentRss/4122539.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4122539</trackback:ping><description>&lt;br /&gt;同时存在于“c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\)面对这个问题,好多人摸不着头脑,今天我也遇到了,不过后来仔细看了一下每个页面发现了问题,而且出现这种情况的大多数人是为了偷懒copy的才会发生这个错误,下面我来说下解决方法吧&lt;br /&gt;在你的页面和用户控件的第一行都会有如下:&lt;br /&gt;&lt;%@ Control Language=&quot;C#&quot; AutoEventWireup=&quot;true&quot; CodeFile=&quot;Type.ascx.cs&quot; Inherits=&quot;Controls_Index1&quot; %&gt;&lt;br /&gt;不知道大家发现问题了没有,CodeFile=&quot;Type.ascx.cs&quot; Inherits=&quot;Controls_Index1&quot;这两个属性引用的.cs文件不一致,以CodeFile为准,把Inherits_后面的改成这个文件的名字,改完应该就是:&lt;br /&gt;&lt;%@ Control Language=&quot;C#&quot; AutoEventWireup=&quot;true&quot; CodeFile=&quot;Typ&lt;img src =&quot;http://blog.csdn.net/ismycxp/aggbug/4122539.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/ismycxp/223231294/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/ismycxp/223231294/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 25 Apr 2009 22:42:00 +0800</pubDate><author>ismycxp</author><comments>http://blog.csdn.net/ismycxp/archive/2009/04/25/4122539.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ismycxp/archive/2009/04/25/4122539.aspx</guid><dc:creator>ismycxp</dc:creator><fs:srclink>http://blog.csdn.net/ismycxp/archive/2009/04/25/4122539.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ismycxp/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/ismycxp/~1177512/223231294/1177493</fs:itemid></item><item><title>C#操作xml之xpath语法</title><link>http://blog.csdn.net/ismycxp/archive/2009/03/14/3990339.aspx</link><wfw:comment>http://blog.csdn.net/ismycxp/comments/3990339.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ismycxp/comments/commentRss/3990339.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3990339</trackback:ping><description>&lt;br /&gt;以前也发过关于.net中操作XML的帖子，但不是很详细，现在我将详细介绍一下c#如何操作xml文件，正如学习操作数据库要学习SQL语言一样，在学习操作xml与语言之前，我们要先熟悉一下xml的“sql”语句xpath。由于本系列帖子的目的不在于详细介绍xpath语法所以，我借用了园子里leves的帖子来简单介绍一下xpath语法：&lt;br /&gt;　　XPath 是XML的查询语言，和SQL的角色很类似。以下面XML为例，介绍XPath 的语法。&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Empire Burlesque&lt;br /&gt;Bob Dylan&lt;br /&gt;10.90&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Hide your heart&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/ismycxp/aggbug/3990339.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/ismycxp/223231327/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/ismycxp/223231327/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 15 Mar 2009 00:57:00 +0800</pubDate><author>ismycxp</author><comments>http://blog.csdn.net/ismycxp/archive/2009/03/14/3990339.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ismycxp/archive/2009/03/14/3990339.aspx</guid><dc:creator>ismycxp</dc:creator><fs:srclink>http://blog.csdn.net/ismycxp/archive/2009/03/14/3990339.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ismycxp/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/ismycxp/~1177512/223231327/1177493</fs:itemid></item><item><title>ASP.NET 局部刷新</title><link>http://blog.csdn.net/ismycxp/archive/2008/12/05/3450529.aspx</link><wfw:comment>http://blog.csdn.net/ismycxp/comments/3450529.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ismycxp/comments/commentRss/3450529.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3450529</trackback:ping><description>使用过.net中的局部刷新功能兄弟都知道,据我的认识,最用的是微软自己提供的和第三方提供组件.微软的提供的方法有两种,一种是VS2005提供的UpdatePanel组件,把updatepanel拖进页面,然后要进行局部刷新的内容(如gridview),只要在updatepanel这个容器里的控件都可以做到局部刷新;第二种方法是VS2003中就有的,即让页面的后代码类实现ICallbackEventHandler接口,该接口有两个方法,RaiseCallbackEvent方法用于客户端处理传过来请求,其中参数是客户端传过来的(JS),GetCallbackResult(没有参数)用于服务器端返回给客户端的结果(text或XML),另外在Page_Load还必须向客户端注册向调用服务器端的脚本,客户端调用这个脚本中函数得到响应数据,具体的细节在这里就多讲了.第三方组件,我知道Ajaxpro,偶没用过.另外,不管是微软提供的还是第三方的方法,我注意到,在运行时向页面注册一些资源文件(js),即一些函数.当然单独注册在页面的也有.&lt;br /&gt;   在使用微软的方法实现局部刷新时,我发现一个问题&lt;img src =&quot;http://blog.csdn.net/ismycxp/aggbug/3450529.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/ismycxp/223231332/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/ismycxp/223231332/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 05 Dec 2008 17:55:00 +0800</pubDate><author>ismycxp</author><comments>http://blog.csdn.net/ismycxp/archive/2008/12/05/3450529.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ismycxp/archive/2008/12/05/3450529.aspx</guid><dc:creator>ismycxp</dc:creator><fs:srclink>http://blog.csdn.net/ismycxp/archive/2008/12/05/3450529.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ismycxp/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/ismycxp/~1177512/223231332/1177493</fs:itemid></item><item><title>ASP.NET自定义控件属性的特性大全</title><link>http://blog.csdn.net/ismycxp/archive/2008/10/15/3078352.aspx</link><wfw:comment>http://blog.csdn.net/ismycxp/comments/3078352.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ismycxp/comments/commentRss/3078352.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3078352</trackback:ping><description>自定义控件属性的特性：&lt;br /&gt;&lt;br /&gt;Bindable指定屬性是否支援Data Binding。&lt;br /&gt;这个特性表示属性是否可以绑定一个有效数据源。通常使用布尔值进行设置。例如：Bindable(true)。如果使用值true标记属性，表示该属性可以绑定一个有效数据源，且应引发该属性的属性更改通知。&lt;br /&gt;&lt;br /&gt;Browsable&lt;br /&gt;控制屬性或事件是否顯示於屬性表。指定属性是否应该在属性浏览器中显示，使用布尔值设置。通常情况下，功用属性和那些希望在属性浏览器中显示的属性被设置为 Browsable(true)，只读属性和那些不希望在属性浏览器中见到的属性被设置为 Browsable(false)。&lt;br /&gt;&lt;br /&gt;Category對于屬性或是事件的分類，當屬性表採分類模式顯示時，會以此Attribute作為分類的依據。&lt;br /&gt;指定属性在属性浏览器中进行分组显示的类别。该设计时特性帮助可视化编辑器将属性进行逻辑分组。通常分为：外观（Appearance）、行为（Behavior）、布局（Layout）、数据（Data）、操作（Action）、键盘（&lt;img src =&quot;http://blog.csdn.net/ismycxp/aggbug/3078352.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/ismycxp/223231342/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/ismycxp/223231342/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 15 Oct 2008 17:42:00 +0800</pubDate><author>ismycxp</author><comments>http://blog.csdn.net/ismycxp/archive/2008/10/15/3078352.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ismycxp/archive/2008/10/15/3078352.aspx</guid><dc:creator>ismycxp</dc:creator><fs:srclink>http://blog.csdn.net/ismycxp/archive/2008/10/15/3078352.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ismycxp/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/ismycxp/~1177512/223231342/1177493</fs:itemid></item><item><title>VC中如何建立一个UNICODE应用程序</title><link>http://blog.csdn.net/ismycxp/archive/2008/06/04/2511903.aspx</link><wfw:comment>http://blog.csdn.net/ismycxp/comments/2511903.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ismycxp/comments/commentRss/2511903.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2511903</trackback:ping><description>VC中如何建立一个UNICODE应用程序&lt;img src =&quot;http://blog.csdn.net/ismycxp/aggbug/2511903.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/ismycxp/223231345/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/ismycxp/223231345/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 05 Jun 2008 02:25:00 +0800</pubDate><author>ismycxp</author><comments>http://blog.csdn.net/ismycxp/archive/2008/06/04/2511903.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ismycxp/archive/2008/06/04/2511903.aspx</guid><dc:creator>ismycxp</dc:creator><fs:srclink>http://blog.csdn.net/ismycxp/archive/2008/06/04/2511903.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ismycxp/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/ismycxp/~1177512/223231345/1177493</fs:itemid></item><item><title>c++之父：Bjarne Stroustrup 语录</title><link>http://blog.csdn.net/ismycxp/archive/2008/06/04/2510122.aspx</link><wfw:comment>http://blog.csdn.net/ismycxp/comments/2510122.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ismycxp/comments/commentRss/2510122.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2510122</trackback:ping><description>c++之父：Bjarne Stroustrup 语录&lt;img src =&quot;http://blog.csdn.net/ismycxp/aggbug/2510122.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/ismycxp/223231367/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/ismycxp/223231367/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 04 Jun 2008 19:20:00 +0800</pubDate><author>ismycxp</author><comments>http://blog.csdn.net/ismycxp/archive/2008/06/04/2510122.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ismycxp/archive/2008/06/04/2510122.aspx</guid><dc:creator>ismycxp</dc:creator><fs:srclink>http://blog.csdn.net/ismycxp/archive/2008/06/04/2510122.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ismycxp/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/ismycxp/~1177512/223231367/1177493</fs:itemid></item><item><title>CarlosAg.ExcelXmlWriter实现.net下Excel导出功能（服务端不需要安装Excel程序）</title><link>http://blog.csdn.net/ismycxp/archive/2008/05/31/2499675.aspx</link><wfw:comment>http://blog.csdn.net/ismycxp/comments/2499675.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ismycxp/comments/commentRss/2499675.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2499675</trackback:ping><description>CarlosAg.ExcelXmlWriter实现.net下Excel导出功能（服务端不需要安装Excel程序）&lt;img src =&quot;http://blog.csdn.net/ismycxp/aggbug/2499675.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/ismycxp/223231371/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/ismycxp/223231371/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 01 Jun 2008 02:47:00 +0800</pubDate><author>ismycxp</author><comments>http://blog.csdn.net/ismycxp/archive/2008/05/31/2499675.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ismycxp/archive/2008/05/31/2499675.aspx</guid><dc:creator>ismycxp</dc:creator><fs:srclink>http://blog.csdn.net/ismycxp/archive/2008/05/31/2499675.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ismycxp/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/ismycxp/~1177512/223231371/1177493</fs:itemid></item><item><title>把DLL文件打包进EXE的技巧（C#）</title><link>http://blog.csdn.net/ismycxp/archive/2008/04/09/2268749.aspx</link><wfw:comment>http://blog.csdn.net/ismycxp/comments/2268749.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/ismycxp/comments/commentRss/2268749.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2268749</trackback:ping><description>把DLL文件打包进EXE的技巧（C#）&lt;img src =&quot;http://blog.csdn.net/ismycxp/aggbug/2268749.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/ismycxp/223231376/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/ismycxp/223231376/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 09 Apr 2008 19:49:00 +0800</pubDate><author>ismycxp</author><comments>http://blog.csdn.net/ismycxp/archive/2008/04/09/2268749.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ismycxp/archive/2008/04/09/2268749.aspx</guid><dc:creator>ismycxp</dc:creator><fs:srclink>http://blog.csdn.net/ismycxp/archive/2008/04/09/2268749.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ismycxp/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/ismycxp/~1177512/223231376/1177493</fs:itemid></item><item><title>只允许运行一个实例</title><link>http://blog.csdn.net/ismycxp/archive/2008/02/01/2076546.aspx</link><wfw:comment>http://blog.csdn.net/ismycxp/comments/2076546.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ismycxp/comments/commentRss/2076546.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2076546</trackback:ping><description>只允许运行一个实例&lt;img src =&quot;http://blog.csdn.net/ismycxp/aggbug/2076546.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/ismycxp/223231378/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/ismycxp/223231378/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 01 Feb 2008 19:10:00 +0800</pubDate><author>ismycxp</author><comments>http://blog.csdn.net/ismycxp/archive/2008/02/01/2076546.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ismycxp/archive/2008/02/01/2076546.aspx</guid><dc:creator>ismycxp</dc:creator><fs:srclink>http://blog.csdn.net/ismycxp/archive/2008/02/01/2076546.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ismycxp/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/ismycxp/~1177512/223231378/1177493</fs:itemid></item></channel></rss>