zoukankan      html  css  js  c++  java
  • myeclipse配置

    1. windows->preference->MyEclipse->servers->tomcat 选项下

    Tomcat 6.x

    点 enable

    设置tomcat directory

    2         进入Tomcat->JDK 配置jdk

    进入 Tomcat->Launch 配置 debug mode

    然后进入Manage Deployments 配置一下

    1. 修改web应用名称

    右键点properties 进入MyEclipse 进入Web

    修改 Web Context-root 就可以修改web应用名称了

    3. Alt+/不管用原因:新版本中MyEclipse的Alt+/是别的快捷键,Ctrl+Space是提示标签快捷键,而Ctrl+Space与输入法切换冲突不能用。
    MyEclipse设置Alt+/快捷键
    1). 点击Windows->Preferences->General->Keys
    2). 在快捷键列表中找到:Word Competion,把它的快捷键 Alt+/ 改成其它的快捷键(方法:先把此快捷键删除,点右边的按钮"Remove Binding", 再选中Binding文本框,输入你想要的快捷键)。
    3). 在快捷键列表中找到:Content Assist,把它的快捷键 Ctrl+Space 改成我们要的
  • 相关阅读:
    378. Kth Smallest Element in a Sorted Matrix
    372. Super Pow
    357. Count Numbers with Unique Digits
    345. Reverse Vowels of a String
    343. Integer Break
    347. Top K Frequent Elements
    344. Reverse String
    338. Counting Bits
    326. Power of Three
    python练习
  • 原文地址:https://www.cnblogs.com/superPerfect/p/4295964.html
Copyright © 2011-2022 走看看