<?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/brothercat" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/brothercat" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 15 May 2009 12:45:00 GMT</lastBuildDate><title>猫猫看世界^_^</title><description>海纳百川，有容乃大；壁立千仞，无欲则刚。</description><link>http://blog.csdn.net/brothercat/</link><item><title>服务器端口大全</title><link>http://blog.csdn.net/brothercat/archive/2009/05/15/4188373.aspx</link><wfw:comment>http://blog.csdn.net/brothercat/comments/4188373.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/brothercat/comments/commentRss/4188373.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4188373</trackback:ping><description>&lt;br /&gt;0=Reserved&lt;br /&gt;1=tcpmux&lt;br /&gt;2=compressnet&lt;br /&gt;3=compressnet&lt;br /&gt;4=Unassigned&lt;br /&gt;5=Remote Job Entr&lt;br /&gt;6=Unassigned&lt;br /&gt;7=Echo&lt;br /&gt;8=Unassigned&lt;br /&gt;9=Discard&lt;br /&gt;10=Unassigned&lt;br /&gt;11=Active Users&lt;br /&gt;12=Unassigned&lt;br /&gt;13=Daytime&lt;br /&gt;14=Unassigned&lt;br /&gt;15=Unassigned&lt;br /&gt;16=Unassigned&lt;br /&gt;17=Quote of the Day&lt;br /&gt;18=Message Send Protocol&lt;br /&gt;19=Character Generator&lt;br /&gt;20=FTP (Data)&lt;br /&gt;21=FTP (Control)&lt;br /&gt;22=Unassigned&lt;br /&gt;23=Telnet&lt;br /&gt;24=Private mail-system&lt;br /&gt;25=S&lt;img src =&quot;http://blog.csdn.net/brothercat/aggbug/4188373.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/223322383/brothercat/csdn.net/s.gif?r=http://blog.csdn.net/brothercat/archive/2009/05/15/4188373.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/brothercat/223322383/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/brothercat/223322383/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 15 May 2009 20:45:00 +0800</pubDate><author>叶茂</author><comments>http://blog.csdn.net/brothercat/archive/2009/05/15/4188373.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/brothercat/archive/2009/05/15/4188373.aspx</guid><dc:creator>叶茂</dc:creator><fs:srclink>http://blog.csdn.net/brothercat/archive/2009/05/15/4188373.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/brothercat/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/brothercat/~1175750/223322383/1175732</fs:itemid></item><item><title>设置IIS缓存的方法</title><link>http://blog.csdn.net/brothercat/archive/2009/04/14/4074210.aspx</link><wfw:comment>http://blog.csdn.net/brothercat/comments/4074210.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/brothercat/comments/commentRss/4074210.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4074210</trackback:ping><description>1.测试，可以缓存整个Share工程（经测试IIS中的缓存测试对ASPX页面不起作用，估计与页面压缩的设置原理一样）；&lt;br /&gt;2.需要设置缓存的工程： Share，Portal（根据IIS日志分析报告中的“Most Requested Directories”得出）；&lt;br /&gt;3.设置的方法：&lt;br /&gt;   第一步：&lt;br /&gt;   打开 IIS 配置管理工具（Internet 信息服务(IIS)管理器）。&lt;br /&gt;   选中一个目录（或者网站，如果您想为所有站点配置，请选择点中“网站”那个图标），点“属性”按钮，会弹出一个配置窗口&lt;br /&gt;   第二步：&lt;br /&gt;   选择“HTTP 头” TAB 标签，然后您会看到：“自定义 HTTP 头”一栏。&lt;br /&gt;   第三步：&lt;br /&gt;   点旁边的“添加(D)...”按钮，来添加上那条命令。&lt;br /&gt;   在弹出的窗口中：“自定义 HTTP 头名(C)”中输入：“Cache-Control”，在“自定义 HTTP 头值(U)”中输入：“Must-revalidate”。&lt;br /&gt;&lt;br /&gt;Cache-Contro&lt;img src =&quot;http://blog.csdn.net/brothercat/aggbug/4074210.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/brothercat/223322386/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/brothercat/223322386/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 15 Apr 2009 06:24:00 +0800</pubDate><author>叶茂</author><comments>http://blog.csdn.net/brothercat/archive/2009/04/14/4074210.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/brothercat/archive/2009/04/14/4074210.aspx</guid><dc:creator>叶茂</dc:creator><fs:srclink>http://blog.csdn.net/brothercat/archive/2009/04/14/4074210.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/brothercat/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/brothercat/~1175750/223322386/1175732</fs:itemid></item><item><title>PHPMYADMIN下#1045错误解决办法</title><link>http://blog.csdn.net/brothercat/archive/2009/03/21/4013075.aspx</link><wfw:comment>http://blog.csdn.net/brothercat/comments/4013075.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/brothercat/comments/commentRss/4013075.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4013075</trackback:ping><description>错误原因：MYSQL数据库连接文件里的用户名和密码设置错误。修改地址为：libraries下的config.default.php在config.default.php里修改MYSQL的帐户的用户名和密码 $cfg['Servers'][$i]['user']          = 'root';      // MySQL user$cfg['Servers'][$i]['password']      = '123456';      // 默认为空&lt;img src =&quot;http://blog.csdn.net/brothercat/aggbug/4013075.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/brothercat/223322387/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/brothercat/223322387/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 22 Mar 2009 06:03:00 +0800</pubDate><author>叶茂</author><comments>http://blog.csdn.net/brothercat/archive/2009/03/21/4013075.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/brothercat/archive/2009/03/21/4013075.aspx</guid><dc:creator>叶茂</dc:creator><fs:srclink>http://blog.csdn.net/brothercat/archive/2009/03/21/4013075.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/brothercat/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/brothercat/~1175750/223322387/1175732</fs:itemid></item><item><title>【ASP.NET2.0学习笔记】开发投票系统</title><link>http://blog.csdn.net/brothercat/archive/2008/11/05/3230449.aspx</link><wfw:comment>http://blog.csdn.net/brothercat/comments/3230449.aspx</wfw:comment><slash:comments>4</slash:comments><wfw:commentRss>http://blog.csdn.net/brothercat/comments/commentRss/3230449.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3230449</trackback:ping><description>《ASP.NET2.0学习笔记》系列博文为猫猫学习.net的一些心得，现发布在CSDN上与大家共享。&lt;img src =&quot;http://blog.csdn.net/brothercat/aggbug/3230449.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/brothercat/223322388/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/brothercat/223322388/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 06 Nov 2008 07:29:00 +0800</pubDate><author>叶茂</author><comments>http://blog.csdn.net/brothercat/archive/2008/11/05/3230449.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/brothercat/archive/2008/11/05/3230449.aspx</guid><dc:creator>叶茂</dc:creator><fs:srclink>http://blog.csdn.net/brothercat/archive/2008/11/05/3230449.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/brothercat/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/brothercat/~1175750/223322388/1175732</fs:itemid></item><item><title>关于共享软件网上注册获取KEY的一些想法（更新中）</title><link>http://blog.csdn.net/brothercat/archive/2008/11/05/3228791.aspx</link><wfw:comment>http://blog.csdn.net/brothercat/comments/3228791.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/brothercat/comments/commentRss/3228791.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3228791</trackback:ping><description>1、先对程序进行完整性校验，采用MD5算法较好，确保执行程序不会被修改，将MD5结果作为第一部分。  2、收集本机信息（网卡、硬盘、CPU信息、当前日期，注册用户等信息），采用3DES算法加密，将加密结果作为第二部分进行保存。  3、将两部分结果进行合并，通过网络或者其他途径传送给服务器，服务器先判断程序的完整性，如果完整，则解密客户机信息，通过RSA算法使用私钥进行加密，将秘文发还给客户。  4、客户使用收到的秘文以及程序中包含的RSA算法的公钥进行解密并进行本机校验，如果信息正确则可以继续运行，否则失败。&lt;img src =&quot;http://blog.csdn.net/brothercat/aggbug/3228791.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/brothercat/223322389/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/brothercat/223322389/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 06 Nov 2008 02:57:00 +0800</pubDate><author>叶茂</author><comments>http://blog.csdn.net/brothercat/archive/2008/11/05/3228791.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/brothercat/archive/2008/11/05/3228791.aspx</guid><dc:creator>叶茂</dc:creator><fs:srclink>http://blog.csdn.net/brothercat/archive/2008/11/05/3228791.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/brothercat/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/brothercat/~1175750/223322389/1175732</fs:itemid></item><item><title>VS2005常见问题汇总</title><link>http://blog.csdn.net/brothercat/archive/2008/10/07/3030914.aspx</link><wfw:comment>http://blog.csdn.net/brothercat/comments/3030914.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/brothercat/comments/commentRss/3030914.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3030914</trackback:ping><description>VS2005一些常见问题归纳总结，希望有帮助。&lt;img src =&quot;http://blog.csdn.net/brothercat/aggbug/3030914.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/brothercat/223322391/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/brothercat/223322391/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 08 Oct 2008 07:48:00 +0800</pubDate><author>叶茂</author><comments>http://blog.csdn.net/brothercat/archive/2008/10/07/3030914.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/brothercat/archive/2008/10/07/3030914.aspx</guid><dc:creator>叶茂</dc:creator><fs:srclink>http://blog.csdn.net/brothercat/archive/2008/10/07/3030914.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/brothercat/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/brothercat/~1175750/223322391/1175732</fs:itemid></item><item><title>pwfsh.dll文件查杀</title><link>http://blog.csdn.net/brothercat/archive/2008/07/09/2631145.aspx</link><wfw:comment>http://blog.csdn.net/brothercat/comments/2631145.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/brothercat/comments/commentRss/2631145.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2631145</trackback:ping><description>今天本本系统的音量控制被自动关闭了，只能在“服务”管理里手动启动，后来卡巴发现了一可疑文件pwfsh.dll。卡巴和安全模式下都无法删除。查了相关资料，原来是一木马病毒，费了好会工夫才解决掉，音量控制也恢复正常。现发布心得和大家分享，希望对遇到同样问题朋友有所帮助。删除文件：C:\WINDOWS\fsrep.exeC:\WINDOWS\system32\niprp.dllC:\WINDOWS\system32\pwfsh.dll删除服务项目：HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Iprip HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_IPRIPHK&lt;img src =&quot;http://blog.csdn.net/brothercat/aggbug/2631145.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/brothercat/223322392/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/brothercat/223322392/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 10 Jul 2008 07:08:00 +0800</pubDate><author>叶茂</author><comments>http://blog.csdn.net/brothercat/archive/2008/07/09/2631145.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/brothercat/archive/2008/07/09/2631145.aspx</guid><dc:creator>叶茂</dc:creator><fs:srclink>http://blog.csdn.net/brothercat/archive/2008/07/09/2631145.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/brothercat/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/brothercat/~1175750/223322392/1175732</fs:itemid></item><item><title>解决部分验证码无法显示的新尝试</title><link>http://blog.csdn.net/brothercat/archive/2007/02/08/1505695.aspx</link><wfw:comment>http://blog.csdn.net/brothercat/comments/1505695.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/brothercat/comments/commentRss/1505695.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1505695</trackback:ping><description>解决部分验证码无法显示的新尝试，自己慢慢摸索出来的，希望对您有用。&lt;img src =&quot;http://blog.csdn.net/brothercat/aggbug/1505695.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/brothercat/223322393/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/brothercat/223322393/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 09 Feb 2007 04:44:00 +0800</pubDate><author>叶茂</author><comments>http://blog.csdn.net/brothercat/archive/2007/02/08/1505695.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/brothercat/archive/2007/02/08/1505695.aspx</guid><dc:creator>叶茂</dc:creator><fs:srclink>http://blog.csdn.net/brothercat/archive/2007/02/08/1505695.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/brothercat/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/brothercat/~1175750/223322393/1175732</fs:itemid></item><item><title>Access数据库“自动编号”字段归零</title><link>http://blog.csdn.net/brothercat/archive/2006/10/20/1343195.aspx</link><wfw:comment>http://blog.csdn.net/brothercat/comments/1343195.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/brothercat/comments/commentRss/1343195.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1343195</trackback:ping><description>Access数据库“自动编号”数据类型是一个非常实用的类型，它可以很方便地帮助我们完成标识不同记录ID的工作。但是由于JET引擎的特性（SQL server使用T-SQL），当我们在Access数据库某张表中执行了删除所有数据的操作后，被用来标识唯一ID的字段将不再归零（从头开始计数），而是会继续延续上次ID递增计数，我们可以用若干种方法解决这样的问题，以下结合ASP推荐两种方法&lt;img src =&quot;http://blog.csdn.net/brothercat/aggbug/1343195.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/brothercat/223322395/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/brothercat/223322395/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 21 Oct 2006 05:06:00 +0800</pubDate><author>brothercat</author><comments>http://blog.csdn.net/brothercat/archive/2006/10/20/1343195.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/brothercat/archive/2006/10/20/1343195.aspx</guid><dc:creator>brothercat</dc:creator><fs:srclink>http://blog.csdn.net/brothercat/archive/2006/10/20/1343195.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/brothercat/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/brothercat/~1175750/223322395/1175732</fs:itemid></item><item><title>捕捉childNodes在不同浏览器中的差异</title><link>http://blog.csdn.net/brothercat/archive/2006/08/23/1109869.aspx</link><wfw:comment>http://blog.csdn.net/brothercat/comments/1109869.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/brothercat/comments/commentRss/1109869.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1109869</trackback:ping><description>在用responseXML从XML文件里取值时发现在IE与MF(Mozilla Firefox)中childNodes的表现有很大的不同。心晴我尝试了一下捕捉childNodes在不同浏览器中的差异。&lt;img src =&quot;http://blog.csdn.net/brothercat/aggbug/1109869.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/brothercat/223322396/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/brothercat/223322396/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 24 Aug 2006 07:49:00 +0800</pubDate><author>brothercat</author><comments>http://blog.csdn.net/brothercat/archive/2006/08/23/1109869.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/brothercat/archive/2006/08/23/1109869.aspx</guid><dc:creator>brothercat</dc:creator><fs:srclink>http://blog.csdn.net/brothercat/archive/2006/08/23/1109869.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/brothercat/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/brothercat/~1175750/223322396/1175732</fs:itemid></item></channel></rss>