<?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/xiaohongli" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/xiaohongli" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 26 May 2009 06:48:00 GMT</lastBuildDate><title>自由的天空</title><description>放开心的翅膀，飞吧</description><link>http://blog.csdn.net/xiaohongli/</link><item><title>关于select上下移动实现的一些个人见解</title><link>http://blog.csdn.net/xiaohongli/archive/2009/05/26/4215969.aspx</link><wfw:comment>http://blog.csdn.net/xiaohongli/comments/4215969.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/xiaohongli/comments/commentRss/4215969.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4215969</trackback:ping><description>&lt;br /&gt;       使用select框上下移动选项对数据进行排序是我们常用做法，但是一般网上所看到的都大同小异。基本上都是使用insertBefore来完成。但是经过本人测试，如果选项数超过10个，移动一个选项到顶部都需要差不多一秒的时间，如果同时移动多个选项，那速度就比较惊人了。所以，我认为这种方法不可取。&lt;br /&gt;&lt;br /&gt;       本人采用的做法就是：&lt;br /&gt;      第一步：获取所有选项对象&lt;br /&gt;      第二步：对选项对象进行排序（在排序过程中，使用对象的克隆对象【很重要】）&lt;br /&gt;      第三步：清空select里面的所有选项&lt;br /&gt;      第四步：插入克隆的对象&lt;br /&gt;&lt;br /&gt;实例如下：&lt;br /&gt;&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/xiaohongli/aggbug/4215969.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/223330420/xiaohongli/csdn.net/s.gif?r=http://blog.csdn.net/xiaohongli/archive/2009/05/26/4215969.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/xiaohongli/223330420/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/xiaohongli/223330420/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 26 May 2009 14:48:00 +0800</pubDate><author>黎小红</author><comments>http://blog.csdn.net/xiaohongli/archive/2009/05/26/4215969.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/xiaohongli/archive/2009/05/26/4215969.aspx</guid><dc:creator>黎小红</dc:creator><fs:srclink>http://blog.csdn.net/xiaohongli/archive/2009/05/26/4215969.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/xiaohongli/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/xiaohongli/~1126270/223330420/1126264</fs:itemid></item><item><title>SVN1.4.6 + apache2.2.11 + tomcat 6.0.18 集成 配置</title><link>http://blog.csdn.net/xiaohongli/archive/2009/02/21/3916199.aspx</link><wfw:comment>http://blog.csdn.net/xiaohongli/comments/3916199.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/xiaohongli/comments/commentRss/3916199.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3916199</trackback:ping><description>本文详细的描述了SVN1.4.6 + apache2.2.11 + tomcat 6.0.18 集成配置，相当简单哦&lt;img src =&quot;http://blog.csdn.net/xiaohongli/aggbug/3916199.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/xiaohongli/223330421/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/xiaohongli/223330421/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 21 Feb 2009 13:09:00 +0800</pubDate><author>黎小红</author><comments>http://blog.csdn.net/xiaohongli/archive/2009/02/21/3916199.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/xiaohongli/archive/2009/02/21/3916199.aspx</guid><dc:creator>黎小红</dc:creator><fs:srclink>http://blog.csdn.net/xiaohongli/archive/2009/02/21/3916199.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/xiaohongli/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/xiaohongli/~1126270/223330421/1126264</fs:itemid></item><item><title>spring下tomcat使用weblogic配置的jndi数据源</title><link>http://blog.csdn.net/xiaohongli/archive/2008/11/02/3205998.aspx</link><wfw:comment>http://blog.csdn.net/xiaohongli/comments/3205998.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/xiaohongli/comments/commentRss/3205998.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3205998</trackback:ping><description>&lt;br /&gt;tomcat使用weblogic配置的数据源，非常简单，只需要完成以下几部就行了：&lt;br /&gt;&lt;br /&gt;1、拷贝weblogic下面的三个包到tomcat的common/lib目录下&lt;br /&gt;    weblogic.jar&lt;br /&gt;    weblogic-container-binding.jar&lt;br /&gt;    xbean.jar&lt;br /&gt;2、在spring中配置&lt;br /&gt;&lt;br /&gt;  class=&quot;org.springframework.jndi.JndiObjectFactoryBean&quot;&gt;&lt;br /&gt;&lt;br /&gt;datasource_jndi_name&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;false&lt;br /&gt;&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/xiaohongli/aggbug/3205998.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/xiaohongli/223330422/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/xiaohongli/223330422/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 02 Nov 2008 15:30:00 +0800</pubDate><author>黎小红</author><comments>http://blog.csdn.net/xiaohongli/archive/2008/11/02/3205998.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/xiaohongli/archive/2008/11/02/3205998.aspx</guid><dc:creator>黎小红</dc:creator><fs:srclink>http://blog.csdn.net/xiaohongli/archive/2008/11/02/3205998.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/xiaohongli/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/xiaohongli/~1126270/223330422/1126264</fs:itemid></item><item><title>系统性能优化-- 前台优化篇</title><link>http://blog.csdn.net/xiaohongli/archive/2008/10/31/3190768.aspx</link><wfw:comment>http://blog.csdn.net/xiaohongli/comments/3190768.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/xiaohongli/comments/commentRss/3190768.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3190768</trackback:ping><description>JSP性能优化&lt;img src =&quot;http://blog.csdn.net/xiaohongli/aggbug/3190768.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/xiaohongli/223330423/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/xiaohongli/223330423/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 31 Oct 2008 15:41:00 +0800</pubDate><author>黎小红</author><comments>http://blog.csdn.net/xiaohongli/archive/2008/10/31/3190768.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/xiaohongli/archive/2008/10/31/3190768.aspx</guid><dc:creator>黎小红</dc:creator><fs:srclink>http://blog.csdn.net/xiaohongli/archive/2008/10/31/3190768.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/xiaohongli/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/xiaohongli/~1126270/223330423/1126264</fs:itemid></item><item><title>linux删除乱码文件</title><link>http://blog.csdn.net/xiaohongli/archive/2008/10/31/3190763.aspx</link><wfw:comment>http://blog.csdn.net/xiaohongli/comments/3190763.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/xiaohongli/comments/commentRss/3190763.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3190763</trackback:ping><description>&lt;br /&gt;&lt;br /&gt;1、通过ls -i命令获取文件的节点号&lt;br /&gt;2、通过find命令删除文件&lt;br /&gt;    find ./ -inum 12345 -print -exec rm {} -rf \;&lt;br /&gt;  12345使用要删除的文件的节点号代替&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/xiaohongli/aggbug/3190763.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/xiaohongli/223330424/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/xiaohongli/223330424/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 31 Oct 2008 15:37:00 +0800</pubDate><author>黎小红</author><comments>http://blog.csdn.net/xiaohongli/archive/2008/10/31/3190763.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/xiaohongli/archive/2008/10/31/3190763.aspx</guid><dc:creator>黎小红</dc:creator><fs:srclink>http://blog.csdn.net/xiaohongli/archive/2008/10/31/3190763.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/xiaohongli/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/xiaohongli/~1126270/223330424/1126264</fs:itemid></item><item><title>XMLhttpRequest 封装</title><link>http://blog.csdn.net/xiaohongli/archive/2008/10/19/3100226.aspx</link><wfw:comment>http://blog.csdn.net/xiaohongli/comments/3100226.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/xiaohongli/comments/commentRss/3100226.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3100226</trackback:ping><description>ajax xmlhttprequest 封装 例子&lt;img src =&quot;http://blog.csdn.net/xiaohongli/aggbug/3100226.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/xiaohongli/223330425/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/xiaohongli/223330425/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 19 Oct 2008 18:22:00 +0800</pubDate><author>黎小红</author><comments>http://blog.csdn.net/xiaohongli/archive/2008/10/19/3100226.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/xiaohongli/archive/2008/10/19/3100226.aspx</guid><dc:creator>黎小红</dc:creator><fs:srclink>http://blog.csdn.net/xiaohongli/archive/2008/10/19/3100226.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/xiaohongli/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/xiaohongli/~1126270/223330425/1126264</fs:itemid></item><item><title>comgrid1.0运行实例发布（数据库：hsqldb）</title><link>http://blog.csdn.net/xiaohongli/archive/2008/09/23/2964127.aspx</link><wfw:comment>http://blog.csdn.net/xiaohongli/comments/2964127.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/xiaohongli/comments/commentRss/2964127.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2964127</trackback:ping><description>comgrid使用配置相当简单，通过定制SQL就可以完成一个列表的展现与增删改查，可以极大地提高开发效率，还提供了一详细信息展现功能，比较独特。&lt;img src =&quot;http://blog.csdn.net/xiaohongli/aggbug/2964127.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/xiaohongli/223330426/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/xiaohongli/223330426/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 23 Sep 2008 10:13:00 +0800</pubDate><author>黎小红</author><comments>http://blog.csdn.net/xiaohongli/archive/2008/09/23/2964127.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/xiaohongli/archive/2008/09/23/2964127.aspx</guid><dc:creator>黎小红</dc:creator><fs:srclink>http://blog.csdn.net/xiaohongli/archive/2008/09/23/2964127.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/xiaohongli/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/xiaohongli/~1126270/223330426/1126264</fs:itemid></item><item><title>comgrid--基于dwr与spring的列表控件</title><link>http://blog.csdn.net/xiaohongli/archive/2008/09/21/2957513.aspx</link><wfw:comment>http://blog.csdn.net/xiaohongli/comments/2957513.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/xiaohongli/comments/commentRss/2957513.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2957513</trackback:ping><description>comgrid是一个基于dwr与spring的简易列表控件.提供了列表查询、服务器端排序、新增、修改、高级查询等功能&lt;img src =&quot;http://blog.csdn.net/xiaohongli/aggbug/2957513.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/xiaohongli/223330427/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/xiaohongli/223330427/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 21 Sep 2008 21:32:00 +0800</pubDate><author>xiaohongli</author><comments>http://blog.csdn.net/xiaohongli/archive/2008/09/21/2957513.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/xiaohongli/archive/2008/09/21/2957513.aspx</guid><dc:creator>xiaohongli</dc:creator><fs:srclink>http://blog.csdn.net/xiaohongli/archive/2008/09/21/2957513.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/xiaohongli/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/xiaohongli/~1126270/223330427/1126264</fs:itemid></item><item><title>基于DWR的数据列表GRID的开发1</title><link>http://blog.csdn.net/xiaohongli/archive/2008/05/10/2429336.aspx</link><wfw:comment>http://blog.csdn.net/xiaohongli/comments/2429336.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/xiaohongli/comments/commentRss/2429336.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2429336</trackback:ping><description>&lt;br /&gt;    最近由于工作需要，需要一个数据列表控件。&lt;br /&gt;    现有可供选择的控件有ectable , ext grid控件，这些控件都提供了很强大的功能，而且效果都非常酷，但是总是感觉是以性能来换取效果。&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/xiaohongli/aggbug/2429336.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/xiaohongli/223330428/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/xiaohongli/223330428/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 10 May 2008 23:28:00 +0800</pubDate><author>xiaohongli</author><comments>http://blog.csdn.net/xiaohongli/archive/2008/05/10/2429336.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/xiaohongli/archive/2008/05/10/2429336.aspx</guid><dc:creator>xiaohongli</dc:creator><fs:srclink>http://blog.csdn.net/xiaohongli/archive/2008/05/10/2429336.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/xiaohongli/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/xiaohongli/~1126270/223330428/1126264</fs:itemid></item><item><title>EXT2.0学习一： 让Ext.form.ComboBox通过Dwr获取数据</title><link>http://blog.csdn.net/xiaohongli/archive/2008/01/03/2024006.aspx</link><wfw:comment>http://blog.csdn.net/xiaohongli/comments/2024006.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/xiaohongli/comments/commentRss/2024006.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2024006</trackback:ping><description>EXT2.0学习一： 让Ext.form.ComboBox通过Dwr获取数据&lt;img src =&quot;http://blog.csdn.net/xiaohongli/aggbug/2024006.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/xiaohongli/223330429/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/xiaohongli/223330429/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 04 Jan 2008 06:48:00 +0800</pubDate><author>xiaohongli</author><comments>http://blog.csdn.net/xiaohongli/archive/2008/01/03/2024006.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/xiaohongli/archive/2008/01/03/2024006.aspx</guid><dc:creator>xiaohongli</dc:creator><fs:srclink>http://blog.csdn.net/xiaohongli/archive/2008/01/03/2024006.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/xiaohongli/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/xiaohongli/~1126270/223330429/1126264</fs:itemid></item></channel></rss>