IDE 问题及解决


 目录

Eclipse 篇

1.MarketPlace 打不开,对话框闪退

2.使用 lombok ,预编译不通过

3.Eclipse + PyDev - > Unresolved import: xxx (Module)

IntelliJ  IDEA 篇

1. 0% classes, 0% lines covered (类文件后面显示 classes 百分比, covered 百分比)


 

https://blog.csdn.net/GreenOwl_/article/details/82557206

http://blog.csdn.net/qq_22765745/article/details/71054030
http://blog.csdn.net/amghost/article/details/20069005
http://blog.csdn.net/chris_111x/article/details/52312523
https://stackoverflow.com/questions/4631377/unresolved-import-issues-with-pydev-and-eclipse
http://heipark.iteye.com/blog/1737905
http://www.kaij.org/blog/?p=28
http://www.codeweblog.com/%E8%A7%A3%E5%86%B3eclipse-pydev%E4%B8%ADimport%E6%97%B6%E6%8A%A5%E9%94%99-unresolved-import/
https://stackoverflow.com/questions/23237692/pydev-unresolved-import
https://stackoverflow.com/questions/5394887/unresolved-import-in-pydev
http://blog.csdn.net/w346850397/article/details/41440831

http://www.pydev.org/manual_101_interpreter.html
http://www.pydev.org/manual.html
http://www.pydev.org/history_pydev.html
--------------------- 
作者:冰 河 
来源:CSDN 
原文:https://blog.csdn.net/l1028386804/article/details/78917649 
版权声明:本文为博主原创文章,转载请附上博文链接!

Ps: 如果有前辈有其他解决方案,还请赐教 /抱拳

 

技巧:增加模块提示 Window - > Preferences - > PyDev - > Interpreters - > Python Interpreter - > Forced Builtins - > New ... 输入模块名,点击 ok 确定,然后 Apply 即可

后续更新中...

IntelliJ  IDEA 篇

1. 0% classes, 0% lines covered (类文件后面显示 classes 百分比, covered 百分比)

 类似如下图效果

 1.检查是否有如此窗口,点击红框所圈按钮,即可关闭。

方法1.view -> tool windows -> coverage

方法2.Ctrl+Alt+F6

后续更新中...