常见技巧结束占用进程本页总览结束占用进程 windows 查看被占用的端口号的 PID netstat -aon | findstr 端口号 查看被占用的进程 tasklist | findstr 进程PID 结束进程 taskkill /f /t /im 进程ID