{"id":620,"date":"2019-02-17T19:19:04","date_gmt":"2019-02-17T11:19:04","guid":{"rendered":"http:\/\/www.eait.co\/?p=620"},"modified":"2019-04-05T12:31:17","modified_gmt":"2019-04-05T04:31:17","slug":"java-runnable%e6%8e%a5%e5%8f%a3%e5%a4%9a%e7%ba%bf%e7%a8%8b","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=620","title":{"rendered":"java\u2014\u2014Runnable\u63a5\u53e3\u591a\u7ebf\u7a0b"},"content":{"rendered":"<pre>\/**\r\n * Created by xabcd on 2019\/2\/17.\r\n *\/\r\npublic class threaddemo_2 {\r\n    public static void main(String args[])\r\n    {\r\n        testthread t =new testthread();\r\n                new Thread(t).start();<span style=\"color: #ff0000;\">\/\/\u901a\u8fc7testthread\u7c7b\u53bb\u5b9e\u4f8b\u5316\u4e00\u4e2aThread\u7c7b\u7684\u5bf9\u8c61\uff0c\u7136\u540e\u8c03\u7528staart\uff08\uff09\u65b9\u6cd5\u542f\u52a8\u591a\u7ebf\u7a0b<\/span><\/pre>\n<pre>for (int i=0;i&lt;10000;i++)\r\n { System.out.println(\"main\u7ebf\u7a0b\u5728\u8fd0\u884c\"); \r\n}\r\n } \r\n}\r\n class testthread implements Runnable \r\n{ public void run()\r\n{ for (int i = 0; i &lt; 10000; i++) \r\n{ System.out.println(\"TestThread \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 th [&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-620","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\/620","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=620"}],"version-history":[{"count":4,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/620\/revisions"}],"predecessor-version":[{"id":645,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/620\/revisions\/645"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=620"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=620"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=620"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}