myeclipse 启动服务时 socket bind failed 问题的解决(windows环境)

xiaoxiao2021-02-28  74

socket bind failed 一般是端口占用(例如myeclipse程序关闭不完全)导致的

netstat -ano | findstr 【你刚才用的端口号】 taskkill /f /pid 【占用进程】

转载请注明原文地址: https://www.6miu.com/read-33566.html

最新回复(0)