在windows上查看端口是否被占用

在windows上查看端口是否被占用

netstat -aon|findstr “8080”

结果

杀死该端口占用的进程

taskkill /pid 13012 -f 


你可能感兴趣的:(在windows上查看端口是否被占用)