java随笔

Eclipse的一些设置,导入导出项目

2017-05-27  本文已影响16人  71150ce14a00

设置eclipse 的一些属性

A:行号的显示和隐藏
    显示:在代码区域的最左边的空白区域,右键 -- Show Line Numbers即可。
    隐藏:把上面的动作再做一次。
        
B:字体大小及颜色
    a:Java代码区域的字体大小和颜色:
        window -- Preferences -- General -- Appearance -- Colors And Fonts -- Java -- Java Edit Text Font
    b:控制台
        window -- Preferences -- General -- Appearance -- Colors And Fonts -- Debug -- Console font
    c:其他文件
        window -- Preferences -- General -- Appearance -- Colors And Fonts -- Basic -- Text Font
        
C:窗体给弄乱了,怎么办?
    window -- Perspective -- Reset Perspective
        
D:控制台找不到了,怎么办?
    Window--Show View—Console

删除和导入项目
A:删除项目
选中项目 – 右键 – 删除
从项目区域中删除
从硬盘上删除
B:导入项目
在项目区域右键找到import
找到General,展开,并找到
Existing Projects into Workspace
点击next,然后选择你要导入的项目
注意:这里选择的是项目名称

& 和 && 的区别, & 左边和右边都执行, && 如果左边为false右边不执行

上一篇 下一篇

猜你喜欢

热点阅读