xiaozhaoboke

1、编码设置:Windows》preference》Workspace》Other-UTF-8》apply and close;

2、字体大小设置:Windows》preference》font》Colors and Fonts》Basic》Text Font》Edit》...

3、常用快捷键记录: 

 * 保存:ctrl+s 
 * 单行注释:ctrl+/
 * 多行注释:ctrl+shift+/,取消ctrl+shift+\
 * 类注释:alt+shift+j
 * 删除当行代码:ctrl+D
 * 撤销 ctrl+y
 * 撤回 ctrl+z
* 移动当行或多行选中代码:Alt+↑ 或者 Alt+↓ * Ctrl+B快速拷贝多行代码:Windows>>Preferences>>Keys>>Copy Lines>>Unbind Command>>Ctrl+B>>aplly
* Eclipse设置字母自动触发提示Windows>>Preferences>>Java>>Editor>>content assist>>Auto Action triggers for Java .abcdefghijklmnopqistuvwxyz

4、待续。。。

分类:

技术点:

相关文章:

  • 2021-09-21
  • 2021-10-05
  • 2021-10-04
  • 2021-08-02
  • 2021-08-06
  • 2020-05-06
  • 2021-08-04
  • 2021-08-05
猜你喜欢
  • 2021-12-10
  • 2021-07-09
  • 2021-11-29
  • 2021-12-23
  • 2021-09-02
  • 2021-11-05
  • 2021-09-11
相关资源
相似解决方案