端口被占用解决办法

1. 端口被占用解决办法

netstat -ano | findstr 8080(端口号)

 

taskkill -pid (进程pid) –f

原文地址:https://www.cnblogs.com/xaoco/p/9114773.html