1.cmd以管理员的身份打开 2.查询端口为8080的进程 netstat -p tcp -ano | findstr :端口号 如netstat -p tcp -ano | findstr :8110 强制终止进程 taskkill -PID 进程 -F