锘??xml version="1.0" encoding="utf-8" standalone="yes"?>偷拍自拍一区,91精品国产色综合久久,国产·精品毛片http://www.aygfsteel.com/liuyimx/category/40774.html鎬濆康鑽夊師zh-cnTue, 11 Aug 2009 16:48:38 GMTTue, 11 Aug 2009 16:48:38 GMT60璁$畻涓や釜鏃ユ湡涔嬮棿鐨勫ぉ鏁?/title><link>http://www.aygfsteel.com/liuyimx/articles/289793.html</link><dc:creator>liuyimx</dc:creator><author>liuyimx</author><pubDate>Tue, 04 Aug 2009 08:01:00 GMT</pubDate><guid>http://www.aygfsteel.com/liuyimx/articles/289793.html</guid><wfw:comment>http://www.aygfsteel.com/liuyimx/comments/289793.html</wfw:comment><comments>http://www.aygfsteel.com/liuyimx/articles/289793.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.aygfsteel.com/liuyimx/comments/commentRss/289793.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/liuyimx/services/trackbacks/289793.html</trackback:ping><description><![CDATA[<div id="wmqeeuq" class="wlWriterEditableSmartContent" id="scid:57F11A72-B0E5-49c7-9094-E3A15BD5B5E6:371f3152-258f-41c8-afb7-317fa5edd96a" style="margin: 0px; padding: 0px; display: inline; float: none;"> <pre style="overflow: auto; background-color: #c0c0c0;"><span style="color: #0000ff;">import</span><span style="color: #000000;"> java.text.ParseException;<br /> </span><span style="color: #0000ff;">import</span><span style="color: #000000;"> java.text.SimpleDateFormat;<br /> </span><span style="color: #0000ff;">import</span><span style="color: #000000;"> java.util.Date;<br /> </span><span style="color: #0000ff;">class</span><span style="color: #000000;"> Test2 {<br /> </span><span style="color: #0000ff;"> public</span><span style="color: #000000;"> </span><span style="color: #0000ff;">static</span><span style="color: #000000;"> String getDate(){<br /> SimpleDateFormat ft </span><span style="color: #000000;">=</span><span style="color: #000000;"> </span><span style="color: #0000ff;">new</span><span style="color: #000000;"> SimpleDateFormat(</span><span style="color: #000000;">"</span><span style="color: #000000;">yyyy/MM/dd</span><span style="color: #000000;">"</span><span style="color: #000000;">);<br /> Date dd </span><span style="color: #000000;">=</span><span style="color: #000000;"> </span><span style="color: #0000ff;">new</span><span style="color: #000000;"> Date();</span><span style="color: #0000ff;"><br /> return</span><span style="color: #000000;"> ft.format(dd);<br /> }<br /> </span><span style="color: #0000ff;"> public</span><span style="color: #000000;"> </span><span style="color: #0000ff;">static</span><span style="color: #000000;"> </span><span style="color: #0000ff;">long</span><span style="color: #000000;"> getQuot(String time1, String time2){<br /> </span><span style="color: #0000ff;"> long</span><span style="color: #000000;"> quot </span><span style="color: #000000;">=</span><span style="color: #000000;"> </span><span style="color: #000000;">0</span><span style="color: #000000;">;<br /> SimpleDateFormat ft </span><span style="color: #000000;">=</span><span style="color: #000000;"> </span><span style="color: #0000ff;">new</span><span style="color: #000000;"> SimpleDateFormat(</span><span style="color: #000000;">"</span><span style="color: #000000;">yyyy/MM/dd</span><span style="color: #000000;">"</span><span style="color: #000000;">);<br /> </span><span style="color: #0000ff;"> try</span><span style="color: #000000;"> {<br /> Date date1 </span><span style="color: #000000;">=</span><span style="color: #000000;"> ft.parse( time1 );<br /> Date date2 </span><span style="color: #000000;">=</span><span style="color: #000000;"> ft.parse( time2 );<br /> quot </span><span style="color: #000000;">=</span><span style="color: #000000;"> date1.getTime() </span><span style="color: #000000;">-</span><span style="color: #000000;"> date2.getTime();<br /> quot </span><span style="color: #000000;">=</span><span style="color: #000000;"> quot </span><span style="color: #000000;">/</span><span style="color: #000000;"> </span><span style="color: #000000;">1000</span><span style="color: #000000;"> </span><span style="color: #000000;">/</span><span style="color: #000000;"> </span><span style="color: #000000;">60</span><span style="color: #000000;"> </span><span style="color: #000000;">/</span><span style="color: #000000;"> </span><span style="color: #000000;">60</span><span style="color: #000000;"> </span><span style="color: #000000;">/</span><span style="color: #000000;"> </span><span style="color: #000000;">24</span><span style="color: #000000;">;<br /> } </span><span style="color: #0000ff;">catch</span><span style="color: #000000;"> (ParseException e) {<br /> e.printStackTrace();<br /> }</span><span style="color: #0000ff;"><br /> return</span><span style="color: #000000;"> quot;<br /> }<br /> </span><span style="color: #0000ff;"> public</span><span style="color: #000000;"> </span><span style="color: #0000ff;">static</span><span style="color: #000000;"> </span><span style="color: #0000ff;">void</span><span style="color: #000000;"> main(String[] args) </span><span style="color: #0000ff;">throws</span><span style="color: #000000;"> Exception {<br /> String date1 </span><span style="color: #000000;">=</span><span style="color: #000000;"> </span><span style="color: #000000;">"</span><span style="color: #000000;">2008/8/8</span><span style="color: #000000;">"</span><span style="color: #000000;">;<br /> String date2 </span><span style="color: #000000;">=</span><span style="color: #000000;"> getDate();<br /> </span><span style="color: #0000ff;"> long</span><span style="color: #000000;"> day </span><span style="color: #000000;">=</span><span style="color: #000000;"> getQuot(date1,date2);<br /> System.out.println( </span><span style="color: #000000;">"</span><span style="color: #000000;">璺濈 </span><span style="color: #000000;">"</span><span style="color: #000000;">+</span><span style="color: #000000;">date1</span><span style="color: #000000;">+</span><span style="color: #000000;">"</span><span style="color: #000000;"> 榪樻湁 </span><span style="color: #000000;">"</span><span style="color: #000000;">+</span><span style="color: #000000;">day</span><span style="color: #000000;">+</span><span style="color: #000000;">"</span><span style="color: #000000;"> 澶?/span><span style="color: #000000;">"</span><span style="color: #000000;"> );<br /> }<br /> } </span></pre> <!-- Code inserted with Steve Dunn's Windows Live Writer Code Formatter Plugin. http://dunnhq.com --></div> <img src ="http://www.aygfsteel.com/liuyimx/aggbug/289793.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/liuyimx/" target="_blank">liuyimx</a> 2009-08-04 16:01 <a href="http://www.aygfsteel.com/liuyimx/articles/289793.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>鏈湀鏈夊灝戝ぉhttp://www.aygfsteel.com/liuyimx/articles/289792.htmlliuyimxliuyimxTue, 04 Aug 2009 08:00:00 GMThttp://www.aygfsteel.com/liuyimx/articles/289792.htmlhttp://www.aygfsteel.com/liuyimx/comments/289792.htmlhttp://www.aygfsteel.com/liuyimx/articles/289792.html#Feedback0http://www.aygfsteel.com/liuyimx/comments/commentRss/289792.htmlhttp://www.aygfsteel.com/liuyimx/services/trackbacks/289792.html
Calendar   calendar   =   Calendar.getInstance(); 

