-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
508 lines (335 loc) · 17.1 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
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
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
<!DOCTYPE HTML>
<!--[if lte IE 7]>
<div style='border: 1px solid #F7941D; background: #FEEFDA; text-align: center; clear: both; height: 75px; position: relative;'>
<div style='position: absolute; right: 3px; top: 3px; font-family: courier new; font-weight: bold;'><a href='#' onclick='javascript:this.parentNode.parentNode.style.display="none"; return false;'><img src='http://www.ie6nomore.com/files/theme/ie6nomore-cornerx.jpg' style='border: none;' alt='Close this notice'/></a></div>
<div style='width: 640px; margin: 0 auto; text-align: left; padding: 0; overflow: hidden; color: black;'>
<div style='width: 75px; float: left;'><img src='http://www.ie6nomore.com/files/theme/ie6nomore-warning.jpg' alt='Warning!'/></div>
<div style='width: 275px; float: left; font-family: Arial, sans-serif;'>
<div style='font-size: 14px; font-weight: bold; margin-top: 12px;'>你正在使用一个过时的浏览器,</div>
<div style='font-size: 12px; margin-top: 6px; line-height: 12px;'>为了更好的浏览体验,请升级到现代浏览器。</div>
</div>
<div style='width: 75px; float: left;'><a href='http://www.firefox.com' target='_blank'><img src='http://www.ie6nomore.com/files/theme/ie6nomore-firefox.jpg' style='border: none;' alt='Get Firefox 3.5'/></a></div>
<div style='width: 75px; float: left;'><a href='http://www.browserforthebetter.com/download.html' target='_blank'><img src='http://www.ie6nomore.com/files/theme/ie6nomore-ie8.jpg' style='border: none;' alt='Get Internet Explorer 8'/></a></div>
<div style='width: 73px; float: left;'><a href='http://www.apple.com/safari/download/' target='_blank'><img src='http://www.ie6nomore.com/files/theme/ie6nomore-safari.jpg' style='border: none;' alt='Get Safari 4'/></a></div>
<div style='float: left;'><a href='http://www.google.com/chrome' target='_blank'><img src='http://www.ie6nomore.com/files/theme/ie6nomore-chrome.jpg' style='border: none;' alt='Get Google Chrome'/></a></div>
</div>
</div>
<![endif]-->
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>coney | 有些事情,再不去做就忘了.有些人,再不去找就没了.
</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=3, minimum-scale=1">
<meta name="author" content="coney">
<meta name="description" content="闲着无聊就写写小说,忘记吃药就写写代码,主攻移动开发,志在产品经理,正在IT圈打杂的程序猿">
<link rel="alternate" href="atom.xml" title="coney" type="application/atom+xml">
<link rel="icon" href="/img/favicon.ico">
<link rel="stylesheet" href="/css/style.css" type="text/css">
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
var _bdId ='391982416296a0d54221f59fe35250d4';
hm.src = "//hm.baidu.com/hm.js?" + _bdId;
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>
<header>
<div>
<div id="textlogo">
<h1 class="site-name"><a href="/" title="coney">coney</a></h1>
<a class="blog-motto">有些事情,再不去做就忘了.有些人,再不去找就没了.</a>
</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="/categories/小说">小说</a></li>
<li><a href="/categories/生活/">生活</a></li>
<li><a href="/categories/hexo">Hexo</a></li>
<li><a href="/categories/技术/">技术</a></li>
<li><a href="/friends">Friends</a></li>
<li><a href="/archives">归档</a></li>
<li>
<form class="search" action=http://search.gengbiao.me/cse/search target="_blank">
<label>Search</label>
<input name="s" type="hidden" value= 2049782880735612718 ><input type="text" name="q" size="30" placeholder="搜索"><br>
</li>
</ul>
</nav>
</div>
</header>
<div id="container">
<div id="main">
<section class="post" itemscope itemprop="blogPost">
<a href="/hexo/coney主题介绍/" title="coney主题介绍" itemprop="url">
<time datetime="2014-12-11T16:00:00.000Z" itemprop="datePublished">12月 12 2014</time>
<h1 itemprop="name">coney主题介绍</h1>
<p itemprop="description" >coney主题介绍
coney主题是Hexo的一款主题.基于pacman主题的样式改写的。支持不同分辨率的使用。
因为最近一直在不断更新,建议你们可以选择star我的主题,及时得到我的更新通知。最后更新时间: 2014-12-18已经安装的朋友可以选择升级主题:
12cd the</p>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/pm/米聊pk微信的成与败/" title="米聊pk微信的成与败" itemprop="url">
<time datetime="2015-03-30T16:00:00.000Z" itemprop="datePublished">3月 31 2015</time>
<h1 itemprop="name">米聊pk微信的成与败</h1>
<p itemprop="description" >米聊pk微信的成与败
知乎回答原因有很多。关于资源倾斜等方面我不知道具体数据,也不太懂这些,就不聊了,谈谈我对产品上的理解吧。
以下纯属个人意见,不保证正确性,欢迎交流。
个人认为当年米聊还是有机会的。1.米聊是我所知道的第一个国内语音聊天app2.产品方向走偏,没有抓到用户痛点</p>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/novel/江洋大盗阿蜜蜜2/" title="江洋大盗阿蜜蜜(二)" itemprop="url">
<time datetime="2014-12-04T16:00:00.000Z" itemprop="datePublished">12月 5 2014</time>
<h1 itemprop="name">江洋大盗阿蜜蜜(二)</h1>
<p itemprop="description" >江洋大盗阿蜜蜜
疯了的阿敏敏
“阿敏敏,襄阳人,于月前迁至洛城城北洛神弄堂44号,职业:盗贼。”
“襄阳人,于月前迁至洛城城北洛神弄堂44号。”
“洛城城北洛神弄堂44号。”
“城北洛神弄堂44号。”
阿蜜蜜从官府回来就一直念叨着这几句话。
了解内情的人明白她现在叫阿蜜蜜了,不了</p>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/novel/江洋大盗阿蜜蜜3/" title="江洋大盗阿蜜蜜(三)" itemprop="url">
<time datetime="2014-12-04T16:00:00.000Z" itemprop="datePublished">12月 5 2014</time>
<h1 itemprop="name">江洋大盗阿蜜蜜(三)</h1>
<p itemprop="description" >江洋大盗阿蜜蜜(三)
肤白貌美两尺腰
阿蜜蜜说,自己要做一个温柔如水的女子。
当然,是在干掉这个拆自己家大门的家伙以后。于是阿蜜蜜义无反顾地撸着袖子就冲了上去。
空气中充满了氮气,氧气,还有杀气。
仿佛感受到了背后的凉风,正在拆大门的人停下了手边的动作,依旧背对着阿蜜蜜,头也不回</p>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/hexo/mac下hexo从入门到精通/" title="Mac下hexo从入门到精通" itemprop="url">
<time datetime="2014-11-25T16:00:00.000Z" itemprop="datePublished">11月 26 2014</time>
<h1 itemprop="name">Mac下hexo从入门到精通</h1>
<p itemprop="description" >Mac下hexo从入门到精通
之前玩blog的时候接触到了hexo,到现在也告一段落了,总结一下吧。hexo到底是什么的介绍就懒得讲了。我的环境是Mac下,所以
需要安装什么
git
Mac下自带git,所以,不用安装了2333333好吧,既然你诚心诚意的发问了。那我就稍微讲一下</p>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/technique/主流语言的特长与对比/" title="主流语言的特长与对比" itemprop="url">
<time datetime="2014-11-25T11:23:00.000Z" itemprop="datePublished">11月 25 2014</time>
<h1 itemprop="name">主流语言的特长与对比</h1>
<p itemprop="description" >主流语言的特长与对比</p>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/technique/新手学编程,应该怎么学?/" title="新手学编程,应该怎么学?" itemprop="url">
<time datetime="2014-11-15T16:45:00.000Z" itemprop="datePublished">11月 16 2014</time>
<h1 itemprop="name">新手学编程,应该怎么学?</h1>
<p itemprop="description" >新手学编程,应该怎么学?</p>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/android/mac下nexus7升级android_5.0/" title="Mac下Nexus7升级Android 5.0" itemprop="url">
<time datetime="2014-11-13T11:24:00.000Z" itemprop="datePublished">11月 13 2014</time>
<h1 itemprop="name">Mac下Nexus7升级Android 5.0</h1>
<p itemprop="description" >Mac下Nexus7升级Android 5.0</p>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/android/android全屏:消除title_bar和虚拟导航栏/" title="Android设置全屏" itemprop="url">
<time datetime="2014-11-12T11:25:00.000Z" itemprop="datePublished">11月 12 2014</time>
<h1 itemprop="name">Android设置全屏</h1>
<p itemprop="description" >Android全屏:消除title_bar和虚拟导航栏</p>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/android/android权限大全/" title="Android权限列表" itemprop="url">
<time datetime="2014-11-12T11:24:00.000Z" itemprop="datePublished">11月 12 2014</time>
<h1 itemprop="name">Android权限列表</h1>
<p itemprop="description" >Android 权限列表</p>
</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="page-number" href="/page/3/">3</a><a class="page-number" href="/page/4/">4</a><a class="extend next" rel="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 id="authorInfo">
<div class="author-logo"></div>
<div class="social-list" class="clearfix">
<a href="http://weibo.com/coneylife" target="_blank" title="weibo"></a>
<a href="https://github.com/coneycode" target="_blank" title="github"></a>
</div>
</div>
<div class="categorieslist">
<p class="asidetitle">分类</p>
<ul>
<li><a href="/categories/Mac/" title="Mac">Mac<sup>1</sup></a></li>
<li><a href="/categories/Terminal/" title="Terminal">Terminal<sup>1</sup></a></li>
<li><a href="/categories/hexo/" title="hexo">hexo<sup>4</sup></a></li>
<li><a href="/categories/创业狗的日常/" title="创业狗的日常">创业狗的日常<sup>1</sup></a></li>
<li><a href="/categories/小说/" title="小说">小说<sup>15</sup></a></li>
<li><a href="/categories/技术/" title="技术">技术<sup>16</sup></a></li>
<li><a href="/categories/生活/" title="生活">生活<sup>2</sup></a></li>
</ul>
</div>
<div class="tagslist">
<p class="asidetitle">标签</p>
<ul class="clearfix">
<li><a href="/tags/Android/" title="Android">Android<sup>4</sup></a></li>
<li><a href="/tags/Bootstrap/" title="Bootstrap">Bootstrap<sup>2</sup></a></li>
<li><a href="/tags/DIY/" title="DIY">DIY<sup>3</sup></a></li>
<li><a href="/tags/PM/" title="PM">PM<sup>1</sup></a></li>
<li><a href="/tags/Vim/" title="Vim">Vim<sup>1</sup></a></li>
<li><a href="/tags/git/" title="git">git<sup>2</sup></a></li>
<li><a href="/tags/java/" title="java">java<sup>1</sup></a></li>
<li><a href="/tags/node-js/" title="node.js">node.js<sup>1</sup></a></li>
<li><a href="/tags/order/" title="order">order<sup>1</sup></a></li>
<li><a href="/tags/php/" title="php">php<sup>1</sup></a></li>
<li><a href="/tags/technique/" title="technique">technique<sup>1</sup></a></li>
<li><a href="/tags/terminal/" title="terminal">terminal<sup>1</sup></a></li>
<li><a href="/tags/世界上最美的十大谎言/" title="世界上最美的十大谎言">世界上最美的十大谎言<sup>2</sup></a></li>
<li><a href="/tags/主题/" title="主题">主题<sup>2</sup></a></li>
<li><a href="/tags/你好,旧时光/" title="你好,旧时光">你好,旧时光<sup>5</sup></a></li>
<li><a href="/tags/学习/" title="学习">学习<sup>3</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>3</sup></a></li>
<li><a href="/tags/物联网/" title="物联网">物联网<sup>1</sup></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" >
<p class="copyright"> © 2015
<a href="http://gengbiao.me" target="_blank" title="coney">coney</a>
&& Powered by <a href="http://hexo.io" target="_blank" title="hexo">hexo</a> && Theme by <a href="http://gengbiao.me" target="_blank" title="coney">coney</a>
</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>
var _bdImg = '4';
var _height = $(window).height();
window._bd_share_config={
"common":{
"bdSnsKey":{
},
"bdText":"",
"bdMini":"2",
"bdMiniList":[
"qzone",
"tsina",
"weixin",
"renren",
"tqq",
"tieba",
"douban",
"copy",
"print"
],
"bdPic":"",
"bdStyle":"0",
"bdSize":"16"
},
"slide":{
"type":"slide",
"bdImg":_bdImg,
"bdPos":"right",
"bdTop":_height/2
},
"image":{
"viewList":[
"weixin",
"qzone",
"tsina",
"renren",
"douban",
"tqq"
],
"viewText":"分享:",
"viewSize":"16"
},
"selectShare":{
"bdContainerClass":null,
"bdSelectMiniList":[
"weixin",
"qzone",
"tsina",
"renren",
"douban",
"tqq"
]
}
};
with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];
</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-55273525-1', 'gengbiao.me');
ga('send', 'pageview');
</script>
</body>
</html>