zoukankan      html  css  js  c++  java
  • eclipse同步远程服务器

    eclipse里有一个强大的插件,可以直接在本地编辑远程服务器代码,Eclipse Remote System Explorer (RSE)

    下载安装方法:

    一、下载,高版本的eclipse可以直接下载,

         1、打开help——Eclipse Market Place,在find里输入remote搜索,搜索过程可能会有些慢

    2、找到Remote System Explorer,点击installed,至此下载安装完毕

    二、配置

      1、打开windows——Perspective——Open Perspective——other,选择Remote System Explorer

    2、eclipse左侧会出现Remote System窗口,在窗口空白处右键,选择New connection,弹出的窗口中选择linux

    3、host name 中输入ip next

    4、configuration中选择ssh.files,finish

    5、输入用户名密码就可以连接了,如果用户名不对,可以右键在属性里修改

    本机任意操控远程服务器代码,爽

        

  • 相关阅读:
    uva1610 Party Games
    uva1442 Cav
    uva1609 Foul Play
    uva1608 Non-boring sequences
    uva12174 滑动窗口+预处理
    uva 1451 数形结合
    light oj 1336 sigma function
    找常用词(字符串处理)问题
    指定排序问题
    完数问题
  • 原文地址:https://www.cnblogs.com/muxinyue/p/5757987.html
Copyright © 2011-2022 走看看