windows杀掉指定端口

启动报错,端口被占用
windows杀掉指定端口

1.查看指定端口的占用情况
netstat -aon|findstr “9002”
2.杀掉指定pid
taskkill /pid 10872 -t -f
windows杀掉指定端口

相关文章: