<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" >
<channel>
	<title>老李's Blog</title>
	<atom:link href="http://www.lisijie.org/rss.php" rel="self" type="application/rss+xml" />
	<link>http://www.lisijie.org/</link>
	<description>欢迎访问开源php博客程序JBlog官方网站,JBlog是一个基于PHP+MySQL的开源博客程序,具有功能强大、速度快、可定制性强等特点,欢迎使用.</description>
	<language>zh-cn</language>
	<pubDate>Sat, 04 Feb 2012 21:21:08 +0000</pubDate>
	<generator>JBlog v2.0 RC</generator>
		<item>
		<title>使用nginx配置多个php fastcgi负载均衡</title>
		<link>http://www.lisijie.org/?p=259</link>
		<description><![CDATA[<p>应用的最前端是一台nginx服务器，所有静态的内容都由nginx来处理，而将所有<span>php</span>的请求都分摊到下游的若干台运行php fastcgi守护进程的服务器中，这样可以以一种廉价的方案来实现对系统负载的分摊，扩展系统的负载能力。</p>]]></description>
		<category></category>
		<comments></comments>
		<guid>http://www.lisijie.org/?p=259</guid>
		<pubDate>Sat, 08 Oct 2011 17:14:00 +0000</pubDate>
	</item>

		<item>
		<title>Windows 7 硬盘安装方法大全</title>
		<link>http://www.lisijie.org/?p=258</link>
		<description><![CDATA[<p>Windows 7 硬盘安装方法<br />以下4种方法均为 Windows 7 全新安装，Vista 跟 Windows 7 的安装方法一样</p>]]></description>
		<category></category>
		<comments></comments>
		<guid>http://www.lisijie.org/?p=258</guid>
		<pubDate>Fri, 13 May 2011 23:22:00 +0000</pubDate>
	</item>

		<item>
		<title>GoogleCode不能生成密码的解决方式</title>
		<link>http://www.lisijie.org/?p=257</link>
		<description><![CDATA[<p><span style="color: #333333; font-family: Verdana, 'Microsoft YaHei'; font-size: 14px; line-height: 24px;">当申请了谷歌的SVN源代码托管服务，并正准备check out的时候，系统将自动给你生成一个密码，只需点击链接：<a style="color: #0066cc; text-decoration: none;" href="https://code.google.com/hosting/settings">https://code.google.com/hosting/settings</a>。这时，你会忽然发现出现&ldquo;网络连接被重置&rdquo;的错误。</span></p>]]></description>
		<category></category>
		<comments></comments>
		<guid>http://www.lisijie.org/?p=257</guid>
		<pubDate>Mon, 09 May 2011 19:48:00 +0000</pubDate>
	</item>

		<item>
		<title>eAccelerator 0.9.6.1 for PHP 5.2.17 DLL下载</title>
		<link>http://www.lisijie.org/?p=256</link>
		<description><![CDATA[<p>该版本使用最新发布的PHP 5.2.17编译，使用前请确认自己的PHP版本。文件内含Thread safe(线程安全)和Non Thread Safe(非线程安全版本)，请根据自己使用的PHP版本选择。</p>]]></description>
		<category></category>
		<comments></comments>
		<guid>http://www.lisijie.org/?p=256</guid>
		<pubDate>Sun, 08 May 2011 18:01:00 +0000</pubDate>
	</item>

		<item>
		<title>用Diff和Patch工具维护源码</title>
		<link>http://www.lisijie.org/?p=255</link>
		<description><![CDATA[<p>在Unix系统下，维护源码版本可以使用很多方法，其中最常用的当然是大名鼎鼎的CVS，但实际上，简单的版本维护工作并没有必要使用复杂的CVS等专门的版本维护工具，Unix标配中的diff和patch工具就完全可以完成代码的简单备份和升级工作。</p>]]></description>
		<category></category>
		<comments></comments>
		<guid>http://www.lisijie.org/?p=255</guid>
		<pubDate>Fri, 06 May 2011 14:57:00 +0000</pubDate>
	</item>

		<item>
		<title>php-fpm详解</title>
		<link>http://www.lisijie.org/?p=254</link>
		<description><![CDATA[<p>FastCGI 是一个可伸缩、高速的在web server和脚本语言间通迅的接口。关于FastCGI技术的更多信息可以在<a rel="nofollow" href="http://www.fastcgi.com/drupal/" target="_blank">官方网站</a>和<a rel="nofollow" href="http://en.wikipedia.org/wiki/FastCGI" target="_blank">Wikipedia</a>看到。</p>]]></description>
		<category></category>
		<comments></comments>
		<guid>http://www.lisijie.org/?p=254</guid>
		<pubDate>Fri, 06 May 2011 14:41:00 +0000</pubDate>
	</item>

		<item>
		<title>[转]ubuntu 安装 nginx</title>
		<link>http://www.lisijie.org/?p=253</link>
		<description><![CDATA[<p><span style="font-size: x-small;"><strong><a id="zt_n2" rel="nofollow" href="http://nginx.net/"></a></strong></span><span><strong><a id="zt_n2" rel="nofollow" href="http://nginx.net/">Nginx</a></strong> ("engine x") 是一个高性能的 HTTP 和 <a id="zt_n3" rel="nofollow" href="http://en.wikipedia.org/wiki/Reverse_proxy">反向代理</a> 服务器，相对Apache的臃肿，Nginx绝对是轻量级的，配置简单，本篇文章介绍如何在</span>Ubuntu Hardy 上用源，码来编译Nginx。</p>]]></description>
		<category></category>
		<comments></comments>
		<guid>http://www.lisijie.org/?p=253</guid>
		<pubDate>Thu, 05 May 2011 23:01:00 +0000</pubDate>
	</item>

		<item>
		<title>回家。</title>
		<link>http://www.lisijie.org/?p=252</link>
		<description><![CDATA[<p>请了几天假回了趟老家，一年多没回去了，一来带孩子回去给爷爷奶奶看看，二来顺便把该办的证件给办了。二叔小叔听说我们要回家，都很开心，也从汕头赶回来，小姑也来了，四世同堂，一家人团聚的感觉真好，一起吃饭，唠家常，忆苦思甜。</p>]]></description>
		<category></category>
		<comments></comments>
		<guid>http://www.lisijie.org/?p=252</guid>
		<pubDate>Thu, 05 May 2011 21:34:00 +0000</pubDate>
	</item>

		<item>
		<title>PHP5调试工具debugConsole</title>
		<link>http://www.lisijie.org/?p=251</link>
		<description><![CDATA[<p>监控变量，跟踪变量的变化，打断点，记录日志，这些功能都有，在运行的时候直接这些数据输出到一个js生成的弹窗里，快去看看吧&nbsp;<a title="debugconsole" href="http://www.debugconsole.de/" target="_blank">http://www.debugconsole.de/</a></p>]]></description>
		<category></category>
		<comments></comments>
		<guid>http://www.lisijie.org/?p=251</guid>
		<pubDate>Thu, 05 May 2011 09:46:00 +0000</pubDate>
	</item>

		<item>
		<title>[转]百万级访问网站前期的技术准备</title>
		<link>http://www.lisijie.org/?p=250</link>
		<description><![CDATA[<table style="cursor: default;" width="94%">
<tbody>
<tr>
<td class="article" style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; cursor: text; margin: 8px;">
<p>开了自己域名的博客，第一篇就得来个重磅一点的才对得起这4美金的域名。作为一个技术从业者十年，逛了十年发现有些知识东一榔头西一棒槌的得满世界看个遍才整理出个头绪，那咱就系统点的从头一步一步的说，一个从日几千访问的小小网站，到日访问一两百万的小网站，怎么才能让它平滑的度过这个阶段，别在技术上出现先天不足，写给一些技术人员，也写给不懂技术的创业者。</p>
</td>
</tr>
</tbody>
</table>]]></description>
		<category></category>
		<comments></comments>
		<guid>http://www.lisijie.org/?p=250</guid>
		<pubDate>Wed, 16 Mar 2011 10:06:00 +0000</pubDate>
	</item>

	</channel>
</rss>
