{"id":553,"date":"2023-09-16T15:46:01","date_gmt":"2023-09-16T07:46:01","guid":{"rendered":""},"modified":"2023-09-17T00:42:12","modified_gmt":"2023-09-16T16:42:12","slug":"%e5%a4%9a%e7%ba%bf%e7%a8%8b%e5%90%8c%e6%ad%a5%e7%9a%84%e4%b8%80%e4%b8%aa%e5%b0%8f%e7%a4%ba%e4%be%8b","status":"publish","type":"post","link":"https:\/\/mushiming.com\/553.html","title":{"rendered":"\u591a\u7ebf\u7a0b\u540c\u6b65\u7684\u4e00\u4e2a\u5c0f\u793a\u4f8b"},"content":{"rendered":"

\u968f\u65f6\u968f\u5730\u9605\u8bfb\u66f4\u591a\u6280\u672f\u5b9e\u6218\u5e72\u8d27\uff0c\u83b7\u53d6\u9879\u76ee\u6e90\u7801\u3001\u5b66\u4e60\u8d44\u6599\uff0c\u8bf7\u5173\u6ce8\u6e90\u4ee3\u7801\u793e\u533a\u516c\u4f17\u53f7(ydmsq666)<\/p>\n

\"\u591a\u7ebf\u7a0b\u540c\u6b65\u7684\u4e00\u4e2a\u5c0f\u793a\u4f8b<\/p>\n

\u8be5\u6587\u8f6c\u81ea\uff1a\u5199\u4e24\u4e2a\u7ebf\u7a0b\uff0c\u4e00\u4e2a\u7ebf\u7a0b\u6253\u53701-52\uff0c\u53e6\u4e00\u4e2a\u7ebf\u7a0b\u6253\u5370\u5b57\u6bcdA-Z\u3002\u6253\u5370 \u987a\u5e8f\u4e3a12A34B56C\u2026\u20265152Z_chengfn_\u65b0\u6d6a\u535a\u5ba2<\/p>\n

package com.home.thread;\n\npublic class TestThread {\n\tpublic static void main(String[] args) throws Exception {\n\t\tObject obj = new Object();\n\t\t\/\/ \u542f\u52a8\u4e24\u4e2a\u7ebf\u7a0b\n\t\tThread1 t1 = new Thread1(obj);\n\t\tThread2 t2 = new Thread2(obj);\n\t\tt1.start();\n\t\tt2.start();\n\t}\n}\n\n\/\/ \u4e00\u4e2a\u7ebf\u7a0b\u6253\u53701-52\nclass Thread1 extends Thread {\n\tprivate Object obj;\n\n\tpublic Thread1(Object obj) {\n\t\tthis.obj = obj;\n\t}\n\n\tpublic void run() {\n\t\tsynchronized (obj) {\n\t\t\t\/\/ \u6253\u53701-52\n\t\t\tfor (int i = 1; i < 53; i++) {\n\t\t\t\tSystem.out.print(i + \" \");\n\t\t\t\tif (i % 2 == 0) {\n\t\t\t\t\t\/\/ \u4e0d\u80fd\u5fd8\u4e86 \u5524\u9192\u5176\u5b83\u7ebf\u7a0b\n\t\t\t\t\tobj.notifyAll();\n\t\t\t\t\ttry {\n\t\t\t\t\t\tobj.wait();\n\t\t\t\t\t} catch (InterruptedException e) {\n\t\t\t\t\t\te.printStackTrace();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n\n\/\/ \u53e6\u4e00\u4e2a\u7ebf\u7a0b\u6253\u5370\u5b57\u6bcdA-Z\nclass Thread2 extends Thread {\n\tprivate Object obj;\n\n\tpublic Thread2(Object obj) {\n\t\tthis.obj = obj;\n\t}\n\n\tpublic void run() {\n\t\tsynchronized (obj) {\n\t\t\t\/\/ \u6253\u5370A-Z\n\t\t\tfor (int i = 0; i < 26; i++) {\n\t\t\t\tSystem.out.print((char) ('A' + i) + \" \");\n\t\t\t\t\/\/ \u4e0d\u80fd\u5fd8\u4e86 \u5524\u9192\u5176\u5b83\u7ebf\u7a0b\n\t\t\t\tobj.notifyAll();\n\t\t\t\ttry {\n\t\t\t\t\t\/\/ \u6700\u540e\u4e00\u4e2a\u5c31\u4e0d\u8981\u7b49\u4e86\n\t\t\t\t\tif (i != 25) {\n\t\t\t\t\t\tobj.wait();\n\t\t\t\t\t}\n\t\t\t\t} catch (InterruptedException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\n\t\t\t}\n\t\t}\n\t}\n\n}\n<\/code><\/pre>\n

 <\/p>\n","protected":false},"excerpt":{"rendered":"\u591a\u7ebf\u7a0b\u540c\u6b65\u7684\u4e00\u4e2a\u5c0f\u793a\u4f8b\u968f\u65f6\u968f\u5730\u9605\u8bfb\u66f4\u591a\u6280\u672f\u5b9e\u6218\u5e72\u8d27\uff0c\u83b7\u53d6\u9879\u76ee\u6e90\u7801\u3001\u5b66\u4e60\u8d44\u6599\uff0c\u8bf7\u5173\u6ce8\u6e90\u4ee3\u7801\u793e\u533a\u516c\u4f17\u53f7(ydmsq666)\u8be5\u6587\u8f6c\u81ea...","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[82],"tags":[],"_links":{"self":[{"href":"https:\/\/mushiming.com\/wp-json\/wp\/v2\/posts\/553"}],"collection":[{"href":"https:\/\/mushiming.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mushiming.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mushiming.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mushiming.com\/wp-json\/wp\/v2\/comments?post=553"}],"version-history":[{"count":0,"href":"https:\/\/mushiming.com\/wp-json\/wp\/v2\/posts\/553\/revisions"}],"wp:attachment":[{"href":"https:\/\/mushiming.com\/wp-json\/wp\/v2\/media?parent=553"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mushiming.com\/wp-json\/wp\/v2\/categories?post=553"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mushiming.com\/wp-json\/wp\/v2\/tags?post=553"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}