简述: 使用两个Nexus, 需要配置两份不同的Maven仓库 步骤: 1. 下载新的Maven运行包 2. 进入conf/ 修改setting.xml项 3. 进入eclipse修改 Preference -> Maven -> Installation 4. -> User Interface ...
分类:
系统相关 时间:
2016-09-07 19:11:51
阅读次数:
234
将安装的jdk1.8改为1.7之后出现了很淡疼的问题 修改工程下.setting/ org.eclipse.jdt.core.prefs eclipse.preferences.version=1org.eclipse.jdt.core.compiler.codegen.inlineJsrBytec ...
分类:
系统相关 时间:
2016-08-20 13:14:07
阅读次数:
397
Eclipse中用Tomcat发布的Web项目,更改其部署路径 我的Eclipse的工作目录是D:/workspace 先配置Tomcat 选择你的tomcat版本 点击next 这里先不要把项目添加进去 我们先对tomcat的部署路径做一下更改,eclipse默认的部署路径是 D:\workspa ...
分类:
Web程序 时间:
2016-08-16 23:48:28
阅读次数:
186
General - Appearance - Colors and Font 下 Basic - Text Font (影响xml、properties 等文本) Java - Java Editor Text Font (影响 Java Editor) 显示更多字体 - 选择具体字体 - 右键(显 ...
分类:
系统相关 时间:
2016-08-05 19:43:33
阅读次数:
158
一。 右键工程:Refactor->Rename,或选中工程按F2,修改名称二。右键工程:Properties->Web Project Settings,修改Context Root 三。1.找到项目所在位置(如图): 2.修改项目目录/.setting目录下的org.eclipse.wst.co ...
分类:
系统相关 时间:
2016-07-20 19:30:48
阅读次数:
219
1、修改背景保护色 eclipse操作界面默认颜色为白色。对于我们长期使用电脑编程的人来说,白色很刺激我们的眼睛,所以我经常会改变workspace的背景色,使眼睛舒服一些。 设置方法如下: 1、打开window->Preference,弹出Preference面板。 2、展开General标签,选 ...
分类:
系统相关 时间:
2016-07-19 15:28:39
阅读次数:
211
1:修改项目目录下:.project文件 GZELearning 2:项目右键属性 --> Web Project Settings --> Context root 3:修改项目目录下:.settings\org.eclipse.wst.common.component ...
分类:
系统相关 时间:
2016-05-30 12:35:19
阅读次数:
236
1:修改该项目目录下:.project文件 <projectDescription><name>SpringMVC-Annotation</name><comment></comment><projects></projects> 2:项目右键属性 --> Web Project Settings ...
分类:
系统相关 时间:
2016-05-13 09:28:30
阅读次数:
209
1.eclipse 背景色设置:Window->Preferences->General->Editors->Text Editors->Backgroud colors取消System default 设置成:RGB(204,232,207).2.字体大小设置:java 字体:菜单windows>Prefenrence>General Appearance>Colors and Fonts 在右...
分类:
系统相关 时间:
2016-03-07 22:39:39
阅读次数:
416
版权声明:本文为博主原创文章,未经博主允许不得转载。 Eclipse修改svn地址 SVN地址变更后 需要重定向 步骤有3 : 1 ) 打开eclipse中SVN资源库 在Eclipse中选择Windows-> Show View->others 如果列表里面没有就去 other... 里面找 下图
分类:
系统相关 时间:
2016-02-23 10:58:28
阅读次数:
208