Eclipse编辑器
Eclipse编辑器
zx1323
这人很懒什么也没留下
展开
-
Eclipse debug 时 报错 Hot Code Replace Failed
如下图可选项只有3个,(如果是4个基本上是因为还有debug进程没关,)不要在main方法中进行debug时, 修改代码; 改成main调用别的方法================================================================正确操作如下:1.正常debug2.修改11行的代码3.控制台输出111111...原创 2020-01-13 10:05:02 · 271 阅读 · 0 评论 -
eclipse 安装 lombok 解决报错
下载lombok.jar在安装好java环境后,输入lombok安装命令java-jarD:\software\lombok.jar如果检验是否安装成功eclipse文件夹下的eclipse.ini 里最后两行是否是-javaagent:lombok.jar-Xbootclasspath/a:lombok.jar以及是否存在...原创 2017-10-24 11:50:05 · 2013 阅读 · 0 评论 -
java 打包项目为jar文件 并运行 外部配置文件
参考类加载器与 Class.getResourceAsStream 问题解决 http://blog.csdn.net/w1196726224/article/details/54428493Java项目导出可运行的jar文件 http://blog.csdn.net/mahoking/article/details/42871937中间试了很多方法,最终一转载 2017-12-20 03:10:34 · 4826 阅读 · 0 评论 -
eclipse 插件加载镜像 中国大陆开源镜像站汇总
中国大陆开源镜像站汇总 http://blog.csdn.net/erlanp/article/details/10572215搜狐开源镜像站:http://mirrors.sohu.com/网易开源镜像站:http://mirrors.163.com/转载 2017-04-02 15:09:52 · 7700 阅读 · 0 评论 -
Eclipse 一些个人的偏好设置
显示堆内存状态 Preferences--General--勾选Show heap satus 前一个数是目前使用大小。可以点击最右边的小垃圾桶进行手动垃圾回收。打开gc日志-XX:+PrintGCDateStamps-XX:+PrintGCDetails-Xloggc:gc.log对堆内存参数设置,不怎么了解,只能靠百度了 Eclipse设置、导入代码格式化模...原创 2017-04-14 15:22:14 · 2522 阅读 · 0 评论 -
eclipse字体修改 Courier New、Consolas 让开发更舒服
Eclipse:preferences--general--appearance--colors and fonts--basic--Text Font--Edit字体:Courier New 字体大小:12号脚本:中欧字符 (这样中文会大一些) 如果没找到该字体,则需要设置windows在C:/windows/Fonts文件夹中设置Courier New 字体为显示...转载 2016-03-21 10:02:29 · 6397 阅读 · 0 评论 -
eclipse 注释时间显示格式
转自百度、以及https://jingyan.baidu.com/article/25648fc169c2949190fd0072.html 修改 快捷键自动生成的注释class文件的注释:Types方法的注释:Methods如:给类方法添加修改时间preferences--java--code style--code templates--comments--typ...转载 2017-10-16 16:48:05 · 8095 阅读 · 0 评论 -
eclipse propertis 中文乱码
百度上看到这样的方法General——Content Types——JavaProperties File——*.properties(locked)——Default encoding(设置为UTF-8)——Update——Ok在此之后输入的中文就不会乱码,但打开以前的任然是乱码。装插件的方式,按照教程,完美解决该问题http://blog.sina.co转载 2017-03-29 00:40:07 · 593 阅读 · 0 评论 -
eclipse插件列表
A - http://download.aptana.com/studio3/plugin/install教程地址:http://www.cnblogs.com/dashabi/p/5900232.html转载 2017-03-20 22:00:00 · 465 阅读 · 0 评论 -
Eclipse中怎么清除EGit记住的GitHub用户名和密码,解决alt+/ 代码补全失效
window-preferences-General-Security-Secure Storage-Content在下拉框里面找到GIT,可以delete掉记住的用户名和密码。pull代码时重复输入帐号密码的问题好像也能解决。转载 2016-04-09 15:06:51 · 661 阅读 · 0 评论 -
JPA java change event handler 造成的eclipse卡死问题
在使用 eclipse 阿里规约插件 时, eclipse 的Progress窗口 一直在提示 “JPA java change event handler”界面也非常卡,一种死循环即视感百度了一番 都是说 将 eclipse目录下 plugins features 两个文件夹中 org.eclipse.jpt 开头的文件 转移到另外的一个新建的文件夹 disable转载 2017-12-18 17:54:02 · 28632 阅读 · 7 评论 -
eclipse table转换为4个space
preferences--java--Code Style--Formatter--选择模版 Edit..--Indentation--Tab policy: 选择 Spaces only看别的博客另外还需要设置一个参数,不过已经生效了就没改了idea 显示隐藏的字符 show invisible charactershttps://stackoverflow.com/que转载 2018-02-09 13:40:10 · 440 阅读 · 0 评论 -
eclipse maven项目报错:程序包com.sun.image.codec.jpeg不存在
Preferences->Java->Installed JREs->选中使用的jre->Edit...-> Add External JARs-> 添加本地jdk的 lib文件下的tools.jar重新 maven 编译即可原创 2019-07-11 15:51:56 · 320 阅读 · 0 评论 -
eclipse context root 修改无效
遇到的情况是tomcat 报错,无法启动Problems中有提示 web.xml版本不对起因是复制的时候 web.xml 中的头文件是2.3后面改成2.5单纯的只是改了版本号,后面才发现改的不对2.5的版本应该是<?xml version="1.0" encoding="UTF-8"?><web-app version="2.5" xmIns="h...转载 2019-05-05 01:37:16 · 767 阅读 · 0 评论 -
Eclipse 更换Workspace + 清除Workspace历史
参考http://swiftlet.net/archives/1246https://blog.csdn.net/aaaaaaadsfsdgsdfh/article/details/53389964切换workspace清除Workspace历史用\n 分隔不同的 workspace 路径...转载 2019-04-11 11:51:35 · 290 阅读 · 0 评论 -
eclipse jsp 输入卡顿
由于最近的项目中用到了jsp相关的技术, 就遇到了这个问题发现的现象:在旧版: Luna Service Release 2 (4.4.2) 同样的页面并不卡顿, 非常流程新版: 2018-09 (4.9.0) 卡顿, 且jsp代码少的页面不卡, 多的才卡 尝试过的方案:eclipse 关掉拼写检查, 验证Validate 等都没什么用 最终发现jsp页面中有这...原创 2018-11-24 12:46:03 · 668 阅读 · 0 评论 -
maven 构建项目 报错信息 乱码
首先控制台打印的信息是乱码参考 https://blog.csdn.net/guanghuilove/article/details/6981604通过设置编码为 GBK菜单栏 Run -- Run Configuration -- Common -- Console Encoding 能够看到具体的报错信息中有这个报错明显是语法错误时才会显示再检查了导入...原创 2018-11-12 16:48:16 · 708 阅读 · 0 评论 -
An internal error occurred during: "Launching my-project". Unknown scope: test
在用jetty插件启动项目时遇到报错An internal error occurred during: "Launching my-project".Unknown scope: t est排查了当前项目的 pom.xml中的依赖没有结果在网上搜了好一会也没有得到现成的答案思来想去,觉得会不会是依赖的其他工程有问题呢?终于在依赖的项目的pom文件中发现了问题,这个t...原创 2018-11-13 18:27:41 · 521 阅读 · 0 评论 -
eclipse 安装 阿里代码规范检测插件 切换 中文
eclipse中help-》intall new sofware-》work with 输入https://p3c.alibaba.com/plugin/eclipse/update更新后重启eclipse,如果出现的是英文 点击界面的图标 重启即可转载 2018-05-09 20:17:22 · 2052 阅读 · 0 评论 -
eclipse 代码提示习惯--关闭按 .按键时自动提示 造成的卡顿
原创 2018-04-18 14:02:56 · 742 阅读 · 0 评论 -
Egit插件之 Merge
合并选项:merge options m1.提交(提交结果):Commit (commit the result)m2.没有提交(准备合并提交,但是还没有提交):No commit (prepare merge commit, but don't commit yet)m3.挤压(将更改合并到工作树中,但不要创建合并提交):Squash (merge changes into working tr...翻译 2018-04-12 11:21:47 · 1540 阅读 · 0 评论 -
eclipse git插件 上传新项目到码云库
Eclipse上传全新的项目到git远端仓库1.项目上右键--team--share project(没有s的)--git--勾选 User or create repository in parent folder of project--点击项目--Create Repository --Finish项目后面会有一串小字[项目名 NO-HEAD] 说明本地库已经建好了 2....原创 2017-10-19 11:57:33 · 274 阅读 · 0 评论 -
eclipse git提交 弹窗显示
转自:https://zhidao.baidu.com/question/371881484565079644.htmlwindow ——> Preferences ——>Team ——> Git——>Committing ——>“Use Staging View to Commit instead of Commit Dialog”取消勾选。转载 2017-09-05 09:21:12 · 3379 阅读 · 2 评论 -
maven 安装 、更新插件出错 An error occurred while uninstalling session context was:(profile=epp.package
An error occurred while uninstallingsession context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Uninstall, operand=[R]org.eclipse.rcp.configuration_root.win32.w转载 2017-07-22 21:18:39 · 7071 阅读 · 3 评论 -
svn 插件选择 Subclipse与Subversive比较
http://ericbao.blog.sohu.com/266688156.htmlSubclipse与Subversive比较部分内容截取:Eclipse 是否是你操作 SVN 的唯一途径?如果是,偏向于选择 Subversive;如果不是,比如说像我,还要经常使用 TortoiseSVN ,则偏向与选择 Subclipse 。Subclipse 的操作更倾向于转载 2017-04-04 23:44:19 · 1388 阅读 · 0 评论 -
eclipse none版本 win7系统 进程关闭后 不自动退出的问题
cmd 命令行下,切换到eclipse的文件夹,输入eclipse -clean后,问题自动解决了,具体原因未知来源:http://www.itnose.net/detail/103351.html转载 2017-04-04 22:25:16 · 456 阅读 · 0 评论 -
eclipse 比较两个文本文件的 内容
在eclipse 中 选中两个文本后转载 2017-04-13 12:48:46 · 7894 阅读 · 0 评论 -
AngularJS Eclipse
写js代码的插件:http://www.cnblogs.com/liuning8023/archive/2016/03/28/5331001.html转载 2017-04-02 17:45:41 · 540 阅读 · 0 评论 -
Access restriction: The constructor SunJCE() is not accessible 错误
Access restriction: The constructor SunJCE() is not accessible due to restriction on required library D:\Program files\jdk1.6.0_07\jre\lib\ext\sunjce_provider.jarAccess restriction: The type SunJC转载 2017-04-02 13:05:54 · 420 阅读 · 0 评论 -
eclipse进行Debug的时候,发出“java breakpoint unable to install breakpoint”错误
eclipse进行Debug的时候,发出“javabreakpoint unable to installbreakpoint”错误错误情况图:问题的解决方法:直接点击忽略掉:Don‘t tell me again来自网上的答案~~I had the same error message in Eclipse 3.4.1, SUN JVM1.6.0_07转载 2017-04-02 09:33:26 · 1300 阅读 · 0 评论 -
eclipse 查看源码class文件 乱码
解决方案:http://www.cnblogs.com/yfding/p/5955591.htmlgeneral--workspace--text file encoding 设置为utf-8general--content types-- java class file--default encoding 设置为utf-8转载 2017-04-11 09:03:37 · 688 阅读 · 0 评论 -
项目中提示 The import com.xxx.xxxx cannot be resolved
eclipse没能自动编译源代码到build/classes(或其他classes目录),导致类型查找不到。需要操作一下 Project | Clean...转自:http://www.lizi.pw/archives/28转载 2017-02-26 10:14:31 · 1530 阅读 · 0 评论 -
Eclipse Project Explorer 无效的项目清除
有时候项目被手动删除了,但还是能在Working set中看到 此时只要按F5刷新,eclipse会提示 项目不存在是否删除原创 2016-09-08 18:04:19 · 2107 阅读 · 0 评论 -
eclipse 汉化
首先确定自己的版本再到这个网址http://www.eclipse.org/babel/downloads.php寻找需要的语言包参考百度经验http://jingyan.baidu.com/article/4b07be3cb1864e48b380f315.html转载 2017-04-14 14:45:06 · 310 阅读 · 0 评论 -
svn 冲突解决 Decide how to resolve conflict on xxxx.java
译文来源于百度翻译conflicts have been resolved in the file 冲突已在文件中得到解决 resolve the conflict by using my version of the file 通过使用我的文件版本来解决冲突resolve conflicts in local file with my changes 用我的翻译 2017-04-06 09:32:18 · 3449 阅读 · 0 评论 -
(转)eclipse 打开pom.xml文件很慢 设置pom.xml打开方式
http://blog.csdn.net/wobendiankun/article/details/248321191.打开Window>Preferences>Maven>User Interface 勾选"open XML page in the POM editor by default2. 打开Window>Preferences>General>Editors>F转载 2017-08-08 10:43:21 · 3288 阅读 · 0 评论 -
eclipse Open Resource 过滤无效 maven项目
盗了两张图,来源:eclipse Open Resource(Ctrl+Shift+R) 查找文件时去除class文件的显示1.右键文件--Properties--Resource--取消Derived2.ctrl+shift+R --右上角的小三角--取消Show Derived Resource 网上的教程大多数就到此为止了,可m原创 2017-07-23 01:06:53 · 3303 阅读 · 0 评论 -
eclipse更新spring后,maven选项不见了
说一下故事发展路线。解决方案在红色字体部分一开始是,spring配置文件里面有一行报错Error occured processing XML 'org.springframework.beans.MutablePropertyValues.get(Ljava/lang/String;)Ljava/lang/Object;'. See Error Log for more details原创 2017-07-22 21:46:25 · 4882 阅读 · 0 评论 -
eclispe spring 配置报错:Error occured processing XML 'org.springframework.beans.MutablePropertyValues.ge
Error occured processing XML 'org.springframework.beans.MutablePropertyValues.get(Ljava/lang/String;)Ljava/lang/Object;'. See Error Log for more details转自:http://blog.csdn.net/niu_hao/article/转载 2017-07-22 18:31:45 · 5692 阅读 · 0 评论 -
eclipse 离线安装插件 很慢 computing alternate solutions may take a while:1 / 15
转:http://blog.csdn.net/haibo_hn/article/details/54602186computing alternate solutions may take a while:1 / 15preferences--Install/Update--Available Software Sites取消后将不会访问 软件网址的列表,在使用离线安装插件时会转载 2017-07-22 19:14:12 · 2519 阅读 · 1 评论