<?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/Mr_Bean" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/Mr_Bean" type="application/rss+xml"></fs:self_link><lastBuildDate>Mon, 01 Jun 2009 10:56:00 GMT</lastBuildDate><title>Mr_Bean的专栏-还有一个在http://www.5sozy.com/blog</title><description>沐浴晨曦想一想，今天该做些什么；面向晚霞看一看，今天都做了什么？</description><link>http://blog.csdn.net/Mr_Bean/</link><item><title>DB2 9 小说（序言）</title><link>http://blog.csdn.net/Mr_Bean/archive/2009/06/01/4231303.aspx</link><wfw:comment>http://blog.csdn.net/Mr_Bean/comments/4231303.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Mr_Bean/comments/commentRss/4231303.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4231303</trackback:ping><description>&lt;br /&gt;   我记得在前两天说我的书翻译出来的消息，有人留言回复说希望能看到一些翻译时的心得；起始在翻译的过程中我也正有此想法，所以还是有什么说什么了。&lt;br /&gt;   至于这一系列的名字，昨天突然看到一本书，叫大话什么什么的。后来想了想，大话高调了一些，还是叫小说吧，那就是《DB2 9小说》~低调低调。&lt;br /&gt;   这一系列与我此前的我用DB2的这些年的这个系列还是有一定地区别，本系列我将着重讲述一些新增部分以及一些有特点的部分，以及对这些新增部分的我的理解。一切都要慢慢来~~~~&lt;img src =&quot;http://blog.csdn.net/Mr_Bean/aggbug/4231303.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/225353909/Mr_Bean/csdn.net/s.gif?r=http://blog.csdn.net/Mr_Bean/archive/2009/06/01/4231303.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/Mr_Bean/225353909/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/Mr_Bean/225353909/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 01 Jun 2009 18:56:00 +0800</pubDate><author>笑熬浆糊</author><comments>http://blog.csdn.net/Mr_Bean/archive/2009/06/01/4231303.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Mr_Bean/archive/2009/06/01/4231303.aspx</guid><dc:creator>笑熬浆糊</dc:creator><fs:srclink>http://blog.csdn.net/Mr_Bean/archive/2009/06/01/4231303.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Mr_Bean/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Mr_Bean/~1175030/225353909/1175012</fs:itemid></item><item><title>DB2存储过程开发探秘</title><link>http://blog.csdn.net/Mr_Bean/archive/2009/02/20/3914560.aspx</link><wfw:comment>http://blog.csdn.net/Mr_Bean/comments/3914560.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Mr_Bean/comments/commentRss/3914560.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3914560</trackback:ping><description>&lt;br /&gt;1． DB2存储过程执行原理&lt;br /&gt;通常情况下，在客户-服务器体系结构中，运行在客户端的应用程序通过SQL对服务器端的数据库进行访问时，每一条SQL语句是分别地、一句一句地从客户端向服务器发出请求，然后数据库服务器再将结果一个一个地返回给应用程序。但是，有一些应用程序，涉及的服务器端数据库处理活动很多，而与用户的交互活动较少，在这种情况下，将有关数据库的处理活动以储存过程的形式放在数据库服务器上完成，则可以大大减轻网上传输流量，提高应用程序性能。&lt;br /&gt;2． DB2中编写应用程序的方法&lt;br /&gt;可使用几种不同的程序设计接口来存取 DB2 数据库。您可以：&lt;br /&gt;􀁺 将静态和动态 SQL 语句嵌入应用程序。&lt;br /&gt;􀁺 在应用程序中编写“DB2 调用层接口”(DB2 CLI) 的函数调用，以调用动态 SQL 语句。&lt;br /&gt;􀁺 开发调用“Java 数据库链接”应用程序设计接口 (JDBC API) 的 Java 应用程序和小程序。&lt;br /&gt;􀁺 开发符合“数据存取对象 (DAO) ”和“远程数据对象 (RDO) ” 规范的 Microsoft Vis&lt;img src =&quot;http://blog.csdn.net/Mr_Bean/aggbug/3914560.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/Mr_Bean/225353910/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/Mr_Bean/225353910/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 20 Feb 2009 23:13:00 +0800</pubDate><author>笑熬浆糊</author><comments>http://blog.csdn.net/Mr_Bean/archive/2009/02/20/3914560.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Mr_Bean/archive/2009/02/20/3914560.aspx</guid><dc:creator>笑熬浆糊</dc:creator><fs:srclink>http://blog.csdn.net/Mr_Bean/archive/2009/02/20/3914560.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Mr_Bean/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Mr_Bean/~1175030/225353910/1175012</fs:itemid></item><item><title>杂谈，关于转载~</title><link>http://blog.csdn.net/Mr_Bean/archive/2009/01/15/3790107.aspx</link><wfw:comment>http://blog.csdn.net/Mr_Bean/comments/3790107.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Mr_Bean/comments/commentRss/3790107.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3790107</trackback:ping><description>&lt;br /&gt;本来我不想对我的文章被转载说些什么，网络是共享的。出于有些地方对个人劳动的非常不尊重，以后我会非常注意保持劳动成果的保护~&lt;br /&gt;2009-01-15&lt;img src =&quot;http://blog.csdn.net/Mr_Bean/aggbug/3790107.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/Mr_Bean/225353911/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/Mr_Bean/225353911/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 16 Jan 2009 01:01:00 +0800</pubDate><author>笑熬浆糊</author><comments>http://blog.csdn.net/Mr_Bean/archive/2009/01/15/3790107.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Mr_Bean/archive/2009/01/15/3790107.aspx</guid><dc:creator>笑熬浆糊</dc:creator><fs:srclink>http://blog.csdn.net/Mr_Bean/archive/2009/01/15/3790107.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Mr_Bean/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Mr_Bean/~1175030/225353911/1175012</fs:itemid></item><item><title>如何清理db2diag.log文件</title><link>http://blog.csdn.net/Mr_Bean/archive/2008/09/28/2993657.aspx</link><wfw:comment>http://blog.csdn.net/Mr_Bean/comments/2993657.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Mr_Bean/comments/commentRss/2993657.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2993657</trackback:ping><description>&lt;br /&gt; db2diag.log，是用来记录DB2数据库运行中的信息的文件。可以通过此文件，查看记录的有关DB2数据库详细的错误信息。此文件也是不断增大的，需要定期进行清理。 可以通过查看实例的配置参数DIAGPATH，来确定db2diag.log文件是放在哪个目录下：db2 get dbm cfg 如果Diagnostic data directory path(DIAGPATH) = /home/db2inst1/sqllib/db2dump，则此文件是放在/home/db2inst1/sqllib/db2dump目录下。当文件系统/home的使用率达到80%－90%左右时，应及时删除db2diag.log文件。 请按以下正确步骤操作： 􀁺 &lt;br /&gt;确认应用（如BTP）、DB2已经停止。 􀁺&lt;br /&gt; 将原db2diag.log文件备份到其它文件系统下。 &lt;br /&gt; 删除db2diag.log文件。删除后，DB2会自动创建一个新的&lt;img src =&quot;http://blog.csdn.net/Mr_Bean/aggbug/2993657.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/Mr_Bean/225353912/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/Mr_Bean/225353912/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 29 Sep 2008 04:07:00 +0800</pubDate><author>笑熬浆糊</author><comments>http://blog.csdn.net/Mr_Bean/archive/2008/09/28/2993657.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Mr_Bean/archive/2008/09/28/2993657.aspx</guid><dc:creator>笑熬浆糊</dc:creator><fs:srclink>http://blog.csdn.net/Mr_Bean/archive/2008/09/28/2993657.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Mr_Bean/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Mr_Bean/~1175030/225353912/1175012</fs:itemid></item><item><title>蛰伏半年之后我终于可以上来打理一下我的空间了</title><link>http://blog.csdn.net/Mr_Bean/archive/2008/09/22/2961929.aspx</link><wfw:comment>http://blog.csdn.net/Mr_Bean/comments/2961929.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Mr_Bean/comments/commentRss/2961929.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2961929</trackback:ping><description>这半年在做一件有意义的事情，再过半年以后就可以看到了～～～&lt;img src =&quot;http://blog.csdn.net/Mr_Bean/aggbug/2961929.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/Mr_Bean/225353913/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/Mr_Bean/225353913/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 22 Sep 2008 23:03:00 +0800</pubDate><author>笑熬浆糊</author><comments>http://blog.csdn.net/Mr_Bean/archive/2008/09/22/2961929.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Mr_Bean/archive/2008/09/22/2961929.aspx</guid><dc:creator>笑熬浆糊</dc:creator><fs:srclink>http://blog.csdn.net/Mr_Bean/archive/2008/09/22/2961929.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Mr_Bean/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Mr_Bean/~1175030/225353913/1175012</fs:itemid></item><item><title>DB2性能优化圣经——优化准则</title><link>http://blog.csdn.net/Mr_Bean/archive/2008/09/22/2961659.aspx</link><wfw:comment>http://blog.csdn.net/Mr_Bean/comments/2961659.aspx</wfw:comment><slash:comments>5</slash:comments><wfw:commentRss>http://blog.csdn.net/Mr_Bean/comments/commentRss/2961659.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2961659</trackback:ping><description>&lt;br /&gt;在制定一个性能优化总体方案时，应当考虑下列准则：&lt;img src =&quot;http://blog.csdn.net/Mr_Bean/aggbug/2961659.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/Mr_Bean/225353914/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/Mr_Bean/225353914/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 22 Sep 2008 22:23:00 +0800</pubDate><author>笑熬浆糊</author><comments>http://blog.csdn.net/Mr_Bean/archive/2008/09/22/2961659.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Mr_Bean/archive/2008/09/22/2961659.aspx</guid><dc:creator>笑熬浆糊</dc:creator><fs:srclink>http://blog.csdn.net/Mr_Bean/archive/2008/09/22/2961659.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Mr_Bean/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Mr_Bean/~1175030/225353914/1175012</fs:itemid></item><item><title>DB2 v9的第一部书籍出现在我的视野中</title><link>http://blog.csdn.net/Mr_Bean/archive/2008/03/28/2225759.aspx</link><wfw:comment>http://blog.csdn.net/Mr_Bean/comments/2225759.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Mr_Bean/comments/commentRss/2225759.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2225759</trackback:ping><description>DB2 9 for Linux, UNIX, and Windows Sixth Edition这本书的电子版我已经传到我的论坛上，有兴趣的人可以去下载下来看看http://www.5sozy.com/thread-3427-1-1.html&lt;img src =&quot;http://blog.csdn.net/Mr_Bean/aggbug/2225759.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/Mr_Bean/225353915/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/Mr_Bean/225353915/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 28 Mar 2008 22:35:00 +0800</pubDate><author>笑熬浆糊</author><comments>http://blog.csdn.net/Mr_Bean/archive/2008/03/28/2225759.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Mr_Bean/archive/2008/03/28/2225759.aspx</guid><dc:creator>笑熬浆糊</dc:creator><fs:srclink>http://blog.csdn.net/Mr_Bean/archive/2008/03/28/2225759.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Mr_Bean/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Mr_Bean/~1175030/225353915/1175012</fs:itemid></item><item><title>呵呵，伟大的google终于给我发支票了</title><link>http://blog.csdn.net/Mr_Bean/archive/2007/03/24/1540042.aspx</link><wfw:comment>http://blog.csdn.net/Mr_Bean/comments/1540042.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Mr_Bean/comments/commentRss/1540042.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1540042</trackback:ping><description>伟大的google终于给我发支票了&lt;img src =&quot;http://blog.csdn.net/Mr_Bean/aggbug/1540042.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/Mr_Bean/225353916/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/Mr_Bean/225353916/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 25 Mar 2007 01:57:00 +0800</pubDate><author>笑熬浆糊</author><comments>http://blog.csdn.net/Mr_Bean/archive/2007/03/24/1540042.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Mr_Bean/archive/2007/03/24/1540042.aspx</guid><dc:creator>笑熬浆糊</dc:creator><fs:srclink>http://blog.csdn.net/Mr_Bean/archive/2007/03/24/1540042.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Mr_Bean/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Mr_Bean/~1175030/225353916/1175012</fs:itemid></item><item><title>无题</title><link>http://blog.csdn.net/Mr_Bean/archive/2007/01/26/1495245.aspx</link><wfw:comment>http://blog.csdn.net/Mr_Bean/comments/1495245.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Mr_Bean/comments/commentRss/1495245.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1495245</trackback:ping><description>各位，辛苦了一年现在也是写总结的时候了。作为本年度DB2大版总分上榜者，你一定有些感想要说，把你的经验、你的感想、你的经历说出来跟大家共勉不是很好吗？
作为DB2的大版，这一年里也没有做什么；没有带领大家共同奋进就是我今年最大的功劳。因此有了上面的想法，计划也搞个个人总结的系列，目标就是你们大家，题材不限，文字数量不限，总要说点什么出来吧~
&lt;img src =&quot;http://blog.csdn.net/Mr_Bean/aggbug/1495245.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/Mr_Bean/225353917/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/Mr_Bean/225353917/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 27 Jan 2007 06:30:00 +0800</pubDate><author>笑熬浆糊</author><comments>http://blog.csdn.net/Mr_Bean/archive/2007/01/26/1495245.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Mr_Bean/archive/2007/01/26/1495245.aspx</guid><dc:creator>笑熬浆糊</dc:creator><fs:srclink>http://blog.csdn.net/Mr_Bean/archive/2007/01/26/1495245.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Mr_Bean/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Mr_Bean/~1175030/225353917/1175012</fs:itemid></item><item><title>DB2 基础：日期和时间的使用</title><link>http://blog.csdn.net/Mr_Bean/archive/2006/12/05/1430890.aspx</link><wfw:comment>http://blog.csdn.net/Mr_Bean/comments/1430890.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Mr_Bean/comments/commentRss/1430890.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1430890</trackback:ping><description>这篇短文是为那些刚接触 DB2 并想理解如何操作日期和时间的新手而写的。使用过其它数据库的大部分人都会很惊喜地发现在 DB2 中操作日期和时间是多么简单。&lt;img src =&quot;http://blog.csdn.net/Mr_Bean/aggbug/1430890.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/Mr_Bean/225353918/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/Mr_Bean/225353918/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 05 Dec 2006 22:52:00 +0800</pubDate><author>笑熬浆糊</author><comments>http://blog.csdn.net/Mr_Bean/archive/2006/12/05/1430890.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Mr_Bean/archive/2006/12/05/1430890.aspx</guid><dc:creator>笑熬浆糊</dc:creator><fs:srclink>http://blog.csdn.net/Mr_Bean/archive/2006/12/05/1430890.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Mr_Bean/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Mr_Bean/~1175030/225353918/1175012</fs:itemid></item></channel></rss>