查看线程信息
netstat -ano|findstr "端口号"
查看进程信息
tasklist|findstr "PID"
强制关闭进程
taskkill /f /t /im "PID"
Win7查看端口占用并杀死进程