https://www.cnblogs.com/shenyiyangle/p/10503754.html
查询检查进程
netstat -aon|findstr "8080"
tasklist|findstr "2448"
关闭进程
taskkill /pid 2152 /pid 1284
taskkill /im notepad.exe
taskkill /im notepad.exe /im iexplorer.exe
taskkill /im *.exe