国外的某些网站常常打不开或很慢,于是就有了做代理的镜像网站,举荐几个罕用的镜像网站,你可能用得上。
谷歌
Google镜像就是一个代理拜访谷歌的网站,比方 http://ac.scmor.com/ http://scholar.hedasudi.com/ ,自从用谷歌当前搜寻效率快多了,倡议你看看我之前的总结那些你可能不晓得的搜寻奇技淫巧,不过镜像只能应用不能登录谷歌账号。
谷歌学术
https://gfsoso.99lb.net/ https://cc.gufenxueshu.com/scholar/ https://www.gycc.com/?q=5g 搜寻5g的后果
比照谷歌学术的后果https://scholar.google.com.hk...
维基百科
维基百科的中文版万维百科,不过数据没有官网全 https://www.wanweibaike.com/ https://zh.wikipedia-mirror.o...:%E9%A6%96%E9%A1%B5
维基百科还提供数据下载 https://dumps.wikimedia.org/z...
GitHub
GitHub有时候clone很慢,如果你有代理ip能够 alias gg='http_proxy=127.0.0.1:1087 https_proxy=127.0.0.1:1087'
,而后 gg git clone xxx
GitHub镜像网站有 https://github.com.cnpmjs.org/ https://git.azurewebsites.net/
谷歌商店
https://pictureknow.com/#/ext... https://www.gugeapps.net/
http://www.cnplugins.com/top https://www.crx4chrome.com/
https://www.chromefor.com/ 对于Chrome扩大之前写过那些实用的 Chrome 扩大神器,装置Chrome扩大能够应用镜像商店下载crx文件而后手动装置,不过有些扩大可能没有及时同步。
油管
最近李子柒很火,看看她在油管的视频吧,不过这个网站不反对中文搜索。
SCI-Hub
做科研的人用得着 http://tool.yovisun.com/scihub/
另外举荐一个Sci-Hub一键全文下载的Chrome扩大 ,地址 https://chrome.google.com/web...
npm
http://npm.taobao.org/ 这是一个残缺 npmjs.org 镜像,你能够用此代替官网版本(只读),同步频率目前为 10分钟 一次以保障尽量与官网服务同步。npm config set registry "https://registry.npm.taobao.org"
golang
golang.org 打不开,你能够用https://golang.google.cn/dl/...://gomirrors.org/ 。
命令行代理有 https://goproxy.io/ https://goproxy.cn/ 命令行执行export GOPROXY=https://goproxy.io
composer
php.net 中文镜像 http://php.p2hp.com/
阿里云 Composer 全量镜像 https://developer.aliyun.com/...
能够通过prestissimo composer global require hirak/prestissimo
来治理composer镜像。
pypi
清华大学开源软件镜像站 https://mirror.tuna.tsinghua....
应用 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package
装置Python包