DOS查询进程,杀死进程:①netstat -aon 查询所有进程②netstat -aon|findstr "端口"、③tasklist|findstr "PID"④taskkill /im *.exe /f