{"id":618,"date":"2019-02-17T19:11:54","date_gmt":"2019-02-17T11:11:54","guid":{"rendered":"http:\/\/www.eait.co\/?p=618"},"modified":"2019-04-05T12:31:17","modified_gmt":"2019-04-05T04:31:17","slug":"java-%e7%ae%80%e5%8d%95%e5%a4%9a%e7%ba%bf%e7%a8%8b","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=618","title":{"rendered":"java\u2014\u2014\u7b80\u5355\u591a\u7ebf\u7a0b"},"content":{"rendered":"<pre>\/**\r\n * Created by xabcd on 2019\/2\/17.\r\n *\/\r\npublic class test_thread\r\n{\r\n    public static void main(String args[])\r\n    {\r\n        new testread().start();\r\n        for(int i = 0;i&lt;10;i++)\r\n        {\r\n            System.out.println(\"main\u51fd\u6570\u6b63\u5728\u8fd0\u884c\uff01\");\r\n        }\r\n    }\r\n}\r\nclass testread extends Thread\r\n{\r\n    public void run() {\r\n        for (int i = 0; i &lt; 10; i++) {\r\n            System.out.println(\"run\u51fd\u6570\u6b63\u5728\u8fd0\u884c\");\r\n        }\r\n    }\r\n}<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\/** * Created by xabcd on 2019\/2\/17. *\/ public class te [&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-618","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\/618","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=618"}],"version-history":[{"count":1,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/618\/revisions"}],"predecessor-version":[{"id":619,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/618\/revisions\/619"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=618"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=618"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=618"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}