{"id":2100,"date":"2022-01-11T23:19:17","date_gmt":"2022-01-11T15:19:17","guid":{"rendered":"http:\/\/cnliutz.uicp.io\/?p=2100"},"modified":"2022-01-11T23:19:17","modified_gmt":"2022-01-11T15:19:17","slug":"python-php-and-go%e8%af%ad%e8%a8%80%e7%94%9f%e6%88%90%e4%b8%80%e4%b8%aa%e6%b5%8b%e8%af%95%e7%bd%91%e7%ab%99%e7%9a%84%e6%96%b9%e6%b3%95","status":"publish","type":"post","link":"http:\/\/xc.ipyingshe.net:5347\/?p=2100","title":{"rendered":"Python php and go\u8bed\u8a00\u751f\u6210\u4e00\u4e2a\u6d4b\u8bd5\u7f51\u7ad9\u7684\u65b9\u6cd5"},"content":{"rendered":"\n<pre class=\"wp-block-code has-normal-font-size\"><code>\u9996\u5148\u9700\u8981\u5728\u7535\u8111\u4e0a\u5b89\u88c5\u76f8\u5e94\u7684\u8bed\u8a00\u3002\n   \u8fdb\u5165\u7ec8\u7aef\u7a97\u53e3\uff0c\u8f93\u5165\u547d\u4ee4\u5373\u53ef\u3002<\/code><\/pre>\n\n\n\n<h4 class=\"has-normal-font-size wp-block-heading\">\u53ef\u7528\u4e8e\u7f51\u9875\u8c03\u8bd5\uff0c\u7535\u8111\u3001\u624b\u673a\u4e4b\u95f4\u4ee5\u53ca\u673a\u623f\u5185\u7684\u6587\u4ef6\u4f20\u8f93\uff0c\u5341\u5206\u65b9\u4fbf\uff0c\u6027\u80fd\u80af\u5b9a\u662f\u4e0d\u5982nginx\u548capache\u670d\u52a1\u5668\u7684\uff0c\u751f\u4ea7\u73af\u5883\u8fd8\u662f\u8981\u642d\u5efa\u670d\u52a1\u5668<\/h4>\n\n\n\n<h3 class=\"wp-block-heading\">Python\u8bed\u8a00\u4ea7\u751f\u7f51\u7ad9\u7684\u65b9\u6cd5<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>python -m http.server<\/code><\/pre>\n\n\n\n<p>\u7528http:\/\/127.0.0.1:8000\u5373\u53ef\u8bbf\u95ee\u76ee\u5f55\u4e0b\u5185\u5bb9(\u9ed8\u8ba4\u7aef\u53e38000)<\/p>\n\n\n\n<p>\u6216\u8005\u52a0\u4e0a\u7aef\u53e3\u53f7\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>python -m http.server  80<\/code><\/pre>\n\n\n\n<h2 class=\"has-normal-font-size wp-block-heading\">\u7528http:\/\/127.0.0.1\u5373\u53ef\u8bbf\u95ee\u76ee\u5f55\u4e0b\u5185\u5bb9<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">go \u8bed\u8a00\u4ea7\u751f\u7f51\u7ad9\u7ed9\u65b9\u6cd5<\/h3>\n\n\n\n<p>\u7528\u7f16\u8f91\u5668\u8f93\u5165\u5982\u9762\u7684\u4ee3\u7801\uff0c\u5b58\u5165\u6587\u4ef6 www.go<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>package main\nimport \"net\/http\"\nfunc main() {\nhttp.ListenAndServe(\":8080\", http.FileServer(http.Dir(\".\")))\n}<\/code><\/pre>\n\n\n\n<p>go run www.go<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">\u7528http:\/\/127.0.0.1:8080 \u5373\u53ef\u8bbf\u95ee\u76ee\u5f55\u4e0b\u5185\u5bb9<\/h5>\n\n\n\n<h3 class=\"wp-block-heading\">php\u8bed\u8a00\u4ea7\u751f\u7f51\u7ad9\u7684\u65b9\u6cd5<\/h3>\n\n\n\n<p>\u4ecephp5.4\u5f00\u59cb\uff0c\u5f15\u5165\u4e86\u4e00\u4e2a\u5185\u7f6eweb\u670d\u52a1\u5668\uff0c\u53ef\u4ee5\u5728\u6d4b\u8bd5\u73af\u5883\u8fc5\u901f\u642d\u5efaweb\u73af\u5883\u800c\u65e0\u987b\u590d\u6742\u7684\u914d\u7f6e\u3002\u7aef\u53e3\u662f\u53ef\u4ee5\u7684\u6539\u53d8<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>php  -S  php -S 0.0.0.0:8080<\/code><\/pre>\n\n\n\n<p>\u7528http:\/\/127.0.0.1:8080 \u5373\u53ef\u8bbf\u95ee\u76ee\u5f55\u4e0b\u5185\u5bb9<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u53ef\u7528\u4e8e\u7f51\u9875\u8c03\u8bd5\uff0c\u7535\u8111\u3001\u624b\u673a\u4e4b\u95f4\u4ee5\u53ca\u673a\u623f\u5185\u7684\u6587\u4ef6\u4f20\u8f93\uff0c\u5341\u5206\u65b9\u4fbf\uff0c\u6027\u80fd\u80af\u5b9a\u662f\u4e0d\u5982ng <span class=\"readmore\"><a href=\"http:\/\/xc.ipyingshe.net:5347\/?p=2100\">Continue Reading<\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16,10,3,6],"tags":[],"class_list":["post-2100","post","type-post","status-publish","format-standard","hentry","category-php","category-python","category-communication","category-6"],"_links":{"self":[{"href":"http:\/\/xc.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/2100","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/xc.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/xc.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/xc.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/xc.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2100"}],"version-history":[{"count":0,"href":"http:\/\/xc.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/2100\/revisions"}],"wp:attachment":[{"href":"http:\/\/xc.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2100"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/xc.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2100"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/xc.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2100"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}