该文被密码保护。 阅读全文
posted @ 2021-02-16 15:59 SlookUP 阅读(0) 评论(0) 推荐(0) 编辑
摘要: /usr/bin/nohup python manage.py runserver 0.0.0.0:10000 > system.log 2>&1 & 需要结束的话 通过ps -ef |grep python 获取Python进程号 然后kill -9 进程号 阅读全文
posted @ 2021-02-16 15:09 SlookUP 阅读(241) 评论(0) 推荐(0) 编辑