标签:pid mamicode read png 端口号 解决办法 ima 端口 find
解决办法:
打开cmd命令窗口
$ netstat -ano|findstr 占用的端口号
执行后能知道pid进程号
$ taskkill -f -pid 查到的进程号
附一张截图:
Address already in use: bind
原文地址:https://www.cnblogs.com/must-grow/p/11821778.html