netstat -ano
查看端口情況
tasklist|findstr “9220”
通過PID號“9220”查看對應端口被什么進程占用了
netstat -aon|findstr "8080"
查看端口8080對應的PID
tskill 1844
結束PID為1844的進程
netstat -ano
查看端口情況
tasklist|findstr “9220”
通過PID號“9220”查看對應端口被什么進程占用了
netstat -aon|findstr "8080"
查看端口8080對應的PID
tskill 1844
結束PID為1844的進程
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。