>netstat -ano | findstr 8009TCP 127.0.0.1:8005 0.0.0.0:0 LISTENING 2188E:\eclipse_workspace\normandy>taskkill /PID 2188错误: 无法终止 PID 为 2188 的进程。原因: 仅仅能强行终止这个进程(带 /F 选项)。E:\eclipse_workspace\normandy>taskkill /F /PID 2188成功: 已终止 PID 为 2188 的进程。