
eclipse
光与热
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
maven An error occurred while filtering resources
用eclipse创建了一个spring boot的Maven项目,在项目上有个叉叉,通过Window -> Show View -> Markers中看到错误原因 An error occurred while filtering resources 虽然只是在项目上显示个红叉叉,但是对于强迫的人来说受不鸟哈, 网上搜了很多解决方法都是: 1、Maven -> update project 但是我这转载 2017-07-02 12:35:17 · 512 阅读 · 0 评论 -
安装svn的两种方式
eclipse里安装SVN插件,一般来说,有两种方式: 直接下载SVN插件,将其解压到eclipse的对应目录里使用eclipse 里Help菜单的“Install New Software”,通过输入SVN地址,直接下载安装到eclipse里 第一种方式: 1.下载SVN插件 SVN插件下载地址及更新地址,你根据需要选择你需要的版本。现在最新是1.8.x Links for转载 2017-06-11 19:30:11 · 584 阅读 · 0 评论 -
eclipse代码无提示
最近使用myeclipse忽然间代码提示就没有了,感觉自己的myeclipse有没有该配置一时之间还难以适应莫名其妙的,找了一下资料改了一下myeclipse的配置,终于搞定window->Preferences->Java->Editor->Content Assist->Advanced 上面的选项卡Select the proposal kinds contained in the ‘defa转载 2017-06-12 17:28:27 · 421 阅读 · 0 评论 -
maven SpringServletContainerInitializer cannot be cast to javax.servlet.ServletContainerInitializ
从jdk6 升级到jdk7抛出SpringServletContainerInitializer cannot be cast to javax.servlet.ServletContainerInitializ将maven中 <dependency> <groupId>javax.servlet</groupId> <artifactId>javax原创 2017-08-17 11:51:13 · 637 阅读 · 0 评论 -
maven编码问题
注:本人用方案二中的红色部分解决了问题。 直接将项目改为UTF-8编码,无效!要通过修改pom.xml文件,告诉maven这个项目使用UTF-8来编译。方案一:在pom.xml的/project/build/plugins/下的编译插件声明中加入下面的配置:<encoding>UTF-8</encoding>即:[html] view plaincopy <plugin>转载 2017-08-17 11:53:27 · 881 阅读 · 0 评论 -
idea 链式调用模板
#set($paramName = $helper.getParamName($field, $project)) #if($field.modifierStatic) static ## #end $class.name set$StringUtil.capitalizeWithJavaBeanConvention($StringUtil.sanitizeJavaIdentifi原创 2018-01-17 18:52:42 · 1362 阅读 · 0 评论