django&python&linux后台运行

http://hi.baidu.com/dujun/item/91539b11029eb15e2a3e22ad python 在后台运行 django:apache nohup python manage.py runserver 0.0.0.0:9000 &django ps:&能够不写spa 查看后台某个进程: ps -ef|grep "python" 杀死进程: kill -9 34353
相关文章
相关标签/搜索