1、查看當前端口占用進程
netstat -ano | findstr *<port used>* TCP 0.0.0.0:*<port used>* 0.0.0.0:0 LISTENING *<pid>* TCP [::]:*<port used>* [::]:0 LISTENING *<pid>* >
2、殺掉指定進程
taskkill /F /PID *<pid> SUCCESS: The process with PID *<pid>* has been terminated.
1、查看當前端口占用進程
netstat -ano | findstr *<port used>* TCP 0.0.0.0:*<port used>* 0.0.0.0:0 LISTENING *<pid>* TCP [::]:*<port used>* [::]:0 LISTENING *<pid>* >
2、殺掉指定進程
taskkill /F /PID *<pid> SUCCESS: The process with PID *<pid>* has been terminated.
網友整理
注冊時間:
網站:5 個 小程序:0 個 文章:12 篇
網站
小程序
文章
會員