<?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/subnet" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/subnet" type="application/rss+xml"></fs:self_link><lastBuildDate>Sun, 30 Mar 2008 21:47:00 GMT</lastBuildDate><title>子网'Blog</title><description>Linux FreeBSD Apache MySQL C/C++ Python PHP CGI JavaScript jQuery Prototype div+css</description><link>http://blog.csdn.net/subnet/</link><item><title>使用命令行 Subversion 访问项目源文件</title><link>http://blog.csdn.net/subnet/archive/2008/03/30/2231494.aspx</link><wfw:comment>http://blog.csdn.net/subnet/comments/2231494.aspx</wfw:comment><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 =&quot;http://blog.csdn.net/subnet/aggbug/2231494.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 31 Mar 2008 05:47:00 +0800</pubDate><author>subnet</author><comments>http://blog.csdn.net/subnet/archive/2008/03/30/2231494.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/subnet/archive/2008/03/30/2231494.aspx</guid><dc:creator>subnet</dc:creator></item><item><title>强烈推荐：240多个jQuery插件</title><link>http://blog.csdn.net/subnet/archive/2008/03/30/2231265.aspx</link><wfw:comment>http://blog.csdn.net/subnet/comments/2231265.aspx</wfw:comment><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 =&quot;http://blog.csdn.net/subnet/aggbug/2231265.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 31 Mar 2008 04:05:00 +0800</pubDate><author>subnet</author><comments>http://blog.csdn.net/subnet/archive/2008/03/30/2231265.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/subnet/archive/2008/03/30/2231265.aspx</guid><dc:creator>subnet</dc:creator></item><item><title>Lighttpd+Squid+Apache搭建高效率Web服务器</title><link>http://blog.csdn.net/subnet/archive/2008/03/30/2230666.aspx</link><wfw:comment>http://blog.csdn.net/subnet/comments/2230666.aspx</wfw:comment><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 =&quot;http://blog.csdn.net/subnet/aggbug/2230666.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 30 Mar 2008 23:11:00 +0800</pubDate><author>subnet</author><comments>http://blog.csdn.net/subnet/archive/2008/03/30/2230666.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/subnet/archive/2008/03/30/2230666.aspx</guid><dc:creator>subnet</dc:creator></item><item><title>增加PHP的Session存储和处理能力</title><link>http://blog.csdn.net/subnet/archive/2008/03/30/2230486.aspx</link><wfw:comment>http://blog.csdn.net/subnet/comments/2230486.aspx</wfw:comment><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 =&quot;http://blog.csdn.net/subnet/aggbug/2230486.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 30 Mar 2008 22:04:00 +0800</pubDate><author>subnet</author><comments>http://blog.csdn.net/subnet/archive/2008/03/30/2230486.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/subnet/archive/2008/03/30/2230486.aspx</guid><dc:creator>subnet</dc:creator></item><item><title>找到一款不错的网站压力测试工具webbench</title><link>http://blog.csdn.net/subnet/archive/2008/03/29/2229515.aspx</link><wfw:comment>http://blog.csdn.net/subnet/comments/2229515.aspx</wfw:comment><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 =&quot;http://blog.csdn.net/subnet/aggbug/2229515.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 30 Mar 2008 07:39:00 +0800</pubDate><author>subnet</author><comments>http://blog.csdn.net/subnet/archive/2008/03/29/2229515.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/subnet/archive/2008/03/29/2229515.aspx</guid><dc:creator>subnet</dc:creator></item><item><title>ports/packages安装备注</title><link>http://blog.csdn.net/subnet/archive/2008/03/29/2229012.aspx</link><wfw:comment>http://blog.csdn.net/subnet/comments/2229012.aspx</wfw:comment><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 =&quot;http://blog.csdn.net/subnet/aggbug/2229012.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 30 Mar 2008 03:39:00 +0800</pubDate><author>subnet</author><comments>http://blog.csdn.net/subnet/archive/2008/03/29/2229012.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/subnet/archive/2008/03/29/2229012.aspx</guid><dc:creator>subnet</dc:creator></item><item><title>通过Apache访问svn代码库的配置步骤</title><link>http://blog.csdn.net/subnet/archive/2008/03/24/2214608.aspx</link><wfw:comment>http://blog.csdn.net/subnet/comments/2214608.aspx</wfw:comment><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 =&quot;http://blog.csdn.net/subnet/aggbug/2214608.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 25 Mar 2008 04:29:00 +0800</pubDate><author>subnet</author><comments>http://blog.csdn.net/subnet/archive/2008/03/24/2214608.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/subnet/archive/2008/03/24/2214608.aspx</guid><dc:creator>subnet</dc:creator></item><item><title>让Dreamweaver支持phtml(支持更多的文件类型)</title><link>http://blog.csdn.net/subnet/archive/2008/03/21/2202427.aspx</link><wfw:comment>http://blog.csdn.net/subnet/comments/2202427.aspx</wfw:comment><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 =&quot;http://blog.csdn.net/subnet/aggbug/2202427.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 21 Mar 2008 19:54:00 +0800</pubDate><author>subnet</author><comments>http://blog.csdn.net/subnet/archive/2008/03/21/2202427.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/subnet/archive/2008/03/21/2202427.aspx</guid><dc:creator>subnet</dc:creator></item><item><title>Zend Cache 用法的一个例子.</title><link>http://blog.csdn.net/subnet/archive/2008/03/18/2195226.aspx</link><wfw:comment>http://blog.csdn.net/subnet/comments/2195226.aspx</wfw:comment><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 =&quot;http://blog.csdn.net/subnet/aggbug/2195226.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 19 Mar 2008 05:30:00 +0800</pubDate><author>subnet</author><comments>http://blog.csdn.net/subnet/archive/2008/03/18/2195226.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/subnet/archive/2008/03/18/2195226.aspx</guid><dc:creator>subnet</dc:creator></item><item><title>PHP中GBK和UTF8编码处理</title><link>http://blog.csdn.net/subnet/archive/2008/03/11/2168034.aspx</link><wfw:comment>http://blog.csdn.net/subnet/comments/2168034.aspx</wfw:comment><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 =&quot;http://blog.csdn.net/subnet/aggbug/2168034.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 11 Mar 2008 21:13:00 +0800</pubDate><author>subnet</author><comments>http://blog.csdn.net/subnet/archive/2008/03/11/2168034.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/subnet/archive/2008/03/11/2168034.aspx</guid><dc:creator>subnet</dc:creator></item></channel></rss>