netstat -ano |findstr "" //window查看端口占用
taskkill /pid 54828
taskkill /F /pid 54828 //强制中止
转载请注明博客出处:http://www.cnblogs.com/cjh-notes/
netstat -ano |findstr "" //window查看端口占用
taskkill /pid 54828
taskkill /F /pid 54828 //强制中止
转载请注明博客出处:http://www.cnblogs.com/cjh-notes/