zoukankan      html  css  js  c++  java
  • myeclipse 关闭自动更新,updating progress,updating index以及一些不必要的插件启动

    1.关闭updating index Window => Preferences => Myeclipse Enterprise Workbench => Maven4Myeclipse => Maven=>禁用Download repository index updates on startup
    2.解决'update progress'
    'update progress' has encountered aproblem.An tinernal error has occurred
    去到Myeclipse根目录下找到eclipse\configuration\org.eclipse.update下面把last.config.stamp删除掉,重启myeclipse

    1 老是弹出Quick update error 这个问题的解决办法是关闭自动更新
    Windows > Preferences > MyEclipse Enterprise Workbench > Community Essentials,
    把选项 "Search for new features on startup"的前勾去掉即可.
    2 关闭updating indexes
    Window > Preferences > Myeclipse Enterprise Workbench > Maven4Myeclipse > Maven>禁用Download repository index updates on startup
    3 关闭MyEclipse的自动validation
    windows-->perferences-->myeclipse-->validation 将Build下全部勾取消
    如果你需要验证某个文件的时候,我们可以单独去验证它。方法是,在需要验证的文件上( 右键 -> MyEclipse -> Run Validation
    4 启动优化,关闭不需要使用的模块
    Window > Preferences > General > Startup andy Shutdown 在这里列出的是MyEclipse启动时加载的模块 我这里只让它加载tomcat5 勾选 MyEclipse EASIE Tomcat 5 .

  • 相关阅读:
    ubuntu安装docker-compose
    docker-compose常用命令(持续更新...)
    docker运行jpress
    gcc -o选项:指定输出文件
    gcc -c:只编译不链接,仅生成目标文件
    WMWare下安装centOS7,并使用xshell进行连接记录.
    主线程和子线程多种情况小探讨
    Sleep的本质
    为什么要对多线程进行加锁操作呢
    list操作相关总结
  • 原文地址:https://www.cnblogs.com/jirglt/p/2787537.html
Copyright © 2011-2022 走看看