1.查看占用端口的进程ID
netstat -aon|findstr "12345"
2.查看进程id对应的进程名
tasklist|findstr "14100"
3.杀掉进程
taskkill /f /t /im ___8TestServer_Start_in_G
1.查看占用端口的进程ID
netstat -aon|findstr "12345"
2.查看进程id对应的进程名
tasklist|findstr "14100"
3.杀掉进程
taskkill /f /t /im ___8TestServer_Start_in_G