Skip to content

Commit c76a4a3

Browse files
author
Jianchao Liu
committed
fix: 七牛图床迁移到腾讯云
1 parent 35b7574 commit c76a4a3

7 files changed

+45
-45
lines changed

posts/Flex 学习.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,6 @@ flex属性是flex-grow, flex-shrink 和 flex-basis的简写,默认值为0 1 au
175175
[2]: http://www.ruanyifeng.com/blog/2015/07/flex-grammar.html
176176
[3]: http://www.ruanyifeng.com/blog/2015/07/flex-examples.html
177177
[4]: http://zhoon.github.io/css3/2014/08/23/flex.html
178-
[5]: http://7xq7nb.com1.z0.glb.clouddn.com/flex.png
179-
[6]: http://7xq7nb.com1.z0.glb.clouddn.com/justify-content.png
180-
[7]: http://7xq7nb.com1.z0.glb.clouddn.com/align-content.png
178+
[5]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/flex.png
179+
[6]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/justify-content.png
180+
[7]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/align-content.png

posts/white-space:nowrap的妙用.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ IE5上的效果,IE6应该也一样。
8181

8282

8383

84-
[1]: http://7xq7nb.com1.z0.glb.clouddn.com/nowrap-baseline.jpg
85-
[2]: http://7xq7nb.com1.z0.glb.clouddn.com/nowrap-jianxi.jpg
86-
[3]: http://7xq7nb.com1.z0.glb.clouddn.com/nowrap-inlineORinline-block.jpg
84+
[1]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/nowrap-baseline.jpg
85+
[2]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/nowrap-jianxi.jpg
86+
[3]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/nowrap-inlineORinline-block.jpg
8787
[4]: http://www.zhangxinxu.com/wordpress/2015/08/css-deep-understand-vertical-align-and-line-height/
8888
[5]: http://www.cnblogs.com/fengzheng126/archive/2012/05/18/2507632.html
89-
[6]: http://7xq7nb.com1.z0.glb.clouddn.com/nowrap-GIF.gif
90-
[7]: http://7xq7nb.com1.z0.glb.clouddn.com/nowrap-GIF-IE56.gif
89+
[6]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/nowrap-GIF.gif
90+
[7]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/nowrap-GIF-IE56.gif
9191
[8]: https://github.com/JChehe/blog
9292
[9]: http://jchehe.github.io/resume/

