锘??xml version="1.0" encoding="utf-8" standalone="yes"?>一区国严二区亚洲三区,久久久久亚洲Av片无码v,亚洲一区二区三区在线观看网站http://www.tkk7.com/landor2004/category/38855.html浜洪棿涓紱忓湴錛岃儨浼煎ぉ浠欏zh-cnSat, 27 Apr 2013 07:36:14 GMTSat, 27 Apr 2013 07:36:14 GMT60Notify鍜學(xué)ait鐨勭畝鍗曠悊瑙?/title><link>http://www.tkk7.com/landor2004/archive/2013/04/27/398507.html</link><dc:creator>landor</dc:creator><author>landor</author><pubDate>Sat, 27 Apr 2013 07:23:00 GMT</pubDate><guid>http://www.tkk7.com/landor2004/archive/2013/04/27/398507.html</guid><wfw:comment>http://www.tkk7.com/landor2004/comments/398507.html</wfw:comment><comments>http://www.tkk7.com/landor2004/archive/2013/04/27/398507.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.tkk7.com/landor2004/comments/commentRss/398507.html</wfw:commentRss><trackback:ping>http://www.tkk7.com/landor2004/services/trackbacks/398507.html</trackback:ping><description><![CDATA[<div>java涓瓀ait鍜宯otify鐨勭畝鍗曠悊瑙?/div><div>1 瀹冧滑閮芥槸Object鐨勫睘鎬э紱</div><div>2 wait錛氶噴鏀懼璞¢攣錛涚敱浜庢妸閿侀噴鏀句簡錛屽綋鍓嶇嚎紼嬪氨浼?xì)鍗′綇锛尵lх畫鍐嶇瓑寰呰幏鍙栭攣鐨勬満浼?xì)锛堜篃璁告槸骞蹭簡涓鍗婄殑媧誨悗錛屽氨鎶婃椿浜ゅ嚭鍘諱簡錛岀劧鍚庣瓑寰呯戶緇共媧葷殑鏈轟細(xì)錛夛紱</div><div>3 notify錛氬憡璇夊叾涓竴涓瓑寰呯殑綰跨▼錛堝叿浣撳摢涓涓笉鐭ラ亾錛夛紝鎴戝凡緇忕敤瀹岃繖涓璞★紝浣犲彲浠ョ戶緇敤浜?/div><div>4 瀹冧滑閮借鍖呭惈鍦╯ynchronized鍧楅噷錛屽彧鏈夊厛閿佷綇榪欎釜瀵硅薄錛屾墠鑳借繘琛寃ait銆乶otify鎿嶄綔錛?br /><br /><div>渚嬪瓙錛?/div><div>1 瀹氫箟涓涓櫘閫氬璞?br /><div style="background-color:#eeeeee;font-size:13px;border:1px solid #CCCCCC;padding-right: 5px;padding-bottom: 4px;padding-left: 4px;padding-top: 4px;width: 98%;word-break:break-all"><!--<br /><br />Code highlighting produced by Actipro CodeHighlighter (freeware)<br />http://www.CodeHighlighter.com/<br /><br />--><span style="color: #0000FF; ">public</span> <span style="color: #0000FF; ">class</span> MyObj {<br />    <span style="color: #0000FF; ">public</span> String name;<br />}</div><div>2 涓葷嚎紼嬬被錛屽畾涔塎yObj瀵硅薄錛宯ew涓や釜綰跨▼</div><div style="background-color:#eeeeee;font-size:13px;border:1px solid #CCCCCC;padding-right: 5px;padding-bottom: 4px;padding-left: 4px;padding-top: 4px;width: 98%;word-break:break-all"><!--<br /><br />Code highlighting produced by Actipro CodeHighlighter (freeware)<br />http://www.CodeHighlighter.com/<br /><br />--><span style="color: #0000FF; ">public</span> <span style="color: #0000FF; ">class</span> TestMain {<br /><br />    <span style="color: #0000FF; ">public</span> <span style="color: #0000FF; ">static</span> MyObj obj = <span style="color: #0000FF; ">new</span> MyObj();<br />    <br />    <span style="color: #008000; ">/**</span><span style="color: #008000; "><br />     * </span><span style="color: #808080; ">@param</span><span style="color: #008000; "> args<br />     </span><span style="color: #008000; ">*/</span><br />    <span style="color: #0000FF; ">public</span> <span style="color: #0000FF; ">static</span> <span style="color: #0000FF; ">void</span> main(String[] args) <span style="color: #0000FF; ">throws</span> Throwable {<br />        <span style="color: #0000FF; ">new</span> TestMain().myTest();<br />    }<br />    <br />    <span style="color: #0000FF; ">public</span> <span style="color: #0000FF; ">void</span> myTest() <span style="color: #0000FF; ">throws</span> Throwable{<br />        Test1 test1 = <span style="color: #0000FF; ">new</span> Test1();<br />        Test2 test2 = <span style="color: #0000FF; ">new</span> Test2();<br />        <br />        Thread t1 = <span style="color: #0000FF; ">new</span> Thread(test1); <br />        Thread t2 = <span style="color: #0000FF; ">new</span> Thread(test2); <br />        <br />        t1.start();<br />        Thread.sleep(1000);<span style="color: #008000; ">//</span><span style="color: #008000; ">鍚姩綰跨▼1錛岀劧鍚庝富綰跨▼鐫$湢1縐掗挓錛屽啀鍚姩2</span><span style="color: #008000; "><br /></span>        t2.start();<br />        <br />    }<br /><br />}</div><div>3 瀹氫箟綰跨▼1錛岋細(xì)</div><div style="background-color:#eeeeee;font-size:13px;border:1px solid #CCCCCC;padding-right: 5px;padding-bottom: 4px;padding-left: 4px;padding-top: 4px;width: 98%;word-break:break-all"><!--<br /><br />Code highlighting produced by Actipro CodeHighlighter (freeware)<br />http://www.CodeHighlighter.com/<br /><br />--><span style="color: #0000FF; ">public</span> <span style="color: #0000FF; ">class</span> Test1 <span style="color: #0000FF; ">implements</span> Runnable{<br /><br />    @Override<br />    <span style="color: #0000FF; ">public</span> <span style="color: #0000FF; ">void</span> run() {<br />        <span style="color: #0000FF; ">synchronized</span> (TestMain.obj) {<span style="color: #008000; ">//</span><span style="color: #008000; ">鍗犳湁瀵硅薄閿?/span><span style="color: #008000; "><br /></span>            <span style="color: #0000FF; ">try</span> {<br />                TestMain.obj.name="1";<br />                System.out.println(TestMain.obj.name); <span style="color: #008000; ">//</span><span style="color: #008000; ">鎵撳嵃鍑?</span><span style="color: #008000; "><br /></span>                TestMain.obj.wait();  <span style="color: #008000; ">//</span><span style="color: #008000; ">閲婃斁瀵筎estMain.obj瀵硅薄鐨勯攣錛屽悓鏃跺綋鍓嶇嚎紼嬬珛鍗沖崱浣忥紝闄峰叆絳夊緟</span><span style="color: #008000; "><br /></span>                System.out.println(TestMain.obj.name);<span style="color: #008000; ">//</span><span style="color: #008000; ">鍙湁綰跨▼鍐嶆鎶㈠埌TestMain.obj鐨勯攣鍚庯紝鎵嶄細(xì)榪愯</span><span style="color: #008000; "><br /></span>            } <span style="color: #0000FF; ">catch</span> (InterruptedException e) {<br />                e.printStackTrace();<br />            }<br />        }<br />    }<br /><br />}</div><div>4 綰跨▼2錛?/div><div style="background-color:#eeeeee;font-size:13px;border:1px solid #CCCCCC;padding-right: 5px;padding-bottom: 4px;padding-left: 4px;padding-top: 4px;width: 98%;word-break:break-all"><!--<br /><br />Code highlighting produced by Actipro CodeHighlighter (freeware)<br />http://www.CodeHighlighter.com/<br /><br />--><span style="color: #0000FF; ">public</span> <span style="color: #0000FF; ">class</span> Test2 <span style="color: #0000FF; ">implements</span> Runnable{<br /><br />    @Override<br />    <span style="color: #0000FF; ">public</span> <span style="color: #0000FF; ">void</span> run() {<br />        <br />        <span style="color: #0000FF; ">synchronized</span> (TestMain.obj) { <span style="color: #008000; ">//</span><span style="color: #008000; ">褰撶嚎紼?閲婃斁榪欎釜瀵硅薄鐨勯攣鏃訛紝鏈嚎紼嬬珛鍗沖緱鍒?/span><span style="color: #008000; "><br /></span>            TestMain.obj.name = "2"; <span style="color: #008000; ">//</span><span style="color: #008000; ">鏀瑰?/span><span style="color: #008000; "><br /></span>            TestMain.obj.notify();<span style="color: #008000; ">//</span><span style="color: #008000; ">閫氱煡鍗犵敤浜員estMain.obj涓斿綋鍓嶆槸絳夊緟鐨勭嚎紼嬶紙綰跨▼1錛夊彲浠ョ戶緇紝浣嗘槸蹇呴』絳夊埌鏈瑂ynchronized鍧楁墽琛屽畬姣曘?/span><span style="color: #008000; "><br /></span>            TestMain.obj.name = "3";<br />            TestMain.obj.name = "4";<br />            <br />            <span style="color: #0000FF; ">try</span> {<br />                Thread.sleep(1000);<br />            } <span style="color: #0000FF; ">catch</span> (InterruptedException e) {<br />                e.printStackTrace();<br />            }<br />            TestMain.obj.name = "7";<span style="color: #008000; ">//</span><span style="color: #008000; ">鎵ц瀹屾瘯錛屾鏃剁嚎紼?琚敜閱掞紝浼?xì)鎵撳嵃鍑?</span><span style="color: #008000; "><br /></span>        }<br />    }<br /><br />}</div><div>緇撴灉鏄劇ず1鍜?</div><br /><br /><div style="background-color:#eeeeee;font-size:13px;border:1px solid #CCCCCC;padding-right: 5px;padding-bottom: 4px;padding-left: 4px;padding-top: 4px;width: 98%;word-break:break-all"></div></div></div><img src ="http://www.tkk7.com/landor2004/aggbug/398507.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.tkk7.com/landor2004/" target="_blank">landor</a> 2013-04-27 15:23 <a href="http://www.tkk7.com/landor2004/archive/2013/04/27/398507.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>jdbc椹卞姩鍒楄〃http://www.tkk7.com/landor2004/archive/2009/12/21/306763.htmllandorlandorMon, 21 Dec 2009 02:25:00 GMThttp://www.tkk7.com/landor2004/archive/2009/12/21/306763.htmlhttp://www.tkk7.com/landor2004/comments/306763.htmlhttp://www.tkk7.com/landor2004/archive/2009/12/21/306763.html#Feedback0http://www.tkk7.com/landor2004/comments/commentRss/306763.htmlhttp://www.tkk7.com/landor2004/services/trackbacks/306763.html闃呰鍏ㄦ枃

