在windows操作系统中,查询端口占用和清除端口占用的程序

netstat -ano|findstr 8080



 taskkill /pid 4632 /F

 

你可能感兴趣的:(在windows操作系统中,查询端口占用和清除端口占用的程序)