Eclipse国内镜像源配置方法
Table of Contents
我们在国内从官网下载Eclipse以及插件非常慢,那么,有没有方法变快呢?
有,那就是使用国内的公开镜像源替换官方源。
1 下载Eclipse
首先,我们看一个链接地址:
其中, http://mirror.bit.edu.cn 代表一个国内的镜像源,后面的路径基本是固定的,所以,如果需要下载一个新的版本时,可以到:
http://mirror.bit.edu.cn/eclipse/technology/epp/downloads/release/
路径下去找时间戳最新的那个文件夹,然后,去下载最新的版本。
常用的几个速度很快的源:
中国科学技术大学(5.6MB/s) http://mirrors.ustc.edu.cn/eclipse/
北京理工大学(600KB/s) http://mirror.bit.edu.cn/eclipse/
大连东软信息学院(400KB/s) http://mirrors.neusoft.edu.cn/eclipse/
2 安装插件
同样,需要把里面的源改为速度最快的源:
help -> Install New Software… -> Available Software Sites

把 http://download.eclipse.org/ 替换为 http://mirrors.ustc.edu.cn/eclipse 。

Date: 2017-01-19 23:02
Created: 2017-01-19 周四 23:58
Emacs 26.0.50.4 (Org mode 9.0.3)
- 网上找到的国内镜像总结:
1.企业贡献:
搜狐开源镜像站:http://mirrors.sohu.com/
网易开源镜像站:http://mirrors.163.com/
首都在线科技股份有限公司:http://mirrors.yun-idc.com/2.大学教学:
<1>镜像较多内容:
西安电子科技大学: ftp://linux.xidian.edu.cn
哈尔滨工业大学: http://run.hit.edu.cn/
大连理工大学: http://mirror.dlut.edu.cn/
北京理工大学:
http://mirror.bit.edu.cn (IPv4 only)
http://mirror.bit6.edu.cn (IPv6only)北京交通大学: http://mirror.bjtu.edu.cn (IPv4 only)
http://mirror6.bjtu.edu.cn (IPv6 only)
http://debian.bjtu.edu.cn(IPv4+IPv6)兰州大学:http://mirror.lzu.edu.cn/
厦门大学:http://mirrors.xmu.edu.cn/上海交通大学:
http://ftp.sjtu.edu.cn/ (IPv4 only)
http://ftp6.sjtu.edu.cn (IPv6 only)清华大学:
http://mirrors.tuna.tsinghua.edu.cn/ (IPv4+IPv6)
http://mirrors.6.tuna.tsinghua.edu.cn/ (IPv6 only)
http://mirrors.4.tuna.tsinghua.edu.cn/ (IPv4 only)天津大学:http://mirror.tju.edu.cn/
浙江大学:http://mirrors.zju.edu.cn/中国科学技术大学:
http://mirrors.ustc.edu.cn/ (IPv4+IPv6)
http://mirrors4.ustc.edu.cn/
http://mirrors6.ustc.edu.cn/西南大学:http://linux.swu.edu.cn/swudownload/Distributions/
华中科技大学:http://mirrors.hust.edu.cn/
东北大学:
http://mirror.neu.edu.cn/(IPv4 only)
http://mirror.neu6.edu.cn/ (IPv6 only)电子科技大学:http://ubuntu.uestc.edu.cn/
青岛大学:http://mirror.qdu.edu.cn/
东软信息学院: http://mirrors.neusoft.edu.cn/<2>镜像较少内容:
南京师范大学:http://mirrors.njnu.edu.cn/
更换镜像
- 打开eclipse prefereces,选择 install/update –> Available Software Sites
- 更换镜像,我这里选择中国科技大学的实验一下
- 试一下打开eclipse marketplace 的速度,6不6
Eclipse国内镜像源配置方法的更多相关文章
- 修改Ubuntu的apt-get源为国内镜像源的方法
1.原文件备份 sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak 2.编辑源列表文件 sudo vim /etc/apt/sources. ...
- Android SDK 国内镜像及配置方法
东软信息学院的 Android SDK 镜像,比配置代理下载快. 配置地址, http://mirrors.neusoft.edu.cn/configurations.we#android 配置步骤: ...
- pip使用国内镜像/源的方法
一.修改配置文件 pip配置文件的路径如下,没有的话新建一个: linux/msys2等是:用户目录/.pip/pip.confwindows是:用户目录/pip/pip.ini 用户目录通过下行命令 ...
- Anaconda配置国内镜像源
1. 为conda配置(清华)镜像源 使用conda进行安装时,访问的是国外的网络,所以下载和安装包时会特别慢.我们需要更换到国内镜像源地址,这里我更换到国内的清华大学地址.(永久添加镜像) Wind ...
- Ubuntu16.04下配置pip国内镜像源加速安装【转】
本文转载自:https://blog.csdn.net/yucicheung/article/details/79095742 问题描述 基于国内网速的问题,我们直接pip安装包通常速度非常慢,而且经 ...
- pip操作以及window和虚拟机中为pip更换一个国内的镜像源的方法
前言 在学习PyQt5的过程中,参考王硕和孙洋洋的PyQt5快速开发与实战中,看到的关于Python开发技巧与实战,觉得挺好的 所以将其摘抄了下来方便阅读.之后还有一个关于更换pip镜像源的方法,方便 ...
- Android studio配置国内镜像源
Android studio配置国内镜像源 不使用镜像也是可以的,据说谷歌在中国搭建了服务器 如果直接使用有问题,不妨使用镜像试试.有自动探测代理配置和手动代理配置. https://blog.csd ...
- Kubernetes helm配置国内镜像源
1.删除默认的源 helm repo remove stable 2.增加新的国内镜像源 helm repo add stable https://burdenbear.github.io/kube- ...
- Python国内镜像源及报错解决方法
国内镜像源: 阿里云:https://mirrors.aliyun.com/pypi/simple/ 清华:https://pypi.tuna.tsinghua.edu.cn/simple/ 中国科技 ...
随机推荐
- 【AtCoder】ARC087
C - Good Sequence 题解 用个map愉悦一下就好了 代码 #include <bits/stdc++.h> #define fi first #define se seco ...
- 利用 gdb 探究main(int argc, char *argv[]){} 中的char *argv[]
在 Linux 系统中编写小程序 代码如下 编译并采用gdb调试 在调试之前设置三个参数 a bb ccc 输入 start 执行代码到 return 0; 从这里可以看到 argc = ...
- JSP中的内置标记(JSP动作)和 EL表达式
一.JSP的内置标记(JSP动作) (一)JSP的内置标记都是以<jsp: 开始标记的 一般会用到<jsp:useBean/>,<jsp:setProperty/>,&l ...
- 通过css属性hack完成select样式美化,并兼容IE
最近在重构时遇到了select样式问题,并且需要在不影响语义化的情况下,兼容IE8. 经过一番的百度后始终没有找到合适的纯CSS解决方案,最后换了一下思路,大胆使用了属性hack: 在chrome和F ...
- DEX文件类型和虚拟机(摘抄)
DEX文件类型是Android平台上可执行文件的类型. Dalvik是Google公司自己设计用于Android平台的Java虚拟机.Dalvik虚拟机是Google等厂商合作开发的Android移动 ...
- HDU 4813 Hard Code(水题,2013年长春现场赛A题)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4813 签到题. 把一个字符串按照格式输出就可以了,很水 #include <stdio.h> ...
- CMSIS-DAP for STLink V2.1 and STLink v2.1 mini adapter
CMSIS-DAP V1 V2
- Versaloon -- Connect To Targets
Versaloon Full open-source(GPLv3) platform for multiple applications, including programmer, debugger ...
- Revit手工创建族
手工创建族 1.画两个参考平面. 图3001 2.点击族类型,添加参数. 图3002,3003 3.添加类型,为类型赋值. 3004 4.创建拉伸截面,完成后,可以三维查看. 3005 5.创建对齐, ...
- Xamarin.Android,Xamarin.iOS, Linking
Xamarin.Android applications use a linker in order to reduce the size of the application. The linker ...