<?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/dayun" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/dayun" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 19 Jun 2009 11:41:00 GMT</lastBuildDate><title>dayun的专栏</title><link>http://blog.csdn.net/dayun/</link><item><title>Lucene 2.4.0 一些过期方法的替代</title><link>http://blog.csdn.net/dayun/archive/2009/06/19/4282415.aspx</link><wfw:comment>http://blog.csdn.net/dayun/comments/4282415.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dayun/comments/commentRss/4282415.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4282415</trackback:ping><description>Lucene 2.4.0 一些过期方法的解决方案来源：http://hi.baidu.com/deepeye/blog/item/4c688e108292f606203f2e50.html&lt;br /&gt;Lucene 2.4.0 是2008年10月8日发布的版本，许多之前版本中的方法和类被声明为过期(@deprecated)，且某些方法和类被声明在3.0引擎中将被删除。以下是常用的几个方法和类，在网上搜索到的替换为新版本的方法。&lt;br /&gt;1 IndexWriter 的构造器&lt;br /&gt;IndexWriter writer = new IndexWriter(indexPath, getAnalyzer(), true);&lt;br /&gt;这个方法需要替换为&lt;br /&gt;IndexWriter writer = new IndexWriter(indexPath, getAnalyzer(), true, IndexWriter.MaxFieldLength.UNLIMITED);&lt;br /&gt;2 Field.Index.UN_TOKENIZED&lt;br /&gt;这个被替换为 Field.Index.NO&lt;img src =&quot;http://blog.csdn.net/dayun/aggbug/4282415.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236619224/dayun/csdn.net/s.gif?r=http://blog.csdn.net/dayun/archive/2009/06/19/4282415.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/dayun/236619224/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/dayun/236619224/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 19 Jun 2009 19:41:00 +0800</pubDate><author>dayun</author><comments>http://blog.csdn.net/dayun/archive/2009/06/19/4282415.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/dayun/archive/2009/06/19/4282415.aspx</guid><dc:creator>dayun</dc:creator><fs:srclink>http://blog.csdn.net/dayun/archive/2009/06/19/4282415.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/dayun/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/dayun/~1293466/236619224/1296297</fs:itemid></item><item><title>tar文件安装（转）</title><link>http://blog.csdn.net/dayun/archive/2009/06/10/4256800.aspx</link><wfw:comment>http://blog.csdn.net/dayun/comments/4256800.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dayun/comments/commentRss/4256800.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4256800</trackback:ping><description>&lt;img src =&quot;http://blog.csdn.net/dayun/aggbug/4256800.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236619225/dayun/csdn.net/s.gif?r=http://blog.csdn.net/dayun/archive/2009/06/10/4256800.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/dayun/236619225/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/dayun/236619225/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 10 Jun 2009 18:57:00 +0800</pubDate><author>dayun</author><comments>http://blog.csdn.net/dayun/archive/2009/06/10/4256800.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/dayun/archive/2009/06/10/4256800.aspx</guid><dc:creator>dayun</dc:creator><fs:srclink>http://blog.csdn.net/dayun/archive/2009/06/10/4256800.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/dayun/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/dayun/~1293466/236619225/1296297</fs:itemid></item><item><title>upsmartload时如何初始化pageContext</title><link>http://blog.csdn.net/dayun/archive/2009/06/01/4234517.aspx</link><wfw:comment>http://blog.csdn.net/dayun/comments/4234517.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dayun/comments/commentRss/4234517.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4234517</trackback:ping><description>在action中可以这样得到pageContetext对象   import javax.servlet.jsp.JspFactory;import com.jspsmart.upload.SmartUpload;SmartUpload su = new SmartUpload();JspFactory _jspxFactory = JspFactory.getDefaultFactory();        javax.servlet.jsp.PageContext pageContext =                                        _jspxFactory.getPageContext(                                                this.getServlet(),                                                request,&lt;img src =&quot;http://blog.csdn.net/dayun/aggbug/4234517.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236619226/dayun/csdn.net/s.gif?r=http://blog.csdn.net/dayun/archive/2009/06/01/4234517.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/dayun/236619226/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/dayun/236619226/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 02 Jun 2009 07:53:00 +0800</pubDate><author>dayun</author><comments>http://blog.csdn.net/dayun/archive/2009/06/01/4234517.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/dayun/archive/2009/06/01/4234517.aspx</guid><dc:creator>dayun</dc:creator><fs:srclink>http://blog.csdn.net/dayun/archive/2009/06/01/4234517.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/dayun/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/dayun/~1293466/236619226/1296297</fs:itemid></item><item><title>moveable layer</title><link>http://blog.csdn.net/dayun/archive/2009/05/21/4206097.aspx</link><wfw:comment>http://blog.csdn.net/dayun/comments/4206097.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dayun/comments/commentRss/4206097.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4206097</trackback:ping><description>Div Move Temp&lt;img src =&quot;http://blog.csdn.net/dayun/aggbug/4206097.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236619227/dayun/csdn.net/s.gif?r=http://blog.csdn.net/dayun/archive/2009/05/21/4206097.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/dayun/236619227/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/dayun/236619227/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 21 May 2009 21:06:00 +0800</pubDate><author>dayun</author><comments>http://blog.csdn.net/dayun/archive/2009/05/21/4206097.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/dayun/archive/2009/05/21/4206097.aspx</guid><dc:creator>dayun</dc:creator><fs:srclink>http://blog.csdn.net/dayun/archive/2009/05/21/4206097.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/dayun/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/dayun/~1293466/236619227/1296297</fs:itemid></item><item><title>又一次遭遇乱码问题</title><link>http://blog.csdn.net/dayun/archive/2009/05/11/4167995.aspx</link><wfw:comment>http://blog.csdn.net/dayun/comments/4167995.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dayun/comments/commentRss/4167995.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4167995</trackback:ping><description>1.windows下的mysql,  先是mysql乱码,没法插入中文，查了半天，解决了一部分：先在mysql下用show variables查看编码，如果不是utf-8，改成utf-8。方法是，到mysql安装目录下找my.ini，将default-character-set设置为utf-8,注意有两处要改。现在可以插入中文了，但是cmd窗口还是乱码，待解决。2.js提交的中文到服务端成了乱码，这代码之前一直正常的，很郁闷。测试了一下encodeURIComponent函数，功能也没问题，js和jsp和java文件全部都是utf-8格式，客户端alert参数也正常，就是在提交到服务端变乱码。想象可能跟服务器有关，baidu了一下，找到办法：    在tomcat的server.xml中找到&lt;img src =&quot;http://blog.csdn.net/dayun/aggbug/4167995.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236619228/dayun/csdn.net/s.gif?r=http://blog.csdn.net/dayun/archive/2009/05/11/4167995.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/dayun/236619228/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/dayun/236619228/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 11 May 2009 23:28:00 +0800</pubDate><author>dayun</author><comments>http://blog.csdn.net/dayun/archive/2009/05/11/4167995.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/dayun/archive/2009/05/11/4167995.aspx</guid><dc:creator>dayun</dc:creator><fs:srclink>http://blog.csdn.net/dayun/archive/2009/05/11/4167995.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/dayun/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/dayun/~1293466/236619228/1296297</fs:itemid></item><item><title>忍者神龟开始进食</title><link>http://blog.csdn.net/dayun/archive/2009/05/09/4162444.aspx</link><wfw:comment>http://blog.csdn.net/dayun/comments/4162444.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dayun/comments/commentRss/4162444.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4162444</trackback:ping><description>&lt;br /&gt;忍者神龟最近开始进食了，值得纪念的日子。&lt;img src =&quot;http://blog.csdn.net/dayun/aggbug/4162444.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/dayun/236619229/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/dayun/236619229/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 09 May 2009 09:55:00 +0800</pubDate><author>dayun</author><comments>http://blog.csdn.net/dayun/archive/2009/05/09/4162444.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/dayun/archive/2009/05/09/4162444.aspx</guid><dc:creator>dayun</dc:creator><fs:srclink>http://blog.csdn.net/dayun/archive/2009/05/09/4162444.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/dayun/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/dayun/~1293466/236619229/1296297</fs:itemid></item><item><title>使用Torque访问数据库</title><link>http://blog.csdn.net/dayun/archive/2009/05/09/4162443.aspx</link><wfw:comment>http://blog.csdn.net/dayun/comments/4162443.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dayun/comments/commentRss/4162443.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4162443</trackback:ping><description>&lt;br /&gt;文章摘要&lt;br /&gt;Torque项目是Apache的公开源代码项目,主要用于生成访问数据库的资源和java代码、提供使用这些代码访问数据库的运行时(runtime)环境。通过使用Torque，你可以使用面向对象方式访问数据库，不再需要编写任何SQL语句。本文中给大家详细的介绍了如何使用Torque框架访问数据库的整个过程，希望能够指导大家熟练使用Torque。&lt;br /&gt;关键词&lt;br /&gt;Torque  访问  数据库&lt;br /&gt;1  Torque简介&lt;br /&gt;Torque是Apache的公开源代码项目，最开始是Turbine框架的组成部分，后面被独立出来作为一个单独的组件，归入了Apache的DB项目下。目前最新的版本是3.1。Torque的主要功能是实现对数据库的访问，方式是通过生成访问数据库的资源（包括创建数据库、表和初始化表的sql语句）和java代码、提供使用这些代码访问数据库的运行时(runtime)环境。关于Torque的详细介绍请大家参考http://db.apache.org/torque/。&lt;br /&gt;目前Torque支持的数据库包括mysql、ora&lt;img src =&quot;http://blog.csdn.net/dayun/aggbug/4162443.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/dayun/236619230/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/dayun/236619230/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 09 May 2009 09:54:00 +0800</pubDate><author>dayun</author><comments>http://blog.csdn.net/dayun/archive/2009/05/09/4162443.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/dayun/archive/2009/05/09/4162443.aspx</guid><dc:creator>dayun</dc:creator><fs:srclink>http://blog.csdn.net/dayun/archive/2009/05/09/4162443.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/dayun/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/dayun/~1293466/236619230/1296297</fs:itemid></item><item><title>log4j.xml与log4j.properties</title><link>http://blog.csdn.net/dayun/archive/2009/04/24/4107664.aspx</link><wfw:comment>http://blog.csdn.net/dayun/comments/4107664.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dayun/comments/commentRss/4107664.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4107664</trackback:ping><description>&lt;br /&gt;log4j.xml方式配置：&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/dayun/aggbug/4107664.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/dayun/236619231/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/dayun/236619231/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 25 Apr 2009 00:54:00 +0800</pubDate><author>dayun</author><comments>http://blog.csdn.net/dayun/archive/2009/04/24/4107664.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/dayun/archive/2009/04/24/4107664.aspx</guid><dc:creator>dayun</dc:creator><fs:srclink>http://blog.csdn.net/dayun/archive/2009/04/24/4107664.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/dayun/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/dayun/~1293466/236619231/1296297</fs:itemid></item><item><title>Windows下Nutch的安装过程</title><link>http://blog.csdn.net/dayun/archive/2009/04/21/4099052.aspx</link><wfw:comment>http://blog.csdn.net/dayun/comments/4099052.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dayun/comments/commentRss/4099052.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4099052</trackback:ping><description>&lt;br /&gt;来源:http://read.newbooks.com.cn/info/196850.html&lt;br /&gt;一、基本要求&lt;br /&gt;&lt;br /&gt;1. Java 1.4.x&lt;br /&gt;这里是Sun的Java官方网站，这里可以下载到J2EE SDK 1.4版本的安装程序。&lt;br /&gt;&lt;br /&gt;2. Apache's Tomcat 4.x&lt;br /&gt;这里是Apache's Tomcat的官方网站，这里可以下载到Apache's Tomcat 6.0版本的安装程序。&lt;br /&gt;&lt;br /&gt;3. Cygwin&lt;br /&gt;这里是Cygwin的官方网站，这里可以下载到Cygwin的下载程序。&lt;br /&gt;&lt;br /&gt;4. Nutch&lt;br /&gt;这里是Nutch的官方网站，这里可以下载到Nutch 0.9版本的程序。&lt;br /&gt;&lt;br /&gt;二、程序安装&lt;br /&gt;&lt;br /&gt;1. 安装J2EE和Tomcat&lt;br /&gt;&lt;br /&gt;需要注意的是J2EE SDK和Apache's Tomact均是在Windows上运行的程序，在下载时需要选择For Windows而不是For Linux。J2&lt;img src =&quot;http://blog.csdn.net/dayun/aggbug/4099052.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/dayun/236619232/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/dayun/236619232/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 22 Apr 2009 07:37:00 +0800</pubDate><author>dayun</author><comments>http://blog.csdn.net/dayun/archive/2009/04/21/4099052.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/dayun/archive/2009/04/21/4099052.aspx</guid><dc:creator>dayun</dc:creator><fs:srclink>http://blog.csdn.net/dayun/archive/2009/04/21/4099052.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/dayun/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/dayun/~1293466/236619232/1296297</fs:itemid></item><item><title>感想</title><link>http://blog.csdn.net/dayun/archive/2009/04/08/4055821.aspx</link><wfw:comment>http://blog.csdn.net/dayun/comments/4055821.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dayun/comments/commentRss/4055821.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4055821</trackback:ping><description>&lt;br /&gt;经典算法的源码一定要反复地读，弄懂弄通。只有领悟和吃透了前人的算法，才能在此基础上归纳和演绎，作出自己的创新。&lt;img src =&quot;http://blog.csdn.net/dayun/aggbug/4055821.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/dayun/236619233/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/dayun/236619233/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 08 Apr 2009 08:55:00 +0800</pubDate><author>dayun</author><comments>http://blog.csdn.net/dayun/archive/2009/04/08/4055821.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/dayun/archive/2009/04/08/4055821.aspx</guid><dc:creator>dayun</dc:creator><fs:srclink>http://blog.csdn.net/dayun/archive/2009/04/08/4055821.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/dayun/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/dayun/~1293466/236619233/1296297</fs:itemid></item></channel></rss>