1. File->New->Other Picture-1 2. Select "Android Project from Existing Code", and click "Next" button. 3. click "Browse..." to select the root directory of library project, then click "finish" button. 4. After…
eclipse中编辑java或C/C++文件时,注释的快捷键均为 "CTRL + / ",编辑xml文件时,该快捷键无效. eclipse XML 注释:CTRL + SHIFT + / 撤销注释:CTRL + SHIFT + \…
[背景] 使用之中发现一些eclipse使用的小技巧,记录下来供以后查阅   由于机器是老婆的,创建新类的时候或者生成注释的时候全都是她的名字,避免弄混,需要设置一下: 设置创建新类时自动生成类或方法注释 进入Eclipse->Preferences->Java->Code Style->Code Templates->Code->New Java Files, 修改为如下: ${filecomment} ${package_declaration} /** *类说明…
[背景] 使用之中发现一些eclipse使用的小技巧,记录下来供以后查阅   Eclipse保存preferences,并导入到其他workspaces The Export wizard can be used to export preferences from the Workbench to the local file system. To export a preference file: Select File > Export . In the Export wizard sel…
Eclipse hangs at the Android SDK Content Loader http://stackoverflow.com/questions/13489141/eclipse-hangs-at-the-android-sdk-content-loader…
环境:jdk1.7+eclipse luna 选择:Run ->Run Configurations, 在弹出框右侧中选择Arguments, 在VM arguments最后加入 -Xms256m -Xmx512m -XX:MaxNewSize=256m -XX:MaxPermSize=256m #请按实际需求填写 点击Apply即可生效.…
edit : --> D:\tools\eclipse\configuration\.settings\org.eclipse.ui.ide.prefs…
进入/home/xxx(用户名)/.local/share/applications,看是否有eclipse和深度音乐desktop配置文件,为eclipse.desktop配置图标, 那现在终端输入下列代码: sudo gedit /usr/share/applications/eclipse.desktop 在文件如添加如下内容,然后保存退出即可. [Desktop Entry] Name=Eclipse Comment=c project manage software Exec=/hom…
As part of switching to Apache Maven for building CloudStack, the .classpath and .project files used by Eclipse were removed. This page describes how to get CloudStack loaded into an Eclipse workspace. For more details on the actual build process wit…
mvnDebug tomcat:run 这条命令主要用来远程测试,它会监听远程测试用的8000端口,在eclipse里打开远程测试后,它就会跑起来了,设断点,调试,一切都是这么简单. 0.如果是maven项目,先利用mvn eclipse:eclipse 将maven项目转换为eclipse项目,然后导入eclipse:最好在eclipse里安装tomcat的plugin (也可不装,不影响使用). 1.如果一个工程不能有错误,找不到javax.servlet.*之类的,在工程的proterty…