{"id":654,"date":"2019-02-18T23:12:26","date_gmt":"2019-02-18T15:12:26","guid":{"rendered":"http:\/\/www.eait.co\/?p=654"},"modified":"2019-04-05T12:30:44","modified_gmt":"2019-04-05T04:30:44","slug":"java-%e7%ba%bf%e7%a8%8b%e4%b8%ad%e6%96%ad%e4%bd%bf%e7%94%a8%e8%8c%83%e4%be%8b2","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=654","title":{"rendered":"java\u2014\u2014\u7ebf\u7a0b\u4e2d\u65ad\u4f7f\u7528\u8303\u4f8b2"},"content":{"rendered":"<pre>\/**\r\n * Created by xabcd on 2019\/2\/18.\r\n *\/\r\npublic class stopThread2\r\n{\r\n    public static void main(String args[])\r\n    {\r\n        Thread t = Thread.currentThread();\r\n       <span style=\"color: #ff0000;\"> \/\/\u901a\u8fc7Thread\u7c7b\u4e2d\u7684currentThread()\u65b9\u6cd5\u53d6\u5f97\u5f53\u524d\u8fd0\u884c\u7684\u7ebf\u7a0b\uff0c\u56e0\u4e3a\u6b64\u4ee3\u7801\u662f\u5728main()\u65b9\u6cd5\u4e2d\u8fd0\u884c\uff0c\u6240\u4ee5\u5f53\u524d\u7684\u7ebf\u7a0b\u5c31\u4e3amain()\u7ebf\u7a0b\u3002<\/span>\r\n        System.out.println(\"A.t.isInterrupted()=\"+t.isInterrupted());\r\n        t.interrupt();\r\n        System.out.println(\"B.t.isInterrupted()=\"+t.isInterrupted());\r\n        System.out.println(\"C.t.isInterrupted()=\"+t.isInterrupted());\r\n        try {\r\n            Thread.sleep(2000);\r\n            <span style=\"color: #ff0000;\">\/\/\u8ba9\u7ebf\u7a0b\u5f00\u59cb\u4f11\u7720\uff0c\u4f46\u6b64\u65f6\u7ebf\u7a0b\u5df2\u7ecf\u88ab\u4e2d\u65ad\uff0c\u6240\u4ee5\u8fd9\u4e2a\u65f6\u5019\u4f1a\u629b\u51fa\u4e2d\u65ad\u5f02\u5e38\uff0c<\/span>\r\n            System.out.println(\"\u7ebf\u7a0b\u6ca1\u6709\u88ab\u4e2d\u65ad\");\r\n        }\r\n        catch (InterruptedException x){\r\n            System.out.println(\"\u7ebf\u7a0b\u88ab\u4e2d\u65ad\");\r\n        }\r\n        <span style=\"color: #ff0000;\">\/\/\u56e0\u4e3asleep\u629b\u51fa\u4e86\u5f02\u5e38\uff0c\u6240\u4ee5\u5b83\u6e05\u9664\u4e86\u4e2d\u65ad\u6807\u5fd7 \u7ed3\u679c\u8fd4\u56defalse<\/span>\r\n        System.out.print(\"D.t.isInterrupted()=\"+t.isInterrupted());\r\n    }\r\n\r\n}<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\/** * Created by xabcd on 2019\/2\/18. *\/ public class st [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[22,24],"tags":[],"class_list":["post-654","post","type-post","status-publish","format-standard","hentry","category-java","category-base_code"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/654","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=654"}],"version-history":[{"count":2,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/654\/revisions"}],"predecessor-version":[{"id":656,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/654\/revisions\/656"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=654"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=654"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=654"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}