

{"id":155,"date":"2021-07-04T18:07:58","date_gmt":"2021-07-04T10:07:58","guid":{"rendered":"https:\/\/www.52dixiaowo.com\/python\/?p=155"},"modified":"2021-07-04T22:46:17","modified_gmt":"2021-07-04T14:46:17","slug":"python%e7%ba%bf%e7%a8%8b%e5%85%b1%e4%ba%ab%e5%8f%98%e9%87%8f","status":"publish","type":"post","link":"https:\/\/www.52dixiaowo.com\/python\/post-155.html","title":{"rendered":"python\u7ebf\u7a0b\u5171\u4eab\u53d8\u91cf"},"content":{"rendered":"\n<p>python\u5728\u8c03\u7528threading\u521b\u5efa\u7ebf\u7a0b\u65f6, \u53ef\u4ee5\u6307\u5b9a\u53c2\u6570, \u4e14\u53ef\u4ee5\u5171\u4eab\u53d8\u91cf<\/p>\n\n\n\n<h2>\u5171\u4eab\u53d8\u91cf\u5b9e\u4f8b<\/h2>\n\n\n\n<p>\u5171\u4eab\u7684\u53d8\u91cf, \u5e94\u8be5\u662f\u5168\u5c40\u53d8\u91cf<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>import threading\nimport time\n\n\ndef test1(list):\n    list.append(33)\n    print(\"test1----\" + str(list))\n\n\ndef test2(list):\n    print(\"test2---\" + str(list))\n\n\ng_nums = &#91;11, 22]\n\n\ndef main():\n    # target\u6307\u5b9a\u65b9\u6cd5, args\u6307\u5b9a\u53c2\u6570, \u5fc5\u987b\u662f\u5143\u7ec4\u5f62\u5f0f\n    t1 = threading.Thread(target=test1, args=(g_nums,))\n    t2 = threading.Thread(target=test2, args=(g_nums,))\n\n    t1.start()\n    time.sleep(1)\n\n    t2.start()\n    time.sleep(1)\n\n    print(\"main--\" + str(g_nums))\n\n\nif __name__ == \"__main__\":\n    main()\n<\/code><\/pre>\n\n\n\n<p>\u5171\u4eab\u53d8\u91cf, \u53ef\u80fd\u5bfc\u81f4\u51b2\u7a81, ( \u5c31\u50cf\u5168\u5c40\u53d8\u91cf\u7684\u4e0d\u5b89\u5168\u95ee\u9898, \u4e0d\u77e5\u9053\u5728\u54ea\u5c31\u88ab\u6539\u53d8\u4e86), \u4f8b\u5982<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># \u591a\u4e2a\u7ebf\u7a0b\u540c\u65f6a+=1\n\na += 1 \u53ef\u4ee5\u7ffb\u8bd1\u4e3a\u591a\u4e2a\u6b65\u9aa4\n    s = a+1     # \u5728\u6267\u884ca+1\u540e, \u65f6\u95f4\u7247\u7ed3\u675f, \u672a\u8d4b\u503c\u7ed9a, \u4e34\u65f6\u5b58\u50a8\u4e3as\n    #  \u53e6\u4e00\u4e2a\u7ebf\u7a0b\u6267\u884c\u4e86a+=1, \u6b64\u65f6a\u7684\u503c\u5df2\u7ecf\u6539\u53d8\n    a = s        # \u53c8\u56de\u5230\u5f53\u524d\u7ebf\u7a0b, \u628a s \u8d4b\u503c\u7ed9a\u663e\u7136\u5c31\u4e0d\u5408\u7406<\/code><\/pre>\n\n\n\n<p>\u4e0b\u4e00\u5c0f\u8282, \u5c06\u5b66\u4e60\u540c\u6b65, \u7ebf\u7a0b\u9501\u7b49\u77e5\u8bc6, \u89e3\u51b3\u7ebf\u7a0b\u4e0d\u5b89\u5168\u95ee\u9898<\/p>\n","protected":false},"excerpt":{"rendered":"<p>python\u5728\u8c03\u7528threading\u521b\u5efa\u7ebf\u7a0b\u65f6, \u53ef\u4ee5\u6307\u5b9a\u53c2\u6570, \u4e14\u53ef\u4ee5\u5171\u4eab\u53d8\u91cf \u5171\u4eab\u53d8\u91cf\u5b9e\u4f8b \u5171\u4eab\u7684\u53d8\u91cf, &hellip; <a href=\"https:\/\/www.52dixiaowo.com\/python\/post-155.html\" class=\"more-link\">\u7ee7\u7eed\u9605\u8bfb <span class=\"screen-reader-text\">python\u7ebf\u7a0b\u5171\u4eab\u53d8\u91cf<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[14],"tags":[],"_links":{"self":[{"href":"https:\/\/www.52dixiaowo.com\/python\/wp-json\/wp\/v2\/posts\/155"}],"collection":[{"href":"https:\/\/www.52dixiaowo.com\/python\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.52dixiaowo.com\/python\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.52dixiaowo.com\/python\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.52dixiaowo.com\/python\/wp-json\/wp\/v2\/comments?post=155"}],"version-history":[{"count":0,"href":"https:\/\/www.52dixiaowo.com\/python\/wp-json\/wp\/v2\/posts\/155\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.52dixiaowo.com\/python\/wp-json\/wp\/v2\/media?parent=155"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.52dixiaowo.com\/python\/wp-json\/wp\/v2\/categories?post=155"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.52dixiaowo.com\/python\/wp-json\/wp\/v2\/tags?post=155"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}