Window 中殺死指定端口 cmd 命令行 taskkill
Windows平台
兩步方法 : 1 查詢端口占用,2 強行殺死進程
netstat -aon|findstr "8080"
taskkill /pid 4136-t -f
2 .直接強制殺死指定端口
taskkill /pid 4136 -t -f
或者:
taskkill -f -pid 10384
兩步方法 : 1 查詢端口占用,2 強行殺死進程
netstat -aon|findstr "8080"
taskkill /pid 4136-t -f
2 .直接強制殺死指定端口
taskkill /pid 4136 -t -f
或者:
taskkill -f -pid 10384
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。