kill -9 $(lsof -i:xxxx -t)
netstat -anp | grep python3
gunicorn --workers=3 ner_app:app -b 0.0.0.0:5000 -D --daemon
conda env list --查询python虚拟环境
source activate python36 --进入python36的虚拟环境
firewall-cmd --zone=public --add-port=9898/tcp --permanent
firewall-cmd --reload
git reset --hard HEAD
git pull -r 或 git pull