【发布时间】:2013-01-29 12:32:20
【问题描述】:
我正在 Windows Vista Powershell 中使用 Python Django。在我运行 python manage.py runserver 后,它要求我按 CTRL-BREAK 来停止该进程。但是在我输入之后,Powershell 会停止该过程并关闭。有没有办法停止进程并保持 Powershell 处于打开状态?
【问题讨论】:
标签: django powershell
我正在 Windows Vista Powershell 中使用 Python Django。在我运行 python manage.py runserver 后,它要求我按 CTRL-BREAK 来停止该进程。但是在我输入之后,Powershell 会停止该过程并关闭。有没有办法停止进程并保持 Powershell 处于打开状态?
【问题讨论】:
标签: django powershell
尝试 CTRL-C ,在我的 powershell 中它工作正常。
【讨论】: