解决办法:
打开cmd命令窗口
$ netstat -ano|findstr 占用的端口号
执行后能知道pid进程号
$ taskkill -f -pid 查到的进程号
附一张截图:
原文地址:https://www.cnblogs.com/must-grow/p/11821778.html
时间: 2024-10-19 11:22:11
解决办法:
打开cmd命令窗口
$ netstat -ano|findstr 占用的端口号
执行后能知道pid进程号
$ taskkill -f -pid 查到的进程号
附一张截图:
原文地址:https://www.cnblogs.com/must-grow/p/11821778.html