摘要: 查询占用端口 netstat -ano | findstr :19201 kill 占用端口的进程 taskkill /PID 19201 /F 阅读全文
posted @ 2024-07-16 17:05 darling331 阅读(23) 评论(0) 推荐(0)