netstat -ano|findstr 8081
netstat -ano|findstr 8080
TCP 10.3.132.70:65376 113.96.12.217:8080 ESTABLISHED 9704
可以知道pid为9704
taskkill /pid 9704/f
通过taskill 直接杀死
netstat -ano|findstr 8081
netstat -ano|findstr 8080
TCP 10.3.132.70:65376 113.96.12.217:8080 ESTABLISHED 9704
可以知道pid为9704
taskkill /pid 9704/f
通过taskill 直接杀死