安装Eclipse

集成开发环境IDE

  • Integrated Development Environment:集成开发环境

安装Eclipse

  • 推荐32位的Eclipse
  • 链接:https://pan.baidu.com/s/1CcjiSEb9Lf602o9a4aA3xg
  • 提取码:z8ma
  • 下载并解压到d:/eclipse

选择工作区

  • File -> Switch Workspace 选择d:\project作为工作区

Eclipse的使用技巧

  • 代码补全:alt + /
  • 快速生成代码:alt + shift + s -> C O R S
  • 自动编译:菜单-Project->勾选Build Automatically
  • 快速复制一行:ctrl + alt + ↑ / ↓

调整Eclipse

  • 修改字号:window->preferences->general->appearence->colors and fonts->basic->Text Font->Edit->14->Apply
  • 关闭悬浮提示:window->preferences->Java->Editor->Hovers->取消勾选Combined Hover
  • 设置豆沙绿护眼:Window->Preferences->General->Editors->TextEditors->Appearence color options->Background color->色调:85饱和度:120亮度:208

你可能感兴趣的:(安装Eclipse)