Java 基础操作

一、eclipse常用设置

     设置字体大小         Window - Preferences - General - Appearance - Colors and Fonts - Basic -Text Font

     设置背景护眼色     Window - Preferences - General - Editors - Text Editors - Background color 

                                    护眼色RGB值      R:199 G:237 U:204

      设置编码               Window - Preferences - General - Workspace - Text file encoding   设置 UTF-8

      设置智能提示        Window - Preferences - Java - Editor-Content Assist - Auto activation triggers for java 输入键盘所有字母+.

二、eclipse常用快捷键

     快速实现接口           Alt+Shift+S 键  选择 Overried/Implement Mathod

     快速实现Get  Set     Alt+Shift+S 键  选择 Generate Getters and Setters

     对文件重命名           Alt+Shift+R 键 

三、eclipse常用操作

     java包引用情况     右击  选择 Build Path - Configure Build Path

扫描二维码关注公众号,回复: 6078549 查看本文章

———来自原创 风吹蛋蛋飘~

猜你喜欢

转载自blog.csdn.net/baidu_26504655/article/details/86136748