IDEA DEBUG无法启动

如题:idea DEBUG无法启动

解决方法:

1.查找出占用进程id

2.杀死进程

cmd 输入

命令:

1.netstat -ano|findstr 4405

2.taskkill -f -pid 7986(7896为查询到的进程数)

 

OK问题解决

 

posted @ 2019-01-11 19:02  别动我的猫  阅读(3804)  评论(0编辑  收藏  举报