查找使用8080端口的进程
netstat -ano |findstr "8080"
杀死该进程
tasklist |findstr "8504"
windows 杀死端口占用进程
原文:https://www.cnblogs.com/Zhusi/p/14381228.html