-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathatom.xml
66 lines (53 loc) · 5.68 KB
/
atom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>luolinjia.com</title>
<link href="http://luolinjia.com/cn/"/>
<link type="application/atom+xml" rel="self" href="http://luolinjia.com/cn/atom.xml"/>
<updated>2019-11-07T09:17:37+08:00</updated>
<id>http://luolinjia.com/cn/</id>
<author>
<name>Karl Luo</name>
<email>[email protected]</email>
</author>
<entry>
<id>http://www.linecutfeng.com/info/github文件下载慢的完美解决方案</id>
<link type="text/html" rel="alternate" href="http://www.linecutfeng.com/info/github%E6%96%87%E4%BB%B6%E4%B8%8B%E8%BD%BD%E6%85%A2%E7%9A%84%E5%AE%8C%E7%BE%8E%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88"/>
<title>github文件下载慢的完美解决方案</title>
<updated>2019-10-22T00:00:00+08:00</updated>
<author>
<name>Karl Luo</name>
<uri>http://luolinjia.com/cn/</uri>
</author>
<content type="html"><p> 经常光顾github的程序猿朋友有可能面临这样的问题,公司或者家里的网速不给力或者,宽带运营商比较渣渣(笔者的宽带是北京宽带通,对、就是长城宽带,访问国外这种没被墙的网站慢的一匹),这时候想下载下来源码研究一番的时候,网速通常是这样的:<img src="https://blog-pic-1256190849.cos.ap-beijing.myqcloud.com/github%E6%96%87%E4%BB%B6%E4%B8%8B%E8%BD%BD%E6%85%A2%E7%9A%84%E5%AE%8C%E7%BE%8E%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88/github%E6%96%87%E4%BB%B6%E4%B8%8B%E8%BD%BD%E6%85%A2%E7%9A%84%E5%AE%8C%E7%BE%8E%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88-1.webp" alt="" />
是不是很让人抓狂?按照这个文件的大小为700m,那么猴年马月才能下载完呢? 我也曾经试过修改Hosts文件来防止DNS污染 以达到提高下载速度目的,然而效果很一般,并没有带来下载速度质的提升,正在笔者苦思冥想解决办法,甚至连离线下载都想到了,然而狗日的迅雷充会员才能使用离线下载功能,然而当我把离线下载的东西添加到离线空间,然后下载到本地时,满心欢喜的以为可以使用迅雷的尊贵vip功能(笑)、然而给力的迅雷果然让我失望了,下载速度该是多少还是多少(迅雷赔我血汗钱!),正在我百无聊赖的打开码云时,我的眼前一亮,码云竟然有这个功能:<img src="https://blog-pic-1256190849.cos.ap-beijing.myqcloud.com/github%E6%96%87%E4%BB%B6%E4%B8%8B%E8%BD%BD%E6%85%A2%E7%9A%84%E5%AE%8C%E7%BE%8E%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88/github%E6%96%87%E4%BB%B6%E4%B8%8B%E8%BD%BD%E6%85%A2%E7%9A%84%E5%AE%8C%E7%BE%8E%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88-2.webp" alt="" />
从github导入!!!这意味着什么?这意味着我可以从国内这样的网站,以转存的形式,下载到鲁棒的代码!
于是我细细的研究这个功能,发现只有经过你fork的项目,或者你创建的项目, 才能通过这样的方式导入,我想是可能码云为了免责,避免不必要的纠纷吧,毕竟有些代码想转存还是使用,可能需要遵守某些协议吧。
那么接下来的步骤就是一马平川了:
点击从github导入以后,接下来会出现你在github仓库上属于你或者你fork的代码:
<img src="https://blog-pic-1256190849.cos.ap-beijing.myqcloud.com/github%E6%96%87%E4%BB%B6%E4%B8%8B%E8%BD%BD%E6%85%A2%E7%9A%84%E5%AE%8C%E7%BE%8E%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88/github%E6%96%87%E4%BB%B6%E4%B8%8B%E8%BD%BD%E6%85%A2%E7%9A%84%E5%AE%8C%E7%BE%8E%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88-3.webp" alt="" />
点击导入,接下来码云就可以帮你转存了:这时候这个页面是可以关闭的,码云服务器转存完成以后,就可以下载了。
<img src="https://blog-pic-1256190849.cos.ap-beijing.myqcloud.com/github%E6%96%87%E4%BB%B6%E4%B8%8B%E8%BD%BD%E6%85%A2%E7%9A%84%E5%AE%8C%E7%BE%8E%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88/github%E6%96%87%E4%BB%B6%E4%B8%8B%E8%BD%BD%E6%85%A2%E7%9A%84%E5%AE%8C%E7%BE%8E%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88-4.webp" alt="" />
下载速度提升了不少,毕竟是国内的网站:
<img src="https://blog-pic-1256190849.cos.ap-beijing.myqcloud.com/github%E6%96%87%E4%BB%B6%E4%B8%8B%E8%BD%BD%E6%85%A2%E7%9A%84%E5%AE%8C%E7%BE%8E%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88/github%E6%96%87%E4%BB%B6%E4%B8%8B%E8%BD%BD%E6%85%A2%E7%9A%84%E5%AE%8C%E7%BE%8E%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88-5.webp" alt="image.png" /></p>
<p>果然跟马云谐音的网站,同样那么给力!</p>
<h3 id="联系我">联系我</h3>
<p>你可以通过以下几种方式联系到我。</p>
<ul>
<li><a href="http://weibo.com/GcsSloop">微博私信</a></li>
<li><a href="https://github.com/GcsSloop/AndroidNote/issues">提交Issues</a></li>
<li><a href="mailto:[email protected]">发邮件</a></li>
<li>发评论</li>
</ul>
<h3 id="我活动的平台">我活动的平台</h3>
<p><strong>
| <a href="http://weibo.com/LineCutFeng">微博</a>
| <a href="http://gold.xitu.io/#/user/56dd579a75c4cd4365aca918">掘金</a>
| <a href="https://github.com/GcsSloop">GitHub</a>
| <a href="http://www.jianshu.com/users/bc2fa21dbd1e/latest_articles">简书</a>
| <a href="https://www.zhihu.com/people/GcsSloop">知乎</a>
| <a href="http://blog.csdn.net/u013831257?viewmode=list">CSDN</a>
|
</strong></p>
</content>
</entry>
</feed>