美文网首页
001—Myeclipse常用编程设置

001—Myeclipse常用编程设置

作者: lemonMT | 来源:发表于2017-12-12 14:26 被阅读0次

    设置工程通用JDK

    选择Windows-->preference--->java-->Installed JREs--->add-->standard VM

    选择对应的步骤

    找到自己对应的JDK文件夹。然后选择apply。

    JDK文件夹

    设置本地的tomcat

    选择windows-->preperence-->servers-->Runtime Envirconment--->add

    我选择的是tomcat8.5

    调整字体

    选择windows-->preperence->general-->Appearance-->colors and fonts-->Basic

    然后选择 textfont , 然后选择自己喜欢的大小和字体。

    字体改变

    设置眼睛保护色

    选择Windows-->preperence ->general-->Editors-->Text Editors-->Background color
    颜色选择自定义,ESL:85,123,,205.


    如图所示 颜色设置

    安装 mybatis的插件

    1。选择 Help->Install from site...

    2。在弹出的对话框中点击右上角的Add按钮。

    3。在弹出的对话框中输入

    Name:mybatis

    Location:https://dl.bintray.com/mybatis/mybatis-generator

    插件工具

    设置修改后标示

    在使用Eclipse做开发的时候,已经修改了某个文件,但是文件的图标没有明显的标示
    如下解决:


    image.png

    相关文章

      网友评论

          本文标题:001—Myeclipse常用编程设置

          本文链接:https://www.haomeiwen.com/subject/moxnixtx.html