<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>子网'Blog</title><link>http://blog.csdn.net/subnet/</link><description>Linux FreeBSD Apache MySQL C/C++ Python PHP CGI JavaScript jQuery Prototype div+css</description><dc:language>zh-CN</dc:language><lastUpdateTime>Wed, 14 May 2008 18:04:03 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>subnet</dc:creator><title>使用命令行 Subversion 访问项目源文件</title><link>http://blog.csdn.net/subnet/archive/2008/03/30/2231494.aspx</link><pubDate>Sun, 30 Mar 2008 21:47:00 GMT</pubDate><guid>http://blog.csdn.net/subnet/archive/2008/03/30/2231494.aspx</guid><wfw:comment>http://blog.csdn.net/subnet/comments/2231494.aspx</wfw:comment><comments>http://blog.csdn.net/subnet/archive/2008/03/30/2231494.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/subnet/comments/commentRss/2231494.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2231494</trackback:ping><description>使用命令行 Subversion 访问项目源文件&lt;img src ="http://blog.csdn.net/subnet/aggbug/2231494.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>subnet</dc:creator><title>强烈推荐：240多个jQuery插件</title><link>http://blog.csdn.net/subnet/archive/2008/03/30/2231265.aspx</link><pubDate>Sun, 30 Mar 2008 20:05:00 GMT</pubDate><guid>http://blog.csdn.net/subnet/archive/2008/03/30/2231265.aspx</guid><wfw:comment>http://blog.csdn.net/subnet/comments/2231265.aspx</wfw:comment><comments>http://blog.csdn.net/subnet/archive/2008/03/30/2231265.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/subnet/comments/commentRss/2231265.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2231265</trackback:ping><description>概述 jQuery 是继 prototype 之后又一个优秀的 Javascript 框架。其宗旨是—写更少的代码,做更多的事情。它是轻量级的 js 库(压缩后只有21k) ，这是其它的 js 库所不及 的，它兼容 CSS3，还兼容各种浏览器（IE 6.0+, FF 1.5+, Safari 2.0+, Opera 9.0+）。 jQuery 是一个快速的，简洁的 javaScript 库，使用户能更方便地处理 HTML documents、events、实现动画效果，并且方便地为网站提供 AJAX 交互。 jQuery 还有一个比较大的优势是，它的文档说明很全，而且各种应用也说得很详细，同时还有许多成熟的插件可供选择。 jQuery 能够使用户的 html 页保持代码和 html 内容分离，也就是说，不用再在 html 里面插入一堆js来调用命令了，只需定义 id 即可。今天在Kollermedia.at上发现了一篇JQuery插件列表的文章，特推荐如下。&lt;img src ="http://blog.csdn.net/subnet/aggbug/2231265.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>subnet</dc:creator><title>Lighttpd+Squid+Apache搭建高效率Web服务器</title><link>http://blog.csdn.net/subnet/archive/2008/03/30/2230666.aspx</link><pubDate>Sun, 30 Mar 2008 15:11:00 GMT</pubDate><guid>http://blog.csdn.net/subnet/archive/2008/03/30/2230666.aspx</guid><wfw:comment>http://blog.csdn.net/subnet/comments/2230666.aspx</wfw:comment><comments>http://blog.csdn.net/subnet/archive/2008/03/30/2230666.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/subnet/comments/commentRss/2230666.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2230666</trackback:ping><description>Apache通常是开源界的首选Web服务器，因为它的强大和可靠，已经具有了品牌效应，可以适用于绝大部分的应用场合。但是它的强大有时候却显得笨重，配置文件得让人望而生畏，高并发情况下效率不太高。而轻量级的Web服务器Lighttpd却是后起之秀，其静态文件的响应能力远高于Apache，据说是Apache的2-3倍。Lighttpd的高性能和易用性，足以打动我们，在它能够胜任的领域，尽量用它。Lighttpd对PHP的支持也很好，还可以通过Fastcgi方式支持其他的语言，比如Python。

