<?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>熊的黑色森林 &#187; 经验之道</title>
	<atom:link href="http://www.znoon.cn/topics/exp/feed" rel="self" type="application/rss+xml" />
	<link>http://www.znoon.cn</link>
	<description>从明天起 做一个幸福的人 我只愿面朝大海 春暖花开</description>
	<lastBuildDate>Fri, 26 Mar 2010 03:01:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP效率优化</title>
		<link>http://www.znoon.cn/archives/2009/10/22/358.html</link>
		<comments>http://www.znoon.cn/archives/2009/10/22/358.html#comments</comments>
		<pubDate>Thu, 22 Oct 2009 14:26:07 +0000</pubDate>
		<dc:creator>kim</dc:creator>
				<category><![CDATA[经验之道]]></category>
		<category><![CDATA[PHP 效率 代码]]></category>

		<guid isPermaLink="false">http://www.znoon.cn/?p=358</guid>
		<description><![CDATA[PHP代码书写效率优化建议
1.在可以用file_get_contents替代file、fopen、feof、fgets等系列方法的情况下，尽量用file_get_contents，因为他的效率高得多！但是要注意file_get_contents在打开一个URL文件时候的PH... </p>]]></description>
		<wfw:commentRss>http://www.znoon.cn/archives/2009/10/22/358.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux操作技巧 第三季</title>
		<link>http://www.znoon.cn/archives/2009/07/02/345.html</link>
		<comments>http://www.znoon.cn/archives/2009/07/02/345.html#comments</comments>
		<pubDate>Thu, 02 Jul 2009 09:16:46 +0000</pubDate>
		<dc:creator>kim</dc:creator>
				<category><![CDATA[经验之道]]></category>
		<category><![CDATA[linux 技巧 操作]]></category>

		<guid isPermaLink="false">http://www.znoon.cn/?p=345</guid>
		<description><![CDATA[         日常的工作中经常会有定时执行某些程序的需求，无论是WINDOWS还是LINUX这方面都有相应的设置方法
因为本人LINUX系统用的多，因此就LINUX系统上系统任务的定时执行和相关细节做下... </p>]]></description>
		<wfw:commentRss>http://www.znoon.cn/archives/2009/07/02/345.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>windows操作技巧 第一季</title>
		<link>http://www.znoon.cn/archives/2009/06/26/333.html</link>
		<comments>http://www.znoon.cn/archives/2009/06/26/333.html#comments</comments>
		<pubDate>Fri, 26 Jun 2009 00:41:34 +0000</pubDate>
		<dc:creator>kim</dc:creator>
				<category><![CDATA[经验之道]]></category>

		<guid isPermaLink="false">http://www.znoon.cn/?p=333</guid>
		<description><![CDATA[引言
我们日常使用的WINDOWS操作系统，在编程和日常应用方面也是有不少不为人知的小技巧的，特别是在dos命令方面，其实简单说来，一些常用的小工具调用的API也是系统自带的，那么我们通常... </p>]]></description>
		<wfw:commentRss>http://www.znoon.cn/archives/2009/06/26/333.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux操作常用命令和技巧 第二季</title>
		<link>http://www.znoon.cn/archives/2009/06/03/317.html</link>
		<comments>http://www.znoon.cn/archives/2009/06/03/317.html#comments</comments>
		<pubDate>Wed, 03 Jun 2009 00:51:51 +0000</pubDate>
		<dc:creator>kim</dc:creator>
				<category><![CDATA[经验之道]]></category>

		<guid isPermaLink="false">http://www.znoon.cn/?p=317</guid>
		<description><![CDATA[1.系统进程查看
   查用的参数为 ps -A
2.linxu进程范例解析
    Exp:ps -ef &#124;grep mysql,发现3个相关mysql的进程
   &#60;1&#62;:mysql_safe 这个系统的安全守护进程 尽量避免kill 否则容易造成 mysql损坏
... </p>]]></description>
		<wfw:commentRss>http://www.znoon.cn/archives/2009/06/03/317.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>vsFTPd 服务器初学者指南（欢迎大家参与补充）</title>
		<link>http://www.znoon.cn/archives/2009/06/01/312.html</link>
		<comments>http://www.znoon.cn/archives/2009/06/01/312.html#comments</comments>
		<pubDate>Mon, 01 Jun 2009 03:12:24 +0000</pubDate>
		<dc:creator>kim</dc:creator>
				<category><![CDATA[经验之道]]></category>

		<guid isPermaLink="false">http://www.znoon.cn/?p=312</guid>
		<description><![CDATA[

作者：北南南北，正在修订之中
来自：LinuxSir.Org
摘要：vsFTPD是一款小巧易用FTP服务器程序；本文面向初学者的一点疑问，能让初学者在最短的时间内学会最简单的vsftpd服务器的架设；本文应... </p>]]></description>
		<wfw:commentRss>http://www.znoon.cn/archives/2009/06/01/312.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>系统安全</title>
		<link>http://www.znoon.cn/archives/2009/06/01/309.html</link>
		<comments>http://www.znoon.cn/archives/2009/06/01/309.html#comments</comments>
		<pubDate>Mon, 01 Jun 2009 02:50:23 +0000</pubDate>
		<dc:creator>kim</dc:creator>
				<category><![CDATA[经验之道]]></category>

		<guid isPermaLink="false">http://www.znoon.cn/?p=309</guid>
		<description><![CDATA[本文将为大家展示一些基础的系统安全知识。特别的，我假设很多常见的安全措施已经被用来抵抗来自Internet对主机的入侵。这些安全措施主要是：
防火墙，确定了系统的来自Internet的用户对哪... </p>]]></description>
		<wfw:commentRss>http://www.znoon.cn/archives/2009/06/01/309.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>memcached全面剖析–PDF总结篇</title>
		<link>http://www.znoon.cn/archives/2009/06/01/307.html</link>
		<comments>http://www.znoon.cn/archives/2009/06/01/307.html#comments</comments>
		<pubDate>Mon, 01 Jun 2009 02:21:08 +0000</pubDate>
		<dc:creator>kim</dc:creator>
				<category><![CDATA[经验之道]]></category>

		<guid isPermaLink="false">http://www.znoon.cn/?p=307</guid>
		<description><![CDATA[memcached全面剖析的连载已经结束，翻译工作也已经全部完成了。为了方便阅读，现将原来的翻译结果打包成PDF文档。可在本文末尾处下载。
原来的各篇翻译的地址如下：

第1章：http://tech.idv2.co... </p>]]></description>
		<wfw:commentRss>http://www.znoon.cn/archives/2009/06/01/307.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>memcached全面剖析–5. memcached的应用和兼容程序</title>
		<link>http://www.znoon.cn/archives/2009/06/01/305.html</link>
		<comments>http://www.znoon.cn/archives/2009/06/01/305.html#comments</comments>
		<pubDate>Mon, 01 Jun 2009 02:19:29 +0000</pubDate>
		<dc:creator>kim</dc:creator>
				<category><![CDATA[经验之道]]></category>

		<guid isPermaLink="false">http://www.znoon.cn/?p=305</guid>
		<description><![CDATA[原文链接：http://gihyo.jp/dev/feature/01/memcached/0005
前几次的文章在这里：

第1次：http://tech.idv2.com/2008/07/10/memcached-001/
第2次：http://tech.idv2.com/2008/07/11/memcached-002/
第3次：http://tech.idv2.com/2008/07/16/memca... </p>]]></description>
		<wfw:commentRss>http://www.znoon.cn/archives/2009/06/01/305.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>memcached全面剖析–4. memcached的分布式算法</title>
		<link>http://www.znoon.cn/archives/2009/06/01/303.html</link>
		<comments>http://www.znoon.cn/archives/2009/06/01/303.html#comments</comments>
		<pubDate>Mon, 01 Jun 2009 02:18:00 +0000</pubDate>
		<dc:creator>kim</dc:creator>
				<category><![CDATA[经验之道]]></category>

		<guid isPermaLink="false">http://www.znoon.cn/?p=303</guid>
		<description><![CDATA[原文链接：http://gihyo.jp/dev/feature/01/memcached/0004
前几次的文章在这里：

第1次：http://tech.idv2.com/2008/07/10/memcached-001/
第2次：http://tech.idv2.com/2008/07/11/memcached-002/
第3次：http://tech.idv2.com/2008/07/16/memca... </p>]]></description>
		<wfw:commentRss>http://www.znoon.cn/archives/2009/06/01/303.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>memcached全面剖析–3.memcached的删除机制和发展方向</title>
		<link>http://www.znoon.cn/archives/2009/06/01/301.html</link>
		<comments>http://www.znoon.cn/archives/2009/06/01/301.html#comments</comments>
		<pubDate>Mon, 01 Jun 2009 02:16:54 +0000</pubDate>
		<dc:creator>kim</dc:creator>
				<category><![CDATA[经验之道]]></category>

		<guid isPermaLink="false">http://www.znoon.cn/?p=301</guid>
		<description><![CDATA[原文链接：http://gihyo.jp/dev/feature/01/memcached/0003
前几次的文章在这里：

第1次：http://tech.idv2.com/2008/07/10/memcached-001/
第2次：http://tech.idv2.com/2008/07/11/memcached-002/

 



memcached在数据删除方面有效利... </p>]]></description>
		<wfw:commentRss>http://www.znoon.cn/archives/2009/06/01/301.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
