1, Cmd输入命令:netstat –ano|findstr “端口号” ,如netstat –ano|findstr “8080”
记下PID,最后一行为PID,这里为396
2,Cmd输入命令:taskkill -f -pid PID号,如taskkill -f -pid 396。