landor 2009-12-21 10:25 鍙戣〃璇勮
]]>
鐢╪ekohtml鏉ヨ幏鍙栫綉欏墊寚瀹氬唴瀹?/title><link>http://www.tkk7.com/landor2004/archive/2009/05/22/277319.html</link><dc:creator>landor</dc:creator><author>landor</author><pubDate>Fri, 22 May 2009 06:11:00 GMT</pubDate><guid>http://www.tkk7.com/landor2004/archive/2009/05/22/277319.html</guid><wfw:comment>http://www.tkk7.com/landor2004/comments/277319.html</wfw:comment><comments>http://www.tkk7.com/landor2004/archive/2009/05/22/277319.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.tkk7.com/landor2004/comments/commentRss/277319.html</wfw:commentRss><trackback:ping>http://www.tkk7.com/landor2004/services/trackbacks/277319.html</trackback:ping><description><![CDATA[     鎽樿: 鐢╪ekohtml鏉ヨ幏鍙栫綉欏墊寚瀹氬唴瀹?nbsp; <a href='http://www.tkk7.com/landor2004/archive/2009/05/22/277319.html'>闃呰鍏ㄦ枃</a><img src ="http://www.tkk7.com/landor2004/aggbug/277319.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.tkk7.com/landor2004/" target="_blank">landor</a> 2009-05-22 14:11 <a href="http://www.tkk7.com/landor2004/archive/2009/05/22/277319.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>jdbc鍏充簬瀵筩lob瀛楁鐨勬柟娉晄etCharacterStream鐨勮鏄?/title><link>http://www.tkk7.com/landor2004/archive/2009/04/07/264286.html</link><dc:creator>landor</dc:creator><author>landor</author><pubDate>Tue, 07 Apr 2009 09:15:00 GMT</pubDate><guid>http://www.tkk7.com/landor2004/archive/2009/04/07/264286.html</guid><wfw:comment>http://www.tkk7.com/landor2004/comments/264286.html</wfw:comment><comments>http://www.tkk7.com/landor2004/archive/2009/04/07/264286.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.tkk7.com/landor2004/comments/commentRss/264286.html</wfw:commentRss><trackback:ping>http://www.tkk7.com/landor2004/services/trackbacks/264286.html</trackback:ping><description><![CDATA[     鎽樿: jdbc鍏充簬瀵筩lob瀛楁鐨勬柟娉晄etCharacterStream鐨勮鏄?nbsp; <a href='http://www.tkk7.com/landor2004/archive/2009/04/07/264286.html'>闃呰鍏ㄦ枃</a><img src ="http://www.tkk7.com/landor2004/aggbug/264286.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.tkk7.com/landor2004/" target="_blank">landor</a> 2009-04-07 17:15 <a href="http://www.tkk7.com/landor2004/archive/2009/04/07/264286.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>java涓瑿ollections.sort() 鎺掑簭鍑芥暟鐨勭敤娉?/title><link>http://www.tkk7.com/landor2004/archive/2009/04/07/sort.html</link><dc:creator>landor</dc:creator><author>landor</author><pubDate>Tue, 07 Apr 2009 08:40:00 GMT</pubDate><guid>http://www.tkk7.com/landor2004/archive/2009/04/07/sort.html</guid><wfw:comment>http://www.tkk7.com/landor2004/comments/264279.html</wfw:comment><comments>http://www.tkk7.com/landor2004/archive/2009/04/07/sort.html#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.tkk7.com/landor2004/comments/commentRss/264279.html</wfw:commentRss><trackback:ping>http://www.tkk7.com/landor2004/services/trackbacks/264279.html</trackback:ping><description><![CDATA[     鎽樿: Collections.sort鏂規(guī)硶瀵筶ist鎺掑簭鏈変袱縐嶆柟娉?<br>絎竴縐嶆槸list涓殑瀵硅薄瀹炵幇Comparable鎺ュ彛 <br>絎簩縐嶆柟娉曟槸鏍規(guī)嵁Collections.sort閲嶈澆鏂規(guī)硶鏉ュ疄鐜?nbsp; <a href='http://www.tkk7.com/landor2004/archive/2009/04/07/sort.html'>闃呰鍏ㄦ枃</a><img src ="http://www.tkk7.com/landor2004/aggbug/264279.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.tkk7.com/landor2004/" target="_blank">landor</a> 2009-04-07 16:40 <a href="http://www.tkk7.com/landor2004/archive/2009/04/07/sort.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item></channel></rss> <footer> <div class="friendship-link"> <p>感谢您访问我们的网站,您可能还对以下资源感兴趣:</p> <a href="http://www.tkk7.com/" title="亚洲av成人片在线观看">亚洲av成人片在线观看</a> <div class="friend-links"> </div> </div> </footer> 主站蜘蛛池模板: <a href="http://laosanqq.com" target="_blank">99精品免费视品</a>| <a href="http://sdkjkj.com" target="_blank">中国一级特黄高清免费的大片中国一级黄色片</a>| <a href="http://ryhjled.com" target="_blank">在线观看片免费人成视频无码</a>| <a href="http://www-777768.com" target="_blank">免费一级毛片在线观看</a>| <a href="http://lfhotline.com" target="_blank">亚洲日本中文字幕天天更新</a>| <a href="http://gangxiangli.com" target="_blank">99在线精品视频观看免费</a>| <a href="http://hkcp168.com" target="_blank">亚洲人成在线免费观看</a>| <a href="http://xvwenyue.com" target="_blank">野花高清在线观看免费3中文 </a>| <a href="http://513109.com" target="_blank">每天更新的免费av片在线观看</a>| <a href="http://805ios.com" target="_blank">国产AV无码专区亚洲精品</a>| <a href="http://cdhxfj.com" target="_blank">大地资源中文在线观看免费版</a>| <a href="http://imfever.com" target="_blank">亚洲国产第一站精品蜜芽</a>| <a href="http://jinguwj.com" target="_blank">91精品手机国产免费</a>| <a href="http://juguanghr.com" target="_blank">久久精品国产亚洲AV忘忧草18</a>| <a href="http://bjbf99.com" target="_blank">成年18网站免费视频网站</a>| <a href="http://18736374.com" target="_blank">亚洲国产av玩弄放荡人妇</a>| <a href="http://0967c.com" target="_blank">亚洲av无码乱码在线观看野外 </a>| <a href="http://yg1617.com" target="_blank">国产在线观看免费av站</a>| <a href="http://yygcui.com" target="_blank">国产日韩亚洲大尺度高清</a>| <a href="http://www-8908.com" target="_blank">国产精品免费观看调教网</a>| <a href="http://hkschooltv.com" target="_blank">亚洲午夜在线一区</a>| <a href="http://h588888.com" target="_blank">大学生一级特黄的免费大片视频 </a>| <a href="http://nibayuan.com" target="_blank">久久精品国产亚洲香蕉</a>| <a href="http://miya863.com" target="_blank">中文字幕在线观看免费视频</a>| <a href="http://njjngs.com" target="_blank">亚洲AV男人的天堂在线观看</a>| <a href="http://yy6767.com" target="_blank">国产成人免费a在线视频app</a>| <a href="http://959901cc.com" target="_blank">一级特级aaaa毛片免费观看</a>| <a href="http://ztsf6688.com" target="_blank">亚洲国产精品无码中文字</a>| <a href="http://livejimmy.com" target="_blank">2021国产精品成人免费视频</a>| <a href="http://woaianli.com" target="_blank">亚洲美国产亚洲AV</a>| <a href="http://wuaiav.com" target="_blank">久久亚洲国产成人影院网站</a>| <a href="http://caoliusq1024.com" target="_blank">99精品视频免费观看</a>| <a href="http://hndsfwl.com" target="_blank">亚洲偷自拍另类图片二区</a>| <a href="http://ccc321.com" target="_blank">AV在线播放日韩亚洲欧</a>| <a href="http://k4h3.com" target="_blank">最近2019年免费中文字幕高清 </a>| <a href="http://ywjh666.com" target="_blank">亚洲尹人九九大色香蕉网站</a>| <a href="http://5d8f.com" target="_blank">国内大片在线免费看</a>| <a href="http://26uuyy.com" target="_blank">99精品全国免费观看视频..</a>| <a href="http://hqwgg.com" target="_blank">亚洲一区二区三区四区视频</a>| <a href="http://yidazn.com" target="_blank">亚洲国产成人精品91久久久</a>| <a href="http://wxbhnkyy39.com" 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>