<?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>Comments on: Java的文件移动函数源代码（整个目录移动）</title>
	<atom:link href="http://blog.minidx.com/2008/02/23/504.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.minidx.com/2008/02/23/504.html</link>
	<description>中文Adobe Flex例子,Flex实例教程,RIA资源,全文检索技术,算法和数据结构</description>
	<lastBuildDate>Thu, 18 Mar 2010 13:20:59 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Minidxer</title>
		<link>http://blog.minidx.com/2008/02/23/504.html/comment-page-1#comment-3297</link>
		<dc:creator>Minidxer</dc:creator>
		<pubDate>Sat, 23 Feb 2008 09:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.minidx.com/2008/02/23/504.html#comment-3297</guid>
		<description>Java吃内存太厉害了……
不过无所谓了，只是写一个比较外层的东西，所以用Java写了。</description>
		<content:encoded><![CDATA[<p>Java吃内存太厉害了……<br />
不过无所谓了，只是写一个比较外层的东西，所以用Java写了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 漫步</title>
		<link>http://blog.minidx.com/2008/02/23/504.html/comment-page-1#comment-3294</link>
		<dc:creator>漫步</dc:creator>
		<pubDate>Sat, 23 Feb 2008 08:43:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.minidx.com/2008/02/23/504.html#comment-3294</guid>
		<description>还好了..相比 c 这样的来说当然没那么快了..</description>
		<content:encoded><![CDATA[<p>还好了..相比 c 这样的来说当然没那么快了..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Minidxer</title>
		<link>http://blog.minidx.com/2008/02/23/504.html/comment-page-1#comment-3283</link>
		<dc:creator>Minidxer</dc:creator>
		<pubDate>Sat, 23 Feb 2008 06:12:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.minidx.com/2008/02/23/504.html#comment-3283</guid>
		<description>呵呵，只是用Java写一点东西而已。Java的执行效率太低了，只适合写应用层的东西。。。</description>
		<content:encoded><![CDATA[<p>呵呵，只是用Java写一点东西而已。Java的执行效率太低了，只适合写应用层的东西。。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 漫步</title>
		<link>http://blog.minidx.com/2008/02/23/504.html/comment-page-1#comment-3282</link>
		<dc:creator>漫步</dc:creator>
		<pubDate>Sat, 23 Feb 2008 06:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.minidx.com/2008/02/23/504.html#comment-3282</guid>
		<description>不错,蛮好玩...你最近也在疯狂折腾java?</description>
		<content:encoded><![CDATA[<p>不错,蛮好玩&#8230;你最近也在疯狂折腾java?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Java取得当前路径的方法 - 全文检索博客</title>
		<link>http://blog.minidx.com/2008/02/23/504.html/comment-page-1#comment-3257</link>
		<dc:creator>Java取得当前路径的方法 - 全文检索博客</dc:creator>
		<pubDate>Fri, 22 Feb 2008 16:56:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.minidx.com/2008/02/23/504.html#comment-3257</guid>
		<description>[...] 同样是Java的文件移动函数源代码（整个目录移动）中提到的写批处理是经常用到的一个功能：执行文件当前路径的取得。这个其实很简单，用下面的代码从系统的Property中就可以取到：String curDir = System.getProperty(&#8221;user.dir&#8221;);另外getProperty还可以取到很多其他我们经常要用到的环境参数，下面列举出了一些： [...]</description>
		<content:encoded><![CDATA[<p>[...] 同样是Java的文件移动函数源代码（整个目录移动）中提到的写批处理是经常用到的一个功能：执行文件当前路径的取得。这个其实很简单，用下面的代码从系统的Property中就可以取到：String curDir = System.getProperty(&#8221;user.dir&#8221;);另外getProperty还可以取到很多其他我们经常要用到的环境参数，下面列举出了一些： [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
