Idea
香山上的麻雀1008
大数据
展开
-
IDEA 导入import implicits._ 隐式转换后自动消失或导入其它包
原创 2019-05-16 10:33:18 · 712 阅读 · 0 评论 -
idea内置的database工具查mysql 时间类型差8个小时
问题描述:如下图,idea自带的database工具查询数据库中的时间类型时,总是少8个小时,这是因为idea工具是按照UTC时区自动给我们转换了。解决办法:在idea中增加如下配置即可:或者:原创 2021-02-21 21:06:26 · 906 阅读 · 0 评论 -
Command line is too long. Shorten command line for className or also for JUnit defaultconfiguration.
idea 运行 main方法报错Command line is too long. Shorten command line for className or also for JUnit defaultconfiguration.解决方法:在该项目文件夹.idea/workspace.xml中找到<component name="PropertiesComponent"> ...</component>然后在其中添加:<property name="原创 2021-01-20 10:43:20 · 2173 阅读 · 1 评论 -
IDEA项目结构出现 0% methods,0% lines covered
DEA项目结构后出现 0% methods,0% lines covered, 如图解决上述问题,只需要使用快捷键Ctrl + Alt + F6,在弹出窗口中取消项目前面的√,点击show selected...原创 2020-03-06 14:35:28 · 722 阅读 · 0 评论
分享