{"id":207,"date":"2023-03-15T10:50:45","date_gmt":"2023-03-15T02:50:45","guid":{"rendered":"https:\/\/www.road-trip.cc\/?p=207"},"modified":"2023-03-15T10:50:45","modified_gmt":"2023-03-15T02:50:45","slug":"awk-%e5%9c%a8makefile%e9%87%8c%e9%9d%a2%e7%9a%84%e9%97%ae%e9%a2%98","status":"publish","type":"post","link":"https:\/\/www.road-trip.cc\/?p=207","title":{"rendered":"awk \u5728Makefile\u91cc\u9762\u7684\u95ee\u9898"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">\u95ee\u9898\u80cc\u666f<\/h2>\n\n\n\n<p>\u4e3a\u4e86\u65b9\u4fbf\u7684\u5feb\u901f\u542f\u52a8\u548c\u7ed3\u675f\u7a0b\u5e8f\uff0c\u6211\u7528Makefile\u7ba1\u7406\u542f\u52a8\u548c\u505c\u6b62\uff08kill \u6389\u8fdb\u7a0b\uff09\uff0cMakefile\u5185\u5bb9\u5982\u4e0b\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>all:\n\tuwsgi --http-socket 0.0.0.0:5001 --process 4 --threads 4 --plugin python3 --wsgi-file manage.py --callable app --stats 0.0.0.0:9191 --stats-http\nclean:\n\tps ax | grep uwsgi | awk -F' ' '{print $1}' | xargs kill -9<\/code><\/pre>\n\n\n\n<p>\u5728make clean\u7684\u65f6\u5019\uff0c\u53d1\u73b0$1\u4f1a\u88ab\u5f53\u6210Makefile\u7684\u53d8\u91cf\uff0c\u56e0\u4e3a\u6ca1\u6709\u5b9a\u4e49\uff0c\u6240\u4ee5$1\u7b49\u4ef7\u4e8e\u7a7a\uff0c\u4e8e\u662f\uff0c\u76f8\u5f53\u4e8e\u6267\u884c\u7684\u662f\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ps ax | grep uwsgi | awk -F' ' '{print }' | xargs kill -9<\/code><\/pre>\n\n\n\n<p>\u56e0\u6b64\uff0c\u8d77\u4e0d\u5230kill\u7684\u4f5c\u7528\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u89e3\u51b3\u529e\u6cd5<\/h2>\n\n\n\n<p>\u5728Makefile\u4e2d\u4f7f\u7528$$\u4ee3\u66ff$\uff0c\u4fee\u6539\u540e\u7684Makefile<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>all:\n\tuwsgi --http-socket 0.0.0.0:5001 --process 4 --threads 4 --plugin python3 --wsgi-file manage.py --callable app --stats 0.0.0.0:9191 --stats-http\nclean:\n\tps ax | grep uwsgi | awk -F' ' '{print $$1}' | xargs kill -9<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u95ee\u9898\u80cc\u666f \u4e3a\u4e86\u65b9\u4fbf\u7684\u5feb\u901f\u542f\u52a8\u548c\u7ed3\u675f\u7a0b\u5e8f\uff0c\u6211\u7528Makefile\u7ba1\u7406\u542f\u52a8\u548c\u505c\u6b62\uff08kill \u6389\u8fdb\u7a0b\uff09\uff0cMakefil &#8230; <a title=\"awk \u5728Makefile\u91cc\u9762\u7684\u95ee\u9898\" class=\"read-more\" href=\"https:\/\/www.road-trip.cc\/?p=207\" aria-label=\"\u9605\u8bfb awk \u5728Makefile\u91cc\u9762\u7684\u95ee\u9898\">\u9605\u8bfb\u66f4\u591a<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[56,57],"class_list":["post-207","post","type-post","status-publish","format-standard","hentry","category-7","tag-awk","tag-makefile"],"_links":{"self":[{"href":"https:\/\/www.road-trip.cc\/index.php?rest_route=\/wp\/v2\/posts\/207","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.road-trip.cc\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.road-trip.cc\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.road-trip.cc\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.road-trip.cc\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=207"}],"version-history":[{"count":1,"href":"https:\/\/www.road-trip.cc\/index.php?rest_route=\/wp\/v2\/posts\/207\/revisions"}],"predecessor-version":[{"id":208,"href":"https:\/\/www.road-trip.cc\/index.php?rest_route=\/wp\/v2\/posts\/207\/revisions\/208"}],"wp:attachment":[{"href":"https:\/\/www.road-trip.cc\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=207"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.road-trip.cc\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=207"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.road-trip.cc\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=207"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}