<?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?cate=3" rel="self" type="application/rss+xml" />
	<link>http://www.lisijie.org/</link>
	<description></description>
	<language>zh-cn</language>
	<pubDate>Fri, 03 Sep 2010 03:12:39 +0000</pubDate>
	<generator>JBlog v2.0 RC</generator>
		<item>
		<title>eAccelerator配置和使用指南</title>
		<link>http://www.lisijie.org//post/246.html</link>
		<description><![CDATA[<p>
<p>本文由Michael原创和整理，转载请保留出处！<a href="http://www.toplee.com/blog/?p=100">http://www.toplee.com/blog/?p=100</a><br /><br />对于本文中出现的错误导致您的损失，Michael不承担责任。</p>
<p>前一段时间完成了服务器从FreeBSD4.10到6.1的升级，同时把PHP也升级到了最新的PHP5.1.4，Apache也升级到了最新的Apache2.2，为了更好的提高系统的性能，考虑对PHP再进行一些优化，前两年接触过MMCache和eAccelerator，尤其对eAccelerator非常喜欢，这次优化也选择了它，下面整理一些文档和大家分享。</p>
</p>]]></description>
		<category></category>
		<comments></comments>
		<guid>http://www.lisijie.org//post/246.html</guid>
		<pubDate>Sun, 08 Aug 2010 08:35:00 +0000</pubDate>
	</item>

		<item>
		<title>[转]JQuery DOM 的常用操作</title>
		<link>http://www.lisijie.org//post/243.html</link>
		<description><![CDATA[<p><strong>一、JQuery对象的基本方法</strong>：<br />(1) get(); 取得所有匹配的元素<br />(2) get(index); 取得其中一个匹配的元素 $(this).get(0) 等同于 $(this)[0]</p>]]></description>
		<category></category>
		<comments></comments>
		<guid>http://www.lisijie.org//post/243.html</guid>
		<pubDate>Mon, 21 Jun 2010 15:25:00 +0000</pubDate>
	</item>

		<item>
		<title>[转]20个非常有用的PHP类库</title>
		<link>http://www.lisijie.org//post/242.html</link>
		<description><![CDATA[<p>下面是一些非常有用的PHP类库，相信一定可以为你的WEB开发提供更好和更为快速的方法。</p>]]></description>
		<category></category>
		<comments></comments>
		<guid>http://www.lisijie.org//post/242.html</guid>
		<pubDate>Sun, 13 Jun 2010 10:14:00 +0000</pubDate>
	</item>

		<item>
		<title>[转]PuTTY 中文教程</title>
		<link>http://www.lisijie.org//post/238.html</link>
		<description><![CDATA[<p>我的这些文字是从这几年来的 PuTTY 使用经验中慢慢得来的，也不仅仅是介绍 PuTTY，还包括了一些相关的软件，比如：优秀的 FTP 工具 FileZilla、功能强大的 SFTP 客户端 WinSCP。</p>]]></description>
		<category></category>
		<comments></comments>
		<guid>http://www.lisijie.org//post/238.html</guid>
		<pubDate>Sat, 13 Mar 2010 13:00:00 +0000</pubDate>
	</item>

		<item>
		<title>FFmpegPHP</title>
		<link>http://www.lisijie.org//post/236.html</link>
		<description><![CDATA[<p>FFmpegPHP 是一个纯面向对象的 ffmpeg 的 PHP封装。提供一些简单易用、面向对象的API用以访问视频和音频文件的信息，可直接从视频中获取帧的图片，这常用来做视频的缩略图。支持的视频格式包括： MOV, AVI, MPG, 和 WMV.</p>
<p>软件主页： <a href="http://github.com/char0n/ffmpeg-php"><font color="#0085cf">http://github.com/char0n/ffmpeg-php</font></a></p>]]></description>
		<category></category>
		<comments></comments>
		<guid>http://www.lisijie.org//post/236.html</guid>
		<pubDate>Sat, 06 Mar 2010 11:15:11 +0000</pubDate>
	</item>

		<item>
		<title>zend studio 7.1.1注册码及汉化包下载</title>
		<link>http://www.lisijie.org//post/235.html</link>
		<description><![CDATA[<p>汉化包使用方法：</p>
<p>解压后将里面的两个文件夹features和plugins替换你的zend studio安装目录下的对应目录，重启zend studio即可。</p>]]></description>
		<category></category>
		<comments></comments>
		<guid>http://www.lisijie.org//post/235.html</guid>
		<pubDate>Wed, 24 Feb 2010 20:51:01 +0000</pubDate>
	</item>

		<item>
		<title>[转]PHP效率高写法</title>
		<link>http://www.lisijie.org//post/233.html</link>
		<description><![CDATA[<p>0、用单引号代替双引号来包含字符串，这样做会更快一些。因为PHP会在双引号包围的字符串中搜寻变量，单引号则不会，注意：只有echo能这么做，它是一种可以把多个字符串当作参数的&ldquo;函数&rdquo;（译注：PHP手册中说echo是语言结构，不是真正的函数，故把函数加上了双引号）。
1、如果能将类的方法定义成static，就尽量定义成static，它的速度会提升将近4倍。</p>]]></description>
		<category></category>
		<comments></comments>
		<guid>http://www.lisijie.org//post/233.html</guid>
		<pubDate>Fri, 05 Feb 2010 17:56:40 +0000</pubDate>
	</item>

		<item>
		<title>[转]PHP 5.3中的新特性</title>
		<link>http://www.lisijie.org//post/232.html</link>
		<description><![CDATA[<p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span style="font-size: small;"><span style="font-family: 宋体;">毫无疑问，如今</span><span lang="EN-US"><span style="font-family: Times New Roman;">PHP</span></span><span style="font-family: 宋体;">已经成为</span><span lang="EN-US"><span style="font-family: Times New Roman;">WEB</span></span><span style="font-family: 宋体;">开方当中最热门的技术之一。根据</span><span lang="EN-US"><span style="font-family: Times New Roman;">nexen.net</span></span><span style="font-family: 宋体;">的调查，互联网上三分之一的网站选择</span><span lang="EN-US"><span style="font-family: Times New Roman;">PHP</span></span><span style="font-family: 宋体;">来开发服务器端程序。在欧美和日本等国家，</span><span lang="EN-US"><span style="font-family: Times New Roman;">PHP</span></span><span style="font-family: 宋体;">开发市场呈现出一片欣欣向荣的景象，像</span><span lang="EN-US"><span style="font-family: Times New Roman;">Facebook</span></span><span style="font-family: 宋体;">、</span><span lang="EN-US"><span style="font-family: Times New Roman;">Yahoo!</span></span><span style="font-family: 宋体;">、</span><span lang="EN-US"><span style="font-family: Times New Roman;">Flickr</span></span><span style="font-family: 宋体;">和</span><span lang="EN-US"><span style="font-family: Times New Roman;">Sourceforge</span></span><span style="font-family: 宋体;">这样的知名</span><span lang="EN-US"><span style="font-family: Times New Roman;">PHP</span></span><span style="font-family: 宋体;">站点数不胜数。而近年来国内的各大网站也逐渐大量使用</span><span lang="EN-US"><span style="font-family: Times New Roman;">PHP</span></span><span style="font-family: 宋体;">。</span></span></p>]]></description>
		<category></category>
		<comments></comments>
		<guid>http://www.lisijie.org//post/232.html</guid>
		<pubDate>Sun, 27 Sep 2009 10:27:09 +0000</pubDate>
	</item>

		<item>
		<title>递归生成程序文件MD5 Hash</title>
		<link>http://www.lisijie.org//post/218.html</link>
		<description><![CDATA[<p>基于保护程序源代码或作者版权等原因，你可能不希望别人修改你的源代码，这时可以给每个程序文件生成一个MD5 HASH值，然后安装的时候对每个文件的MD5进行对比，方可知道文件是否被修改过。</p>]]></description>
		<category></category>
		<comments></comments>
		<guid>http://www.lisijie.org//post/218.html</guid>
		<pubDate>Mon, 27 Apr 2009 15:02:32 +0000</pubDate>
	</item>

		<item>
		<title>写了个大话骰小游戏，演示+下载</title>
		<link>http://www.lisijie.org//post/180.html</link>
		<description><![CDATA[<p>这个小游戏叫&ldquo;大话骰&rdquo;。我没玩过这种游戏，不知道怎么玩，是同事边教我玩边做的。下午搞错游戏规则，写错了，今晚再修正，应该就是这么回事了。界面只是随便搞搞。</p>
<p>演示：<a target="_blank" href="http://www.lisijie.com.cn/demo/dicegame/play.php">http://www.lisijie.com.cn/demo/dicegame/play.php</a></p>]]></description>
		<category></category>
		<comments></comments>
		<guid>http://www.lisijie.org//post/180.html</guid>
		<pubDate>Mon, 22 Sep 2008 23:02:00 +0000</pubDate>
	</item>

	</channel>
</rss>