<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Open Java Project - Tiger系列</title><link>http://blog.csdn.net/chenyun2000/category/80955.aspx</link><description>介绍J2SE1.5（Tiger）的新特性</description><dc:language>zh-CN</dc:language><lastUpdateTime>Tue, 15 Jan 2008 10:04:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>nelson_tu</dc:creator><title>Tiger系列五：访问环境变量和调用子进程</title><link>http://blog.csdn.net/chenyun2000/archive/2005/02/05/281826.aspx</link><pubDate>Sat, 05 Feb 2005 15:09:00 GMT</pubDate><guid>http://blog.csdn.net/chenyun2000/archive/2005/02/05/281826.aspx</guid><wfw:comment>http://blog.csdn.net/chenyun2000/comments/281826.aspx</wfw:comment><comments>http://blog.csdn.net/chenyun2000/archive/2005/02/05/281826.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chenyun2000/comments/commentRss/281826.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=281826</trackback:ping><description>System.getenv()方法可以方便的访问平台的环境变量，但从一开始就遭到反对而被抛弃，因为该方法违背了“编写一次，随处运行”的原则。在Tiger版本中，又可以使用该方法了。
访问平台专有信息并不是一件容易的事。虽然可以使用 Runtime.exec() 创建进程，但由于平台之间的差异，构造参数集常常令人头痛不已。Tiger提供了新的ProcessBuilder类，使得访问平台专有信息更加容易。
&lt;img src ="http://blog.csdn.net/chenyun2000/aggbug/281826.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>nelson_tu</dc:creator><title>Tiger系列四：Annotation第二部分：定制Annotation</title><link>http://blog.csdn.net/chenyun2000/archive/2005/02/05/281824.aspx</link><pubDate>Sat, 05 Feb 2005 15:07:00 GMT</pubDate><guid>http://blog.csdn.net/chenyun2000/archive/2005/02/05/281824.aspx</guid><wfw:comment>http://blog.csdn.net/chenyun2000/comments/281824.aspx</wfw:comment><comments>http://blog.csdn.net/chenyun2000/archive/2005/02/05/281824.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chenyun2000/comments/commentRss/281824.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=281824</trackback:ping><description>Tiger系列四：Annotation第二部分：定制Annotation&lt;img src ="http://blog.csdn.net/chenyun2000/aggbug/281824.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>nelson_tu</dc:creator><title>Tiger系列三：Annotation第一部分：使用内置的Annotation</title><link>http://blog.csdn.net/chenyun2000/archive/2005/01/14/253363.aspx</link><pubDate>Fri, 14 Jan 2005 14:29:00 GMT</pubDate><guid>http://blog.csdn.net/chenyun2000/archive/2005/01/14/253363.aspx</guid><wfw:comment>http://blog.csdn.net/chenyun2000/comments/253363.aspx</wfw:comment><comments>http://blog.csdn.net/chenyun2000/archive/2005/01/14/253363.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chenyun2000/comments/commentRss/253363.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=253363</trackback:ping><description>Annotation第一部分：使用内置的Annotation&lt;img src ="http://blog.csdn.net/chenyun2000/aggbug/253363.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>nelson_tu</dc:creator><title>Tiger系列二：Tiger语言新特性</title><link>http://blog.csdn.net/chenyun2000/archive/2005/01/09/246464.aspx</link><pubDate>Sun, 09 Jan 2005 23:18:00 GMT</pubDate><guid>http://blog.csdn.net/chenyun2000/archive/2005/01/09/246464.aspx</guid><wfw:comment>http://blog.csdn.net/chenyun2000/comments/246464.aspx</wfw:comment><comments>http://blog.csdn.net/chenyun2000/archive/2005/01/09/246464.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/chenyun2000/comments/commentRss/246464.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=246464</trackback:ping><description>Tiger语言新特性&lt;img src ="http://blog.csdn.net/chenyun2000/aggbug/246464.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>nelson_tu</dc:creator><title>Tiger系列一：从XML中加载属性</title><link>http://blog.csdn.net/chenyun2000/archive/2004/12/23/226763.aspx</link><pubDate>Thu, 23 Dec 2004 15:33:00 GMT</pubDate><guid>http://blog.csdn.net/chenyun2000/archive/2004/12/23/226763.aspx</guid><wfw:comment>http://blog.csdn.net/chenyun2000/comments/226763.aspx</wfw:comment><comments>http://blog.csdn.net/chenyun2000/archive/2004/12/23/226763.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/chenyun2000/comments/commentRss/226763.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=226763</trackback:ping><description>Tiger系列一：从XML中加载属性&lt;img src ="http://blog.csdn.net/chenyun2000/aggbug/226763.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>