-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
729 lines (405 loc) · 20.2 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
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>星星blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="所思所想">
<meta property="og:type" content="website">
<meta property="og:title" content="星星blog">
<meta property="og:url" content="http://bigxing.github.io/index.html">
<meta property="og:site_name" content="星星blog">
<meta property="og:description" content="所思所想">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="星星blog">
<meta name="twitter:description" content="所思所想">
<link rel="alternative" href="/atom.xml" title="星星blog" type="application/atom+xml">
<link rel="icon" href="/favicon.png">
<link rel="stylesheet" href="/css/style.css" type="text/css">
<script src="http://libs.baidu.com/jquery/1.9.0/jquery.js"></script>
</head>
<body>
<div id="container">
<div class="left-col">
<div class="overlay"></div>
<div class="intrude-less">
<header id="header" class="inner">
<div class="profilepic">
<img src="https://avatars1.githubusercontent.com/u/2263763?v=2&s=460">
</div>
<hgroup>
<h1 class="header-author"><a href="/">星星(bigxing)</a></h1>
</hgroup>
<p class="header-subtitle">所思所想</p>
<div class="onoffswitch">
<input type="checkbox" name="onoffswitch" class="onoffswitch-checkbox" id="myonoffswitch" checked>
<label class="onoffswitch-label" for="myonoffswitch">
<span class="onoffswitch-inner"></span>
<span class="onoffswitch-switch"></span>
</label>
</div>
<div class="switch-area">
<section class="first-part">
<nav class="header-menu">
<ul>
<li><a href="/">主页</a></li>
<li><a href="/archives">所有文章</a></li>
<li><a href="/about">关于</a></li>
</ul>
</nav>
<nav class="header-nav">
<div class="social">
<a class="github" target="_blank" href="https://github.com/bigxing" title="github">github</a>
<a class="weibo" target="_blank" href="http://weibo.com/kissweb" title="weibo">weibo</a>
<a class="rss" target="_blank" href="/#" title="rss">rss</a>
<a class="facebook" target="_blank" href="/#" title="facebook">facebook</a>
</div>
</nav>
</section>
<section class="second-part">
<div class="widget tagcloud">
<a href="/tags/cgi/" style="font-size: 10px;">cgi</a><a href="/tags/http/" style="font-size: 12.5px;">http</a><a href="/tags/php/" style="font-size: 15px;">php</a><a href="/tags/思考/" style="font-size: 12.5px;">思考</a><a href="/tags/技术/" style="font-size: 17.5px;">技术</a><a href="/tags/技术-error/" style="font-size: 10px;">技术,error</a><a href="/tags/数据结构/" style="font-size: 20px;">数据结构</a><a href="/tags/服务器/" style="font-size: 12.5px;">服务器</a><a href="/tags/服务器,-c-c/" style="font-size: 10px;">服务器, c/c++</a><a href="/tags/生活/" style="font-size: 10px;">生活</a><a href="/tags/算法/" style="font-size: 20px;">算法</a><a href="/tags/锻炼/" style="font-size: 10px;">锻炼</a>
</div>
</section>
</div>
</header>
</div>
</div>
<div class="mid-col">
<nav id="mobile-nav">
<div class="overlay"></div>
<div class="intrude-less">
<header id="header" class="inner">
<div class="profilepic">
<img src="https://avatars1.githubusercontent.com/u/2263763?v=2&s=460">
</div>
<hgroup>
<h1 class="header-author"><a href="/">星星(bigxing)</a></h1>
</hgroup>
<p class="header-subtitle">所思所想</p>
<nav class="header-menu">
<ul>
<li><a href="/">主页</a></li>
<li><a href="/archives">所有文章</a></li>
<li><a href="/about">关于</a></li>
<div class="clearfix"></div>
</ul>
</nav>
<nav class="header-nav">
<div class="social">
<a class="github" target="_blank" href="https://github.com/bigxing" title="github">github</a>
<a class="weibo" target="_blank" href="http://weibo.com/kissweb" title="weibo">weibo</a>
<a class="rss" target="_blank" href="/#" title="rss">rss</a>
<a class="facebook" target="_blank" href="/#" title="facebook">facebook</a>
</div>
</nav>
</header>
</div>
</nav>
<article id="post-datastruct-BST" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2015/07/14/datastruct-BST/" class="article-date">
<time datetime="2015-07-14T06:20:08.000Z" itemprop="datePublished">Jul 14 2015</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/数据结构与算法/">数据结构与算法</a>
</div>
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/数据结构/">数据结构</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/算法/">算法</a></li></ul>
</div>
<div class="article-inner">
<input type="hidden" class="isFancy" />
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2015/07/14/datastruct-BST/">数据结构与算法(五)-二叉搜索树</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<p>二叉搜索树<br>
<p class="article-more-link">
<a href="/2015/07/14/datastruct-BST/#more">more >></a>
</p>
</div>
<footer class="article-footer">
</footer>
</div>
</article>
<article id="post-exercise-running-one" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2015/07/03/exercise-running-one/" class="article-date">
<time datetime="2015-07-03T01:01:21.000Z" itemprop="datePublished">Jul 3 2015</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/生活-锻炼/">生活-锻炼</a>
</div>
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/生活/">生活</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/锻炼/">锻炼</a></li></ul>
</div>
<div class="article-inner">
<input type="hidden" class="isFancy" />
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2015/07/03/exercise-running-one/">新开始-记录我跑步进入万米</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<p>这是我跑步进入1万米的一个记录。<br>新开始。<br>
<p class="article-more-link">
<a href="/2015/07/03/exercise-running-one/#more">more >></a>
</p>
</div>
<footer class="article-footer">
</footer>
</div>
</article>
<article id="post-php-anonymous-functions" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2015/05/13/php-anonymous-functions/" class="article-date">
<time datetime="2015-05-13T02:49:21.000Z" itemprop="datePublished">May 13 2015</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/php/">php</a>
</div>
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/php/">php</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/技术/">技术</a></li></ul>
</div>
<div class="article-inner">
<input type="hidden" class="isFancy" />
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2015/05/13/php-anonymous-functions/">PHP中的匿名函数</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<p>php从5.3开始加入了匿名函数的用法,下面我们就来看看这个匿名函数的一些用法<br>
<p class="article-more-link">
<a href="/2015/05/13/php-anonymous-functions/#more">more >></a>
</p>
</div>
<footer class="article-footer">
</footer>
</div>
</article>
<article id="post-datastruct-queuesinglelink" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2015/04/22/datastruct-queuesinglelink/" class="article-date">
<time datetime="2015-04-22T08:47:21.000Z" itemprop="datePublished">Apr 22 2015</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/数据结构与算法/">数据结构与算法</a>
</div>
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/数据结构/">数据结构</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/算法/">算法</a></li></ul>
</div>
<div class="article-inner">
<input type="hidden" class="isFancy" />
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2015/04/22/datastruct-queuesinglelink/">数据结构与算法(四)-队列单链表实现[转]</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<p>大话数据结构笔记, 队列单链表的实现<br>
<p class="article-more-link">
<a href="/2015/04/22/datastruct-queuesinglelink/#more">more >></a>
</p>
</div>
<footer class="article-footer">
</footer>
</div>
</article>
<article id="post-datastruct-quicksort" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2015/04/03/datastruct-quicksort/" class="article-date">
<time datetime="2015-04-03T10:50:21.000Z" itemprop="datePublished">Apr 3 2015</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/数据结构与算法/">数据结构与算法</a>
</div>
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/数据结构/">数据结构</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/算法/">算法</a></li></ul>
</div>
<div class="article-inner">
<input type="hidden" class="isFancy" />
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2015/04/03/datastruct-quicksort/">数据结构与算法(三)-快速排序</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<p>大话数据结构笔记, 快速排序<br>
<p class="article-more-link">
<a href="/2015/04/03/datastruct-quicksort/#more">more >></a>
</p>
</div>
<footer class="article-footer">
</footer>
</div>
</article>
<article id="post-datastruct-doublelinklist" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2015/03/25/datastruct-doublelinklist/" class="article-date">
<time datetime="2015-03-25T09:50:21.000Z" itemprop="datePublished">Mar 25 2015</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/数据结构与算法/">数据结构与算法</a>
</div>
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/数据结构/">数据结构</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/算法/">算法</a></li></ul>
</div>
<div class="article-inner">
<input type="hidden" class="isFancy" />
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2015/03/25/datastruct-doublelinklist/">数据结构与算法(二)-双向链表</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<p>大话数据结构笔记, 双向链表<br>
<p class="article-more-link">
<a href="/2015/03/25/datastruct-doublelinklist/#more">more >></a>
</p>
</div>
<footer class="article-footer">
</footer>
</div>
</article>
<article id="post-datastruct-linklist" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2015/03/20/datastruct-linklist/" class="article-date">
<time datetime="2015-03-20T07:01:21.000Z" itemprop="datePublished">Mar 20 2015</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/数据结构与算法/">数据结构与算法</a>
</div>
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/数据结构/">数据结构</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/算法/">算法</a></li></ul>
</div>
<div class="article-inner">
<input type="hidden" class="isFancy" />
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2015/03/20/datastruct-linklist/">数据结构与算法(一)-单向链表</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<p>大话数据结构笔记, 线性表链式存储,元素的插入,获取,表的初始化,删除,销毁<br>
<p class="article-more-link">
<a href="/2015/03/20/datastruct-linklist/#more">more >></a>
</p>
</div>
<footer class="article-footer">
</footer>
</div>
</article>
<article id="post-php-variable-count-copy-on-write" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2015/03/13/php-variable-count-copy-on-write/" class="article-date">
<time datetime="2015-03-13T08:49:54.000Z" itemprop="datePublished">Mar 13 2015</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/php/">php</a>
</div>
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/php/">php</a></li></ul>
</div>
<div class="article-inner">
<input type="hidden" class="isFancy" />
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2015/03/13/php-variable-count-copy-on-write/">PHP的引用计数和写时复制</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<blockquote>
<p>说明:PHP的引用计数和写时复制</p>
</blockquote>
<p class="article-more-link">
<a href="/2015/03/13/php-variable-count-copy-on-write/#more">more >></a>
</p>
</div>
<footer class="article-footer">
</footer>
</div>
</article>
<article id="post-cgi-fastcgi-phpfpm-spawnfcgi" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2015/02/03/cgi-fastcgi-phpfpm-spawnfcgi/" class="article-date">
<time datetime="2015-02-03T02:23:18.000Z" itemprop="datePublished">Feb 3 2015</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/php/">php</a>
</div>
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/cgi/">cgi</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/php/">php</a></li></ul>
</div>
<div class="article-inner">
<input type="hidden" class="isFancy" />
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2015/02/03/cgi-fastcgi-phpfpm-spawnfcgi/">CGI, FastCGI, PHP-FPM, SPAWN-FCGI, Nginx 它们之间的关系</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<blockquote>
<p>说明:在好长一段时间里,我都不知道 CGI, FastCGI, PHP-FPM, SPAWN-FCIG, Nginx这些协议和软件他们之间到底是一种什么关系? 为什么会有这么多的软件,协议呢?他们之间是怎么协同工作的?为了弄懂他们之间的关系,我看了一些文章,在此做个笔记。</p>
</blockquote>
<p class="article-more-link">
<a href="/2015/02/03/cgi-fastcgi-phpfpm-spawnfcgi/#more">more >></a>
</p>
</div>
<footer class="article-footer">
</footer>
</div>
</article>
<article id="post-Linux-performance-view-and-tools" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2015/01/07/Linux-performance-view-and-tools/" class="article-date">
<time datetime="2015-01-07T06:36:11.000Z" itemprop="datePublished">Jan 7 2015</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/服务器/">服务器</a>
</div>
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/http/">http</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/服务器/">服务器</a></li></ul>
</div>
<div class="article-inner">
<input type="hidden" class="isFancy" />
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2015/01/07/Linux-performance-view-and-tools/">Linux系统性能一般怎么检查?有哪些工具?</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<blockquote>
<p>在linux系统中,如果遇到系统性能瓶颈,怎么来排查?<br>或者某人说:linux系统负载好高啊? 从这句话你该从哪些方面来检查linux<br>我做了一个小小的罗列。 具体工具的详细用法,如果我没链接到,还请自行google 和 百度</p>
</blockquote>
<p class="article-more-link">
<a href="/2015/01/07/Linux-performance-view-and-tools/#more">more >></a>
</p>
</div>
<footer class="article-footer">
</footer>
</div>
</article>
<nav id="page-nav">
<span class="page-number current">1</span><a class="page-number" href="/page/2/">2</a><a class="extend next" rel="next" href="/page/2/">Next »</a>
</nav>
<footer id="footer">
<div class="outer">
<div id="footer-info">
<div class="footer-left">
© 2015 星星(bigxing)
</div>
<div class="footer-right">
<a href="http://hexo.io/" target="_blank">Hexo</a> Theme <a href="https://github.com/litten/hexo-theme-yilia" target="_blank">Yilia</a> by Litten
</div>
</div>
</div>
</footer>
</div>
<link rel="stylesheet" href="/fancybox/jquery.fancybox.css" type="text/css">
<script src="/fancybox/jquery.fancybox.pack.js" type="text/javascript"></script>
<script src="/js/main.js" type="text/javascript"></script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?7d4572811c8b3d849cded7f14c0ab880";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</div>
</body>
</html>