-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
362 lines (227 loc) · 12.5 KB
/
index.html
File metadata and controls
362 lines (227 loc) · 12.5 KB
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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
<!DOCTYPE HTML>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>Alimon's Blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=3, minimum-scale=1">
<meta name="author" content="YangJian">
<meta name="description" content="杨健的博客">
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="yangjiansky" />
<meta name="twitter:title" content="Alimon's Blog" />
<link rel="alternative" href="atom.xml" title="Alimon's Blog" type="application/atom+xml">
<link rel="icon" href="/img/favicon.ico">
<link rel="apple-touch-icon" href="/img/pacman.jpg">
<link rel="apple-touch-icon-precomposed" href="/img/pacman.jpg">
<link rel="stylesheet" href="/css/style.css" type="text/css">
</head>
<body>
<header>
<div>
<div id="imglogo">
<a href="/"><img src="/img/logo.svg" alt="Alimon's Blog" title="Alimon's Blog"/></a>
</div>
<div id="textlogo">
<h1 class="site-name"><a href="/" title="Alimon's Blog">Alimon's Blog</a></h1>
<h2 class="blog-motto">业精于勤而荒于嬉,行成于思而毁于随</h2>
</div>
<div class="navbar"><a class="navbutton navmobile" href="#" title="菜单">
</a></div>
<nav class="animated">
<ul>
<ul>
<li><a href="/">博客</a></li>
<li><a href="/archives">存档</a></li>
<li><a href="/lab">实验室</a></li>
<li><a href="/about">关于</a></li>
<li>
<form class="search" action="/search/index.html" method="get" accept-charset="utf-8">
<label>Search</label>
<input type="text" id="search" autocomplete="off" name="q" maxlength="20" placeholder="Search" />
</form>
</li>
</ul>
</nav>
</div>
</header>
<div id="container">
<div id="main">
<section class="post" itemscope itemprop="blogPost">
<a href="/learning/reflow-and-reprint-in-browsers/" title="浏览器中的Reflow和Reprint" itemprop="url">
<h1 itemprop="name">浏览器中的Reflow和Reprint</h1>
<p itemprop="description" >要谈Reflow(重排)和Reprint(重绘)总是离不开浏览器解析网页的原理,今天我们通过了解浏览器解析网页的幕后故事来加深对重排和重绘的理解,以及什么情况下会触发重排和重绘?如何最小化他们的影响以提高网页性能?我应该使用什么方式检测他们?</p>
<time datetime="2014-03-19T16:00:00.000Z" itemprop="datePublished">2014年3月20日</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/workspace/introducing-pacman-theme/" title="Pacman主题介绍" itemprop="url">
<h1 itemprop="name">Pacman主题介绍</h1>
<p itemprop="description" >Pacman是一款为Hexo打造的一款扁平化,有着响应式设计的主题。本站正是使用了该主题,同时你也可以访问Demo查看效果。主题源码托管在Github上,欢迎Fork。遇到任何问题或意见请发表issue。</p>
<time datetime="2014-01-08T14:25:03.000Z" itemprop="datePublished">2014年1月8日</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/workspace/building-blog-with-hexo/" title="使用hexo搭建博客" itemprop="url">
<h1 itemprop="name">使用hexo搭建博客</h1>
<p itemprop="description" >hexo是由Node.js驱动的一款快速、简单且功能强大的博客框架。它和jekyll相比,更快,更轻量。但是jekyll目前有不少缺点,之前被严重坑过。于是现在把博客迁移到了hexo上了,下面是具体的步骤和需要注意的事情。</p>
<time datetime="2013-05-25T16:00:00.000Z" itemprop="datePublished">2013年5月26日</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/personal/my-2012/" title="写给2012" itemprop="url">
<h1 itemprop="name">写给2012</h1>
<p itemprop="description" >连续三年写年终总结了,看到最近大家都在写,刚刚还是犹豫了下,不写文章自己的博客都不打开,打开了就是种种愧疚,就像一位多年没有说话的挚友再次相见的尴尬。</p>
<time datetime="2012-12-31T16:00:00.000Z" itemprop="datePublished">2013年1月1日</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/learning/learning-git/" title="学习Git" itemprop="url">
<h1 itemprop="name">学习Git</h1>
<p itemprop="description" >使用Git应该是每一位程序员的必备技能,Git被很多IT公司使用并在开源届和圈内有着巨大的声誉,之前团队做项目经常使用的也都是SVN现在接触了Github后,学习掌握Git也成了顺理成章的事情。希望这篇短文可以帮助到Git的初学者,我们共同学习。</p>
<time datetime="2012-08-05T16:00:00.000Z" itemprop="datePublished">2012年8月6日</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/web/deploy-web-service-to-AppFog/" title="使用AppFog部署Web应用" itemprop="url">
<h1 itemprop="name">使用AppFog部署Web应用</h1>
<p itemprop="description" >使用AppFog部署Web应用,Appfog是一个基于Cloud Foundry的PaaS平台,类似Google APP Engine和Heroku。最底层是基于AWS, RackSpace,HP OpenStack, MS Azure这样的IaaS平台,中间层使用Cloud Foundry,最上层是AppFog</p>
<time datetime="2012-08-04T16:00:00.000Z" itemprop="datePublished">2012年8月5日</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/web/optimize-wordpress-on-SAE/" title="针对SAE上的wordpress优化" itemprop="url">
<h1 itemprop="name">针对SAE上的wordpress优化</h1>
<p itemprop="description" >实际上,通过新浪SAE上“应用商店”安装的wordpress已经是经过些基础优化的,比如数据库主从分离,提升性能,节省云豆消耗,使用轻量的Memcache缓存模块。而本文讨论的优化主要涉及到:关闭缩略图,减少碎片文件,邮件发送,通知用户评论被回复,彩色标签云,Ajax评论,整合社会化评论,其他优化。</p>
<time datetime="2012-02-10T16:00:00.000Z" itemprop="datePublished">2012年2月11日</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/web/build-wordpress-on-SAE/" title="在新浪SAE上搭建wordpress" itemprop="url">
<h1 itemprop="name">在新浪SAE上搭建wordpress</h1>
<p itemprop="description" >个人还是很看好新浪SAE这样的云计算平台,目前国内比较成熟的云计算平台,目前支持php,python,java(需邀请码),集成了Mysql,Memcache,Storage等服务。以后还会支持更多编程语言以及服务。目前SAE的应用需要消耗云豆,成为认证开发者可以获赠云豆,支持已经备案的域名绑定,更多详细的介绍请前往官网了解</p>
<time datetime="2012-02-09T16:00:00.000Z" itemprop="datePublished">2012年2月10日</time>
</a>
</section>
<nav id="page-nav" class="clearfix">
<span class="page-number current">1</span><a class="page-number" href="/page/2/">2</a><a class="extend next" href="/page/2/">Next »</a>
</nav>
</div>
<div class="openaside"><a class="navbutton" href="#" title="显示侧边栏"></a></div>
<div id="asidepart">
<div class="closeaside"><a class="closebutton" href="#" title="隐藏侧边栏"></a></div>
<aside class="clearfix">
<div class="categorieslist">
<p class="asidetitle"><a href="/categories">分类</a></p>
<ul>
<li><a href="/categories/learning/" title="learning">learning<sup>2</sup></a></li>
<li><a href="/categories/personal/" title="personal">personal<sup>2</sup></a></li>
<li><a href="/categories/share/" title="share">share<sup>1</sup></a></li>
<li><a href="/categories/web/" title="web">web<sup>3</sup></a></li>
<li><a href="/categories/workspace/" title="workspace">workspace<sup>2</sup></a></li>
</ul>
</div>
<div class="tagslist">
<p class="asidetitle"><a href="/tags">标签</a></p>
<ul class="clearfix">
<li><a href="/tags/AppFog/" title="AppFog">AppFog<sup>1</sup></a></li>
<li><a href="/tags/SAE/" title="SAE">SAE<sup>2</sup></a></li>
<li><a href="/tags/git/" title="git">git<sup>1</sup></a></li>
<li><a href="/tags/github/" title="github">github<sup>1</sup></a></li>
<li><a href="/tags/hexo/" title="hexo">hexo<sup>2</sup></a></li>
<li><a href="/tags/stylus/" title="stylus">stylus<sup>1</sup></a></li>
<li><a href="/tags/tools/" title="tools">tools<sup>1</sup></a></li>
<li><a href="/tags/学习/" title="学习">学习<sup>1</sup></a></li>
<li><a href="/tags/性能优化/" title="性能优化">性能优化<sup>1</sup></a></li>
<li><a href="/tags/总结/" title="总结">总结<sup>2</sup></a></li>
<li><a href="/tags/浏览器/" title="浏览器">浏览器<sup>1</sup></a></li>
</ul>
</div>
<div class="linkslist">
<p class="asidetitle">友情链接</p>
<ul>
<li><a href="http://yangjian.me" target="_blank" title="YangJian">Alimon's Blog</a></li>
<li><a href="http://hexo.io/" target="_blank" title="Hexo">Hexo</a></li>
<li><a href="http://se77en.cc/" target="_blank" title="Se77en">Se77en</a></li>
<li><a href="http://eli.im/" target="_blank" title="Eli's Blog">Eli's Blog</a></li>
</ul>
</div>
<div class="rsspart">
<a href="atom.xml" target="_blank" title="rss">RSS 订阅</a>
</div>
</aside>
</div>
</div>
<footer><div id="footer" >
<div class="line">
<span></span>
<div class="author"></div>
</div>
<section class="info">
<p> Hi,I'm YangJian.For now I'm a student at collage. <br/>
Web development is my interest which I'd like to share with you at this blog.</p>
</section>
<div class="social-font" class="clearfix">
<a href="http://weibo.com/436062867" target="_blank" title="weibo"></a>
<a href="https://twitter.com/yangjiansky" target="_blank" title="twitter"></a>
<a href="https://github.com/A-limon" target="_blank" title="github"></a>
<a href="https://www.facebook.com/yangjian" target="_blank" title="facebook"></a>
</div>
<p class="copyright">Powered by <a href="http://zespia.tw/hexo/" target="_blank" title="hexo">hexo</a> and Theme by <a href="https://github.com/A-limon/pacman" target="_blank" title="Pacman">Pacman</a> © 2014
<a href="http://www.yangjian.me" target="_blank" title="YangJian">YangJian</a>
</p>
</div>
</footer>
<script src="/js/jquery-2.1.0.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.navbar').click(function(){
$('header nav').toggleClass('shownav');
});
var myWidth = 0;
function getSize(){
if( typeof( window.innerWidth ) == 'number' ) {
myWidth = window.innerWidth;
} else if( document.documentElement && document.documentElement.clientWidth) {
myWidth = document.documentElement.clientWidth;
};
};
var m = $('#main'),
a = $('#asidepart'),
c = $('.closeaside'),
o = $('.openaside');
$(window).resize(function(){
getSize();
if (myWidth >= 1024) {
$('header nav').removeClass('shownav');
}else
{
m.removeClass('moveMain');
a.css('display', 'block').removeClass('fadeOut');
o.css('display', 'none');
}
});
c.click(function(){
a.addClass('fadeOut').css('display', 'none');
o.css('display', 'block').addClass('fadeIn');
m.addClass('moveMain');
});
o.click(function(){
o.css('display', 'none').removeClass('beforeFadeIn');
a.css('display', 'block').removeClass('fadeOut').addClass('fadeIn');
m.removeClass('moveMain');
});
$(window).scroll(function(){
o.css("top",Math.max(80,260-$(this).scrollTop()));
});
});
</script>
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-1766729-8', 'yangjian.me');
ga('send', 'pageview');
</script>
</body>
</html>