1.cmd下输入netstat -ano | findstr 8080查找占用8080端口的进程pid。
2.输入taskkill -pid 进程pid -f 终止进城。以图片为例 taskkill -pid 3008 -f