windows下8080端口被占用的解决办法

1、netstat -ano | findstr 8080  //查看占用8080端口的进程

2、taskkill /pid 4708 /f  //杀掉该进程

参考自:

  https://www.cnblogs.com/liliangel/p/6268504.html

posted @ 2018-04-23 00:35  hxy_has_been_used  阅读(1069)  评论(0编辑  收藏  举报