<?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: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/" xmlns:fs="http://www.feedsky.com/namespace/feed" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/eoe2005" type="application/rss+xml" ref="self"></atom:link><lastBuildDate>Mon, 16 Jul 2007 14:12:00 GMT</lastBuildDate><title>吃掉大象的蚂蚁的专栏</title><description>想学习java就来我这里报到</description><link>http://blog.csdn.net/eoe2005/</link><item><title>屏蔽在页面中输入筐esc按键</title><link>http://item.feedsky.com/~csdn.net/eoe2005/~1212839/22795781/1212812/1/item.html</link><wfw:comment>http://blog.csdn.net/eoe2005/comments/1693529.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/eoe2005/comments/commentRss/1693529.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1693529</trackback:ping><description>在开发网页的时候,我们要经常的用到文本输入框,但是在ie环境中，
        如果用户在文本区域内输入了很多的信息，但是一不小心按下了esc键的话，
        那么用户辛苦输入的东西就会没有，所以我们就要删除这个用户不友好的&lt;img src =&quot;http://blog.csdn.net/eoe2005/aggbug/1693529.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 16 Jul 2007 22:12:00 +0800</pubDate><author>吃掉大象的蚂蚁</author><comments>http://blog.csdn.net/eoe2005/archive/2007/07/16/1693529.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/eoe2005/archive/2007/07/16/1693529.aspx</guid><dc:creator>吃掉大象的蚂蚁</dc:creator><fs:srclink>http://blog.csdn.net/eoe2005/archive/2007/07/16/1693529.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/eoe2005/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/eoe2005/~1212839/22795781/1212812</fs:itemid></item><item><title>webos的优缺点</title><link>http://item.feedsky.com/~csdn.net/eoe2005/~1212839/22795782/1212812/1/item.html</link><wfw:comment>http://blog.csdn.net/eoe2005/comments/1679549.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/eoe2005/comments/commentRss/1679549.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1679549</trackback:ping><description>现在在网上有很多关于WEBOS的讨论，普遍的业内人士认为WEBOS将会是以后的趋势，于是也有很多的关于WebOs的网站开张了，还有一些人甚至大胆的预言国际搜索巨头google在以后的日子一定会涉足到操作系统的领域，而且发展的方向就是WEBOS，我对此事一直保持怀疑的态度，因为我个人认为，如果WebOs真正的可以替代传统的操作系统的话至少还有10到20年的时间，一次来发展为此匹配的软硬件。
