Skip to content

Commit

Permalink
修改 https 资源
Browse files Browse the repository at this point in the history
  • Loading branch information
justjavac committed Oct 24, 2018
1 parent c44827b commit 20f072d
Show file tree
Hide file tree
Showing 106 changed files with 414 additions and 511 deletions.
12 changes: 0 additions & 12 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,2 @@
<h1>404</h1>
<p>Page not found!</p>

<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-11003279-2']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## 最新动态

目前正在编写『[代码之谜](http://justjavac.com/codepuzzle.html)』系列
目前正在编写『[代码之谜](https://justjavac.com/codepuzzle.html)』系列

有很多人反映我的博客打不开,身为一名程序员,你懂滴。
如果您觉得我的博文对您有帮助,可以点击下面按钮订阅到邮箱,本站所有文章均已全文输出。
Expand All @@ -26,8 +26,8 @@

也可以关注我的微信公众帐号,每周推送两三篇原创文字。

![justjavac微信公众帐号](http://justjavac.com/assets/images/weixin-justjavac.jpg)
![justjavac微信公众帐号](https://justjavac.com/assets/images/weixin-justjavac.jpg)

## License

<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/cn/"><img alt="知识共享许可协议" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/cn/88x31.png" /></a><br />本<span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" rel="dct:type">作品</span>由<a xmlns:cc="http://creativecommons.org/ns#" href="http://justjavac.com" property="cc:attributionName" rel="cc:attributionURL">justjavac</a>创作,采用<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/cn/">知识共享署名-非商业性使用-相同方式共享 3.0 中国大陆许可协议</a>进行许可。凡是转载的文章,翻译的文章,或者由其他作者投稿的文章,版权归原作者所有。
<a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/3.0/cn/"><img alt="知识共享许可协议" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/3.0/cn/88x31.png" /></a><br />本<span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" rel="dct:type">作品</span>由<a xmlns:cc="https://creativecommons.org/ns#" href="https://justjavac.com" property="cc:attributionName" rel="cc:attributionURL">justjavac</a>创作,采用<a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/3.0/cn/">知识共享署名-非商业性使用-相同方式共享 3.0 中国大陆许可协议</a>进行许可。凡是转载的文章,翻译的文章,或者由其他作者投稿的文章,版权归原作者所有。
46 changes: 23 additions & 23 deletions _includes/themes/twitter/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,79 +77,79 @@ <h3>公众号</h3>
<h3>推荐阅读</h3>
<ul id="recent_posts">
<li><a href="http://phpbestpractices.justjavac.com/" target="_blank" rel="noopener">PHP 最佳实践(译)</a></li>
<li><a href="http://justjavac.com/php/2015/09/28/read-the-flarum-story-why-im-building-flarum.html" target="_blank" rel="noopener">Flarum 的故事:我为什么开发 Flarum</a></li>
<li><a href="http://justjavac.com/named-function-expressions-demystified.html" target="_blank" rel="noopener">命名函数表达式探秘</a></li>
<li><a href="http://justjavac.com/codepuzzle/2012/09/25/codepuzzle-introduction.html" target="_blank" rel="noopener">代码之谜 - 开篇/前言/序</a></li>
<li><a href="http://justjavac.com/other/2012/05/15/qualified-programmer-should-read-what-books.html" target="_blank" rel="noopener">一个合格的程序员应该读过哪些书</a></li>
<li><a href="http://justjavac.com/javascript/2012/05/24/can-you-explain-why-10.html" target="_blank" rel="noopener">为什么 ++[[]][+[]]+[+[]] = 10?</a></li>
<li><a href="http://justjavac.com/javascript/2017/02/20/web-scrolling-performance-optimization-passive-event-listeners.html" target="_blank" rel="noopener">移动 Web 滚动性能优化:Passive Event Listeners</a></li>
<li><a href="http://justjavac.com/javascript/2012/04/05/how-to-avoid-the-assignment-statement.html" target="_blank" rel="noopener">如何避免产生赋值语句</a></li>
<li><a href="http://justjavac.com/javascript/2015/12/15/introducing-lazy-evaluation.html" target="_blank" rel="noopener">如何百倍加速 Lo-Dash?引入惰性计算</a></li>
<li><a href="https://justjavac.com/php/2015/09/28/read-the-flarum-story-why-im-building-flarum.html" target="_blank" rel="noopener">Flarum 的故事:我为什么开发 Flarum</a></li>
<li><a href="https://justjavac.com/named-function-expressions-demystified.html" target="_blank" rel="noopener">命名函数表达式探秘</a></li>
<li><a href="https://justjavac.com/codepuzzle/2012/09/25/codepuzzle-introduction.html" target="_blank" rel="noopener">代码之谜 - 开篇/前言/序</a></li>
<li><a href="https://justjavac.com/other/2012/05/15/qualified-programmer-should-read-what-books.html" target="_blank" rel="noopener">一个合格的程序员应该读过哪些书</a></li>
<li><a href="https://justjavac.com/javascript/2012/05/24/can-you-explain-why-10.html" target="_blank" rel="noopener">为什么 ++[[]][+[]]+[+[]] = 10?</a></li>
<li><a href="https://justjavac.com/javascript/2017/02/20/web-scrolling-performance-optimization-passive-event-listeners.html" target="_blank" rel="noopener">移动 Web 滚动性能优化:Passive Event Listeners</a></li>
<li><a href="https://justjavac.com/javascript/2012/04/05/how-to-avoid-the-assignment-statement.html" target="_blank" rel="noopener">如何避免产生赋值语句</a></li>
<li><a href="https://justjavac.com/javascript/2015/12/15/introducing-lazy-evaluation.html" target="_blank" rel="noopener">如何百倍加速 Lo-Dash?引入惰性计算</a></li>
</ul>
</section>

<link rel="prerender" href="http://justjavac.com/codepuzzle/2012/09/25/codepuzzle-introduction.html">
<link rel="prerender" href="http://justjavac.com/codepuzzle/2012/11/02/codepuzzle-float-from-surprised-to-ponder.html">
<link rel="prerender" href="http://justjavac.com/javascript/2012/05/24/can-you-explain-why-10.html">
<link rel="prerender" href="http://justjavac.com/codepuzzle/2012/10/28/codepuzzle-operator.html">
<link rel="prerender" href="http://justjavac.com/other/2012/11/12/do-not-bool-as-function-parameters.html">
<link rel="prerender" href="http://justjavac.com/other/2012/05/15/qualified-programmer-should-read-what-books.html">
<link rel="prerender" href="https://justjavac.com/codepuzzle/2012/09/25/codepuzzle-introduction.html">
<link rel="prerender" href="https://justjavac.com/codepuzzle/2012/11/02/codepuzzle-float-from-surprised-to-ponder.html">
<link rel="prerender" href="https://justjavac.com/javascript/2012/05/24/can-you-explain-why-10.html">
<link rel="prerender" href="https://justjavac.com/codepuzzle/2012/10/28/codepuzzle-operator.html">
<link rel="prerender" href="https://justjavac.com/other/2012/11/12/do-not-bool-as-function-parameters.html">
<link rel="prerender" href="https://justjavac.com/other/2012/05/15/qualified-programmer-should-read-what-books.html">

<section data-spy="affix" data-offset-top="658" class="hot_articles affix-top">
<h3>热门文章</h3>
<ul class="hots gray">
<li class="textItem">
<p class="itemTitle">
<span class="hot">1</span>
<a href="http://justjavac.com/javascript/2013/09/25/ji-yu-canvas-jiang-tu-pian-zhuan-hua-cheng-zi-fu-hua.html" target="_blank" title="基于 canvas 将图片转化成字符画">
<a href="https://justjavac.com/javascript/2013/09/25/ji-yu-canvas-jiang-tu-pian-zhuan-hua-cheng-zi-fu-hua.html" target="_blank" title="基于 canvas 将图片转化成字符画">
基于 canvas 将图片转化成字符画</a></p>
</li>
<li class="textItem">
<p class="itemTitle">
<span class="hot">2</span>
<a href="http://justjavac.com/codepuzzle/2012/11/02/codepuzzle-float-from-surprised-to-ponder.html" target="_blank" title="代码之谜(四)- 浮点数(从惊讶到思考)">
<a href="https://justjavac.com/codepuzzle/2012/11/02/codepuzzle-float-from-surprised-to-ponder.html" target="_blank" title="代码之谜(四)- 浮点数(从惊讶到思考)">
代码之谜(四)- 浮点数(从惊讶到思考)</a></p>
</li>
<li class="textItem">
<p class="itemTitle">
<span class="hot">3</span>
<a href="http://justjavac.com/javascript/2012/05/24/can-you-explain-why-10.html" target="_blank" title="为什么 ++[[]][+[]]+[+[]] = 10?">
<a href="https://justjavac.com/javascript/2012/05/24/can-you-explain-why-10.html" target="_blank" title="为什么 ++[[]][+[]]+[+[]] = 10?">
为什么 ++[[]][+[]]+[+[]] = 10?</a></p>
</li>
<li class="textItem">
<p class="itemTitle">
<span class="">4</span>
<a href="http://justjavac.com/other/2016/04/14/personal-brand-of-programmers.html" target="_blank" title="提升影响力,打造程序员的个人品牌">
<a href="https://justjavac.com/other/2016/04/14/personal-brand-of-programmers.html" target="_blank" title="提升影响力,打造程序员的个人品牌">
提升影响力,打造程序员的个人品牌</a></p>
</li>
<li class="textItem">
<p class="itemTitle">
<span class="">5</span>
<a href="http://justjavac.com/other/2015/02/01/magnet-and-torrent-search-engine-architecture-based-on-dht.html" target="_blank" title="基于 DHT 网络的磁力链接和BT种子的搜索引擎架构">
<a href="https://justjavac.com/other/2015/02/01/magnet-and-torrent-search-engine-architecture-based-on-dht.html" target="_blank" title="基于 DHT 网络的磁力链接和BT种子的搜索引擎架构">
基于 DHT 网络的磁力链接和BT种子的搜索引擎架构</a></p>
</li>
<li class="textItem">
<p class="itemTitle">
<span class="">6</span>
<a href="http://justjavac.com/other/2012/05/15/qualified-programmer-should-read-what-books.html" target="_blank" title="一个合格的程序员应该读过哪些书">
<a href="https://justjavac.com/other/2012/05/15/qualified-programmer-should-read-what-books.html" target="_blank" title="一个合格的程序员应该读过哪些书">
一个合格的程序员应该读过哪些书</a></p>
</li>
<li class="textItem">
<p class="itemTitle">
<span class="">7</span>
<a href="http://justjavac.com/other/2014/03/04/qusiba-ni-zhege-yijiaotu-renzha.html" target="_blank" title="去死吧!你这个异教徒!">
<a href="https://justjavac.com/other/2014/03/04/qusiba-ni-zhege-yijiaotu-renzha.html" target="_blank" title="去死吧!你这个异教徒!">
去死吧!你这个异教徒!</a></p>
</li>
<li class="textItem">
<p class="itemTitle">
<span class="">8</span>
<a href="http://justjavac.com/codepuzzle/2012/10/15/codepuzzle-finite-and-infinite.html" target="_blank" title="代码之谜(一)- 有限与无限">
<a href="https://justjavac.com/codepuzzle/2012/10/15/codepuzzle-finite-and-infinite.html" target="_blank" title="代码之谜(一)- 有限与无限">
代码之谜(一)- 有限与无限</a></p>
</li>
<li class="textItem">
<p class="itemTitle">
<span class="">10</span>
<a href="http://justjavac.com/codepuzzle/2012/11/11/codepuzzle-float-who-stole-your-accuracy.html" target="_blank" title="代码之谜(五)- 浮点数(谁偷了你的精度?)">
<a href="https://justjavac.com/codepuzzle/2012/11/11/codepuzzle-float-who-stole-your-accuracy.html" target="_blank" title="代码之谜(五)- 浮点数(谁偷了你的精度?)">
代码之谜(五)- 浮点数(谁偷了你的精度?)</a></p>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ category: book
tags: [book]
---

传送门:[黑客与画家:硅谷创业之父Paul Graham文集](http://www.amazon.cn/gp/product/B004WHZGZQ/ref=as_li_ss_tl?ie=UTF8&camp=536&creative=3132&creativeASIN=B004WHZGZQ&linkCode=as2&tag=cfjh-23)
传送门:[黑客与画家:硅谷创业之父Paul Graham文集](https://www.amazon.cn/gp/product/B004WHZGZQ/ref=as_li_ss_tl?ie=UTF8&camp=536&creative=3132&creativeASIN=B004WHZGZQ&linkCode=as2&tag=cfjh-23)

一本好的书,让我们收获的不单单是某种技巧,或者某种方法论,
**他教给我们的是一种严密的思维方式,是一种学会把自己的眼光放得更加长远的决策习惯,他促使我们养成独立思考的习惯。**
Expand Down Expand Up @@ -51,5 +51,5 @@ tags: [book]
如果你想要进一步了解作者的话,下面这两个链接可以帮助你:

* 作者博客主页: <http://www.paulgraham.com>
* Wiki 百科上关于他的介绍: <http://en.wikipedia.org/wiki/Paul_Graham_(computer_programmer)>
* Wiki 百科上关于他的介绍: <https://en.wikipedia.org/wiki/Paul_Graham_(computer_programmer)>

Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ category: book
tags: [book]
---

在知乎回答了一个关于书籍推荐的问题:[有哪些短小精悍的好书推荐?](http://www.zhihu.com/question/20567389/answer/16619056)
在知乎回答了一个关于书籍推荐的问题:[有哪些短小精悍的好书推荐?](https://www.zhihu.com/question/20567389/answer/16619056)

如果只推荐一本计算机类的神书,那必然是《[编码:隐匿在计算机软硬件背后的语言](http://www.amazon.cn/gp/product/B009RSXIB4/ref=as_li_ss_tl?ie=UTF8&camp=536&creative=3132&creativeASIN=B009RSXIB4&linkCode=as2&tag=cfjh-23)》。
如果只推荐一本计算机类的神书,那必然是《[编码:隐匿在计算机软硬件背后的语言](https://www.amazon.cn/gp/product/B009RSXIB4/ref=as_li_ss_tl?ie=UTF8&camp=536&creative=3132&creativeASIN=B009RSXIB4&linkCode=as2&tag=cfjh-23)》。

> 渴望交流是大多数人的天性。在本书中,“编码”通常指一种在人和机器之间进行信息转换的系统。
> 换句话说、编码即是交流。
Expand All @@ -28,6 +28,6 @@ tags: [book]

## 相关阅读

* [如何评价『黑客与画家』](http://justjavac.com/book/2012/11/01/how-to-evaluate-the-hackers-and-painters.html)
* [如何评价『黑客与画家』](https://justjavac.com/book/2012/11/01/how-to-evaluate-the-hackers-and-painters.html)

* [哲学入门书籍『苏菲的世界』](http://justjavac.com/book/2013/04/21/the-world-of-sophie.html)
* [哲学入门书籍『苏菲的世界』](https://justjavac.com/book/2013/04/21/the-world-of-sophie.html)
6 changes: 3 additions & 3 deletions _posts/book/2013-04-21-the-world-of-sophie.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags: [book]

在知乎回答了一个关于书籍推荐的问题:[有哪些短小精悍的好书推荐?](http://www.zhihu.com/question/20567389/answer/16619056)

如果只让我推荐一本哲学入门的书,那肯定是《[苏菲的世界](http://www.amazon.cn/gp/product/B0011F5QPC/ref=as_li_ss_tl?ie=UTF8&camp=536&creative=3132&creativeASIN=B0011F5QPC&linkCode=as2&tag=cfjh-23)
如果只让我推荐一本哲学入门的书,那肯定是《[苏菲的世界](https://www.amazon.cn/gp/product/B0011F5QPC/ref=as_li_ss_tl?ie=UTF8&camp=536&creative=3132&creativeASIN=B0011F5QPC&linkCode=as2&tag=cfjh-23)

这些天我一直在看《苏菲的世界》,看那些在时空中闪现的哲人们是**如何解析生命和世界的意义**的。
“苏菲”这个名字有“智慧”的意思。
Expand Down Expand Up @@ -36,6 +36,6 @@ tags: [book]

## 相关阅读

* [如何评价『黑客与画家』](http://justjavac.com/book/2012/11/01/how-to-evaluate-the-hackers-and-painters.html)
* [如何评价『黑客与画家』](https://justjavac.com/book/2012/11/01/how-to-evaluate-the-hackers-and-painters.html)

* [计算机神书『编码:隐匿在计算机软硬件背后的语言』](http://justjavac.com/book/2013/04/21/code-the-hidden-language-of-computer-hardware-and-software.htm)
* [计算机神书『编码:隐匿在计算机软硬件背后的语言』](https://justjavac.com/book/2013/04/21/code-the-hidden-language-of-computer-hardware-and-software.htm)
Loading

0 comments on commit 20f072d

Please sign in to comment.