calendar.set(calendar.get(Calendar.YEAR),

calendar.get(Calendar.MONTH),
1);

calendar.roll(Calendar.DATE,
false);

System.out.println(calendar.get(Calendar.DATE));


liuyimx 2009-08-04 16:00 鍙戣〃璇勮
]]>
鎵懼埌鏈湀鏈鍚庝竴澶?/title><link>http://www.aygfsteel.com/liuyimx/articles/289784.html</link><dc:creator>liuyimx</dc:creator><author>liuyimx</author><pubDate>Tue, 04 Aug 2009 07:42:00 GMT</pubDate><guid>http://www.aygfsteel.com/liuyimx/articles/289784.html</guid><wfw:comment>http://www.aygfsteel.com/liuyimx/comments/289784.html</wfw:comment><comments>http://www.aygfsteel.com/liuyimx/articles/289784.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.aygfsteel.com/liuyimx/comments/commentRss/289784.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/liuyimx/services/trackbacks/289784.html</trackback:ping><description><![CDATA[<p>        GregorianCalendar gc = new GregorianCalendar(2009,1,1);//浜屾湀1鍙?br />         int   maxDate   =   gc.getActualMaximum(Calendar.DATE);  //鑾峰緱浜屾湀鏈鍚庝竴澶╁搴旂殑int鍊鹼紝28<br />         int   minDate   =   gc.getActualMinimum(Calendar.DATE);//鑾峰緱浜屾湀絎竴澶╁搴旂殑int鍊?br />         System.out.println(maxDate);<br />         System.out.println(minDate);<br />         gc.set(Calendar.DATE, maxDate);//璁劇疆gc瀵瑰簲鏃ユ湡涓轟簩鏈堟渶鍚庝竴澶?<br />         System.out.println(gc.getTime());</p> <img src ="http://www.aygfsteel.com/liuyimx/aggbug/289784.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/liuyimx/" target="_blank">liuyimx</a> 2009-08-04 15:42 <a href="http://www.aygfsteel.com/liuyimx/articles/289784.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item></channel></rss> <footer> <div class="friendship-link"> <a href="http://www.aygfsteel.com/" title="狠狠久久亚洲欧美专区_中文字幕亚洲综合久久202_国产精品亚洲第五区在线_日本免费网站视频">狠狠久久亚洲欧美专区_中文字幕亚洲综合久久202_国产精品亚洲第五区在线_日本免费网站视频</a> </div> </footer> 主站蜘蛛池模板: <a href="http://" target="_blank">芮城县</a>| <a href="http://" target="_blank">准格尔旗</a>| <a href="http://" target="_blank">安宁市</a>| <a href="http://" target="_blank">富源县</a>| <a href="http://" target="_blank">金山区</a>| <a href="http://" target="_blank">城口县</a>| <a href="http://" target="_blank">刚察县</a>| <a href="http://" target="_blank">宜君县</a>| <a href="http://" target="_blank">封丘县</a>| <a href="http://" target="_blank">宜城市</a>| <a href="http://" target="_blank">汕头市</a>| <a href="http://" target="_blank">康保县</a>| <a href="http://" target="_blank">古浪县</a>| <a href="http://" target="_blank">丰顺县</a>| <a href="http://" target="_blank">淮安市</a>| <a href="http://" target="_blank">沽源县</a>| <a href="http://" target="_blank">汕头市</a>| <a href="http://" target="_blank">大庆市</a>| <a href="http://" target="_blank">定结县</a>| <a href="http://" target="_blank">乐陵市</a>| <a href="http://" target="_blank">永宁县</a>| <a href="http://" target="_blank">吴桥县</a>| <a href="http://" target="_blank">宜兴市</a>| <a href="http://" target="_blank">靖远县</a>| <a href="http://" target="_blank">虎林市</a>| <a href="http://" target="_blank">荣昌县</a>| <a href="http://" target="_blank">崇左市</a>| <a href="http://" target="_blank">乌什县</a>| <a href="http://" target="_blank">沧源</a>| <a href="http://" target="_blank">繁昌县</a>| <a href="http://" target="_blank">依兰县</a>| <a href="http://" target="_blank">慈利县</a>| <a href="http://" target="_blank">万州区</a>| <a href="http://" target="_blank">隆昌县</a>| <a href="http://" target="_blank">津市市</a>| <a href="http://" target="_blank">中超</a>| <a href="http://" target="_blank">九龙城区</a>| <a href="http://" target="_blank">建水县</a>| <a href="http://" target="_blank">平安县</a>| <a href="http://" target="_blank">平舆县</a>| <a href="http://" target="_blank">松阳县</a>| <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> </body>