一味的猜想是无谓的，现在就WebOs的一些优略和大家展开讨论。&lt;img src =&quot;http://blog.csdn.net/eoe2005/aggbug/1679549.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 05 Jul 2007 21:24:00 +0800</pubDate><author>吃掉大象的蚂蚁</author><comments>http://blog.csdn.net/eoe2005/archive/2007/07/05/1679549.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/eoe2005/archive/2007/07/05/1679549.aspx</guid><dc:creator>吃掉大象的蚂蚁</dc:creator><fs:srclink>http://blog.csdn.net/eoe2005/archive/2007/07/05/1679549.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/eoe2005/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/eoe2005/~1212839/22795782/1212812</fs:itemid></item><item><title>ajax 跨域问题的结局办法</title><link>http://item.feedsky.com/~csdn.net/eoe2005/~1212839/22795783/1212812/1/item.html</link><wfw:comment>http://blog.csdn.net/eoe2005/comments/1619602.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/eoe2005/comments/commentRss/1619602.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1619602</trackback:ping><description>跨域的问题就不是很好的解决，但是还是有办法的，一下给出一些基本的解决方案供大家选择：使用代理，你可以使用web端的程序编写代理程序，把所有的ajax请求的数据进行转发，web程序可以使php，jsp，asp等所有的编程语言。使用《script》标签的方式，这样的话就可以保正使用真正的ajax来跨域，并且可以使用返回来的数据，发誓很简单，在我们的后台程序处理后的到的结果都直接的用javascript 的方式返回，在我们的html中直接的使用返回数据的变量就可以了一个简单的例子我们使用的html叶面。&lt;img src =&quot;http://blog.csdn.net/eoe2005/aggbug/1619602.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 22 May 2007 01:22:00 +0800</pubDate><author>吃掉大象的蚂蚁</author><comments>http://blog.csdn.net/eoe2005/archive/2007/05/21/1619602.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/eoe2005/archive/2007/05/21/1619602.aspx</guid><dc:creator>吃掉大象的蚂蚁</dc:creator><fs:srclink>http://blog.csdn.net/eoe2005/archive/2007/05/21/1619602.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/eoe2005/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/eoe2005/~1212839/22795783/1212812</fs:itemid></item><item><title>php设计模式－中级</title><link>http://item.feedsky.com/~csdn.net/eoe2005/~1212839/22795784/1212812/1/item.html</link><wfw:comment>http://blog.csdn.net/eoe2005/comments/1573161.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/eoe2005/comments/commentRss/1573161.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1573161</trackback:ping><description>首先，php是采用c来开发的，他们有很多的相似的地方，特别是在编码的方面，我想这也是因为开发php的人主要是作c的把，把他们的编码习惯也映射到了php中，可是他们最主要的区别在于c是编译的，用中间代码生成，而php是解释型的，没有中间代码的生成，为此，使用c的一些方法对于php就不是很合适，所以今天的就合上一篇的文章的差异就大一些。&lt;img src =&quot;http://blog.csdn.net/eoe2005/aggbug/1573161.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 21 Apr 2007 05:04:00 +0800</pubDate><author>吃掉大象的蚂蚁</author><comments>http://blog.csdn.net/eoe2005/archive/2007/04/20/1573161.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/eoe2005/archive/2007/04/20/1573161.aspx</guid><dc:creator>吃掉大象的蚂蚁</dc:creator><fs:srclink>http://blog.csdn.net/eoe2005/archive/2007/04/20/1573161.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/eoe2005/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/eoe2005/~1212839/22795784/1212812</fs:itemid></item><item><title>php分页</title><link>http://item.feedsky.com/~csdn.net/eoe2005/~1212839/22795785/1212812/1/item.html</link><wfw:comment>http://blog.csdn.net/eoe2005/comments/1569674.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/eoe2005/comments/commentRss/1569674.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1569674</trackback:ping><description>php,分页&lt;img src =&quot;http://blog.csdn.net/eoe2005/aggbug/1569674.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 19 Apr 2007 05:01:00 +0800</pubDate><author>吃掉大象的蚂蚁</author><comments>http://blog.csdn.net/eoe2005/archive/2007/04/18/1569674.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/eoe2005/archive/2007/04/18/1569674.aspx</guid><dc:creator>吃掉大象的蚂蚁</dc:creator><fs:srclink>http://blog.csdn.net/eoe2005/archive/2007/04/18/1569674.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/eoe2005/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/eoe2005/~1212839/22795785/1212812</fs:itemid></item><item><title>php的开发模式—基础篇</title><link>http://item.feedsky.com/~csdn.net/eoe2005/~1212839/22795786/1212812/1/item.html</link><wfw:comment>http://blog.csdn.net/eoe2005/comments/1567052.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/eoe2005/comments/commentRss/1567052.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1567052</trackback:ping><description>&lt;img src =&quot;http://blog.csdn.net/eoe2005/aggbug/1567052.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 17 Apr 2007 05:39:00 +0800</pubDate><author>吃掉大象的蚂蚁</author><comments>http://blog.csdn.net/eoe2005/archive/2007/04/16/1567052.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/eoe2005/archive/2007/04/16/1567052.aspx</guid><dc:creator>吃掉大象的蚂蚁</dc:creator><fs:srclink>http://blog.csdn.net/eoe2005/archive/2007/04/16/1567052.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/eoe2005/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/eoe2005/~1212839/22795786/1212812</fs:itemid></item><item><title>PHP V5.2 中的新增功能，第 1 部分: 使用新的内存管理器</title><link>http://item.feedsky.com/~csdn.net/eoe2005/~1212839/22795787/1212812/1/item.html</link><wfw:comment>http://blog.csdn.net/eoe2005/comments/1566964.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/eoe2005/comments/commentRss/1566964.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1566964</trackback:ping><description>PHP V5.2 中的新增功能，第 1 部分: 使用新的内存管理器&lt;img src =&quot;http://blog.csdn.net/eoe2005/aggbug/1566964.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 17 Apr 2007 04:00:00 +0800</pubDate><author>吃掉大象的蚂蚁</author><comments>http://blog.csdn.net/eoe2005/archive/2007/04/16/1566964.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/eoe2005/archive/2007/04/16/1566964.aspx</guid><dc:creator>吃掉大象的蚂蚁</dc:creator><fs:srclink>http://blog.csdn.net/eoe2005/archive/2007/04/16/1566964.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/eoe2005/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/eoe2005/~1212839/22795787/1212812</fs:itemid></item><item><title>php实现的单例模式</title><link>http://item.feedsky.com/~csdn.net/eoe2005/~1212839/22795788/1212812/1/item.html</link><wfw:comment>http://blog.csdn.net/eoe2005/comments/1562532.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/eoe2005/comments/commentRss/1562532.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1562532</trackback:ping><description>php实现的单例模式&lt;img src =&quot;http://blog.csdn.net/eoe2005/aggbug/1562532.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 13 Apr 2007 02:50:00 +0800</pubDate><author>吃掉大象的蚂蚁</author><comments>http://blog.csdn.net/eoe2005/archive/2007/04/12/1562532.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/eoe2005/archive/2007/04/12/1562532.aspx</guid><dc:creator>吃掉大象的蚂蚁</dc:creator><fs:srclink>http://blog.csdn.net/eoe2005/archive/2007/04/12/1562532.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/eoe2005/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/eoe2005/~1212839/22795788/1212812</fs:itemid></item><item><title>设计模式之Observer</title><link>http://item.feedsky.com/~csdn.net/eoe2005/~1212839/22795789/1212812/1/item.html</link><wfw:comment>http://blog.csdn.net/eoe2005/comments/1553558.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/eoe2005/comments/commentRss/1553558.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1553558</trackback:ping><description>设计模式之Observer&lt;img src =&quot;http://blog.csdn.net/eoe2005/aggbug/1553558.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 06 Apr 2007 07:25:00 +0800</pubDate><author>吃掉大象的蚂蚁</author><comments>http://blog.csdn.net/eoe2005/archive/2007/04/05/1553558.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/eoe2005/archive/2007/04/05/1553558.aspx</guid><dc:creator>吃掉大象的蚂蚁</dc:creator><fs:srclink>http://blog.csdn.net/eoe2005/archive/2007/04/05/1553558.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/eoe2005/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/eoe2005/~1212839/22795789/1212812</fs:itemid></item><item><title>设计模式之Command</title><link>http://item.feedsky.com/~csdn.net/eoe2005/~1212839/22795790/1212812/1/item.html</link><wfw:comment>http://blog.csdn.net/eoe2005/comments/1553559.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/eoe2005/comments/commentRss/1553559.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1553559</trackback:ping><description>设计模式之Command
&lt;img src =&quot;http://blog.csdn.net/eoe2005/aggbug/1553559.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 06 Apr 2007 07:25:00 +0800</pubDate><author>吃掉大象的蚂蚁</author><comments>http://blog.csdn.net/eoe2005/archive/2007/04/05/1553559.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/eoe2005/archive/2007/04/05/1553559.aspx</guid><dc:creator>吃掉大象的蚂蚁</dc:creator><fs:srclink>http://blog.csdn.net/eoe2005/archive/2007/04/05/1553559.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/eoe2005/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/eoe2005/~1212839/22795790/1212812</fs:itemid></item><item><title>设计模式之Strategy(策略)</title><link>http://item.feedsky.com/~csdn.net/eoe2005/~1212839/22795791/1212812/1/item.html</link><wfw:comment>http://blog.csdn.net/eoe2005/comments/1553556.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/eoe2005/comments/commentRss/1553556.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1553556</trackback:ping><description>设计模式之Strategy(策略)&lt;img src =&quot;http://blog.csdn.net/eoe2005/aggbug/1553556.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 06 Apr 2007 07:24:00 +0800</pubDate><author>吃掉大象的蚂蚁</author><comments>http://blog.csdn.net/eoe2005/archive/2007/04/05/1553556.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/eoe2005/archive/2007/04/05/1553556.aspx</guid><dc:creator>吃掉大象的蚂蚁</dc:creator><fs:srclink>http://blog.csdn.net/eoe2005/archive/2007/04/05/1553556.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/eoe2005/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/eoe2005/~1212839/22795791/1212812</fs:itemid></item><item><title>设计模式之Template</title><link>http://item.feedsky.com/~csdn.net/eoe2005/~1212839/22795792/1212812/1/item.html</link><wfw:comment>http://blog.csdn.net/eoe2005/comments/1553557.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/eoe2005/comments/commentRss/1553557.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1553557</trackback:ping><description>设计模式之Template
&lt;img src =&quot;http://blog.csdn.net/eoe2005/aggbug/1553557.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 06 Apr 2007 07:24:00 +0800</pubDate><author>吃掉大象的蚂蚁</author><comments>http://blog.csdn.net/eoe2005/archive/2007/04/05/1553557.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/eoe2005/archive/2007/04/05/1553557.aspx</guid><dc:creator>吃掉大象的蚂蚁</dc:creator><fs:srclink>http://blog.csdn.net/eoe2005/archive/2007/04/05/1553557.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/eoe2005/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/eoe2005/~1212839/22795792/1212812</fs:itemid></item><item><title>设计模式之Chain of Responsibility(职责链)</title><link>http://item.feedsky.com/~csdn.net/eoe2005/~1212839/22795793/1212812/1/item.html</link><wfw:comment>http://blog.csdn.net/eoe2005/comments/1553555.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/eoe2005/comments/commentRss/1553555.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1553555</trackback:ping><description>设计模式之Chain of Responsibility(职责链)&lt;img src =&quot;http://blog.csdn.net/eoe2005/aggbug/1553555.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 06 Apr 2007 07:23:00 +0800</pubDate><author>吃掉大象的蚂蚁</author><comments>http://blog.csdn.net/eoe2005/archive/2007/04/05/1553555.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/eoe2005/archive/2007/04/05/1553555.aspx</guid><dc:creator>吃掉大象的蚂蚁</dc:creator><fs:srclink>http://blog.csdn.net/eoe2005/archive/2007/04/05/1553555.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/eoe2005/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/eoe2005/~1212839/22795793/1212812</fs:itemid></item><item><title>设计模式之Memento(备忘机制)</title><link>http://item.feedsky.com/~csdn.net/eoe2005/~1212839/22795794/1212812/1/item.html</link><wfw:comment>http://blog.csdn.net/eoe2005/comments/1553551.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/eoe2005/comments/commentRss/1553551.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1553551</trackback:ping><description>&lt;img src =&quot;http://blog.csdn.net/eoe2005/aggbug/1553551.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 06 Apr 2007 07:22:00 +0800</pubDate><author>吃掉大象的蚂蚁</author><comments>http://blog.csdn.net/eoe2005/archive/2007/04/05/1553551.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/eoe2005/archive/2007/04/05/1553551.aspx</guid><dc:creator>吃掉大象的蚂蚁</dc:creator><fs:srclink>http://blog.csdn.net/eoe2005/archive/2007/04/05/1553551.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/eoe2005/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/eoe2005/~1212839/22795794/1212812</fs:itemid></item><item><title>设计模式之State</title><link>http://item.feedsky.com/~csdn.net/eoe2005/~1212839/22795795/1212812/1/item.html</link><wfw:comment>http://blog.csdn.net/eoe2005/comments/1553552.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/eoe2005/comments/commentRss/1553552.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1553552</trackback:ping><description>设计模式之State&lt;img src =&quot;http://blog.csdn.net/eoe2005/aggbug/1553552.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 06 Apr 2007 07:22:00 +0800</pubDate><author>吃掉大象的蚂蚁</author><comments>http://blog.csdn.net/eoe2005/archive/2007/04/05/1553552.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/eoe2005/archive/2007/04/05/1553552.aspx</guid><dc:creator>吃掉大象的蚂蚁</dc:creator><fs:srclink>http://blog.csdn.net/eoe2005/archive/2007/04/05/1553552.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/eoe2005/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/eoe2005/~1212839/22795795/1212812</fs:itemid></item></channel></rss>