forked from justjavac/justjavac.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodepuzzle.html
177 lines (164 loc) · 10.8 KB
/
codepuzzle.html
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
---
layout: page
title: 代码之谜
keywords: 代码之谜, 代码, 浮点数, 知识
description: 代码之谜
tagline: 其实,你不懂代码
---
{% include JB/setup %}
<div class="row">
<div class="span8">
<p>目前正在将此系列整理出版,故网站暂停更新。不过,有时也会忍不住,偶尔更新一两篇。</p>
<ul>
<li><a href="/codepuzzle/2012/09/25/codepuzzle-introduction.html">代码之谜(零)- 开篇/前言/序</a></li>
<li><a href="/codepuzzle/2012/10/15/codepuzzle-finite-and-infinite.html">代码之谜(一)- 有限与无限</a></li>
<li><a href="/codepuzzle/2012/10/28/codepuzzle-expression-and-statement.html">代码之谜(二)- 语句与表达式</a></li>
<li><a href="/codepuzzle/2012/10/28/codepuzzle-operator.html">代码之谜(三)- 运算符</a></li>
<li><a href="/codepuzzle/2012/11/02/codepuzzle-float-from-surprised-to-ponder.html">代码之谜(四)- 浮点数(从惊讶到思考)</a></li>
<li><a href="/codepuzzle/2012/11/11/codepuzzle-float-who-stole-your-accuracy.html">代码之谜(五)- 浮点数(谁偷了你的精度?)</a></li>
</ul>
<hr/>
由于博客空间在国外,所以有时会造成不稳定(你懂滴),如果您觉得我的博文对您有帮助,
可以点击下面按钮订阅到邮箱,本站所有文章均已全文输出。
<br/>
<!--以下是QQ邮件列表订阅嵌入代码-->
<a rel="nofollow" target="_blank" href="http://list.qq.com/cgi-bin/qf_invite?id=9470cda4ab8e31116b60ca9011bc7991511661b78345faed"><img border="0" alt="填写您的邮件地址,订阅我们的精彩内容:" src="http://rescdn.list.qq.com/zh_CN/htmledition/images/qunfa/manage/picMode_light_m.png" /></a>
<wb:follow-button uid="1361535293" type="gray_2" width="136" height="24" ></wb:follow-button>
<script type="text/javascript" id="wumiiRelatedItems"></script>
<script type="text/javascript">
var wumiiPermaLink = ""; //请用代码生成文章永久的链接
var wumiiTitle = ""; //请用代码生成文章标题
var wumiiTags = ""; //请用代码生成文章标签,以英文逗号分隔,如:"标签1,标签2"
var wumiiSitePrefix = "http://justjavac.com/";
var wumiiParams = "&num=5&mode=3&pf=JAVASCRIPT";
</script>
<script type="text/javascript" src="http://widget.wumii.com/ext/relatedItemsWidget"></script>
<a rel="nofollow" href="http://www.wumii.com/widget/relatedItems" style="border:0;">
<img src="http://static.wumii.cn/images/pixel.png" alt="无觅相关文章插件,快速提升流量" style="border:0;padding:0;margin:0;" />
</a>
<hr>
<!-- Duoshuo Comment BEGIN -->
<div class="ds-thread"></div>
<script type="text/javascript">
var duoshuoQuery = {short_name:"justjavac"};
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.src = 'http://static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<!-- Duoshuo Comment END -->
</div>
<aside class="span4">
<section style="padding:10px">
<div class="sf-usercard" id="sf-usercard-1030000000093539"></div>
<script>
(function() {
var sf = document.createElement('script'); sf.type = 'text/javascript'; sf.async = true;
sf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://w.segmentfault.com/card/1030000000093539.js?w=0&3rd=1&bg=0&bd=0&cl=333333&btn=eaeaea';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(sf, s);
})();
</script>
</section>
<section>
<h3>RSS订阅</h3>
本博客源码托管在 <a rel="nofollow" href="https://github.com/justjavac/justjavac.github.com" target="_blank">github</a> 上,
因此访问速度不是很快,而且有时会出现打不开的情况(你懂滴),
建议大家多使用RSS访问阅读(推荐使用 <a rel="nofollow" href="https://www.google.com/reader/view/feed/http%3A//justjavac.com/atom.xml" target="_blank" title="订阅到 Goolge Reader">Google Reader</a>)
或者
<ul id="recent_posts">
<li><!--以下是QQ邮件列表订阅嵌入代码--><a target="_blank" rel="nofollow" href="http://mail.qq.com/cgi-bin/feed?u=http://justjavac.com/atom.xml">订阅到QQ Mail</li>
<li><!--以下是QQ邮件列表订阅嵌入代码--><a target="_blank" rel="nofollow" href="http://list.qq.com/cgi-bin/qf_invite?id=2f54986df62b02b3f1cf5da7de51cc06945b798bbb4ead53"><img border="0" alt="填写您的邮件地址,订阅我们的精彩内容:" src="http://rescdn.list.qq.com/zh_CN/htmledition/images/qunfa/manage/picMode_light_s.png" /></a></li>
<li><a target="_blank" href="http://reader.youdao.com/b.do?keyfrom=bookmarklet&url=http%3A%2F%2Fjustjavac.com" rel="nofollow"><img src="http://reader.youdao.com/images/feed-btn-5.gif" border="0" alt="订阅到有道阅读" /></a></li>
</ul>
</section>
<section>
<h3>推荐阅读</h3>
<ul id="recent_posts">
<li><a href="http://justjavac.com/codepuzzle/2012/09/25/codepuzzle-introduction.html" target="_blank">代码之谜 - 开篇/前言/序</a></li>
<li><a href="http://justjavac.com/other/2012/05/15/qualified-programmer-should-read-what-books.html" target="_blank">一个合格的程序员应该读过哪些书</a></li>
<li><a href="http://justjavac.com/other/2012/09/21/why-are-you-so-low-salary.html" target="_blank">你为什么薪水那么低</a></li>
<li><a href="http://justjavac.com/javascript/2012/05/24/can-you-explain-why-10.html" target="_blank">为什么 ++[[]][+[]]+[+[]] = 10?</a></li>
<li><a href="http://justjavac.com/other/2012/09/20/a-programmer-mentees-recommendations.html" target="_blank">程序员之路——一个老程序员的忠告</a></li>
<li><a href="http://justjavac.com/other/2012/09/03/how-lazy-have-much-leisure.html" target="_blank">人有多大懒,才有多大闲</a></li>
<li><a href="http://justjavac.com/other/2012/05/15/whats-wrong-with-the-for-loop.html" target="_blank">for 循环为何可恨?</a></li>
<li><a href="http://justjavac.com/other/2012/05/24/introducing-the-for-if-anti-pattern.html" target="_blank">反for-if编程模式</a></li>
<li><a href="http://justjavac.com/javascript/2012/04/05/how-to-avoid-the-assignment-statement.html" target="_blank">如何避免产生赋值语句</a></li>
<li><a href="http://justjavac.com/other/2012/07/20/write-less-code.html" target="_blank">写更少的代码</a>
</ul>
</section>
<section>
<h3>热门文章</h3>
<ul class="hots gray">
<li class="textItem">
<p class="itemTitle">
<span class="">1</span>
<a href="http://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="hot">2</span>
<a href="http://justjavac.com/codepuzzle/2012/09/25/codepuzzle-introduction.html" target="_blank" title="代码之谜(零)- 开篇/前言/序">
代码之谜(零)- 开篇/前言/序</a></p>
</li>
<li class="textItem">
<p class="itemTitle">
<span class="hot">3</span>
<a href="http://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">4</span>
<a href="http://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="">5</span>
<a href="http://justjavac.com/codepuzzle/2012/10/28/codepuzzle-operator.html" target="_blank" title="代码之谜(三)- 运算符">
代码之谜(三)- 运算符</a></p>
</li>
<li class="textItem">
<p class="itemTitle">
<span class="">6</span>
<a href="http://justjavac.com/other/2012/11/12/do-not-bool-as-function-parameters.html" target="_blank" title="千万不要把 bool 当成函数参数">
千万不要把 bool 当成函数参数</a></p>
</li>
<li class="textItem">
<p class="itemTitle">
<span class="">7</span>
<a href="http://justjavac.com/codepuzzle/2012/10/28/codepuzzle-expression-and-statement.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></p>
</li>
<li class="textItem">
<p class="itemTitle">
<span class="">9</span>
<a href="http://justjavac.com/nosql/2012/04/13/redis-persistence-demystified.html" target="_blank" title="解密Redis持久化">
解密Redis持久化</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></p>
</li>
</ul>
</section>
<section>
<h3>版权申明</h3>
<a rel="license nofollow" href="http://creativecommons.org/licenses/by-nc-sa/3.0/cn/" target="_blank"><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" target="_blank">justjavac</a>创作,采用<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/cn/" target="_blank">知识共享署名-非商业性使用-相同方式共享 3.0 中国大陆许可协议</a>进行许可。
</section>
</aside>
</div>