查看windows下port占用

有时假tomcat启动时提示port被占用。能够用netstat -aon|findstr "8080" 命令查找到,然后 用 taskkill /f /pid pid号 强制kills掉,就能够正常启动了


posted @ 2017-05-09 16:10  wzjhoutai  阅读(146)  评论(0编辑  收藏  举报