摘要: 遇到占端口被占用,一般通过如下命令处理 netstat -ano | findstr 端口号 杀掉占用端口号的进程 taskkill /f /t /im 进程号 阅读全文
posted @ 2023-04-27 20:40 不忘初心2021 阅读(38) 评论(0) 推荐(0)