netstat -ano|findstr 8080//说明:查看占用8080端口的进程
#运行windows自带taskkill命令,将上面显示的进程号,结束掉windows
taskkill /pid 6856 /f
查看相关线程线程
tasklist|findstr 1452