开启uwsgi的web服务
uwsgi --http :20001 -w app.main
杀掉uwsgips -ef | grep 20001 | awk '{print $2}' | xargs kill -9