以8080端口占用为例:
-
netstat -aon|findstr "8080"
TCP 0.0.0.0:8080 0.0.0.0:0 LISTENING 17140
TCP [::]:8080 [::]:0 LISTENING 17140 -
taskkill /f /t /pid 17140
以8080端口占用为例:
netstat -aon|findstr "8080"
TCP 0.0.0.0:8080 0.0.0.0:0 LISTENING 17140
TCP [::]:8080 [::]:0 LISTENING 17140
taskkill /f /t /pid 17140
本文来自博客园,作者:atq,转载请注明原文链接:https://www.cnblogs.com/atq999/p/15722416.html