摘要:
1、安装GitGit-2.9.3-64-bit.exe 2、打开Git Bash,设置用户名,Email $ git config --global user.name "Your Name"$ git config --global user.email "email@example.com" 3 阅读全文
posted @ 2018-07-20 00:45
开发者导航
阅读(154)
评论(0)
推荐(0)
摘要:
自动添加注释 快捷键:alt shift jwindows-->preference Java-->Code Style-->Code Templates code-->new Java files 编辑它 ${filecomment} ${package_declaration} /** * @a 阅读全文
posted @ 2018-07-20 00:40
开发者导航
阅读(422)
评论(0)
推荐(0)
摘要:
设置:1、Window2、Customize Perspective说明:Tool Bar Visibility定义菜单栏,Shortcuts定义右键new菜单 阅读全文
posted @ 2018-07-20 00:39
开发者导航
阅读(309)
评论(0)
推荐(0)
摘要:
自动编译:对java应用没有什么意义,对web应用来说,当修改了代码时,会自动帮你编译并发布到web容器中去,省的重启web容器了。 build:编译,Eclipse的编译是基于时间戳的判断机制的。clean:当点击build all时有些Eclipse认为时间戳没有改变的类就不会被编译,因此需要c 阅读全文
posted @ 2018-07-20 00:39
开发者导航
阅读(463)
评论(0)
推荐(0)
摘要:
指定项目编译级别Eclipse→Preferences→Java→Compiler→Compiler compliance level:1.6或其他 或者, 阅读全文
posted @ 2018-07-20 00:38
开发者导航
阅读(252)
评论(0)
推荐(0)
摘要:
引入系统类库1、第一步:项目,右键,build path,remove报错的类库 2、第二步:项目,右键,build path→Add Library→JRE System Library,Next3、添加JDK4、Finish 阅读全文
posted @ 2018-07-20 00:36
开发者导航
阅读(264)
评论(0)
推荐(0)
摘要:
window->preferences->startup and shutdown->workspaces如图: 阅读全文
posted @ 2018-07-20 00:35
开发者导航
阅读(181)
评论(0)
推荐(0)
摘要:
1、配置maven安装路径Preferences-Maven-Installations-Add...(选择Maven安装路径) 2、配置user settings Maven-User Settings-Browse...(选择Maven配置文件路径C:\DevTools\apache-maven 阅读全文
posted @ 2018-07-20 00:34
开发者导航
阅读(98)
评论(0)
推荐(0)
摘要:
配置JDK 注意:此处配置的是JDK安装路径,不是JRE!!! 阅读全文
posted @ 2018-07-20 00:33
开发者导航
阅读(139)
评论(0)
推荐(0)
摘要:
首先,导出T1中的配置:打开T1,选择fileExport 在弹出框中选择General 下的preferencenext在export preferences 页面选择export all, 点Browse按钮,选择保存路径,写清楚文件名(就叫做preference file.epf 吧)fini 阅读全文
posted @ 2018-07-20 00:32
开发者导航
阅读(202)
评论(0)
推荐(0)

浙公网安备 33010602011771号