<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>My Java - Java</title><link>http://blog.csdn.net/YOYOOOP/category/381398.aspx</link><description>Java方面的资源</description><dc:language>zh-CN</dc:language><lastUpdateTime>Tue, 21 Oct 2008 11:42:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>Andy</dc:creator><title>Java读写Properties文件</title><link>http://blog.csdn.net/YOYOOOP/archive/2008/10/21/3116109.aspx</link><pubDate>Tue, 21 Oct 2008 11:27:00 GMT</pubDate><guid>http://blog.csdn.net/YOYOOOP/archive/2008/10/21/3116109.aspx</guid><wfw:comment>http://blog.csdn.net/YOYOOOP/comments/3116109.aspx</wfw:comment><comments>http://blog.csdn.net/YOYOOOP/archive/2008/10/21/3116109.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/YOYOOOP/comments/commentRss/3116109.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3116109</trackback:ping><description>package control;
&lt;br /&gt;import java.io.BufferedInputStream;&lt;br /&gt;import java.io.FileInputStream;&lt;br /&gt;import java.io.FileOutputStream;&lt;br /&gt;import java.io.IOException;&lt;br /&gt;import java.io.InputStream;&lt;br /&gt;import java.io.OutputStream;&lt;br /&gt;import java.util.Enumeration;&lt;br /&gt;import java.util.Properties;&lt;br /&gt;public class TestMain {&lt;br /&gt;&lt;br /&gt; //根据key读取value&lt;br /&gt; public static String readValue(String filePath,String key) {&lt;br /&gt;  Properties props = new Properties();&lt;br /&gt;        try {&lt;br /&gt;&lt;img src ="http://blog.csdn.net/YOYOOOP/aggbug/3116109.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>蒋祖兵</dc:creator><title>通过年周得到这周所对应的始末日期</title><link>http://blog.csdn.net/YOYOOOP/archive/2008/07/04/2611588.aspx</link><pubDate>Fri, 04 Jul 2008 14:52:00 GMT</pubDate><guid>http://blog.csdn.net/YOYOOOP/archive/2008/07/04/2611588.aspx</guid><wfw:comment>http://blog.csdn.net/YOYOOOP/comments/2611588.aspx</wfw:comment><comments>http://blog.csdn.net/YOYOOOP/archive/2008/07/04/2611588.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/YOYOOOP/comments/commentRss/2611588.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2611588</trackback:ping><description>通过年周得到这周所对应的始末日期;
Calendar c = new GregorianCalendar();

c.set(Calendar.YEAR, year);c.set(Calendar.WEEK_OF_YEAR, week);

c.set(Calendar.DAY_OF_WEEK, c.getFirstDayOfWeek());

System.out.println(c.getTime());c.roll(Calendar.DAY_OF_WEEK, 6);

System.out.println(c.getTime());
&lt;img src ="http://blog.csdn.net/YOYOOOP/aggbug/2611588.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Andy</dc:creator><title>JDK6中clone()</title><link>http://blog.csdn.net/YOYOOOP/archive/2008/04/25/2329486.aspx</link><pubDate>Fri, 25 Apr 2008 23:48:00 GMT</pubDate><guid>http://blog.csdn.net/YOYOOOP/archive/2008/04/25/2329486.aspx</guid><wfw:comment>http://blog.csdn.net/YOYOOOP/comments/2329486.aspx</wfw:comment><comments>http://blog.csdn.net/YOYOOOP/archive/2008/04/25/2329486.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/YOYOOOP/comments/commentRss/2329486.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2329486</trackback:ping><description>jdk6中没有clone()&lt;img src ="http://blog.csdn.net/YOYOOOP/aggbug/2329486.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Tony</dc:creator><title>Java验证数据只能是整数或小数</title><link>http://blog.csdn.net/YOYOOOP/archive/2008/04/24/2324898.aspx</link><pubDate>Thu, 24 Apr 2008 19:53:00 GMT</pubDate><guid>http://blog.csdn.net/YOYOOOP/archive/2008/04/24/2324898.aspx</guid><wfw:comment>http://blog.csdn.net/YOYOOOP/comments/2324898.aspx</wfw:comment><comments>http://blog.csdn.net/YOYOOOP/archive/2008/04/24/2324898.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/YOYOOOP/comments/commentRss/2324898.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2324898</trackback:ping><description>Java验证数据只能是整数或小数&lt;img src ="http://blog.csdn.net/YOYOOOP/aggbug/2324898.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Tony</dc:creator><title>使用Java中Calendar类计算当前日期是一年中的第几周</title><link>http://blog.csdn.net/YOYOOOP/archive/2008/04/22/2315948.aspx</link><pubDate>Tue, 22 Apr 2008 19:02:00 GMT</pubDate><guid>http://blog.csdn.net/YOYOOOP/archive/2008/04/22/2315948.aspx</guid><wfw:comment>http://blog.csdn.net/YOYOOOP/comments/2315948.aspx</wfw:comment><comments>http://blog.csdn.net/YOYOOOP/archive/2008/04/22/2315948.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/YOYOOOP/comments/commentRss/2315948.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2315948</trackback:ping><description>Java计算当前日期是一年中的第几周&lt;img src ="http://blog.csdn.net/YOYOOOP/aggbug/2315948.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Tony</dc:creator><title>Java中Calendar类计算一个月有多少天</title><link>http://blog.csdn.net/YOYOOOP/archive/2008/04/21/2313187.aspx</link><pubDate>Mon, 21 Apr 2008 21:37:00 GMT</pubDate><guid>http://blog.csdn.net/YOYOOOP/archive/2008/04/21/2313187.aspx</guid><wfw:comment>http://blog.csdn.net/YOYOOOP/comments/2313187.aspx</wfw:comment><comments>http://blog.csdn.net/YOYOOOP/archive/2008/04/21/2313187.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/YOYOOOP/comments/commentRss/2313187.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2313187</trackback:ping><description>Java中Calendar类计算一个月有多少天&lt;img src ="http://blog.csdn.net/YOYOOOP/aggbug/2313187.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>