forked from justjavac/justjavac.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
158 lines (147 loc) · 9.45 KB
/
index.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
---
layout: page
keywords: justjavac, web开发
description: justjavac的个人博客, 探讨目前最时髦的web开发技术。
tagline: 专注最时髦的web开发技术
---
{% include JB/setup %}
<div class="row">
<div class="span8">
{% assign posts_collate = site.posts %}
{% include JB/posts_collate %}
</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访问阅读
<ul id="recent_posts">
<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" title="订阅到鲜果 RSS阅读器" href="http://xianguo.com/subscribe?url=http%3A%2F%2Fjustjavac.com%2Fatom.xml"><img src="http://static.xgres.com/static/images/sub/sub_XianGuo_01.gif" border="0" alt="鲜果阅读器订阅图标" /></a></li>
</ul>
</section>
<section>
<h3>推荐阅读</h3>
<ul id="recent_posts">
<li><a href="http://phpbestpractices.justjavac.com/" target="_blank">PHP 最佳实践(译)</a></li>
<li><a href="http://layoutit.justjavac.com" target="_blank">基于 bootstrap 实现可视化布局的 layoutit! 离线中文版</a></li>
<li><a href="http://justjavac.com/named-function-expressions-demystified.html" target="_blank">命名函数表达式探秘</a></li>
<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/javascript/2012/04/05/how-to-avoid-the-assignment-statement.html" target="_blank">如何避免产生赋值语句</a></li>
</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>
{% unless site.categories == empty %}
<h3>分类</h3>
<ul class="tag_box">
{% assign categories_list = site.categories %}
{% include JB/categories_list %}
</ul>
{% endunless %}
</section>
<section>
<h3>我的朋友</h3>
<ul class="friendlink">
<li><p><a href="http://justjavac.iteye.com" target="_blank" rel="me">justjavac(iteye)</a></p></li>
<li><p><a href="http://www.360weboy.com" target="_blank" rel="friend">360weboy</a></p></li>
<li><p><a href="http://www.the5fire.com" target="_blank" rel="friend">the5fire的技术博客</a></p></li>
<li><p><a href="http://www.phpno.com" target="_blank" rel="friend">phpno</a></p></li>
<li><p><a href="http://www.javawxs.com" target="_blank" rel="friend">王雪松的站点</a></p></li>
<li><p><a href="http://www.html-js.com" target="_blank" rel="friend">前端乱炖</a></p></li>
<li><p><a href="http://www.wang-nan.com" target="_blank" rel="friend">资深SEM-王楠</a></p></li>
<li><p><a href="http://yanhaijing.com" target="_blank" rel="friend">颜海镜</a></p></li>
<li><p><a href="http://caifujianghu.com" target="_blank" rel="friend">财富江湖</a></p></li>
<li><p><a href="http://www.robanlee.com" target="_blank" rel="friend">萝卜李</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>
<script src="http://libs.baidu.com/jquery/1.9.0/jquery.js"></script>