查看佔用端口號的進程PID:tasklist|findstr 8081java
查看PID進程的應用:netstat -ano|findstr "10808"3d
殺掉進程釋放端口號:taskkill /f /t /im java.exeblog