简述 偶然idea卡住了,springboot 进程停不了 查找占用端口的进程 # 比如 6622 端口 netstat -ano | findstr :6622 kill进程 taskkill /PID 41264 /F