毕竟Lighttpd是轻量级的服务器，功能上不能跟Apache比，某些应用无法胜任。比如Lighttpd还不支持缓存，而现在的绝大部分站点都是用程序生成动态内容，没有缓存的话即使程序的效率再高也很难满足大访问量的需求，而且让程序不停的去做同一件事情也实在没有意义。首先，Web程序是需要做缓存处理的，即把反复使用的数据做缓存。即使这样也还不够，单单是启动Web处理程序的代价就不少，缓存最后生成的静态页面是必不可少的。而做这个是 Squid的强项，它本是做代理的，支持高效的缓存，可以用来给站点做反向&lt;img src ="http://blog.csdn.net/subnet/aggbug/2230666.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>subnet</dc:creator><title>增加PHP的Session存储和处理能力</title><link>http://blog.csdn.net/subnet/archive/2008/03/30/2230486.aspx</link><pubDate>Sun, 30 Mar 2008 14:04:00 GMT</pubDate><guid>http://blog.csdn.net/subnet/archive/2008/03/30/2230486.aspx</guid><wfw:comment>http://blog.csdn.net/subnet/comments/2230486.aspx</wfw:comment><comments>http://blog.csdn.net/subnet/archive/2008/03/30/2230486.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/subnet/comments/commentRss/2230486.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2230486</trackback:ping><description>增加PHP的Session存储和处理能力&lt;img src ="http://blog.csdn.net/subnet/aggbug/2230486.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>subnet</dc:creator><title>找到一款不错的网站压力测试工具webbench</title><link>http://blog.csdn.net/subnet/archive/2008/03/29/2229515.aspx</link><pubDate>Sat, 29 Mar 2008 23:39:00 GMT</pubDate><guid>http://blog.csdn.net/subnet/archive/2008/03/29/2229515.aspx</guid><wfw:comment>http://blog.csdn.net/subnet/comments/2229515.aspx</wfw:comment><comments>http://blog.csdn.net/subnet/archive/2008/03/29/2229515.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/subnet/comments/commentRss/2229515.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2229515</trackback:ping><description>webbench&lt;img src ="http://blog.csdn.net/subnet/aggbug/2229515.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>subnet</dc:creator><title>ports/packages安装备注</title><link>http://blog.csdn.net/subnet/archive/2008/03/29/2229012.aspx</link><pubDate>Sat, 29 Mar 2008 19:39:00 GMT</pubDate><guid>http://blog.csdn.net/subnet/archive/2008/03/29/2229012.aspx</guid><wfw:comment>http://blog.csdn.net/subnet/comments/2229012.aspx</wfw:comment><comments>http://blog.csdn.net/subnet/archive/2008/03/29/2229012.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/subnet/comments/commentRss/2229012.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2229012</trackback:ping><description>ports/packages安装的一些备注 很乱 给自己用 自己看的&lt;img src ="http://blog.csdn.net/subnet/aggbug/2229012.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>subnet</dc:creator><title>通过Apache访问svn代码库的配置步骤</title><link>http://blog.csdn.net/subnet/archive/2008/03/24/2214608.aspx</link><pubDate>Mon, 24 Mar 2008 20:29:00 GMT</pubDate><guid>http://blog.csdn.net/subnet/archive/2008/03/24/2214608.aspx</guid><wfw:comment>http://blog.csdn.net/subnet/comments/2214608.aspx</wfw:comment><comments>http://blog.csdn.net/subnet/archive/2008/03/24/2214608.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/subnet/comments/commentRss/2214608.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2214608</trackback:ping><description>    建立svn代码库，可以进行代码的版本控制，对一般用户来讲，如何方便的查看代码库内容，目前的一个解决方案是使用apache来访问svn代码库。通过自己的测试，现将完整的步骤小结如下：&lt;img src ="http://blog.csdn.net/subnet/aggbug/2214608.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>subnet</dc:creator><title>让Dreamweaver支持phtml(支持更多的文件类型)</title><link>http://blog.csdn.net/subnet/archive/2008/03/21/2202427.aspx</link><pubDate>Fri, 21 Mar 2008 11:54:00 GMT</pubDate><guid>http://blog.csdn.net/subnet/archive/2008/03/21/2202427.aspx</guid><wfw:comment>http://blog.csdn.net/subnet/comments/2202427.aspx</wfw:comment><comments>http://blog.csdn.net/subnet/archive/2008/03/21/2202427.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/subnet/comments/commentRss/2202427.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2202427</trackback:ping><description>让Dreamweaver支持phtml(同方法可支持更多的DW默认不支持的文件类型) ZendFramework模板默认扩展名是.phtml，用DW打开后默认是使用纯文本编辑，不能高亮显示也不能显示代码提示等。只需简单修改DW的配置文件，即可让DW打开phtml后是使用PHP引擎解析...&lt;img src ="http://blog.csdn.net/subnet/aggbug/2202427.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>subnet</dc:creator><title>Zend Cache 用法的一个例子.</title><link>http://blog.csdn.net/subnet/archive/2008/03/18/2195226.aspx</link><pubDate>Tue, 18 Mar 2008 21:30:00 GMT</pubDate><guid>http://blog.csdn.net/subnet/archive/2008/03/18/2195226.aspx</guid><wfw:comment>http://blog.csdn.net/subnet/comments/2195226.aspx</wfw:comment><comments>http://blog.csdn.net/subnet/archive/2008/03/18/2195226.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/subnet/comments/commentRss/2195226.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2195226</trackback:ping><description>转自:http://blog.csdn.net/leinchu/archive/2008/03/18/2193479.aspx&lt;img src ="http://blog.csdn.net/subnet/aggbug/2195226.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>subnet</dc:creator><title>PHP中GBK和UTF8编码处理</title><link>http://blog.csdn.net/subnet/archive/2008/03/11/2168034.aspx</link><pubDate>Tue, 11 Mar 2008 13:13:00 GMT</pubDate><guid>http://blog.csdn.net/subnet/archive/2008/03/11/2168034.aspx</guid><wfw:comment>http://blog.csdn.net/subnet/comments/2168034.aspx</wfw:comment><comments>http://blog.csdn.net/subnet/archive/2008/03/11/2168034.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/subnet/comments/commentRss/2168034.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2168034</trackback:ping><description>PHP中GBK和UTF8编码处理&lt;img src ="http://blog.csdn.net/subnet/aggbug/2168034.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>subnet</dc:creator><title>MySQL备份脚本</title><link>http://blog.csdn.net/subnet/archive/2008/03/07/2157508.aspx</link><pubDate>Fri, 07 Mar 2008 22:58:00 GMT</pubDate><guid>http://blog.csdn.net/subnet/archive/2008/03/07/2157508.aspx</guid><wfw:comment>http://blog.csdn.net/subnet/comments/2157508.aspx</wfw:comment><comments>http://blog.csdn.net/subnet/archive/2008/03/07/2157508.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/subnet/comments/commentRss/2157508.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2157508</trackback:ping><description>MySQL备份脚本&lt;img src ="http://blog.csdn.net/subnet/aggbug/2157508.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>subnet</dc:creator><title>zend framework学习小结</title><link>http://blog.csdn.net/subnet/archive/2008/03/06/2153856.aspx</link><pubDate>Thu, 06 Mar 2008 13:46:00 GMT</pubDate><guid>http://blog.csdn.net/subnet/archive/2008/03/06/2153856.aspx</guid><wfw:comment>http://blog.csdn.net/subnet/comments/2153856.aspx</wfw:comment><comments>http://blog.csdn.net/subnet/archive/2008/03/06/2153856.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/subnet/comments/commentRss/2153856.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2153856</trackback:ping><description>zend framework是MVC模式的一种实现，要快速的入门差不多只看Zend_Controller Zend_View 部分就可以了。

