终止本地服务端口

122 阅读1分钟

1. 进入cmd面板

2. 执行 netstat -o -n -a|findstr :8080 (本地8080端口)

3. 执行 taskkill /F /PID 724 (724为查询出的8080端口的运行id)