{"id":1054,"date":"2022-10-22T14:06:15","date_gmt":"2022-10-22T06:06:15","guid":{"rendered":"https:\/\/qaqaq.top\/?p=1054"},"modified":"2022-11-27T12:39:50","modified_gmt":"2022-11-27T04:39:50","slug":"%e5%a4%9a%e7%ba%bf%e7%a8%8b-%e5%90%8c%e6%ad%a5%e6%9c%ba%e5%88%b6%e7%9a%84%e8%af%be%e5%90%8e%e7%bb%83%e4%b9%a0","status":"publish","type":"post","link":"https:\/\/qaqaq.top\/?p=1054","title":{"rendered":"\u591a\u7ebf\u7a0b-\u540c\u6b65\u673a\u5236\u7684\u8bfe\u540e\u7ec3\u4e60"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>package top.qaqaq.java.P440;\r\n\r\n\/**\r\n * \u94f6\u884c\u6709\u4e00\u4e2a\u8d26\u6237\u3002\r\n * \u6709\u4e24\u4e2a\u50a8\u6237\u5206\u522b\u5411\u540c\u4e00\u4e2a\u8d26\u6237\u5b583000\u5143\uff0c\u6bcf\u6b21\u5b581000\uff0c\u5b583\u6b21\u3002\u6bcf\u6b21\u5b58\u5b8c\u6253\u5370\u8d26\u6237\u4f59\u989d\u3002\r\n *\r\n * \u5206\u6790\uff1a\r\n * 1.\u662f\u5426\u662f\u591a\u7ebf\u7a0b\u95ee\u9898\uff1f\u662f\uff0c\u4e24\u4e2a\u50a8\u6237\u7ebf\u7a0b\r\n * 2.\u662f\u5426\u6709\u5171\u4eab\u6570\u636e\uff1f\u6709\uff0c\u8d26\u6237\uff08\u6216\u8d26\u6237\u4f59\u989d\uff09\r\n * 3.\u662f\u5426\u6709\u7ebf\u7a0b\u5b89\u5168\u95ee\u9898\uff1f\u6709\r\n * 4.\u9700\u8981\u8003\u8651\u5982\u4f55\u89e3\u51b3\u7ebf\u7a0b\u5b89\u5168\u95ee\u9898\uff1f\u540c\u6b65\u673a\u5236\uff0c\u6709\u4e09\u79cd\u65b9\u5f0f\u3002\r\n *\r\n * @author RichieZhang\r\n * @create 2022-10-21 \u4e0b\u5348 7:36\r\n *\/\r\nclass Account{\r\n    private double balance;\r\n\r\n    public Account(double balance) {\r\n        this.balance = balance;\r\n    }\r\n\r\n    \/\/\u5b58\u94b1\r\n    public synchronized void deposit(double amt){\r\n        if (amt > 0){\r\n            balance += amt;\r\n\r\n            try {\r\n                Thread.sleep(1000);\r\n            } catch (InterruptedException e) {\r\n                e.printStackTrace();\r\n            }\r\n\r\n            System.out.println(Thread.currentThread().getName() + \"\u5b58\u94b1\u6210\u529f\u3002\u4f59\u989d\u4e3a\uff1a\" + balance);\r\n        }\r\n    }\r\n}\r\n\r\nclass Customer extends Thread{\r\n\r\n    private Account acct;\r\n\r\n    public Customer(Account acct) {\r\n        this.acct = acct;\r\n    }\r\n\r\n    @Override\r\n    public void run() {\r\n        for (int i = 0; i &lt; 3; i++) {\r\n            acct.deposit(1000);\r\n\r\n        }\r\n    }\r\n}\r\npublic class AccountTest {\r\n\r\n    public static void main(String&#91;] args) {\r\n        Account acct = new Account(0);\r\n        Customer c1 = new Customer(acct);\r\n        Customer c2 = new Customer(acct);\r\n\r\n        c1.setName(\"\u7532\");\r\n        c2.setName(\"\u4e59\");\r\n\r\n        c1.start();\r\n        c2.start();\r\n\r\n    }\r\n\r\n}\r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[46],"class_list":["post-1054","post","type-post","status-publish","format-standard","hentry","category-java-code","tag-java"],"_links":{"self":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/1054"}],"collection":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1054"}],"version-history":[{"count":1,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/1054\/revisions"}],"predecessor-version":[{"id":1055,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/1054\/revisions\/1055"}],"wp:attachment":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1054"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1054"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1054"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}