<?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>中文Flex例子 &#187; 当前路径</title>
	<atom:link href="http://blog.minidx.com/tag/%e5%bd%93%e5%89%8d%e8%b7%af%e5%be%84/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.minidx.com</link>
	<description>中文Adobe Flex例子,Flex实例教程,RIA资源,全文检索技术,算法和数据结构</description>
	<lastBuildDate>Thu, 31 Mar 2011 03:22:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Java取得当前路径的方法</title>
		<link>http://blog.minidx.com/2008/02/23/505.html</link>
		<comments>http://blog.minidx.com/2008/02/23/505.html#comments</comments>
		<pubDate>Fri, 22 Feb 2008 16:56:00 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[程序开发相关]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[函数]]></category>
		<category><![CDATA[当前路径]]></category>
		<category><![CDATA[环境参数]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/02/23/505.html</guid>
		<description><![CDATA[同样是Java的文件移动函数源代码（整个目录移动）中提到的写批处理是经常用到的一个功能：执行文件当前路径的取得。这个其实很简单，用下面的代码从系统的Property中就可以取到：
String curDir = System.getProperty(&#34;user.dir&#34;);
另外getProperty还可以取到很多其他我们经常要用到的环境参数，下面列举出了一些：








键                                                 相关值的描述
java.version   [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/02/23/505.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 2/11 queries in 0.059 seconds using disk
Object Caching 154/314 objects using disk

Served from: blog.minidx.com @ 2012-02-10 03:26:20 -->
