1. 查看占用
执行:netstat -ano 或者 netstat -aon|findstr 8080
2. 查看指定 PID 的进程
tasklist|findstr 3104
3. 结束进程
taskkill /T /F /PID 3104