&lt;img src ="http://blog.csdn.net/subnet/aggbug/2153856.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>subnet</dc:creator><title>FreeBSD上两种认证方式配置SVN笔记</title><link>http://blog.csdn.net/subnet/archive/2008/03/05/2152162.aspx</link><pubDate>Wed, 05 Mar 2008 22:57:00 GMT</pubDate><guid>http://blog.csdn.net/subnet/archive/2008/03/05/2152162.aspx</guid><wfw:comment>http://blog.csdn.net/subnet/comments/2152162.aspx</wfw:comment><comments>http://blog.csdn.net/subnet/archive/2008/03/05/2152162.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/subnet/comments/commentRss/2152162.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2152162</trackback:ping><description>http://www.toplee.com/blog/383.html&lt;img src ="http://blog.csdn.net/subnet/aggbug/2152162.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>subnet</dc:creator><title>crontab 的格式备忘</title><link>http://blog.csdn.net/subnet/archive/2008/03/05/2152147.aspx</link><pubDate>Wed, 05 Mar 2008 22:54:00 GMT</pubDate><guid>http://blog.csdn.net/subnet/archive/2008/03/05/2152147.aspx</guid><wfw:comment>http://blog.csdn.net/subnet/comments/2152147.aspx</wfw:comment><comments>http://blog.csdn.net/subnet/archive/2008/03/05/2152147.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/subnet/comments/commentRss/2152147.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2152147</trackback:ping><description>http://www.toplee.com/blog/category/%e6%8a%80%e6%9c%af/nixbsd&lt;img src ="http://blog.csdn.net/subnet/aggbug/2152147.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>subnet</dc:creator><title>在FreeBSD上使用mod_dosevasive对抗DDos攻击</title><link>http://blog.csdn.net/subnet/archive/2008/03/05/2152134.aspx</link><pubDate>Wed, 05 Mar 2008 22:50:00 GMT</pubDate><guid>http://blog.csdn.net/subnet/archive/2008/03/05/2152134.aspx</guid><wfw:comment>http://blog.csdn.net/subnet/comments/2152134.aspx</wfw:comment><comments>http://blog.csdn.net/subnet/archive/2008/03/05/2152134.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/subnet/comments/commentRss/2152134.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2152134</trackback:ping><description>mod_dosevasive是一个Apache上的可选模块，它能应对一些基于HTTP的拒绝服务攻击，就是常说的Dos或者DDos攻击，这种攻击是让很多大小网站都头疼的攻击方式，mod_dosevasive从Apache1.3开始出现，虽然不能完全彻底的防止大规模的DDos攻击，但是对于普通的攻击来说，还是非常不错的选择。
&lt;img src ="http://blog.csdn.net/subnet/aggbug/2152134.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>