对于Qt Creater中程序不能启动(调试显示结束)

1. 查看所有运行的的程序
    tasklist
2. 查找运行的程序通过程序名
tasklist | findstr "程序名.exe"
3. 结束进程
tskill 进程号