java 项目 运行 8085端口被占用
1,打开cmd,执行 netstat -aon|findstr 80852,执行 tasklist|findstr 36224
3,taskkill /f /t /im java.exe
杀掉占用程序