<?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/LongLongRiver" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/LongLongRiver" type="application/rss+xml"></fs:self_link><lastBuildDate>Sun, 14 Jun 2009 20:04:00 GMT</lastBuildDate><title>恒远之河的专栏</title><description>关注Java开源中间件、致力于企业级开源应用</description><link>http://blog.csdn.net/LongLongRiver/</link><item><title>Joinwork工作流使用随笔！</title><link>http://blog.csdn.net/LongLongRiver/archive/2009/06/14/4268864.aspx</link><wfw:comment>http://blog.csdn.net/LongLongRiver/comments/4268864.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/LongLongRiver/comments/commentRss/4268864.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4268864</trackback:ping><description>记下怕忘了，作个归档，内容会慢慢增加：1、条件判断节点对应的函数名称一般格式为：Node_NULL_随机数字2、一旦流程中的全局变量为null的话，则这个值将不再被存储到Map中，也就是说参数中将再找不到此参数了，所以在任何时候给参数的赋值，如果出现null值的话，最好改为&quot;&quot;(很重要，一旦某个全局参数被设置为null了，并且在前台输入参数中再没有设置的话，这个值就再也不会出现在Map中了)&lt;img src =&quot;http://blog.csdn.net/LongLongRiver/aggbug/4268864.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236633322/LongLongRiver/csdn.net/s.gif?r=http://blog.csdn.net/LongLongRiver/archive/2009/06/14/4268864.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/LongLongRiver/236633322/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/LongLongRiver/236633322/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 15 Jun 2009 04:04:00 +0800</pubDate><author>LongLongRiver</author><comments>http://blog.csdn.net/LongLongRiver/archive/2009/06/14/4268864.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/LongLongRiver/archive/2009/06/14/4268864.aspx</guid><dc:creator>LongLongRiver</dc:creator><fs:srclink>http://blog.csdn.net/LongLongRiver/archive/2009/06/14/4268864.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/LongLongRiver/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/LongLongRiver/~1201991/236633322/1201968</fs:itemid></item><item><title>Java对Oracle中Clob字段的写入及操作支持！</title><link>http://blog.csdn.net/LongLongRiver/archive/2009/06/14/4268846.aspx</link><wfw:comment>http://blog.csdn.net/LongLongRiver/comments/4268846.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/LongLongRiver/comments/commentRss/4268846.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4268846</trackback:ping><description>&lt;br /&gt;      项目中同时采用了Hibernate3和Hibernate2（JDK1.5），并采用Oracle最新的jdbc thin驱动（10g），针对clob操作，hbm映射都采用了text，实际操作中发现Hibernate3操作正常，而Hibernate2老报ORA-01461错误，尤其是在中英文、符号混和文本中更是如此！&lt;br /&gt;      实际测试后发现当数据字符数量在2000～4000之间出现错误！而数据量一旦超出4000之后又恢复正常了！&lt;br /&gt;      网上也发现有类似的案例，不知道算不算Oracle驱动的一个bug？目前的解决办法是在对字段操作时，统一填入4000个空格，在应用中使用再把空格过滤掉，解决的比较别扭，但暂时还没有找到更好的办法！&lt;br /&gt;      另外，在测试中发现，Oracle的驱动尽量使用新版本的，稳定性和兼容性都比较好&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/LongLongRiver/aggbug/4268846.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236633323/LongLongRiver/csdn.net/s.gif?r=http://blog.csdn.net/LongLongRiver/archive/2009/06/14/4268846.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/LongLongRiver/236633323/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/LongLongRiver/236633323/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 15 Jun 2009 03:53:00 +0800</pubDate><author>LongLongRiver</author><comments>http://blog.csdn.net/LongLongRiver/archive/2009/06/14/4268846.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/LongLongRiver/archive/2009/06/14/4268846.aspx</guid><dc:creator>LongLongRiver</dc:creator><fs:srclink>http://blog.csdn.net/LongLongRiver/archive/2009/06/14/4268846.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/LongLongRiver/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/LongLongRiver/~1201991/236633323/1201968</fs:itemid></item><item><title>tomcat5.5.20连接池DBCP、C3P0配置(含官方配置)</title><link>http://blog.csdn.net/LongLongRiver/archive/2009/06/11/4261624.aspx</link><wfw:comment>http://blog.csdn.net/LongLongRiver/comments/4261624.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/LongLongRiver/comments/commentRss/4261624.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4261624</trackback:ping><description>&lt;br /&gt;DBCP:&lt;br /&gt;第一种方法
:修改$CATALINA_HOME\conf\server.xml,在
中添加:&lt;br /&gt;&lt;br /&gt;
              maxActive=&quot;100&quot; maxIdle=&quot;30&quot; maxWait=&quot;200&quot;&lt;br /&gt;
              driverClassName=&quot;@DB-DRIVERNAME@&quot;&lt;br /&gt;
              username=&quot;@DB-USERNAME@&quot; password=&quot;@DB-PASSWORD@&quot; &lt;br /&gt;
              url=&quot;@DB-URL@&quot;&lt;br /&gt;
              defaultAutoCommit=&quot;true&quot; removeAbandoned=&quot;true&quot; &lt;br /&gt;
              removeAbando&lt;img src =&quot;http://blog.csdn.net/LongLongRiver/aggbug/4261624.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236633324/LongLongRiver/csdn.net/s.gif?r=http://blog.csdn.net/LongLongRiver/archive/2009/06/11/4261624.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/LongLongRiver/236633324/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/LongLongRiver/236633324/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 12 Jun 2009 05:15:00 +0800</pubDate><author>LongLongRiver</author><comments>http://blog.csdn.net/LongLongRiver/archive/2009/06/11/4261624.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/LongLongRiver/archive/2009/06/11/4261624.aspx</guid><dc:creator>LongLongRiver</dc:creator><fs:srclink>http://blog.csdn.net/LongLongRiver/archive/2009/06/11/4261624.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/LongLongRiver/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/LongLongRiver/~1201991/236633324/1201968</fs:itemid></item><item><title>Oracle数据库修改最大进程数的方法！</title><link>http://blog.csdn.net/LongLongRiver/archive/2009/06/11/4259680.aspx</link><wfw:comment>http://blog.csdn.net/LongLongRiver/comments/4259680.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/LongLongRiver/comments/commentRss/4259680.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4259680</trackback:ping><description>&lt;br /&gt;Oracle数据库安装完后，默认是150个process！&lt;br /&gt;修改这个连接进程数的方法：&lt;br /&gt;       用sysdba执行了“alter   system   set  processes  =  500 scope=spfile ”
