zoukankan      html  css  js  c++  java
  • eclipse 设置

    修改工作空间默认编码:
    Window --> Preferences --> General --> Workspace --> Text file encoding --> UTF-8



    基础字体字号修改:
    Window --> Preferences --> General --> Apperance --> Colors and Fonts --> Basic --> Text Font --> Edit --> Courier New 12

    java编码格式:
    Window --> Preferences --> Java --> Code Style


    maven的setting文件:
    Window --> Preferences --> Maven --> User Settings
     

    eclipse 设置Ctrl+点击跳转 更改为 Alt+点击跳转

    Window->Preferences->General->Editors->Text editors->Hyperlinking

     

    eclipse在search的时候,通过search打开的页面会覆盖之前打开的页面,如果不想覆盖的话,可以这么设置:

    Window->Preferences->General->Search

    取消勾选Reuse editors to show matches

     
     
  • 相关阅读:
    class和struct
    类内初始值(c++11)
    默认初始化、值初始化
    聚合类
    对象
    排序算法的比较
    快速排序
    堆排序
    ubunu设置java命令为全局的命令-添加到全局环境变量
    Mina笔记
  • 原文地址:https://www.cnblogs.com/ooo0/p/7155679.html
Copyright © 2011-2022 走看看