查看哪些端口号被占用:
打开终端窗口,输入
netstat -ao |find /i “listening”
windows端口被占用查看以及终止方法
然后输入结束进程命令:比如我要终止8088的端口,则输入
Taskkill /F /IM 4

相关文章: