`

eclipse 镜像

    博客分类:
  • java
 
阅读更多
由于download.eclipse.org域连接较慢,安装eclipse插件时,要连接半天,可以使用eclipse的国内镜像进行安装
好用的镜像
原创博客
引用

有以下几个好用的mirror:

    download.actuatechine.com/

    mirror.bit.edu.cn

    mirrors.ustc.edu.cn

    mirror.bjtu.edu.cn



下载nginx配置镜像
http://nginx.org/en/download.html


#nginx.conf
    server {
        listen       80;
        server_name  download.eclipse.org;

        #charset koi8-r;

        #access_log  logs/host.access.log  main;

        location / {
            proxy_pass http://mirror.bit.edu.cn/eclipse/;
        }



修改host文件
127.0.0.1  download.eclipse.org


安装插件真的好快
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics