<?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:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/jxufewbt" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/jxufewbt" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 05 Feb 2010 07:43:00 GMT</lastBuildDate><title>jxufewbt的专栏</title><description>他山之石，可以攻玉</description><link>http://blog.csdn.net/blogrss.aspx?username=jxufewbt</link><item><title>谈一下怎样判断网页是静态的还是伪静态的?</title><link>http://blog.csdn.net/jxufewbt/archive/2010/02/05/5291670.aspx</link><description>&lt;br /&gt;怎样判断网页是静态还是伪静态呢?&lt;br /&gt;SEO文章看多了，经常能听到静态、伪静态这类的词语，那什么样的网页是静态的，什么样的网页是伪静态的呢？&lt;br /&gt;&lt;br /&gt;IE5浏览器以上：&lt;br /&gt;打开你想判断的网站后，再在网址框中输入javascript:alert(document.lastModified)&lt;br /&gt;IE5以上... ，此方法可以判断一个网页的最后更新时间，如果这个时间与现在的时间相同，说明是伪静态的，反之为静态的。&lt;br /&gt;&lt;br /&gt;火狐浏览器下：&lt;br /&gt;先用火狐打开一个网页如：http://bbs.ittang.com/forum-13-1.html 等网页完全打开后进入FireFox的控制台。&quot;工具&quot;-“错误控制台”快捷键：shift+ctrl+J  然后在控制台里面输入：alert(document.lastModified); 查看最后修改时间并记录。&lt;br /&gt;&lt;br /&gt;接下来关闭控制台，重新刷新网页，再用相同的方法在控制台里输入查询代码，再查看文件的最后修改时间，连续几次如果发现时间不同则可以判断它是伪静态的了&lt;img src=&quot;http://www1.feedsky.com/t1/329729398/jxufewbt/csdn.net/s.gif?r=http://blog.csdn.net/jxufewbt/archive/2010/02/05/5291670.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/jxufewbt/329729398/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/jxufewbt/329729398/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 05 Feb 2010 15:43:00 +0800</pubDate><author>jxufewbt</author><guid isPermaLink="false">http://blog.csdn.net/jxufewbt/archive/2010/02/05/5291670.aspx</guid><dc:creator>jxufewbt</dc:creator><fs:srclink>http://blog.csdn.net/jxufewbt/archive/2010/02/05/5291670.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jxufewbt/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/jxufewbt/~1123436/329729398/1123430</fs:itemid></item><item><title>DBCC DROPCLEANBUFFERS (Transact-SQL)</title><link>http://blog.csdn.net/jxufewbt/archive/2010/02/03/5285386.aspx</link><description>DBCC DROPCLEANBUFFERS (Transact-SQL)&lt;br /&gt;&lt;br /&gt;从缓冲池中删除所有清除缓冲区。&lt;br /&gt;Transact-SQL 语法约定  语法 DBCC DROPCLEANBUFFERS [ WITH NO_INFOMSGS ]  参数 WITH NO_INFOMSGS &lt;br /&gt;禁止显示所有信息性消息。  结果集 &lt;br /&gt;DBCC DROPCLEANBUFFERS 返回：复制代码 DBCC execution completed. If DBCC printed error messages, contact your system administrator.  注释 &lt;br /&gt;使用 DBCC DROPCLEANBUFFERS 测试包含冷缓存的查询，而不用关闭和重新启动服务器。&lt;br /&gt;若要从缓冲池中删除清除缓冲区，请首先使用 CHECKPOINT 生成一个冷缓存。这可以强制将当前数据库的全部脏页写入磁盘，然后清除缓冲区。完成此操作后，便可发出 DBCC DROPCLEANBUFFERS 命令来从缓冲池中删除所有缓冲区。  权限&lt;img src=&quot;http://www1.feedsky.com/t1/329085697/jxufewbt/csdn.net/s.gif?r=http://blog.csdn.net/jxufewbt/archive/2010/02/03/5285386.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/jxufewbt/329085697/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/jxufewbt/329085697/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 03 Feb 2010 16:15:00 +0800</pubDate><author>jxufewbt</author><guid isPermaLink="false">http://blog.csdn.net/jxufewbt/archive/2010/02/03/5285386.aspx</guid><dc:creator>jxufewbt</dc:creator><fs:srclink>http://blog.csdn.net/jxufewbt/archive/2010/02/03/5285386.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jxufewbt/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/jxufewbt/~1123436/329085697/1123430</fs:itemid></item><item><title>禁用DW20.exe</title><link>http://blog.csdn.net/jxufewbt/archive/2010/01/26/5257691.aspx</link><description>&lt;br /&gt;服务器自从上次重装以后，CPU一直很高，很烦人的。任务管理器里面查看了下，主要是sqlservr.exe这个进程，还有就是有个DW20.exe。sql是没办法了，DW20.exe这个进程试着把它结束下，看下没问题。就决定把这个进程给干掉，可是怎么搞呢？结束后一会儿又出现了呀？以下有两种办法可以解决： &lt;br /&gt;        在使用.NET开发MS office程序时, 经常会遇到在Office相关代码throw ex的时候, 会弹出一个debug window, 然后有个DW20.exe的process在狂跑, 占用CPU非常高, 而且维持一分钟左右, 烦死! 这东西其实是Microsoft Application Error Reporting, 是用于在MS的app崩溃时发送错误报告的, 解决方法很简单, 进入我的电脑-&gt;属性-&gt;系统属性-&gt;高级-&gt;错误报告, 在这里设置禁用, 就可以解决问题!               &lt;br /&gt;来自：OpeDev&lt;br /&gt;        自动 Office 程序停止响应时 Windows 错误报告工具, Dw20.exe,&lt;img src=&quot;http://www1.feedsky.com/t1/329085698/jxufewbt/csdn.net/s.gif?r=http://blog.csdn.net/jxufewbt/archive/2010/01/26/5257691.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/jxufewbt/329085698/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/jxufewbt/329085698/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 26 Jan 2010 13:41:00 +0800</pubDate><author>jxufewbt</author><guid isPermaLink="false">http://blog.csdn.net/jxufewbt/archive/2010/01/26/5257691.aspx</guid><dc:creator>jxufewbt</dc:creator><fs:srclink>http://blog.csdn.net/jxufewbt/archive/2010/01/26/5257691.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jxufewbt/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/jxufewbt/~1123436/329085698/1123430</fs:itemid></item><item><title>类似于开心网消息提醒功能</title><link>http://blog.csdn.net/jxufewbt/archive/2010/01/22/5227854.aspx</link><description>&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;测试页面&lt;br /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/329085699/jxufewbt/csdn.net/s.gif?r=http://blog.csdn.net/jxufewbt/archive/2010/01/22/5227854.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/jxufewbt/329085699/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/jxufewbt/329085699/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 22 Jan 2010 19:11:00 +0800</pubDate><author>jxufewbt</author><guid isPermaLink="false">http://blog.csdn.net/jxufewbt/archive/2010/01/22/5227854.aspx</guid><dc:creator>jxufewbt</dc:creator><fs:srclink>http://blog.csdn.net/jxufewbt/archive/2010/01/22/5227854.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jxufewbt/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/jxufewbt/~1123436/329085699/1123430</fs:itemid></item><item><title>与图片的二进制数据库存储和显示</title><link>http://blog.csdn.net/jxufewbt/archive/2009/11/28/4893714.aspx</link><description>与图片的二进制数据库存储和显示&lt;img src=&quot;http://www1.feedsky.com/t1/329085700/jxufewbt/csdn.net/s.gif?r=http://blog.csdn.net/jxufewbt/archive/2009/11/28/4893714.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/jxufewbt/329085700/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/jxufewbt/329085700/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 28 Nov 2009 10:38:00 +0800</pubDate><author>jxufewbt</author><guid isPermaLink="false">http://blog.csdn.net/jxufewbt/archive/2009/11/28/4893714.aspx</guid><dc:creator>jxufewbt</dc:creator><fs:srclink>http://blog.csdn.net/jxufewbt/archive/2009/11/28/4893714.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jxufewbt/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/jxufewbt/~1123436/329085700/1123430</fs:itemid></item><item><title>IIS应用程序池cpu占用率命令iisapp</title><link>http://blog.csdn.net/jxufewbt/archive/2009/10/17/4689638.aspx</link><description>&lt;br /&gt;iisapp的一些参数 &lt;br /&gt;iisapp -a pid&lt;br /&gt;可以查出对应的域名&lt;br /&gt;反之 iisapp -p domain 查pid的语法&lt;br /&gt;iisapp [a/&lt;br /&gt;AppPoolName | /p&lt;br /&gt;AppPoolID]&lt;br /&gt;参数&lt;br /&gt;/a AppPoolName&lt;br /&gt;指定特定应用程序池的名称。（可选项）&lt;br /&gt;/p AppPoolID&lt;br /&gt;按 ID 号指定应用程序池。（可选项）&lt;br /&gt;注释&lt;br /&gt;如果未指定应用程序池名或 ID，则 iisapp 列出所有运行应用程序。&lt;br /&gt;仅当使用 /s 时，&lt;br /&gt;才可使用 /u 和 /p 命令行选项。必须同时使用 /p 和 /u 才能提供用户密码。&lt;br /&gt;Iisext.vbs 执行 IIS 管理器中可用的相同操作。可使用任何一种工具管理 IIS 网站。&lt;br /&gt;发出命令的计算机必须正在运行 Windows XP 或 Windows Server 2003 操作系统。用户必须是命令所影响的计算机上的 Administrators 组成员。&lt;img src=&quot;http://www1.feedsky.com/t1/329085701/jxufewbt/csdn.net/s.gif?r=http://blog.csdn.net/jxufewbt/archive/2009/10/17/4689638.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/jxufewbt/329085701/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/jxufewbt/329085701/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 17 Oct 2009 18:57:00 +0800</pubDate><author>jxufewbt</author><guid isPermaLink="false">http://blog.csdn.net/jxufewbt/archive/2009/10/17/4689638.aspx</guid><dc:creator>jxufewbt</dc:creator><fs:srclink>http://blog.csdn.net/jxufewbt/archive/2009/10/17/4689638.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jxufewbt/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/jxufewbt/~1123436/329085701/1123430</fs:itemid></item><item><title>LCS 两个字符串的最大公共子字符串</title><link>http://blog.csdn.net/jxufewbt/archive/2009/08/15/4450207.aspx</link><description>&lt;br /&gt;public static string LCS(string s1, string s2)&lt;br /&gt;        {&lt;br /&gt;            if (s1 == s2)&lt;br /&gt;                return s1;&lt;br /&gt;            else if (String.IsNullOrEmpty(s1) || String.IsNullOrEmpty(s2))&lt;br /&gt;                return null;&lt;br /&gt;            var d = new int[s1.Length, s2.Length];&lt;br /&gt;            var index = 0;&lt;br /&gt;            var length = 0;&lt;br /&gt;            for (int i = 0; i &lt;br /&gt;            {&lt;br /&gt;                for (int j = 0; j &lt;br /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/329085702/jxufewbt/csdn.net/s.gif?r=http://blog.csdn.net/jxufewbt/archive/2009/08/15/4450207.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/jxufewbt/329085702/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/jxufewbt/329085702/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 15 Aug 2009 19:12:00 +0800</pubDate><author>jxufewbt</author><guid isPermaLink="false">http://blog.csdn.net/jxufewbt/archive/2009/08/15/4450207.aspx</guid><dc:creator>jxufewbt</dc:creator><fs:srclink>http://blog.csdn.net/jxufewbt/archive/2009/08/15/4450207.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jxufewbt/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/jxufewbt/~1123436/329085702/1123430</fs:itemid></item><item><title>50个要点帮你提高C#编程水平</title><link>http://blog.csdn.net/jxufewbt/archive/2009/08/12/4440157.aspx</link><description>&lt;br /&gt;提高C#编程水平的50个要点&lt;br /&gt;1.总是用属性 (Property) 来代替可访问的数据成员&lt;br /&gt;2.在 readonly 和 const 之间，优先使用 readonly&lt;br /&gt;3.在 as 和 强制类型转换之间，优先使用 as 操作符&lt;br /&gt;4.使用条件属性 (Conditional Attributes) 来代替条件编译语句 #if&lt;br /&gt;5.总是为自定义类重载 ToString 方法&lt;br /&gt;6.区别值类型和引用类型&lt;br /&gt;7.使用不可变的值类型(Immutable Atomic Value Types)&lt;br /&gt;8.在值类型中，确保0是一个合法的数据&lt;br /&gt;9.理解 ReferenceEquals, static Equals, instance Equals 和 比较运算符(==)之间的关系&lt;br /&gt;10.理解 GetHashCode方法的缺陷&lt;br /&gt;11.在编写循环时，优先使用 foreach.&lt;br /&gt;12.在定义变量的时候就将其初始化&lt;br /&gt;13.使用静态构造函数来初始化静态成员变量&lt;br /&gt;14.用多个&lt;img src=&quot;http://www1.feedsky.com/t1/329085703/jxufewbt/csdn.net/s.gif?r=http://blog.csdn.net/jxufewbt/archive/2009/08/12/4440157.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/jxufewbt/329085703/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/jxufewbt/329085703/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 12 Aug 2009 22:10:00 +0800</pubDate><author>jxufewbt</author><guid isPermaLink="false">http://blog.csdn.net/jxufewbt/archive/2009/08/12/4440157.aspx</guid><dc:creator>jxufewbt</dc:creator><fs:srclink>http://blog.csdn.net/jxufewbt/archive/2009/08/12/4440157.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jxufewbt/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/jxufewbt/~1123436/329085703/1123430</fs:itemid></item><item><title>Javascript 刷新框架及页面的方法总集 框架页刷新</title><link>http://blog.csdn.net/jxufewbt/archive/2009/08/12/4440155.aspx</link><description>&lt;br /&gt;先来看一个简单的例子： &lt;br /&gt;   下面以三个页面分别命名为frame.html、top.html、bottom.html为例来具体说明如何做。 &lt;br /&gt;&lt;br /&gt;   frame.html 由上(top.html)下(bottom.html)两个页面组成，代码如下： &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; frame &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;   现在假设top.html (即上面的&lt;img src=&quot;http://www1.feedsky.com/t1/329085704/jxufewbt/csdn.net/s.gif?r=http://blog.csdn.net/jxufewbt/archive/2009/08/12/4440155.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/jxufewbt/329085704/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/jxufewbt/329085704/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 12 Aug 2009 22:09:00 +0800</pubDate><author>jxufewbt</author><guid isPermaLink="false">http://blog.csdn.net/jxufewbt/archive/2009/08/12/4440155.aspx</guid><dc:creator>jxufewbt</dc:creator><fs:srclink>http://blog.csdn.net/jxufewbt/archive/2009/08/12/4440155.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jxufewbt/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/jxufewbt/~1123436/329085704/1123430</fs:itemid></item><item><title>让Flash自适应浏览器屏幕大小的几种方法</title><link>http://blog.csdn.net/jxufewbt/archive/2009/08/12/4440145.aspx</link><description>&lt;br /&gt;要让flash自适应浏览器屏幕大小需要做到以下两点：&lt;br /&gt;1、swf文件随着浏览器屏幕大小也相应改变大下；&lt;br /&gt;方法：在网页里除了放你的swf文件外不要放其他的任何内容，并且swf文件的宽，高都设为100%;(可以看我的源文件里的fullscreen.htm文件)；&lt;br /&gt;2、当swf文件大小改变时，flash 内容也相应重新安排。&lt;br /&gt;在这个例子里，我在主舞台上使用了一loader组件来载入一张图片。当你调整浏览器大小时，swf文件大下相应发生变化。我使用了Stage 对象的onReisize事件来改变loader组件的大下和位置。&lt;br /&gt;源文件下载： flashFullScreen.rar&lt;br /&gt;在源文件里我没有写太多的代码，相信你能很容易看懂。&lt;br /&gt;++++++++++++++++++++++++++++++++++++++&lt;br /&gt;第二种方法：&lt;br /&gt;＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋&lt;br /&gt;首先是：&lt;br /&gt;在网页中把flash的高、宽都设为100%。&lt;br /&gt;在flash中加入&lt;br /&gt;Stage.s&lt;img src=&quot;http://www1.feedsky.com/t1/329085705/jxufewbt/csdn.net/s.gif?r=http://blog.csdn.net/jxufewbt/archive/2009/08/12/4440145.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/jxufewbt/329085705/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/jxufewbt/329085705/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 12 Aug 2009 22:06:00 +0800</pubDate><author>jxufewbt</author><guid isPermaLink="false">http://blog.csdn.net/jxufewbt/archive/2009/08/12/4440145.aspx</guid><dc:creator>jxufewbt</dc:creator><fs:srclink>http://blog.csdn.net/jxufewbt/archive/2009/08/12/4440145.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jxufewbt/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/jxufewbt/~1123436/329085705/1123430</fs:itemid></item></channel></rss>