<?xml version="1.0" encoding="gb2312" ?>
<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 about="http://www.lqiang.org">
<title>LQiang's Blog</title> 
<link>http://www.lqiang.org</link>
<description>Welcome to LQiang's Blog</description>
<language>zh-cn</language>
<copyright>O-blog</copyright><item>
<title>恢复删除的Linux文件</title>
<link>http://www.lqiang.org/index.php?id=334</link>
<pubDate>Sun, 11 Apr 2010 18:06:03 +0800</pubDate>
<guid>http://www.lqiang.org/index.php?id=334</guid>
<description><![CDATA[ 作为一个多用户、多任务的操作系统，Linux下的文件一旦被删除，是难以恢复的。尽管删除命令只是在文件节点中作删除标记，并不真正清除文件内容，但是其他用户和一些有写盘动作的进程会很快覆盖这些数据。不过，对于家...]]></description>
</item><item>
<title>PHP下载断点续传</title>
<link>http://www.lqiang.org/index.php?id=333</link>
<pubDate>Sat, 10 Apr 2010 06:31:47 +0800</pubDate>
<guid>http://www.lqiang.org/index.php?id=333</guid>
<description><![CDATA[ &lt;?php<br />function dl_file_resume($file){<br /><br />    //检测文件是否存在<br />    if (!is_file($file)) { die(&quot;&lt;b&gt;404 File not found!&lt;/b&gt;&quot;); }<br />    <br />    <br />    $len = filesize($file);//获取...]]></description>
</item><item>
<title>PHP整站打包程序 php版整站打包成ZIP PHPzip</title>
<link>http://www.lqiang.org/index.php?id=332</link>
<pubDate>Fri, 09 Apr 2010 06:55:45 +0800</pubDate>
<guid>http://www.lqiang.org/index.php?id=332</guid>
<description><![CDATA[ 直接上代码,不费话<br /><br /><br /><br />&lt;html&gt; <br />&lt;head&gt; <br />&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=gb2312&quot;&gt; <br />&lt;title&gt;PHP整站打包程序-&lt;/title&gt;<br />&lt...]]></description>
</item><item>
<title>CentOS下内存使用率查看</title>
<link>http://www.lqiang.org/index.php?id=331</link>
<pubDate>Thu, 08 Apr 2010 03:35:10 +0800</pubDate>
<guid>http://www.lqiang.org/index.php?id=331</guid>
<description><![CDATA[ free<br />             total       used       free     shared    buffers     cached<br />Mem:       1815340    1628680     186660          0     130316    1327736<br />-/+ buffers/cache:     170628    1644712<br />Sw...]]></description>
</item><item>
<title>如何实现高并发高负载大型网站系统架构？！~</title>
<link>http://www.lqiang.org/index.php?id=330</link>
<pubDate>Wed, 07 Apr 2010 21:52:48 +0800</pubDate>
<guid>http://www.lqiang.org/index.php?id=330</guid>
<description><![CDATA[ 一个小型的网站，比如个人网站，可以使用最简单的html静态页面就实现了，配合一些图片达到美化效果，所有的页面均存放在一个目录下，这样的网站对系统架构、性能的要求都很简单，随着互联网业务的不断丰富，网站相关...]]></description>
</item><item>
<title>每一句话都可以品半辈子</title>
<link>http://www.lqiang.org/index.php?id=329</link>
<pubDate>Tue, 06 Apr 2010 20:56:31 +0800</pubDate>
<guid>http://www.lqiang.org/index.php?id=329</guid>
<description><![CDATA[ 1， 老鼠嘲笑猫的时候，身旁必有一个洞。<br />2，站在山顶和站在山脚下的两人，虽然地位不同，但在对方眼里，同样的渺小。<br />3，结论就是你懒得再想下去的地方。――路的尽头，仍然是路，只要你愿意走。<br />4，使我们不快乐...]]></description>
</item><item>
<title>Apache2 httpd.conf配置文件中文版详解</title>
<link>http://www.lqiang.org/index.php?id=328</link>
<pubDate>Mon, 05 Apr 2010 01:58:15 +0800</pubDate>
<guid>http://www.lqiang.org/index.php?id=328</guid>
<description><![CDATA[ Apache2 httpd.conf配置文件中文版详解<br />#<br /># 基于 NCSA 服务的配置文件。<br />#<br />#这是Apache服务器主要配置文件。<br />#它包含服务器的影响服务器运行的配置指令。<br />#参见&lt;URL:http://httpd.ache.org/doc-2.0/&gt;以取...]]></description>
</item><item>
<title>一堂价值39万元的课，把它看完，你一定会有收获</title>
<link>http://www.lqiang.org/index.php?id=327</link>
<pubDate>Sun, 04 Apr 2010 21:39:57 +0800</pubDate>
<guid>http://www.lqiang.org/index.php?id=327</guid>
<description><![CDATA[ 第一课 <br />一个男人在他妻子洗完澡后准备进浴室洗澡。这时，门铃响了。 <br />妻子迅速用浴巾裹住自己冲到门口。 <br />当她打开门时，邻居鲍勃站在那儿。 <br />在她开口前，鲍勃说，“你如果把浴巾拿掉，我给你800美元。” <br />想...]]></description>
</item><item>
<title>memcache与memcached的区别与安装</title>
<link>http://www.lqiang.org/index.php?id=326</link>
<pubDate>Sat, 03 Apr 2010 21:21:40 +0800</pubDate>
<guid>http://www.lqiang.org/index.php?id=326</guid>
<description><![CDATA[ 　　Memcache是什么？ <br /><br />　　Memcache是一个自在和开放源代码、高功用、分配的内存对象缓存系统。用于加速静态web运用顺序，减弱数据库负载。 <br /><br />　　它能够应对恣意多个衔接，运用非阻塞的网络IO。由于它的任务机...]]></description>
</item><item>
<title>如何用PHP获取上个月的时间</title>
<link>http://www.lqiang.org/index.php?id=325</link>
<pubDate>Fri, 02 Apr 2010 01:50:38 +0800</pubDate>
<guid>http://www.lqiang.org/index.php?id=325</guid>
<description><![CDATA[ 要想获取上个月的时间信息，不如一共有多少天，最后一天是几号，有很多方法：这里就大体介绍几种，供大家一起参考学习：<br />例1：获取上个月这一天的详细信息<br /><br />$t = getdate(strtotime(&quot;-1 month&quot;));   <br />...]]></description>
</item></channel>
</rss>
