1、查看端口占用情况 :netstat -aon|findstr “8080” 2、查看是哪个应用占用 tasklist|findstr “9088” 3、关闭进程 taskkill /pid 1244 -f 如图所示: