zoukankan      html  css  js  c++  java
  • Eclipse安装nodeclipse插件

    1.  Start Eclipse, then select Help > Install New Software...
    2.  Enter the update site URL into the Work with text box:
        http://www.nodeclipse.org/updates/
        or the one that is quicker but changes every release
        http://dl.bintray.com/nodeclipse/nodeclipse/0.17/
        Select with checkbox what you want to install.
        ("The more, the better" does not apply here.
        Take note of what features names you are installing.)
        Below is Enide-Recommended-Set-for-Nodejs for example.

          


    3.  Uncheck "Contact all updates site during install to find required software"
        to make installation quicker.
        Note that different Eclipse version have different behaviour for that checkbox.
        Press the Enter key or Next button.
    4.  After a while depending of what you had and what you selected,
        you should see the center box filled with Eclipse plugins to install.
        Click Next.
    5.  Review the features that you are about to install. Click Next.
    6.  Read the license agreements,
        and then select I accept the terms of the license agreements. Click Finish.
    7.  You will then be asked if you would like to restart Eclipse. Click Restart Now.
    8.  Switch to Node perspective (e.g. Window -> Open Perspective -> Other ... -> Node).
    9.  Now you are ready to develop Node.js applications with Nodeclipse and great tools!

     


  • 相关阅读:
    数据库内连接、外连接与自连接
    安装MySQL容易出现的问题
    安装MySQL时提示3306端口已被占用的解决方案
    Smoke Testing
    冒烟测试与BVT测试
    以操作系统的角度述说线程与进程
    Notepad++配置Python开发环境
    Notepad++使用教程
    Sublime Text 皮肤插件安装
    小狼毫输入法常用设置
  • 原文地址:https://www.cnblogs.com/wuxiang/p/4628288.html
Copyright © 2011-2022 走看看