&lt;br /&gt;       注意：需要重庆Oracle服务！&lt;br /&gt;查看当前进程数的方法：&lt;br /&gt;      show parameter processes&lt;img src =&quot;http://blog.csdn.net/LongLongRiver/aggbug/4259680.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236633325/LongLongRiver/csdn.net/s.gif?r=http://blog.csdn.net/LongLongRiver/archive/2009/06/11/4259680.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/LongLongRiver/236633325/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/LongLongRiver/236633325/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 11 Jun 2009 18:00:00 +0800</pubDate><author>LongLongRiver</author><comments>http://blog.csdn.net/LongLongRiver/archive/2009/06/11/4259680.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/LongLongRiver/archive/2009/06/11/4259680.aspx</guid><dc:creator>LongLongRiver</dc:creator><fs:srclink>http://blog.csdn.net/LongLongRiver/archive/2009/06/11/4259680.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/LongLongRiver/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/LongLongRiver/~1201991/236633325/1201968</fs:itemid></item><item><title>Java对象和JSON互转换利器－Gson</title><link>http://blog.csdn.net/LongLongRiver/archive/2008/07/11/2637600.aspx</link><wfw:comment>http://blog.csdn.net/LongLongRiver/comments/2637600.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/LongLongRiver/comments/commentRss/2637600.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2637600</trackback:ping><description>Gson这个Java类库可以把Java对象转换成JSON，也可以把JSON字符串转换成一个相等的Java对象。Gson支持任意复杂Java对象包括没有源代码的对象。 &lt;img src =&quot;http://blog.csdn.net/LongLongRiver/aggbug/2637600.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/LongLongRiver/236633326/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/LongLongRiver/236633326/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 11 Jul 2008 17:30:00 +0800</pubDate><author>LongLongRiver</author><comments>http://blog.csdn.net/LongLongRiver/archive/2008/07/11/2637600.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/LongLongRiver/archive/2008/07/11/2637600.aspx</guid><dc:creator>LongLongRiver</dc:creator><fs:srclink>http://blog.csdn.net/LongLongRiver/archive/2008/07/11/2637600.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/LongLongRiver/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/LongLongRiver/~1201991/236633326/1201968</fs:itemid></item><item><title>J2EE应用快速开发暨自动代码生成器实现详解</title><link>http://blog.csdn.net/LongLongRiver/archive/2008/04/01/2237961.aspx</link><wfw:comment>http://blog.csdn.net/LongLongRiver/comments/2237961.aspx</wfw:comment><slash:comments>4</slash:comments><wfw:commentRss>http://blog.csdn.net/LongLongRiver/comments/commentRss/2237961.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2237961</trackback:ping><description>希望这篇文章能够对那些正在或即将开发自己团队的J2EE应用快速开发平台（代码生成器）的个人或公司能有所启发！             在使用了AppFuse之后，我有个想法，能不能利用velocity这个优秀的模板引擎，用一种更加直观的模式，把开发项目中的重复代码让它自动生成，生成之后的基础代码，按照实际的需求稍作修改便可以运行，极大的提高工作效率。这样的话，程序员就可以从大量的重复劳动中解放出来，将精力更多的投入到业务分析及学习中。&lt;img src =&quot;http://blog.csdn.net/LongLongRiver/aggbug/2237961.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/LongLongRiver/236633327/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/LongLongRiver/236633327/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 01 Apr 2008 23:39:00 +0800</pubDate><author>LongLongRiver</author><comments>http://blog.csdn.net/LongLongRiver/archive/2008/04/01/2237961.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/LongLongRiver/archive/2008/04/01/2237961.aspx</guid><dc:creator>LongLongRiver</dc:creator><fs:srclink>http://blog.csdn.net/LongLongRiver/archive/2008/04/01/2237961.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/LongLongRiver/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/LongLongRiver/~1201991/236633327/1201968</fs:itemid></item><item><title>开源分布式网络应用开发利器EJOE详解(基本应用)</title><link>http://blog.csdn.net/LongLongRiver/archive/2007/01/08/1477401.aspx</link><wfw:comment>http://blog.csdn.net/LongLongRiver/comments/1477401.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/LongLongRiver/comments/commentRss/1477401.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1477401</trackback:ping><description>EJOE是一个用于发送与接收Java对象的轻量级C/S组件，通过使用外挂式的序列化(serializing)机制运作。EJOE提供三种功能，一个多线程，高性能的网络IO服务器和一个相应的客户端组件；使所有通过客户端发送的输入对象和由商业逻辑提供的返回对象序列化；一个简单清晰唯一的接口，把对象请求代理集成到应用程序中。&lt;img src =&quot;http://blog.csdn.net/LongLongRiver/aggbug/1477401.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/LongLongRiver/236633328/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/LongLongRiver/236633328/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 09 Jan 2007 02:09:00 +0800</pubDate><author>LongLongRiver</author><comments>http://blog.csdn.net/LongLongRiver/archive/2007/01/08/1477401.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/LongLongRiver/archive/2007/01/08/1477401.aspx</guid><dc:creator>LongLongRiver</dc:creator><fs:srclink>http://blog.csdn.net/LongLongRiver/archive/2007/01/08/1477401.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/LongLongRiver/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/LongLongRiver/~1201991/236633328/1201968</fs:itemid></item><item><title>一个很棒的开源JS菜单-----JSCookMenu</title><link>http://blog.csdn.net/LongLongRiver/archive/2007/01/06/1475907.aspx</link><wfw:comment>http://blog.csdn.net/LongLongRiver/comments/1475907.aspx</wfw:comment><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/LongLongRiver/comments/commentRss/1475907.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1475907</trackback:ping><description>一个很棒的开源JS菜单-----JSCookMenu&lt;img src =&quot;http://blog.csdn.net/LongLongRiver/aggbug/1475907.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/LongLongRiver/236633329/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/LongLongRiver/236633329/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 07 Jan 2007 05:47:00 +0800</pubDate><author>LongLongRiver</author><comments>http://blog.csdn.net/LongLongRiver/archive/2007/01/06/1475907.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/LongLongRiver/archive/2007/01/06/1475907.aspx</guid><dc:creator>LongLongRiver</dc:creator><fs:srclink>http://blog.csdn.net/LongLongRiver/archive/2007/01/06/1475907.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/LongLongRiver/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/LongLongRiver/~1201991/236633329/1201968</fs:itemid></item><item><title>Nutch使用随笔</title><link>http://blog.csdn.net/LongLongRiver/archive/2007/01/04/1473910.aspx</link><wfw:comment>http://blog.csdn.net/LongLongRiver/comments/1473910.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/LongLongRiver/comments/commentRss/1473910.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1473910</trackback:ping><description>前阵子由于项目需要，对开源搜索引擎Nutch做了一些技术研究，随手写了一些笔记，贴出来与大家共享，希望能对搜索感兴趣的同行们有一些帮助。&lt;img src =&quot;http://blog.csdn.net/LongLongRiver/aggbug/1473910.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/LongLongRiver/236633330/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/LongLongRiver/236633330/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 04 Jan 2007 23:40:00 +0800</pubDate><author>LongLongRiver</author><comments>http://blog.csdn.net/LongLongRiver/archive/2007/01/04/1473910.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/LongLongRiver/archive/2007/01/04/1473910.aspx</guid><dc:creator>LongLongRiver</dc:creator><fs:srclink>http://blog.csdn.net/LongLongRiver/archive/2007/01/04/1473910.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/LongLongRiver/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/LongLongRiver/~1201991/236633330/1201968</fs:itemid></item><item><title>Jetspeed2学习笔记（六）</title><link>http://blog.csdn.net/LongLongRiver/archive/2007/01/04/1473828.aspx</link><wfw:comment>http://blog.csdn.net/LongLongRiver/comments/1473828.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/LongLongRiver/comments/commentRss/1473828.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1473828</trackback:ping><description>页面配置相关&lt;img src =&quot;http://blog.csdn.net/LongLongRiver/aggbug/1473828.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/LongLongRiver/236633331/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/LongLongRiver/236633331/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 04 Jan 2007 23:06:00 +0800</pubDate><author>LongLongRiver</author><comments>http://blog.csdn.net/LongLongRiver/archive/2007/01/04/1473828.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/LongLongRiver/archive/2007/01/04/1473828.aspx</guid><dc:creator>LongLongRiver</dc:creator><fs:srclink>http://blog.csdn.net/LongLongRiver/archive/2007/01/04/1473828.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/LongLongRiver/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/LongLongRiver/~1201991/236633331/1201968</fs:itemid></item></channel></rss>