<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>yown的专栏</title><link>http://blog.csdn.net/yown/</link><description>无线Wap和Web网站专业建设及应用软件开发,为您提供专业的网站建设和软件开发设计解决方案! </description><dc:language>zh-CN</dc:language><lastUpdateTime>Tue, 23 Sep 2008 08:57:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>yown</dc:creator><title>Linux下proftpd安装配置</title><link>http://blog.csdn.net/yown/archive/2008/09/23/2965359.aspx</link><pubDate>Tue, 23 Sep 2008 08:41:00 GMT</pubDate><guid>http://blog.csdn.net/yown/archive/2008/09/23/2965359.aspx</guid><wfw:comment>http://blog.csdn.net/yown/comments/2965359.aspx</wfw:comment><comments>http://blog.csdn.net/yown/archive/2008/09/23/2965359.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yown/comments/commentRss/2965359.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2965359</trackback:ping><description>&amp;lt;P&amp;gt;proftpd是一款开放源码的ftp服务器软件，它是原来世界范围使用最广泛的wu-ftpd的改进版，它修正了wu-ftpd的许多缺陷，现简要介绍一下安装与配置。&amp;lt;/P&amp;gt;&amp;lt;P&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&amp;lt;P&amp;gt;proftp下载地址：&amp;lt;/P&amp;gt;&amp;lt;P&amp;gt;&amp;lt;A href="http://www..proftpd.org/"&amp;gt;www..proftpd.org/&amp;lt;/A&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; 选择proftpd-1.2.10.tar.gz&amp;lt;/P&amp;gt;&amp;lt;P&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&amp;lt;P&amp;gt;上传至:/usr/local/src&amp;lt;/P&amp;gt;&amp;lt;P&amp;gt;#cd /usr/local/src &amp;amp;nbsp;&amp;lt;/P&amp;gt;&amp;lt;P&amp;gt;#tar -zxvf /root/proftpd-1.2.10.tar.gz &amp;lt;/P&amp;gt;&amp;lt;P&amp;gt;#cd proftp&lt;img src ="http://blog.csdn.net/yown/aggbug/2965359.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yown</dc:creator><title>Spring+ibatis+Oscache缓存管理精要</title><link>http://blog.csdn.net/yown/archive/2008/09/12/2917337.aspx</link><pubDate>Fri, 12 Sep 2008 13:57:00 GMT</pubDate><guid>http://blog.csdn.net/yown/archive/2008/09/12/2917337.aspx</guid><wfw:comment>http://blog.csdn.net/yown/comments/2917337.aspx</wfw:comment><comments>http://blog.csdn.net/yown/archive/2008/09/12/2917337.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/yown/comments/commentRss/2917337.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2917337</trackback:ping><description>本文主要讲解在框架中的缓存进行手工刷新管理。在实际的开发运营过程中，有时需要对时效性强的缓存进行手工刷新。&lt;img src ="http://blog.csdn.net/yown/aggbug/2917337.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yown</dc:creator><title>java中英文排序代码,用TreeMap实现</title><link>http://blog.csdn.net/yown/archive/2008/07/07/2620835.aspx</link><pubDate>Mon, 07 Jul 2008 11:41:00 GMT</pubDate><guid>http://blog.csdn.net/yown/archive/2008/07/07/2620835.aspx</guid><wfw:comment>http://blog.csdn.net/yown/comments/2620835.aspx</wfw:comment><comments>http://blog.csdn.net/yown/archive/2008/07/07/2620835.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yown/comments/commentRss/2620835.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2620835</trackback:ping><description>java中英文排序代码，用TreeMap实现&lt;img src ="http://blog.csdn.net/yown/aggbug/2620835.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yown</dc:creator><title>项目管理应具有的态度</title><link>http://blog.csdn.net/yown/archive/2008/03/14/2182262.aspx</link><pubDate>Fri, 14 Mar 2008 14:02:00 GMT</pubDate><guid>http://blog.csdn.net/yown/archive/2008/03/14/2182262.aspx</guid><wfw:comment>http://blog.csdn.net/yown/comments/2182262.aspx</wfw:comment><comments>http://blog.csdn.net/yown/archive/2008/03/14/2182262.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yown/comments/commentRss/2182262.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2182262</trackback:ping><description>项目管理应具有的态度&lt;img src ="http://blog.csdn.net/yown/aggbug/2182262.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yown</dc:creator><title>C的无符号数据类型int,short,byte 转为 Java对应的数据long,char,short</title><link>http://blog.csdn.net/yown/archive/2008/03/04/2147107.aspx</link><pubDate>Tue, 04 Mar 2008 17:29:00 GMT</pubDate><guid>http://blog.csdn.net/yown/archive/2008/03/04/2147107.aspx</guid><wfw:comment>http://blog.csdn.net/yown/comments/2147107.aspx</wfw:comment><comments>http://blog.csdn.net/yown/archive/2008/03/04/2147107.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/yown/comments/commentRss/2147107.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2147107</trackback:ping><description> 无符号数据 C与Java的相应转换&lt;img src ="http://blog.csdn.net/yown/aggbug/2147107.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yown</dc:creator><title>linux 安全防护</title><link>http://blog.csdn.net/yown/archive/2007/12/12/1930848.aspx</link><pubDate>Wed, 12 Dec 2007 10:19:00 GMT</pubDate><guid>http://blog.csdn.net/yown/archive/2007/12/12/1930848.aspx</guid><wfw:comment>http://blog.csdn.net/yown/comments/1930848.aspx</wfw:comment><comments>http://blog.csdn.net/yown/archive/2007/12/12/1930848.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/yown/comments/commentRss/1930848.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1930848</trackback:ping><description>linux 安全防护&lt;img src ="http://blog.csdn.net/yown/aggbug/1930848.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yown</dc:creator><title>调优 Linux 及Websphere 整理收集</title><link>http://blog.csdn.net/yown/archive/2007/12/12/1930730.aspx</link><pubDate>Wed, 12 Dec 2007 09:27:00 GMT</pubDate><guid>http://blog.csdn.net/yown/archive/2007/12/12/1930730.aspx</guid><wfw:comment>http://blog.csdn.net/yown/comments/1930730.aspx</wfw:comment><comments>http://blog.csdn.net/yown/archive/2007/12/12/1930730.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/yown/comments/commentRss/1930730.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1930730</trackback:ping><description>调优 Linux 及Websphere 整理收集&lt;img src ="http://blog.csdn.net/yown/aggbug/1930730.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yown</dc:creator><title>Linux Resin Install</title><link>http://blog.csdn.net/yown/archive/2007/11/05/1867167.aspx</link><pubDate>Mon, 05 Nov 2007 10:34:00 GMT</pubDate><guid>http://blog.csdn.net/yown/archive/2007/11/05/1867167.aspx</guid><wfw:comment>http://blog.csdn.net/yown/comments/1867167.aspx</wfw:comment><comments>http://blog.csdn.net/yown/archive/2007/11/05/1867167.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yown/comments/commentRss/1867167.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1867167</trackback:ping><description>linux Resin install&lt;img src ="http://blog.csdn.net/yown/aggbug/1867167.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yown</dc:creator><title>linux分区解决方案</title><link>http://blog.csdn.net/yown/archive/2007/11/03/1864548.aspx</link><pubDate>Sat, 03 Nov 2007 10:10:00 GMT</pubDate><guid>http://blog.csdn.net/yown/archive/2007/11/03/1864548.aspx</guid><wfw:comment>http://blog.csdn.net/yown/comments/1864548.aspx</wfw:comment><comments>http://blog.csdn.net/yown/archive/2007/11/03/1864548.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yown/comments/commentRss/1864548.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1864548</trackback:ping><description>linux分区&lt;img src ="http://blog.csdn.net/yown/aggbug/1864548.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yown</dc:creator><title>Tomcat5.5 内存配置</title><link>http://blog.csdn.net/yown/archive/2007/08/23/1755731.aspx</link><pubDate>Thu, 23 Aug 2007 11:20:00 GMT</pubDate><guid>http://blog.csdn.net/yown/archive/2007/08/23/1755731.aspx</guid><wfw:comment>http://blog.csdn.net/yown/comments/1755731.aspx</wfw:comment><comments>http://blog.csdn.net/yown/archive/2007/08/23/1755731.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yown/comments/commentRss/1755731.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1755731</trackback:ping><description>Tomcat5.5 内存配置&lt;img src ="http://blog.csdn.net/yown/aggbug/1755731.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yown</dc:creator><title>linux 根据内存使用量自动重启服务的脚本</title><link>http://blog.csdn.net/yown/archive/2007/08/23/1755656.aspx</link><pubDate>Thu, 23 Aug 2007 10:51:00 GMT</pubDate><guid>http://blog.csdn.net/yown/archive/2007/08/23/1755656.aspx</guid><wfw:comment>http://blog.csdn.net/yown/comments/1755656.aspx</wfw:comment><comments>http://blog.csdn.net/yown/archive/2007/08/23/1755656.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yown/comments/commentRss/1755656.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1755656</trackback:ping><description>linux 根据内存使用量自动重启服务的脚本&lt;img src ="http://blog.csdn.net/yown/aggbug/1755656.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yown</dc:creator><title>linux Apache和tomcat 完美整合</title><link>http://blog.csdn.net/yown/archive/2007/08/14/1742880.aspx</link><pubDate>Tue, 14 Aug 2007 16:33:00 GMT</pubDate><guid>http://blog.csdn.net/yown/archive/2007/08/14/1742880.aspx</guid><wfw:comment>http://blog.csdn.net/yown/comments/1742880.aspx</wfw:comment><comments>http://blog.csdn.net/yown/archive/2007/08/14/1742880.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yown/comments/commentRss/1742880.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1742880</trackback:ping><description>linux Apache和tomcat 完美整合&lt;img src ="http://blog.csdn.net/yown/aggbug/1742880.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yown</dc:creator><title>linux apache 全面安装</title><link>http://blog.csdn.net/yown/archive/2007/08/14/1742625.aspx</link><pubDate>Tue, 14 Aug 2007 14:08:00 GMT</pubDate><guid>http://blog.csdn.net/yown/archive/2007/08/14/1742625.aspx</guid><wfw:comment>http://blog.csdn.net/yown/comments/1742625.aspx</wfw:comment><comments>http://blog.csdn.net/yown/archive/2007/08/14/1742625.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yown/comments/commentRss/1742625.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1742625</trackback:ping><description>apache install all &lt;img src ="http://blog.csdn.net/yown/aggbug/1742625.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yown</dc:creator><title>Apache 图片资源URL重定向 </title><link>http://blog.csdn.net/yown/archive/2007/07/24/1705147.aspx</link><pubDate>Tue, 24 Jul 2007 13:20:00 GMT</pubDate><guid>http://blog.csdn.net/yown/archive/2007/07/24/1705147.aspx</guid><wfw:comment>http://blog.csdn.net/yown/comments/1705147.aspx</wfw:comment><comments>http://blog.csdn.net/yown/archive/2007/07/24/1705147.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yown/comments/commentRss/1705147.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1705147</trackback:ping><description>Apache 图片资源URL重定向  RewriteEngine&lt;img src ="http://blog.csdn.net/yown/aggbug/1705147.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yown</dc:creator><title>php + mysql 获取数据库中的记录(特别是高效的分页功能) 完全个人经验总结，仅供参考！</title><link>http://blog.csdn.net/yown/archive/2007/05/15/1610025.aspx</link><pubDate>Tue, 15 May 2007 15:36:00 GMT</pubDate><guid>http://blog.csdn.net/yown/archive/2007/05/15/1610025.aspx</guid><wfw:comment>http://blog.csdn.net/yown/comments/1610025.aspx</wfw:comment><comments>http://blog.csdn.net/yown/archive/2007/05/15/1610025.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yown/comments/commentRss/1610025.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1610025</trackback:ping><description>PHP+MYQL，基本上通过以上方法能满足基本的数据获取要求,特别是高效的分页功能。完全个人经验总结!&lt;img src ="http://blog.csdn.net/yown/aggbug/1610025.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>