posts/《CSS 揭秘》读书笔记.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,4 +366,4 @@ li:first-child:nth-last-child(n+2):nth-last-child(-n+6) ~ li{
366366

367367
完!
368368

369-
[1]: http://7xq7nb.com1.z0.glb.clouddn.com/%E6%B8%90%E5%8F%98%E8%A7%92%E5%BA%A6.jpg
369+
[1]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/%E6%B8%90%E5%8F%98%E8%A7%92%E5%BA%A6.jpg

posts/《JavaScript面向对象精要》读书笔记.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1161,10 +1161,10 @@ JavaScipt 对象的所有属性都是公有的,没有显式的方法指定某
11611161
## 总结
11621162
看了两天的书,做了两天的笔记。当然这只是ES5的。过几天 ES6 新书又来了。最后感谢 [异步社区](http://www.epubit.com.cn/) 送我这本好书 [《JavaScript面向对象精要》](http://www.epubit.com.cn/book/details/1798),让我的前端根基更加稳固,希望自己的前端之路越走越顺。
11631163

1164-
[1]: http://7xq7nb.com1.z0.glb.clouddn.com/Object_hash.jpg
1165-
[2]: http://7xq7nb.com1.z0.glb.clouddn.com/copy_obj.jpg
1166-
[3]: http://7xq7nb.com1.z0.glb.clouddn.com/prototype.jpg
1167-
[4]: http://7xq7nb.com1.z0.glb.clouddn.com/%E6%97%A0%E6%A0%87%E9%A2%98.jpg
1168-
[5]: http://7xq7nb.com1.z0.glb.clouddn.com/obj_constructor_prototype.jpg
1169-
[6]: http://7xq7nb.com1.z0.glb.clouddn.com/%E5%AF%B9%E8%B1%A1%E7%BB%A7%E6%89%BF.jpg
1170-
[7]: http://7xq7nb.com1.z0.glb.clouddn.com/%E6%9E%84%E9%80%A0%E5%87%BD%E6%95%B0%E7%BB%A7%E6%89%BF.jpg
1164+
[1]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/Object_hash.jpg
1165+
[2]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/copy_obj.jpg
1166+
[3]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/prototype.jpg
1167+
[4]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/%E6%97%A0%E6%A0%87%E9%A2%98.jpg
1168+
[5]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/obj_constructor_prototype.jpg
1169+
[6]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/%E5%AF%B9%E8%B1%A1%E7%BB%A7%E6%89%BF.jpg
1170+
[7]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/%E6%9E%84%E9%80%A0%E5%87%BD%E6%95%B0%E7%BB%A7%E6%89%BF.jpg

posts/《图解HTTP》读书笔记.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -563,25 +563,25 @@ HTTP不具备必要的安全功能,就拿远程登录时会用到的SSH协议
563563
Github地址:[《图解HTTP》读书笔记][24]
564564

565565

566-
[1]: http://7xq7nb.com1.z0.glb.clouddn.com/graphical-http-9.jpg
567-
[2]: http://7xq7nb.com1.z0.glb.clouddn.com/graphical-http-10.jpg
568-
[3]: http://7xq7nb.com1.z0.glb.clouddn.com/graphical-http-12.jpg
569-
[4]: http://7xq7nb.com1.z0.glb.clouddn.com/graphical-http-13.jpg
570-
[5]: http://7xq7nb.com1.z0.glb.clouddn.com/graphical-http-14.jpg
566+
[1]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/graphical-http-9.jpg
567+
[2]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/graphical-http-10.jpg
568+
[3]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/graphical-http-12.jpg
569+
[4]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/graphical-http-13.jpg
570+
[5]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/graphical-http-14.jpg
571571
[6]: http://fanyi.jobbole.com/14191/
572-
[7]: http://7xq7nb.com1.z0.glb.clouddn.com/graphical-http-18.jpg
573-
[8]: http://7xq7nb.com1.z0.glb.clouddn.com/graphical-http-24.jpg
574-
[9]: http://7xq7nb.com1.z0.glb.clouddn.com/graphical-http-25.jpg
575-
[10]: http://7xq7nb.com1.z0.glb.clouddn.com/graphical-http-34.jpg
576-
[11]: http://7xq7nb.com1.z0.glb.clouddn.com/graphical-http-35.jpg
577-
[12]: http://7xq7nb.com1.z0.glb.clouddn.com/graphical-http-36.jpg
572+
[7]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/graphical-http-18.jpg
573+
[8]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/graphical-http-24.jpg
574+
[9]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/graphical-http-25.jpg
575+
[10]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/graphical-http-34.jpg
576+
[11]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/graphical-http-35.jpg
577+
[12]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/graphical-http-36.jpg
578578
[13]: https://datatracker.ietf.org/doc/rfc2616/
579-
[14]: http://7xq7nb.com1.z0.glb.clouddn.com/graphical-http-68.jpg
580-
[15]: http://7xq7nb.com1.z0.glb.clouddn.com/graphical-http-%E4%BB%A3%E7%90%86.png
581-
[16]: http://7xq7nb.com1.z0.glb.clouddn.com/graphical-http-184.jpg
579+
[14]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/graphical-http-68.jpg
580+
[15]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/graphical-http-%E4%BB%A3%E7%90%86.png
581+
[16]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/graphical-http-184.jpg
582582
[17]: https://github.com/fex-team/http2-spec/blob/master/HTTP2%E4%B8%AD%E8%8B%B1%E5%AF%B9%E7%85%A7%E7%89%88%2806-29%29.md
583583
[18]: https://www.zhihu.com/question/34074946
584-
[19]: http://7xq7nb.com1.z0.glb.clouddn.com/graphical-http-15.jpg
584+
[19]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/graphical-http-15.jpg
585585
[20]: https://developers.google.com/web/fundamentals/performance/critical-rendering-path/constructing-the-object-model
586586
[21]: http://www.cnblogs.com/hyddd/archive/2009/03/31/1426026.html
587587
[22]: http://stackoverflow.com/questions/417142/what-is-the-maximum-length-of-a-url-in-different-browsers/417184

posts/再次阅读《精通CSS-高级Web标准解决方案(第二版)》.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -342,14 +342,14 @@ CSS被设计成具有很强的向前兼容性。如果浏览器不理解某个
342342
Reset CSS :http://meyerweb.com/eric/tools/css/reset/
343343

344344

345-
[1]: http://7xq7nb.com1.z0.glb.clouddn.com/615180-20151122142212655-260430037.jpg
346-
[2]: http://7xq7nb.com1.z0.glb.clouddn.com/615180-20151122142226390-963867854.jpg
347-
[3]: http://7xq7nb.com1.z0.glb.clouddn.com/615180-20151122161707983-603474969.jpg
348-
[4]: http://7xq7nb.com1.z0.glb.clouddn.com/615180-20151122162756624-498882882.jpg
349-
[5]: http://7xq7nb.com1.z0.glb.clouddn.com/615180-20151122164038233-621267712.jpg
350-
[6]: http://7xq7nb.com1.z0.glb.clouddn.com/615180-20151122164048999-1126569143.jpg
351-
[7]: http://7xq7nb.com1.z0.glb.clouddn.com/615180-20151123214534686-1472015437.jpg
352-
[8]: http://7xq7nb.com1.z0.glb.clouddn.com/615180-20151123214541967-166102166.jpg
353-
[9]: http://7xq7nb.com1.z0.glb.clouddn.com/615180-20151123222336264-1720178800.jpg
354-
[10]: http://7xq7nb.com1.z0.glb.clouddn.com/615180-20151123232532967-1416854027.jpg
355-
[11]: http://7xq7nb.com1.z0.glb.clouddn.com/615180-20151124111613202-673126870.jpg
345+
[1]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/615180-20151122142212655-260430037.jpg
346+
[2]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/615180-20151122142226390-963867854.jpg
347+
[3]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/615180-20151122161707983-603474969.jpg
348+
[4]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/615180-20151122162756624-498882882.jpg
349+
[5]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/615180-20151122164038233-621267712.jpg
350+
[6]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/615180-20151122164048999-1126569143.jpg
351+
[7]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/615180-20151123214534686-1472015437.jpg
352+
[8]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/615180-20151123214541967-166102166.jpg
353+
[9]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/615180-20151123222336264-1720178800.jpg
354+
[10]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/615180-20151123232532967-1416854027.jpg
355+
[11]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/615180-20151124111613202-673126870.jpg

translation/用Mocha和Chai对JavaScript进行单元测试.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -405,10 +405,10 @@ OK,让我们将 `1` 改回 `0`,确保测试通过。
405405
[11]: https://zh.wikipedia.org/wiki/%E8%A2%AB%E6%B5%8B%E7%B3%BB%E7%BB%9F
406406
[12]: http://chaijs.com/api/assert/
407407
[13]: http://chaijs.com/api/bdd/
408-
[14]: http://7xq7nb.com1.z0.glb.clouddn.com/1mocha-test-results.jpg
409-
[15]: http://7xq7nb.com1.z0.glb.clouddn.com/2mochatest-error.jpg
408+
[14]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/1mocha-test-results.jpg
409+
[15]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/2mochatest-error.jpg
410410
[16]: https://en.wikipedia.org/wiki/Test-driven_development
411411
[17]: http://www.sitepoint.com/understanding-module-exports-exports-node-js/
412-
[18]: http://7xq7nb.com1.z0.glb.clouddn.com/3running-mocha-in-the-terminal.png
412+
[18]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/others/3running-mocha-in-the-terminal.png
413413
[19]: http://codeutopia.net/blog/h/subscribe
414414
[20]: http://codeutopia.net/blog/h/subscribe

0 commit comments

Comments
 (0)