Windows平臺下,進程端口占用問題!

進入cmd模式: spa

netstat、findstr、taskkill,在這三個命令後邊各自加上  "-?"  獲取該命令的幫助信息。 進程

netstat -ano (b)圖 cmd

圖中的端口號爲1068,所對應的PID3840
im

若是已知端口號要查PID img

findstr "端口號" 就能找到PID 端口

taskkill /f /PID "PID號" 就能強制殺掉該PID上的進程 co

相關文章
相關標籤/搜索