<?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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT狂人的博客 &#187; PHP</title>
	<atom:link href="http://www.yinzhili.com/category/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.yinzhili.com</link>
	<description>世界上有10种人:一种是懂二进制的，另一种是不懂的。</description>
	<lastBuildDate>Tue, 20 Dec 2011 04:23:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>页面静态文件自动更新的另类实现方式</title>
		<link>http://www.yinzhili.com/2011/03/another-way-to-update-static-html-files-automatically.html</link>
		<comments>http://www.yinzhili.com/2011/03/another-way-to-update-static-html-files-automatically.html#comments</comments>
		<pubDate>Fri, 25 Mar 2011 05:31:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[discuz]]></category>
		<category><![CDATA[自动更新]]></category>
		<category><![CDATA[静态化]]></category>

		<guid isPermaLink="false">http://www.yinzhili.com/?p=384</guid>
		<description><![CDATA[一般来说我们建设一个成功的网站，其中最重要的就是让访客的等待时间少到不能再少。硬件优化、数据库查询优化都是必须的手段。当然更多的情况是将动态页面静态化。这样做的好处是每次有访客来访，我们直接将静态页面展示给他/她，避免了程序执行以及数据库查询的开销。
然而很多时候并没有一种自动更新的机制来实现静态[......]<p class='read-more'><a href='http://www.yinzhili.com/2011/03/another-way-to-update-static-html-files-automatically.html'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p>一般来说我们建设一个成功的网站，其中最重要的就是让访客的等待时间少到不能再少。硬件优化、数据库查询优化都是必须的手段。当然更多的情况是将动态页面静态化。这样做的好处是每次有访客来访，我们直接将静态页面展示给他/她，避免了程序执行以及数据库查询的开销。<br />
然而很多时候并没有一种自动更新的机制来实现静态[......]
<p class='read-more'><a href='http://www.yinzhili.com/2011/03/another-way-to-update-static-html-files-automatically.html'>继续阅读</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yinzhili.com/2011/03/another-way-to-update-static-html-files-automatically.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Discuz上传图片时出现“无效的图片文件”提示的解决方案</title>
		<link>http://www.yinzhili.com/2010/08/invalid-image-in-discuz.html</link>
		<comments>http://www.yinzhili.com/2010/08/invalid-image-in-discuz.html#comments</comments>
		<pubDate>Thu, 12 Aug 2010 08:05:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[discuz]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[无效的图片文件]]></category>

		<guid isPermaLink="false">http://www.yinzhili.com/?p=301</guid>
		<description><![CDATA[说明：此解决方案针对Discuz 6.1和IE8有效，其它版本可能有所差别。

在IE8下面，基于Discuz的论坛中上传图片时可能会出现“无效的图片文件”提示，造成图片无法上传。
解决方法：
打开“工具”>“Internet选项”，单击“安全”选项卡：
<a href="http://www.yinzhili.com/wp-content/uploads/2010/08/p1.png"><img src="http://www.yinzhili.com/wp-content/uploads/2010/08/p1.png" alt="" title="p1" width="425" height="506" class="aligncenter size-full wp-image-302" /></a>
(图1)
修改一下Intern[......]<p class='read-more'><a href='http://www.yinzhili.com/2010/08/invalid-image-in-discuz.html'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p>说明：此解决方案针对Discuz 6.1和IE8有效，其它版本可能有所差别。</p>
<p>在IE8下面，基于Discuz的论坛中上传图片时可能会出现“无效的图片文件”提示，造成图片无法上传。<br />
解决方法：<br />
打开“工具”>“Internet选项”，单击“安全”选项卡：<br />
<a href="http://www.yinzhili.com/wp-content/uploads/2010/08/p1.png"><img src="http://www.yinzhili.com/wp-content/uploads/2010/08/p1.png" alt="" title="p1" width="425" height="506" class="aligncenter size-full wp-image-302" /></a><br />
(图1)<br />
修改一下Intern[......]
<p class='read-more'><a href='http://www.yinzhili.com/2010/08/invalid-image-in-discuz.html'>继续阅读</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yinzhili.com/2010/08/invalid-image-in-discuz.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>discuz定时发帖的另类实现</title>
		<link>http://www.yinzhili.com/2010/08/posting-threads-automatically-in-discuz.html</link>
		<comments>http://www.yinzhili.com/2010/08/posting-threads-automatically-in-discuz.html#comments</comments>
		<pubDate>Tue, 03 Aug 2010 07:45:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[discuz]]></category>
		<category><![CDATA[发帖]]></category>
		<category><![CDATA[定时]]></category>
		<category><![CDATA[计划任务]]></category>

		<guid isPermaLink="false">http://www.yinzhili.com/?p=291</guid>
		<description><![CDATA[首先说明：本文所针对的Discuz版本为6.1.0，其它版本可能有一定的差别。

某些时候我们需要实现类似于“定时发帖”的功能，特别是在无人值守的时候就显得尤其有用(例如，我需要在明天凌晨两点钟发布一个帖子，我当然不想在那个时候从睡梦中醒来发帖。)。然而Discuz没有提供这一功能。但是我们可以[......]<p class='read-more'><a href='http://www.yinzhili.com/2010/08/posting-threads-automatically-in-discuz.html'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p>首先说明：本文所针对的Discuz版本为6.1.0，其它版本可能有一定的差别。</p>
<p>某些时候我们需要实现类似于“定时发帖”的功能，特别是在无人值守的时候就显得尤其有用(例如，我需要在明天凌晨两点钟发布一个帖子，我当然不想在那个时候从睡梦中醒来发帖。)。然而Discuz没有提供这一功能。但是我们可以[......]
<p class='read-more'><a href='http://www.yinzhili.com/2010/08/posting-threads-automatically-in-discuz.html'>继续阅读</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yinzhili.com/2010/08/posting-threads-automatically-in-discuz.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>使用PHP的Glob()函数来遍历文件夹</title>
		<link>http://www.yinzhili.com/2010/07/loop-through-folders-with-phps-glob.html</link>
		<comments>http://www.yinzhili.com/2010/07/loop-through-folders-with-phps-glob.html#comments</comments>
		<pubDate>Thu, 22 Jul 2010 03:51:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[译文]]></category>
		<category><![CDATA[glob]]></category>
		<category><![CDATA[opendir]]></category>
		<category><![CDATA[遍历]]></category>

		<guid isPermaLink="false">http://www.yinzhili.com/?p=283</guid>
		<description><![CDATA[<div style="color:#2d65a1;margin-bottom:10px;">原创译文，转载请注明出处。原作者为Marcus Schumann，原文请 <a href="http://net.tutsplus.com/tutorials/php/quick-tip-loop-through-folders-with-phps-glob/" target="_blank">单击这里</a> 查看。</div>

你还在使用 opendir() 来遍历文件夹吗？那样岂不是会生成很多冗余的代码？幸运的是，PHP的 glob() 是一个更加智能的解决方案。

<div style="font-size:18px;font-weight:bold;">引言</div>
下面这个范例的作用就是输出文件夹的一些信息，使[......]<p class='read-more'><a href='http://www.yinzhili.com/2010/07/loop-through-folders-with-phps-glob.html'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<div style="color:#2d65a1;margin-bottom:10px;">原创译文，转载请注明出处。原作者为Marcus Schumann，原文请 <a href="http://net.tutsplus.com/tutorials/php/quick-tip-loop-through-folders-with-phps-glob/" target="_blank">单击这里</a> 查看。</div>
<p>你还在使用 opendir() 来遍历文件夹吗？那样岂不是会生成很多冗余的代码？幸运的是，PHP的 glob() 是一个更加智能的解决方案。</p>
<div style="font-size:18px;font-weight:bold;">引言</div>
<p>下面这个范例的作用就是输出文件夹的一些信息，使[......]
<p class='read-more'><a href='http://www.yinzhili.com/2010/07/loop-through-folders-with-phps-glob.html'>继续阅读</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yinzhili.com/2010/07/loop-through-folders-with-phps-glob.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>[译]PHP面向对象入门</title>
		<link>http://www.yinzhili.com/2010/07/object-oriented-php-for-beginners.html</link>
		<comments>http://www.yinzhili.com/2010/07/object-oriented-php-for-beginners.html#comments</comments>
		<pubDate>Wed, 14 Jul 2010 07:51:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[译文]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[面向对象]]></category>

		<guid isPermaLink="false">http://www.yinzhili.com/?p=265</guid>
		<description><![CDATA[<div style="color:#2d65a1;margin-bottom:10px;">原创译文，转载请注明出处。原作者为Jason Lengstorf，原文请 <a href="http://net.tutsplus.com/tutorials/php/object-oriented-php-for-beginners/" target="_blank">单击这里</a> 查看。</div>



<div>
对很多PHP程序员来说，面向对象编程是一个令人畏惧的概念，充满着复杂的语法以及其它障碍。正如我在我的《Pro PHP and jQuery》这本书中所详细描述的那样，您将学会面向对象编程(O[......]</div><p class='read-more'><a href='http://www.yinzhili.com/2010/07/object-oriented-php-for-beginners.html'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<div style="color:#2d65a1;margin-bottom:10px;">原创译文，转载请注明出处。原作者为Jason Lengstorf，原文请 <a href="http://net.tutsplus.com/tutorials/php/object-oriented-php-for-beginners/" target="_blank">单击这里</a> 查看。</div>
<div>
对很多PHP程序员来说，面向对象编程是一个令人畏惧的概念，充满着复杂的语法以及其它障碍。正如我在我的《Pro PHP and jQuery》这本书中所详细描述的那样，您将学会面向对象编程(O[......]</div>
<p class='read-more'><a href='http://www.yinzhili.com/2010/07/object-oriented-php-for-beginners.html'>继续阅读</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yinzhili.com/2010/07/object-oriented-php-for-beginners.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>为NetBeans添加Git支持</title>
		<link>http://www.yinzhili.com/2010/03/add-git-support-for-netbeans.html</link>
		<comments>http://www.yinzhili.com/2010/03/add-git-support-for-netbeans.html#comments</comments>
		<pubDate>Mon, 29 Mar 2010 07:58:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[NetBeans]]></category>

		<guid isPermaLink="false">http://www.yinzhili.com/?p=189</guid>
		<description><![CDATA[说明：以下操作在NetBeans 6.8下进行，不同版本可能会有细微的差别。

<a href="http://www.yinzhili.com/wp-content/uploads/2010/03/0.jpg"><img src="http://www.yinzhili.com/wp-content/uploads/2010/03/0.jpg" alt="Git logo" title="Git logo" width="519" height="98" class="aligncenter size-full wp-image-191" /></a>
<strong>什么是Git?</strong>
Git 是 Linux 的创始人 Linus Torvalds 为了帮助管理 Linux® 内核开发而开发的一个开放源码的版本控制软件。我们可以自己下载这个软件用来管理自己的软件开发项目。与常用[......]<p class='read-more'><a href='http://www.yinzhili.com/2010/03/add-git-support-for-netbeans.html'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p>说明：以下操作在NetBeans 6.8下进行，不同版本可能会有细微的差别。</p>
<p><a href="http://www.yinzhili.com/wp-content/uploads/2010/03/0.jpg"><img src="http://www.yinzhili.com/wp-content/uploads/2010/03/0.jpg" alt="Git logo" title="Git logo" width="519" height="98" class="aligncenter size-full wp-image-191" /></a><br />
<strong>什么是Git?</strong><br />
Git 是 Linux 的创始人 Linus Torvalds 为了帮助管理 Linux® 内核开发而开发的一个开放源码的版本控制软件。我们可以自己下载这个软件用来管理自己的软件开发项目。与常用[......]
<p class='read-more'><a href='http://www.yinzhili.com/2010/03/add-git-support-for-netbeans.html'>继续阅读</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yinzhili.com/2010/03/add-git-support-for-netbeans.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在Windows下编译适用于PHP 5.2.12及5.2.13的eAccelerator.dll(附下载)</title>
		<link>http://www.yinzhili.com/2010/02/build-eaccelerator-for-php-5-2-12-or-5-2-13-on-windows.html</link>
		<comments>http://www.yinzhili.com/2010/02/build-eaccelerator-for-php-5-2-12-or-5-2-13-on-windows.html#comments</comments>
		<pubDate>Fri, 26 Feb 2010 08:10:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[eaccelerator]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.yinzhili.com/?p=145</guid>
		<description><![CDATA[最近PHP 5.2.12及5.2.13发布了，修复了多个bug，因此升级到这一版本是非常必要的。

首先说明一下我的一些参数：
操作系统: Windows 7 Ultimate
Web Server：Apache 2.2.14
Visual Studio: 6.0 (别嫌弃它版本老，即便是[......]<p class='read-more'><a href='http://www.yinzhili.com/2010/02/build-eaccelerator-for-php-5-2-12-or-5-2-13-on-windows.html'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p>最近PHP 5.2.12及5.2.13发布了，修复了多个bug，因此升级到这一版本是非常必要的。</p>
<p>首先说明一下我的一些参数：<br />
操作系统: Windows 7 Ultimate<br />
Web Server：Apache 2.2.14<br />
Visual Studio: 6.0 (别嫌弃它版本老，即便是[......]
<p class='read-more'><a href='http://www.yinzhili.com/2010/02/build-eaccelerator-for-php-5-2-12-or-5-2-13-on-windows.html'>继续阅读</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yinzhili.com/2010/02/build-eaccelerator-for-php-5-2-12-or-5-2-13-on-windows.html/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>通过伪造Referer来解决外链问题</title>
		<link>http://www.yinzhili.com/2010/01/the-anti-leech-issue-and-referer.html</link>
		<comments>http://www.yinzhili.com/2010/01/the-anti-leech-issue-and-referer.html#comments</comments>
		<pubDate>Fri, 08 Jan 2010 07:47:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[外链]]></category>
		<category><![CDATA[盗链]]></category>

		<guid isPermaLink="false">http://www.yinzhili.com/?p=163</guid>
		<description><![CDATA[什么是Referer?
Referer是HTTP Header的一个字段，当浏览器向服务器发送请求的时候一般会包含Referer信息，这一字段保存的是访客的来源URI。

以PHP为例，通过输出$_SERVER变量，你就可以看到HTTP_REFERER信息：
[caption id="att[......]<p class='read-more'><a href='http://www.yinzhili.com/2010/01/the-anti-leech-issue-and-referer.html'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p>什么是Referer?<br />
Referer是HTTP Header的一个字段，当浏览器向服务器发送请求的时候一般会包含Referer信息，这一字段保存的是访客的来源URI。</p>
<p>以PHP为例，通过输出$_SERVER变量，你就可以看到HTTP_REFERER信息：<br />

<p class='read-more'><a href='http://www.yinzhili.com/2010/01/the-anti-leech-issue-and-referer.html'>继续阅读</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yinzhili.com/2010/01/the-anti-leech-issue-and-referer.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress常用时间参数</title>
		<link>http://www.yinzhili.com/2010/01/wordpress-time-parameters.html</link>
		<comments>http://www.yinzhili.com/2010/01/wordpress-time-parameters.html#comments</comments>
		<pubDate>Sat, 02 Jan 2010 05:01:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.yinzhili.com/?p=161</guid>
		<description><![CDATA[使用Wordpress国外主题的时候常常要改动其中的时间参数，因为老外他们使用的时间格式和我们大不一样，比如说同样是一个日期：2010年1月2日，美国英语里面可能写成 Jan 2nd 2010，英国英语里则是 2nd Jan 2010，而我们汉语里是 2010年1月2日。好在Wordpress提供了[......]<p class='read-more'><a href='http://www.yinzhili.com/2010/01/wordpress-time-parameters.html'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p>使用Wordpress国外主题的时候常常要改动其中的时间参数，因为老外他们使用的时间格式和我们大不一样，比如说同样是一个日期：2010年1月2日，美国英语里面可能写成 Jan 2nd 2010，英国英语里则是 2nd Jan 2010，而我们汉语里是 2010年1月2日。好在Wordpress提供了[......]
<p class='read-more'><a href='http://www.yinzhili.com/2010/01/wordpress-time-parameters.html'>继续阅读</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yinzhili.com/2010/01/wordpress-time-parameters.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpMyAdmin升级到3.2.x版遇到的常见问题</title>
		<link>http://www.yinzhili.com/2009/09/problems-you-will-encounter-when-using-phpmyadmin3.html</link>
		<comments>http://www.yinzhili.com/2009/09/problems-you-will-encounter-when-using-phpmyadmin3.html#comments</comments>
		<pubDate>Wed, 30 Sep 2009 02:32:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[phpMyAdmin]]></category>

		<guid isPermaLink="false">http://www.yinzhili.com/?p=93</guid>
		<description><![CDATA[phpMyAdmin是一个用PHP编写的基于Web的MySQL管理工具。从事过PHP+MySQL开发的朋友肯定接触过它，非常方便。最近把电脑上的phpMyAdmin升级到了3.2.2版，遇到了一些问题，在此总结一下。

1. “空密码登录被禁止” &#160;问题
很多时候我们在本机测试时会将[......]<p class='read-more'><a href='http://www.yinzhili.com/2009/09/problems-you-will-encounter-when-using-phpmyadmin3.html'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p>phpMyAdmin是一个用PHP编写的基于Web的MySQL管理工具。从事过PHP+MySQL开发的朋友肯定接触过它，非常方便。最近把电脑上的phpMyAdmin升级到了3.2.2版，遇到了一些问题，在此总结一下。</p>
<p>1. “空密码登录被禁止” &nbsp;问题<br />
很多时候我们在本机测试时会将[......]
<p class='read-more'><a href='http://www.yinzhili.com/2009/09/problems-you-will-encounter-when-using-phpmyadmin3.html'>继续阅读</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yinzhili.com/2009/09/problems-you-will-encounter-when-using-phpmyadmin3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使用TCPDF输出完美的中文PDF文档</title>
		<link>http://www.yinzhili.com/2009/08/using-tcpdf-to-generate-pdf-in-chinese.html</link>
		<comments>http://www.yinzhili.com/2009/08/using-tcpdf-to-generate-pdf-in-chinese.html#comments</comments>
		<pubDate>Thu, 20 Aug 2009 10:03:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[DroidSansFallback]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[tcpdf]]></category>

		<guid isPermaLink="false">http://www.yinzhili.com/?p=47</guid>
		<description><![CDATA[TCPDF是一个用于快速生成PDF文件的PHP5函数包。TCPDF基于FPDF进行扩展和改进。支持UTF-8，Unicode，HTML和XHTML。在基于PHP开发的Web应用中，使用它来输出PDF文件是绝佳的选择。但毕竟这款开源软件是外国人开发的，对中文的支持总不是那么尽如人意，因此我们需要对它作[......]<p class='read-more'><a href='http://www.yinzhili.com/2009/08/using-tcpdf-to-generate-pdf-in-chinese.html'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p>TCPDF是一个用于快速生成PDF文件的PHP5函数包。TCPDF基于FPDF进行扩展和改进。支持UTF-8，Unicode，HTML和XHTML。在基于PHP开发的Web应用中，使用它来输出PDF文件是绝佳的选择。但毕竟这款开源软件是外国人开发的，对中文的支持总不是那么尽如人意，因此我们需要对它作[......]
<p class='read-more'><a href='http://www.yinzhili.com/2009/08/using-tcpdf-to-generate-pdf-in-chinese.html'>继续阅读</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yinzhili.com/2009/08/using-tcpdf-to-generate-pdf-in-chinese.html/feed</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
	</channel>
</rss>

