

{"id":765,"date":"2021-02-14T12:35:08","date_gmt":"2021-02-14T04:35:08","guid":{"rendered":"https:\/\/www.52dixiaowo.com\/java\/?p=765"},"modified":"2021-02-14T12:35:09","modified_gmt":"2021-02-14T04:35:09","slug":"%e7%ba%bf%e7%a8%8b%e6%b1%a0","status":"publish","type":"post","link":"https:\/\/www.52dixiaowo.com\/java\/post-765.html","title":{"rendered":"\u7ebf\u7a0b\u6c60"},"content":{"rendered":"\n<p>\u5bf9\u5355\u4e2a\u7ebf\u7a0b\u6765\u8bf4\uff0c\u5b83\u53ea\u6709\u4e00\u6b21\u751f\u547d\u5468\u671f\uff0c\u5373\u4e00\u6b21 start<\/p>\n\n\n\n<p>\u53cd\u590d\u4f7f\u7528 start \u65b9\u6cd5\u4f1a\u88ab JVM \u62a5\u9519<\/p>\n\n\n\n<p>\u5bf9\u4e8e\u9700\u8981\u53cd\u590d\u4f7f\u7528\u7684\u7ebf\u7a0b\uff0c\u5982\u679c\u53cd\u590d\u521b\u5efa\u4f1a\u5f88\u6162\uff0c\u53ef\u4ee5\u901a\u8fc7\u7ebf\u7a0b\u6c60\u89e3\u51b3<\/p>\n\n\n\n<h5>1.\u7ebf\u7a0b\u6c60\u7684\u6982\u5ff5<\/h5>\n\n\n\n<p>\u7ebf\u7a0b\u6c60\u53ef\u4ee5\u7406\u89e3\u4e3a\u4e00\u4e2a\u5bb9\u5668 (\u96c6\u5408) <\/p>\n\n\n\n<p>\u7a0b\u5e8f\u542f\u52a8\u65f6\uff0c\u5b9e\u4f8b\u5316\u8fd9\u4e2a\u96c6\u5408\uff0c\u6bcf\u6b21\u9700\u8981\u7ebf\u7a0b\u65f6\uff0c\u5c31\u4ece\u96c6\u5408\u4e2d\u62ff\u51fa\u6765(\u5220\u9664)\u4e00\u4e2a<\/p>\n\n\n\n<p>\u5f53\u7ebf\u7a0b\u7528\u5b8c\u540e\uff0c\u628a\u7ebf\u7a0b\u5f52\u8fd8(\u6dfb\u52a0)\u5230\u96c6\u5408<\/p>\n\n\n\n<h4 class=\"has-text-align-center\">2.\u7ebf\u7a0b\u6c60\u5de5\u5382\u7c7b<\/h4>\n\n\n\n<p>\u5728 JDK 1.5 \u4e4b\u540e\uff0cJDK \u5185\u7f6e\u4e86\u7ebf\u7a0b\u6c60\u7c7b\uff0c\u5373\u7ebf\u7a0b\u6c60\u7684\u5de5\u5382\u7c7b<\/p>\n\n\n\n<h5>1.\u5bfc\u5305<\/h5>\n\n\n\n<pre class=\"wp-block-code\"><code>import java.util.concurrent.Executors;<\/code><\/pre>\n\n\n\n<h5>2.\u9759\u6001\u65b9\u6cd5<\/h5>\n\n\n\n<p>\u521b\u5efa\u4e00\u4e2a\u7ebf\u7a0b\u6c60<\/p>\n\n\n\n<p>public static ExecutorService newFixedThreadPool(int nThreads);<\/p>\n\n\n\n<p>\u5176\u4e2d\u7684  ExecutorService \u662f\u7ebf\u7a0b\u6c60\u63a5\u53e3\uff0cint \u53c2\u6570\u662f\u7ebf\u7a0b\u6c60\u5bb9\u91cf<\/p>\n\n\n\n<h4 class=\"has-text-align-center\">3.\u7ebf\u7a0b\u6c60\u63a5\u53e3\u7c7b<\/h4>\n\n\n\n<p>\u7ebf\u7a0b\u6c60\u63a5\u53e3\u7684\u5b9e\u73b0\u7c7b\uff0c\u53ef\u4ee5\u5f53\u4f5c\u63a5\u53e3\u7c7b\u4f7f\u7528<\/p>\n\n\n\n<h5>1.\u5bfc\u5305<\/h5>\n\n\n\n<pre class=\"wp-block-code\"><code>import java.util.concurrent.ExecutorService;<\/code><\/pre>\n\n\n\n<h5>2.\u65b9\u6cd5<\/h5>\n\n\n\n<p>1.\u4ece\u7ebf\u7a0b\u6c60\u83b7\u53d6\u7ebf\u7a0b\uff0c\u5e76\u542f\u52a8<\/p>\n\n\n\n<p>submit(Runnable task)<\/p>\n\n\n\n<p>2.\u5173\u95ed\/\u9500\u6bc1\u7ebf\u7a0b<\/p>\n\n\n\n<p>void shutdown()<\/p>\n\n\n\n<h4 class=\"has-text-align-center\">4.\u7ebf\u7a0b\u6c60\u7684\u4f7f\u7528\u6b65\u9aa4<\/h4>\n\n\n\n<p>1.\u4f7f\u7528\u7ebf\u7a0b\u6c60\u5de5\u5382\u7684newFixedThreadPool\u65b9\u6cd5\uff0c\u521b\u5efa\u542b\u6709\u6307\u5b9a\u6570\u91cf\u7684\u7ebf\u7a0b\u6c60<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ExecutorService es = Executors.newFixedThreadPool(2);<\/code><\/pre>\n\n\n\n<p>2.\u521b\u5efa\u4e00\u4e2a\u542b\u6709 Runnable \u63a5\u53e3\u7684\u7c7b\uff0c\u5373\u521b\u5efa\u4e00\u4e2a\u7ebf\u7a0b\u7c7b\uff08\u5047\u8bbe\u4e3a RunnableImpl)<\/p>\n\n\n\n<p>3.\u8c03\u7528\u7ebf\u7a0b\u6c60\u63a5\u53e3\u7c7b\u4e2d\u7684 submit \u65b9\u6cd5\uff0c\u4f20\u9012\u521a\u624d\u7684 Runnable \u7ebf\u7a0b\u7c7b<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>es.submit(new RunnableImpl());\/\/\u6bcf\u6b21\u4f20\u9012\u5360\u7528\u4e00\u4e2a\u7ebf\u7a0b\u6c60\uff0c\nes.submit(new RunnableImpl()); \/\/\u7528\u5b8c\u4f1a\u81ea\u52a8\u5f52\u8fd8\u7ebf\u7a0b\u6c60\uff0c\nes.submit(new RunnableImpl());   \/\/\u53ef\u591a\u6b21\u8c03\u7528<\/code><\/pre>\n\n\n\n<p>4.\u8c03\u7528\u7ebf\u7a0b\u6c60\u63a5\u53e3\u7c7b\u7684 shutdown \u65b9\u6cd5\uff0c\u9500\u6bc1\u7ebf\u7a0b\u6c60\uff08\u9500\u6bc1\u540e\u65e0\u6cd5\u518d\u8c03\u7528\u7ebf\u7a0b\uff09<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5bf9\u5355\u4e2a\u7ebf\u7a0b\u6765\u8bf4\uff0c\u5b83\u53ea\u6709\u4e00\u6b21\u751f\u547d\u5468\u671f\uff0c\u5373\u4e00\u6b21 start \u53cd\u590d\u4f7f\u7528 start \u65b9\u6cd5\u4f1a\u88ab JVM \u62a5\u9519 \u5bf9\u4e8e\u9700\u8981&hellip; <a href=\"https:\/\/www.52dixiaowo.com\/java\/post-765.html\" class=\"more-link\">\u7ee7\u7eed\u9605\u8bfb <span class=\"screen-reader-text\">\u7ebf\u7a0b\u6c60<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[25],"tags":[],"_links":{"self":[{"href":"https:\/\/www.52dixiaowo.com\/java\/wp-json\/wp\/v2\/posts\/765"}],"collection":[{"href":"https:\/\/www.52dixiaowo.com\/java\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.52dixiaowo.com\/java\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.52dixiaowo.com\/java\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.52dixiaowo.com\/java\/wp-json\/wp\/v2\/comments?post=765"}],"version-history":[{"count":0,"href":"https:\/\/www.52dixiaowo.com\/java\/wp-json\/wp\/v2\/posts\/765\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.52dixiaowo.com\/java\/wp-json\/wp\/v2\/media?parent=765"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.52dixiaowo.com\/java\/wp-json\/wp\/v2\/categories?post=765"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.52dixiaowo.com\/java\/wp-json\/wp\/v2\/tags?post=765"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}