Appearance
netstat -ano | findstr "8080"
tasklist | findstr "8080"
taskkill /f /pid 1234
或者通过任务管理器,切换到“进程选项卡”,在 PID 一列中找到对应的进程。