<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>“℃冻番茄&#039;s Blog”的评论</title>
	<atom:link href="http://phpd.cn/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://phpd.cn</link>
	<description>记录平时工作、学习的过程！开始学习新东西，下一个目标Android开发......</description>
	<lastBuildDate>Fri, 11 May 2012 04:41:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>℃冻番茄 对《基于sql实现redis主动缓存》的评论</title>
		<link>http://phpd.cn/archives/582#comment-4995</link>
		<dc:creator>℃冻番茄</dc:creator>
		<pubDate>Fri, 11 May 2012 04:41:26 +0000</pubDate>
		<guid isPermaLink="false">http://phpd.cn/?p=582#comment-4995</guid>
		<description>自己实现的，目前在测试环境中跑跑，还没上线使用！</description>
		<content:encoded><![CDATA[<p>自己实现的，目前在测试环境中跑跑，还没上线使用！</p>
]]></content:encoded>
	</item>
	<item>
		<title>乐自由 对《基于sql实现redis主动缓存》的评论</title>
		<link>http://phpd.cn/archives/582#comment-4990</link>
		<dc:creator>乐自由</dc:creator>
		<pubDate>Thu, 10 May 2012 09:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://phpd.cn/?p=582#comment-4990</guid>
		<description>第三方的解决方案还是你自己实现的类？</description>
		<content:encoded><![CDATA[<p>第三方的解决方案还是你自己实现的类？</p>
]]></content:encoded>
	</item>
	<item>
		<title>天涯PHP博客 对《php路由实现rewrite改写url》的评论</title>
		<link>http://phpd.cn/archives/558#comment-4957</link>
		<dc:creator>天涯PHP博客</dc:creator>
		<pubDate>Tue, 08 May 2012 09:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://phpd.cn/?p=558#comment-4957</guid>
		<description>路过，瞧瞧，呵呵。</description>
		<content:encoded><![CDATA[<p>路过，瞧瞧，呵呵。</p>
]]></content:encoded>
	</item>
	<item>
		<title>℃冻番茄 对《分享一个目前在使用的循环创建目录的函数》的评论</title>
		<link>http://phpd.cn/archives/555#comment-4830</link>
		<dc:creator>℃冻番茄</dc:creator>
		<pubDate>Fri, 27 Apr 2012 03:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://phpd.cn/?p=555#comment-4830</guid>
		<description>php5已经支持递归了，汗！才知道，谢谢了！</description>
		<content:encoded><![CDATA[<p>php5已经支持递归了，汗！才知道，谢谢了！</p>
]]></content:encoded>
	</item>
	<item>
		<title>℃冻番茄 对《redis做带分页的列表缓存》的评论</title>
		<link>http://phpd.cn/archives/268#comment-4829</link>
		<dc:creator>℃冻番茄</dc:creator>
		<pubDate>Fri, 27 Apr 2012 03:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpd.cn/?p=268#comment-4829</guid>
		<description>有道理 ，所以改为set和sort比较高效</description>
		<content:encoded><![CDATA[<p>有道理 ，所以改为set和sort比较高效</p>
]]></content:encoded>
	</item>
	<item>
		<title>小囧 对《分享一个目前在使用的循环创建目录的函数》的评论</title>
		<link>http://phpd.cn/archives/555#comment-4814</link>
		<dc:creator>小囧</dc:creator>
		<pubDate>Thu, 26 Apr 2012 07:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://phpd.cn/?p=555#comment-4814</guid>
		<description>mkdir ( string $pathname [, int $mode [, bool $recursive [, resource $context ]]] )


注意第三个参数~    递归创建目录</description>
		<content:encoded><![CDATA[<p>mkdir ( string $pathname [, int $mode [, bool $recursive [, resource $context ]]] )</p>
<p>注意第三个参数~    递归创建目录</p>
]]></content:encoded>
	</item>
	<item>
		<title>小囧 对《redis做带分页的列表缓存》的评论</title>
		<link>http://phpd.cn/archives/268#comment-4813</link>
		<dc:creator>小囧</dc:creator>
		<pubDate>Thu, 26 Apr 2012 07:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpd.cn/?p=268#comment-4813</guid>
		<description>LRANGE  的时间复杂度是
O(S+N)， S 为偏移量 start ， N 为指定区间内元素的数量。
5000万数据分页消耗太大。。</description>
		<content:encoded><![CDATA[<p>LRANGE  的时间复杂度是<br />
O(S+N)， S 为偏移量 start ， N 为指定区间内元素的数量。<br />
5000万数据分页消耗太大。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>℃冻番茄 对《分享一个目前在使用的循环创建目录的函数》的评论</title>
		<link>http://phpd.cn/archives/555#comment-4800</link>
		<dc:creator>℃冻番茄</dc:creator>
		<pubDate>Wed, 25 Apr 2012 04:40:45 +0000</pubDate>
		<guid isPermaLink="false">http://phpd.cn/?p=555#comment-4800</guid>
		<description>SPL中的方法啊，比较新颖啊，以前没接触过SPL。是要仔细看看了！</description>
		<content:encoded><![CDATA[<p>SPL中的方法啊，比较新颖啊，以前没接触过SPL。是要仔细看看了！</p>
]]></content:encoded>
	</item>
	<item>
		<title>millken 对《分享一个目前在使用的循环创建目录的函数》的评论</title>
		<link>http://phpd.cn/archives/555#comment-4782</link>
		<dc:creator>millken</dc:creator>
		<pubDate>Tue, 24 Apr 2012 05:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://phpd.cn/?p=555#comment-4782</guid>
		<description>效率不高，不如new RecursiveIteratorIterator(new RecursiveDirectoryIterator($src), 2)</description>
		<content:encoded><![CDATA[<p>效率不高，不如new RecursiveIteratorIterator(new RecursiveDirectoryIterator($src), 2)</p>
]]></content:encoded>
	</item>
	<item>
		<title>℃冻番茄 对《花了些时间弄个QQ机器人》的评论</title>
		<link>http://phpd.cn/archives/234#comment-4773</link>
		<dc:creator>℃冻番茄</dc:creator>
		<pubDate>Mon, 23 Apr 2012 11:04:54 +0000</pubDate>
		<guid isPermaLink="false">#comment-4773</guid>
		<description>是的呢，自己玩的！作用并不大！</description>
		<content:encoded><![CDATA[<p>是的呢，自己玩的！作用并不大！</p>
]]></content:encoded>
	</item>
</channel>
</rss>

