<?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>评论：使用java多线程在多个文本文件中快速查找指定字符串</title>
	<atom:link href="http://618119.com/archives/2007/12/21/51.html/feed" rel="self" type="application/rss+xml" />
	<link>http://618119.com/archives/2007/12/21/51.html</link>
	<description>工作,生活,java,apache,tomcat,Resin,mina,Hessian,Openfire,XMPP,RPC,Ubuntu</description>
	<lastBuildDate>Thu, 29 Jul 2010 08:19:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：lizongbo</title>
		<link>http://618119.com/archives/2007/12/21/51.html/comment-page-1#comment-3085</link>
		<dc:creator>lizongbo</dc:creator>
		<pubDate>Tue, 23 Sep 2008 16:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://618119.com/archives/2007/12/21/51.html#comment-3085</guid>
		<description>需要调整你的匹配方式，在遍历文件的时候，进行多个关键字匹配。</description>
		<content:encoded><![CDATA[<p>需要调整你的匹配方式，在遍历文件的时候，进行多个关键字匹配。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：hd</title>
		<link>http://618119.com/archives/2007/12/21/51.html/comment-page-1#comment-3084</link>
		<dc:creator>hd</dc:creator>
		<pubDate>Tue, 23 Sep 2008 05:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://618119.com/archives/2007/12/21/51.html#comment-3084</guid>
		<description>我想问下，如果快速查找的这个字符串有很多，例如我一个文本文件里有上千行的字符串，我需要从这个文本文件一行一行地去在多文件里面查找，效率该如何提高呢？</description>
		<content:encoded><![CDATA[<p>我想问下，如果快速查找的这个字符串有很多，例如我一个文本文件里有上千行的字符串，我需要从这个文本文件一行一行地去在多文件里面查找，效率该如何提高呢？</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：vicalloy</title>
		<link>http://618119.com/archives/2007/12/21/51.html/comment-page-1#comment-26</link>
		<dc:creator>vicalloy</dc:creator>
		<pubDate>Fri, 21 Dec 2007 08:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://618119.com/archives/2007/12/21/51.html#comment-26</guid>
		<description>可以用findstr，不过不是很好用。</description>
		<content:encoded><![CDATA[<p>可以用findstr，不过不是很好用。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
