
eclipse
架构师Rakic
java疑难杂症?不存在的
展开
-
eclipse启动tomcat报错:Could not load the Tomcat server configuration at ServersTom
解决eclipse启动tomcat报错:Could not load the Tomcat server configuration at \Servers\Tomcat v6.0 Server at localhost-config. The Servers project is closed.如果有一个项目在tomcat里面运行,但是这个项目已经删除,服务器也不能移除解决办法:删除服务器,...原创 2019-04-15 14:35:17 · 1112 阅读 · 0 评论 -
解决Plugin org.apache.maven.plugins:maven-archetype-plugin:RELEASE or one of its dependencies...
解决Plugin org.apache.maven.plugins:maven-archetype-plugin:RELEASE or one of its dependencies could not be resolved的问题[WARNING] Could not transfer metadata org.apache.maven.plugins:maven-archetype-plug...原创 2019-05-31 16:29:57 · 10841 阅读 · 2 评论 -
Select: Maven->Update Project... from the project context menu or use Quick Fix. spark-MT line 1
Description Resource Path Location Type Project configuration is not up-to-date with pom.xml. Select: Maven->Update Project… from the project context menu or use Quick Fix. spark-MT line 1 Maven Co...原创 2019-05-31 16:37:49 · 1578 阅读 · 0 评论 -
Fatal error compiling: 无效的标记: -parameters -> [Help 1]
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project springbootdemo: Fatal error compiling: 无效的标记: -parameters -> [Help 1]maven命令打包项目时时候...原创 2019-05-31 16:52:00 · 1010 阅读 · 0 评论 -
Eclipse Java注释模板设置详解以及版权声明
Eclipse Java注释模板设置详解以及版权声明有时候,需要在类,方法上面注释,每次都要手动输入作者,日期,描述等等(参数会自动带出),这样就很麻烦。在eclipse里面有 注释模板设置:模板设置路径 : Window->Preference->Java->Code Style->Code Template注释快捷键/** + enter方法的注释模板模板...原创 2019-06-06 14:58:32 · 456 阅读 · 0 评论 -
导包失败,导包把长包名导到一起
导包失败,导包把长包名导到一起原因:文件名写的有问题(比如说你写的文件名跟包名的一样), 导致导包失败就想以上一样,类名跟需要导包的名一样,导致导包失败...原创 2019-05-29 15:29:52 · 319 阅读 · 0 评论 -
maven打包异常Failed to execute goal org.apache.maven.plugins
maven打包异常Failed to execute goal org.apache.maven.pluginsmaven异常信息[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project ego-service-im...原创 2019-06-02 23:34:04 · 1145 阅读 · 0 评论 -
java代码规范检查(遵循阿里巴巴开发)
java代码规范检查(遵循阿里巴巴开发)基于代码的部署,后期测试与维护,需要对代码进行检查,在这里遵循阿里巴巴集团的开发规范(有兴趣的可以去参考阿里巴巴出版的一本书《阿里巴巴Java开发手册》)eclipse安装代码规范检查插件环境:JDK1.8,Eclipse4+ (本人使用的是 4.10.0)步骤:1.Help -> Install New Software...2.打开之...原创 2019-06-10 19:04:35 · 473 阅读 · 0 评论