【转】

Windows查看所有的端口netstat -ano查询指定的端口占用netstat -aon|findstr "提示的端口"查询PID对应的进行进程tasklist|findstr "2016"杀进程taskkill /f /t /im 程序名