打开Dos:windows->输入cmd(想必这个都会)
在黑窗口中输入指令:netstat -ano | findstr 8080 指令的意思是找出占用8080端口的进程pid
再次输入指令:taskkill -pid 进程pid -f