-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
706 lines (377 loc) · 21.8 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
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>iOS梦工厂</title>
<meta name="author" content="iCocos">
<meta name="description" content="做了几个小时的车,终于到了世界上最美的地方-《家》,虽然有点累,但是还是很开心,总有种说不出的激动。 虽然过年,但是像我这么爱学习的孩子,肯定不会停止学习,因为在车上用电脑看了孙源将的Clang的视频,所以打算自己也去摸索一下,哪怕是瞎扯一番,希望以后也有机会能用到实战或者工作中。 开始之前, …">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="http://al1020119.github.io/">
<link href="/favicon.png" rel="icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="/atom.xml" rel="alternate" title="iOS梦工厂" type="application/atom+xml">
<script src="/javascripts/modernizr-2.0.js"></script>
<script src="//libs.baidu.com/jquery/1.7.2/jquery.min.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="/javascripts/libs/jquery.min.js"%3E%3C/script%3E'))</script>
<script src="/javascripts/octopress.js" type="text/javascript"></script>
<!--Fonts from Google"s Web font directory at http://google.com/webfonts -->
<!--<link href="//fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
-->
</head>
<body >
<header role="banner"><hgroup>
<h1><a href="/">iOS梦工厂</a></h1>
<h2>iCocos——不战胜自己,何以改变未来!</h2>
</hgroup>
</header>
<nav role="navigation"><ul class="subscription" data-subscription="rss">
<li><a href="/atom.xml" rel="subscribe-rss" title="subscribe via RSS">RSS</a></li>
</ul>
<form action="https://www.google.com/search" method="get">
<fieldset role="search">
<input type="hidden" name="sitesearch" value="al1020119.github.io">
<input class="search" type="text" name="q" results="0" placeholder="Search"/>
</fieldset>
</form>
<ul class="main-navigation">
<li><a href="/">博文</a></li>
<li><a href="/blog/archives">归档</a></li>
<li><a href="/icocos">iCocos</a></li>
<li><a href="/year">年终</a></li>
<li><a href="/other">其他</a></li>
</ul>
</nav>
<div id="main">
<div id="content">
<div class="blog-index">
<article>
<header>
<h1 class="entry-title"><a href="/blog/2017/01/20/chu-ci-jian-mian-llvm-slash-clang/">初次见面-LLVM/Clang</a></h1>
<p class="meta">
<time class='entry-date' datetime='2017-01-20T23:34:34+08:00'><span class='date'><span class='date-month'>Jan</span> <span class='date-day'>20</span><span class='date-suffix'>th</span>, <span class='date-year'>2017</span></span> <span class='time'>11:34 pm</span></time>
| <a href="/blog/2017/01/20/chu-ci-jian-mian-llvm-slash-clang/#comments">Comments</a>
</p>
</header>
<div class="entry-content"><p>做了几个小时的车,终于到了世界上最美的地方-《家》,虽然有点累,但是还是很开心,总有种说不出的激动。</p>
<ul>
<li>虽然过年,但是像我这么爱学习的孩子,肯定不会停止学习,因为在车上用电脑看了孙源将的Clang的视频,所以打算自己也去摸索一下,哪怕是瞎扯一番,希望以后也有机会能用到实战或者工作中。</li>
</ul>
<p>开始之前,祝大家新年快乐,身体健康,万事如意,也祝各位单身狗早日脱单(虽然我也是单身狗),相信过年都还坐在电脑前的不是单身狗就是技术狂。</p>
<p>好了,废话也不多说,come on….</p>
</div>
<footer>
<a rel="full-article" href="/blog/2017/01/20/chu-ci-jian-mian-llvm-slash-clang/">阅读全文😘</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2017/01/12/node-dot-jsshi-shi-yao-gui-%3F/">Node.js是什么鬼?</a></h1>
<p class="meta">
<time class='entry-date' datetime='2017-01-12T11:18:13+08:00'><span class='date'><span class='date-month'>Jan</span> <span class='date-day'>12</span><span class='date-suffix'>th</span>, <span class='date-year'>2017</span></span> <span class='time'>11:18 am</span></time>
| <a href="/blog/2017/01/12/node-dot-jsshi-shi-yao-gui-%3F/#comments">Comments</a>
</p>
</header>
<div class="entry-content"><h6>Node.js介绍</h6>
<pre><code>Node.js什么时候出现,2009年,Ryan Dahl(瑞恩·达尔)在GitHub上发布了最初版本的部分Node.js包,随后几个月里,有人开始使用Node.js开发应用
什么是Node.js,做过Javascript开发的,看到Node.js这个名字,初学者可能会误以为这是一个Javascript应用,事实上,Node.js采用C++语言编写而成,是一个Javascript的运行环境,意思就是底层使用c++编写,外层封装采用Javascript,需要使用Javascript解析执行。
比如OC底层也是c++,但是执行代码,只需要解析OC代码。
Node.js是一个后端的Javascript运行环境,这意味着你可以编写服务器端的Javascript代码,交给Node.js来解释执行。
</code></pre>
</div>
<footer>
<a rel="full-article" href="/blog/2017/01/12/node-dot-jsshi-shi-yao-gui-%3F/">阅读全文😘</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2017/01/10/appda-bao-fa-bu-keng-zhong-zhi-keng/">App打包发布———坑中之坑</a></h1>
<p class="meta">
<time class='entry-date' datetime='2017-01-10T10:54:05+08:00'><span class='date'><span class='date-month'>Jan</span> <span class='date-day'>10</span><span class='date-suffix'>th</span>, <span class='date-year'>2017</span></span> <span class='time'>10:54 am</span></time>
| <a href="/blog/2017/01/10/appda-bao-fa-bu-keng-zhong-zhi-keng/#comments">Comments</a>
</p>
</header>
<div class="entry-content"><blockquote><p>上线了这么多App,关于App上线的坑,也遇到了很多,但是这一次是最严重,也是最值得思考的,所以我打算翻云覆雨一番。</p></blockquote>
<h2>问题起源</h2>
<pre><code>构建版本中找不到提交的二进制文件
</code></pre>
<p>可能有人会说,这个一般等个20分钟就有了的,如果是这么简单,那我还在这里写个鬼啊!</p>
<p>所以,等待被咔嚓了,因为我等了一个晚上。。。。。</p>
</div>
<footer>
<a rel="full-article" href="/blog/2017/01/10/appda-bao-fa-bu-keng-zhong-zhi-keng/">阅读全文😘</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2016/12/30/bao-chi-chu-cin-ji-xu-qian-jin/">保持初心继续前进-年终篇</a></h1>
<p class="meta">
<time class='entry-date' datetime='2016-12-30T18:16:05+08:00'><span class='date'><span class='date-month'>Dec</span> <span class='date-day'>30</span><span class='date-suffix'>th</span>, <span class='date-year'>2016</span></span> <span class='time'>6:16 pm</span></time>
| <a href="/blog/2016/12/30/bao-chi-chu-cin-ji-xu-qian-jin/#comments">Comments</a>
</p>
</header>
<div class="entry-content"><p>今年一年可谓是我收获最多的一年,技术,圈子,交际,心态。唯一没有收获的就是:依然是条单身🐩😂😂😂😂😂😂😂😂😂😂😂😂。。。。。此处省去一万字!!!</p>
<p>因为我一直都是比较喜欢学习的,尤其是研究技术,关于非技术的的实在太多,而且很多需要自己亲身感受才能体会的。所以这里就先总结一下去年一年个人在技术上的发展。然后对接下来的一年和和以后的规划。</p>
</div>
<footer>
<a rel="full-article" href="/blog/2016/12/30/bao-chi-chu-cin-ji-xu-qian-jin/">阅读全文😘</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2016/12/26/ios-daobao/">自动打包上传代码</a></h1>
<p class="meta">
<time class='entry-date' datetime='2016-12-26T18:16:05+08:00'><span class='date'><span class='date-month'>Dec</span> <span class='date-day'>26</span><span class='date-suffix'>th</span>, <span class='date-year'>2016</span></span> <span class='time'>6:16 pm</span></time>
| <a href="/blog/2016/12/26/ios-daobao/#comments">Comments</a>
</p>
</header>
<div class="entry-content"><p>由于17年之前,也就是这个月30好要上线,所以就有了下面。。。。。</p>
<h2>封装</h2>
<h4>使用前:</h4>
<ol>
<li>安装pip</li>
<li>sudo easy_install pip</li>
<li>安装json-query</li>
<li>pip install json-query</li>
<li>安装 gym</li>
<li>pip install gym</li>
</ol>
</div>
<footer>
<a rel="full-article" href="/blog/2016/12/26/ios-daobao/">阅读全文😘</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2016/12/03/phpwan-mei-da-pei-mysql/">PHP完美搭配之Mysql初探</a></h1>
<p class="meta">
<time class='entry-date' datetime='2016-12-03T13:36:37+08:00'><span class='date'><span class='date-month'>Dec</span> <span class='date-day'>3</span><span class='date-suffix'>rd</span>, <span class='date-year'>2016</span></span> <span class='time'>1:36 pm</span></time>
| <a href="/blog/2016/12/03/phpwan-mei-da-pei-mysql/#comments">Comments</a>
</p>
</header>
<div class="entry-content"><h3>数据库概念</h3>
<h6>什么是数据库</h6>
<p>数据库就是用来存储和管理数据的仓库!</p>
<p>数据库存储数据的优先:</p>
<pre><code>可存储大量数据;
方便检索;
保持数据的一致性、完整性;
安全,可共享;
通过组合分析,可产生新数据。
</code></pre>
<p> </div>
<footer>
<a rel="full-article" href="/blog/2016/12/03/phpwan-mei-da-pei-mysql/">阅读全文😘</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2016/12/02/zhong-zheng-linux/">重整Linux一次就够了</a></h1>
<p class="meta">
<time class='entry-date' datetime='2016-12-02T13:35:16+08:00'><span class='date'><span class='date-month'>Dec</span> <span class='date-day'>2</span><span class='date-suffix'>nd</span>, <span class='date-year'>2016</span></span> <span class='time'>1:35 pm</span></time>
| <a href="/blog/2016/12/02/zhong-zheng-linux/#comments">Comments</a>
</p>
</header>
<div class="entry-content"><h6>前言:</h6>
<p>因为之前学校有学过linux😂,而且这几年一直使用的Mac做开发,所以对Linux及相关命令还是有些接触的,只是没有机会,也没有刻意去专门研究或者整理,最近因为学习与工作的而需要开始了一次Linux之路,所以学习的过程中寻找资料并且整理了一下。</p>
<blockquote><p>目前几乎大部分的互联网公司公司都是使用Linux</p></blockquote>
<p>这里以Ubantu为例整理一套Linux命令,至于为什么是Ubantu,谁用谁知道,这里我是在Mac上面安装了一个VM然后直接安装Ubantu,相关教程请查看网上资料。好了废话不多说,开干🤔🤔🤔🤔🤔🤔🤔🤔</p>
<h3>目录</h3>
</div>
<footer>
<a rel="full-article" href="/blog/2016/12/02/zhong-zheng-linux/">阅读全文😘</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2016/12/01/wan-zhuan-thinkphp-5-dot-star/">完虐ThinkPHP 5.* 远不止这些😱😂</a></h1>
<p class="meta">
<time class='entry-date' datetime='2016-12-01T00:30:20+08:00'><span class='date'><span class='date-month'>Dec</span> <span class='date-day'>1</span><span class='date-suffix'>st</span>, <span class='date-year'>2016</span></span> <span class='time'>12:30 am</span></time>
| <a href="/blog/2016/12/01/wan-zhuan-thinkphp-5-dot-star/#comments">Comments</a>
</p>
</header>
<div class="entry-content"><h2>目录</h2>
<ol>
<li>下载安装</li>
<li>规范整理</li>
<li>结构介绍</li>
<li>简单配置</li>
<li>简单数据显示</li>
<li>数据库配置</li>
<li>数据库基本使用</li>
<li>模型基本使用</li>
<li>总结:(ThinkPhp5.+ <-->ThinkPhp3.+)</li>
</ol>
</div>
<footer>
<a rel="full-article" href="/blog/2016/12/01/wan-zhuan-thinkphp-5-dot-star/">阅读全文😘</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2016/11/13/wan-nue-yiicong-zhe-li-kai-shi/">完虐Yii从这里开始😱😂</a></h1>
<p class="meta">
<time class='entry-date' datetime='2016-11-13T18:16:05+08:00'><span class='date'><span class='date-month'>Nov</span> <span class='date-day'>13</span><span class='date-suffix'>th</span>, <span class='date-year'>2016</span></span> <span class='time'>6:16 pm</span></time>
| <a href="/blog/2016/11/13/wan-nue-yiicong-zhe-li-kai-shi/#comments">Comments</a>
</p>
</header>
<div class="entry-content"><h6>目录</h6>
<ol>
<li>简单配置概述</li>
<li>Yii安装</li>
<li>数据库实战</li>
<li>附加福利</li>
</ol>
<h6>前提条件</h6>
<ol>
<li>安装:XAMPP、MAMPP,WAMPP。。。。</li>
<li>下载好了Yii Advanced</li>
</ol>
<h6>这里大概说说一下上面几点及遇到的问题</h6>
</div>
<footer>
<a rel="full-article" href="/blog/2016/11/13/wan-nue-yiicong-zhe-li-kai-shi/">阅读全文😘</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2016/10/20/apptai-pang-liao-jian-fei/">App太胖了——减肥😂</a></h1>
<p class="meta">
<time class='entry-date' datetime='2016-10-20T13:00:42+08:00'><span class='date'><span class='date-month'>Oct</span> <span class='date-day'>20</span><span class='date-suffix'>th</span>, <span class='date-year'>2016</span></span> <span class='time'>1:00 pm</span></time>
| <a href="/blog/2016/10/20/apptai-pang-liao-jian-fei/#comments">Comments</a>
</p>
</header>
<div class="entry-content"><p>先来看两张关于瘦身的整理,第一张是我实践的时候网上找到了,第二张是我根据自己的项目整理的。但是慢慢的发现项目的好像还是不足以满足需求,所以就网上找了不少资料,整理的一下。</p>
<p><img src="/images/iosshoushen00001.jpg" title="Caption" ></p>
<p><img src="/images/iosshoushen00002.jpg" title="Caption" ></p>
</div>
<footer>
<a rel="full-article" href="/blog/2016/10/20/apptai-pang-liao-jian-fei/">阅读全文😘</a>
</footer>
</article>
<div class="pagination">
<a class="prev" href="/posts/2">← Older</a>
<a href="/blog/archives">Blog Archives</a>
</div>
</div>
<aside class="sidebar">
<section>
<h1>文章分类</h1>
<ul id="categories">
<li class='category'><a href='/blog/categories/algorithms/'>algorithms (6)</a></li>
<li class='category'><a href='/blog/categories/and/'>and (11)</a></li>
<li class='category'><a href='/blog/categories/apples/'>apples (2)</a></li>
<li class='category'><a href='/blog/categories/application/'>application (1)</a></li>
<li class='category'><a href='/blog/categories/architecture/'>architecture (2)</a></li>
<li class='category'><a href='/blog/categories/audio/'>audio (5)</a></li>
<li class='category'><a href='/blog/categories/audio-video/'>audio-video (1)</a></li>
<li class='category'><a href='/blog/categories/data/'>data (6)</a></li>
<li class='category'><a href='/blog/categories/developer/'>developer (16)</a></li>
<li class='category'><a href='/blog/categories/foundation/'>foundation (31)</a></li>
<li class='category'><a href='/blog/categories/full/'>full (13)</a></li>
<li class='category'><a href='/blog/categories/low-level/'>low-level (4)</a></li>
<li class='category'><a href='/blog/categories/lve/'>lve (5)</a></li>
<li class='category'><a href='/blog/categories/news/'>news (4)</a></li>
<li class='category'><a href='/blog/categories/others/'>others (1)</a></li>
<li class='category'><a href='/blog/categories/performance/'>performance (12)</a></li>
<li class='category'><a href='/blog/categories/php-lover/'>php-lover (2)</a></li>
<li class='category'><a href='/blog/categories/practical/'>practical (1)</a></li>
<li class='category'><a href='/blog/categories/radio/'>radio (5)</a></li>
<li class='category'><a href='/blog/categories/reverse/'>reverse (6)</a></li>
<li class='category'><a href='/blog/categories/senior/'>senior (31)</a></li>
<li class='category'><a href='/blog/categories/stack/'>stack (13)</a></li>
<li class='category'><a href='/blog/categories/structures/'>structures (6)</a></li>
<li class='category'><a href='/blog/categories/summarize/'>summarize (5)</a></li>
<li class='category'><a href='/blog/categories/tools/'>tools (5)</a></li>
<li class='category'><a href='/blog/categories/video/'>video (5)</a></li>
</ul>
</section><section>
<h1>Recent Posts</h1>
<ul id="recent_posts">
<li class="post">
<a href="/blog/2017/01/20/chu-ci-jian-mian-llvm-slash-clang/">初次见面-LLVM/Clang</a>
</li>
<li class="post">
<a href="/blog/2017/01/12/node-dot-jsshi-shi-yao-gui-%3F/">Node.js是什么鬼?</a>
</li>
<li class="post">
<a href="/blog/2017/01/10/appda-bao-fa-bu-keng-zhong-zhi-keng/">App打包发布———坑中之坑</a>
</li>
<li class="post">
<a href="/blog/2016/12/30/bao-chi-chu-cin-ji-xu-qian-jin/">保持初心继续前进-年终篇</a>
</li>
<li class="post">
<a href="/blog/2016/12/26/ios-daobao/">自动打包上传代码</a>
</li>
</ul>
</section>
<section>
<h1>GitHub Repos</h1>
<ul id="gh_repos">
<li class="loading">Status updating...</li>
</ul>
<a href="https://github.com/al1020119">@al1020119</a> on GitHub
<script type="text/javascript">
$(document).ready(function(){
if (!window.jXHR){
var jxhr = document.createElement('script');
jxhr.type = 'text/javascript';
jxhr.src = '/javascripts/libs/jXHR.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(jxhr, s);
}
github.showRepos({
user: 'al1020119',
count: 0,
skip_forks: true,
target: '#gh_repos'
});
});
</script>
<script src="/javascripts/github.js" type="text/javascript"> </script>
</section>
<section>
<h1>博客<abbr title="The word '博客' is a registered trademark of DENSO WAVE INCORPORATED. It applies only for the word '博客', not for image.">™</abbr></h1>
<a href="http://al1020119.github.io/index.html"><img src="http://chart.apis.google.com/chart?chs=150x150&cht=qr&chld=|0&chco=165B94&chl=http://al1020119.github.io/index.html" alt="post-qrcode"></a></section>
<section>
<h1>github<abbr title="The word 'github' is a registered trademark of DENSO WAVE INCORPORATED. It applies only for the word 'github', not for image.">™</abbr></h1>
<a><img src="/images/iCocosgithub.png" alt="post-qrcode"></a></section>
<section>
<h1>微信<abbr title="The word '微信' is a registered trademark of DENSO WAVE INCORPORATED. It applies only for the word '微信', not for image.">™</abbr></h1>
<a><img src="/images/iCocosWX.png" alt="post-qrcode"></a></section>
<section>
<h1>公众号<abbr title="The word '公众号' is a registered trademark of DENSO WAVE INCORPORATED. It applies only for the word '公众号', not for image.">™</abbr></h1>
<a><img src="/images/iCocosMGC.png" alt="post-qrcode"></a><section>
</section>
<h1>公众号<abbr title="The word '公众号' is a registered trademark of DENSO WAVE INCORPORATED. It applies only for the word '公众号', not for image.">™</abbr></h1>
<a><img src="/images/iCocos520.png" alt="post-qrcode"></a></section>
<section>
<h1>访客统计</h1>
<br/>
<a href="http://s07.flagcounter.com/more/2SH"><img src="http://s07.flagcounter.com/count/2SH/bg_FFFFFF/txt_000000/border_CCCCCC/columns_2/maxflags_12/viewers_0/labels_0/pageviews_1/flags_0/" alt="Flag Counter" border="0"></a>
</section><section>
<h1>新浪微博</h1>
<ul id="weibo">
<li>
<!-- 在此插入获得的微博秀代码 -->
<iframe width="100%" height="550" class="share_self" frameborder="0" scrolling="no" src="http://widget.weibo.com/weiboshow/index.php?language=&width=0&height=550&fansRow=2&ptype=1&speed=0&skin=1&isTitle=1&noborder=1&isWeibo=1&isFans=1&uid=3288975567&verifier=20ffcedd&dpc=1"></iframe>
</li>
</ul>
</section>
</aside>
</div>
</div>
<footer role="contentinfo"><p>
Copyright © 2013 - iCocos -
<span class="credit">welcome to <a href="http://al1020119.github.io">曹#黎</a></span>
</p>
</footer>
<!--
-->
</body>
</html>