端口被占用解决办法

1. 端口被占用解决办法

netstat -ano | findstr 8080

 

taskkill -pid 进程pid –f


你可能感兴趣的:(经验)