{"id":846,"date":"2022-10-11T22:24:40","date_gmt":"2022-10-11T14:24:40","guid":{"rendered":"https:\/\/qaqaq.top\/?p=846"},"modified":"2022-11-27T12:39:54","modified_gmt":"2022-11-27T04:39:54","slug":"%e9%9d%a2%e5%90%91%e5%af%b9%e8%b1%a1%e4%b8%8b-%e5%8d%95%e4%be%8b%e7%9a%84%e6%87%92%e6%b1%89%e5%bc%8f%e5%ae%9e%e7%8e%b0","status":"publish","type":"post","link":"https:\/\/qaqaq.top\/?p=846","title":{"rendered":"\u9762\u5411\u5bf9\u8c61(\u4e0b)-\u5355\u4f8b\u7684\u61d2\u6c49\u5f0f\u5b9e\u73b0"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>package top.qaqaq.java.P326;\r\n\/*\r\n * \u5355\u4f8b\u6a21\u5f0f\u7684\u61d2\u6c49\u5f0f\u5b9e\u73b0\r\n * \r\n * \r\n * \r\n *\/\r\npublic class SingletonTest2 {\r\n\r\n\tpublic static void main(String&#91;] args) {\r\n\t\t\r\n\t\tOrder order1 = Order.getInstance();\r\n\t\tOrder order2 = Order.getInstance();\r\n\t\t\r\n\t\tSystem.out.println(order1 == order2);\r\n\t}\r\n}\r\n\r\nclass Order{\r\n\t\r\n\t\/\/1. \u79c1\u6709\u5316\u7c7b\u7684\u6784\u9020\u5668\r\n\tprivate Order() {\r\n\t\t\r\n\t}\r\n\t\r\n\t\/\/2. \u58f0\u660e\u5f53\u524d\u7c7b\u5bf9\u8c61\uff0c\u6ca1\u6709\u521d\u59cb\u5316\r\n\t\/\/4. \u6b64\u5bf9\u8c61\u4e5f\u5fc5\u987b\u58f0\u660e\u4e3astatic\u7684\r\n\tprivate static Order instance = null;\r\n\t\r\n\t\/\/3. \u58f0\u660epublic\u3001static\u7684\u8fd4\u56de\u5f53\u524d\u7c7b\u5bf9\u8c61\u7684\u65b9\u6cd5\r\n\tpublic static Order getInstance() {\r\n\t\tif(instance == null) {\r\n\t\t\tinstance = new Order();\r\n\t\t}\r\n\t\treturn instance;\r\n\t}\r\n\t\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-846","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\/846"}],"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=846"}],"version-history":[{"count":1,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/846\/revisions"}],"predecessor-version":[{"id":847,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/846\/revisions\/847"}],"wp:attachment":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=846"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=846"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=846"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}