摘要: Ok,打开cmd,运行 :netstat -ano|findstr 端口号 得到被占用的进程端口号,我这里是22388 再运行: taskkill -f -pid 进程端口号杀进程 阅读全文
posted @ 2020-11-05 16:52 雨飞 阅读(407) 评论(0) 推荐(0)