-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
563 lines (517 loc) · 25.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>My Note Book</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="liugehao">
<!-- Le styles -->
<link rel="stylesheet" href="http://liugehao.github.io/theme/css/bootstrap.min.css" type="text/css" />
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
.sidebar-nav {
padding: 9px 0;
}
.tag-1 {
font-size: 13pt;
}
.tag-2 {
font-size: 10pt;
}
.tag-2 {
font-size: 8pt;
}
.tag-4 {
font-size: 6pt;
}
</style>
<link href="http://liugehao.github.io/theme/css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="http://liugehao.github.io/theme/css/font-awesome.css" rel="stylesheet">
<link href="http://liugehao.github.io/theme/css/pygments.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="http://liugehao.github.io/theme/images/favicon.ico">
<link rel="apple-touch-icon" href="http://liugehao.github.io/theme/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="http://liugehao.github.io/theme/images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="http://liugehao.github.io/theme/images/apple-touch-icon-114x114.png">
<link href="http://liugehao.github.io/" type="application/atom+xml" rel="alternate" title="My Note Book ATOM Feed" />
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container-fluid">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="http://liugehao.github.io/index.html">My Note Book </a>
<div class="nav-collapse">
<ul class="nav">
<li class="divider-vertical"></li>
<li >
<a href="http://liugehao.github.io/category/c.html">
<i class="icon-folder-open icon-large"></i>c
</a>
</li>
<li >
<a href="http://liugehao.github.io/category/db.html">
<i class="icon-folder-open icon-large"></i>db
</a>
</li>
<li >
<a href="http://liugehao.github.io/category/linux.html">
<i class="icon-folder-open icon-large"></i>linux
</a>
</li>
<li >
<a href="http://liugehao.github.io/category/linux2fe697a0e7babfe7bd91e58da1make3a202a2a2a2flib.html">
<i class="icon-folder-open icon-large"></i>linux(2fe697a0e7babfe7bd91e58da1)make(3a202a2a2a2f)lib
</a>
</li>
<li >
<a href="http://liugehao.github.io/category/nginx.html">
<i class="icon-folder-open icon-large"></i>nginx
</a>
</li>
<li >
<a href="http://liugehao.github.io/category/others.html">
<i class="icon-folder-open icon-large"></i>Others
</a>
</li>
<li >
<a href="http://liugehao.github.io/category/php.html">
<i class="icon-folder-open icon-large"></i>php
</a>
</li>
<li >
<a href="http://liugehao.github.io/category/python.html">
<i class="icon-folder-open icon-large"></i>python
</a>
</li>
<li >
<a href="http://liugehao.github.io/category/ruby.html">
<i class="icon-folder-open icon-large"></i>ruby
</a>
</li>
<li >
<a href="http://liugehao.github.io/category/tmp.html">
<i class="icon-folder-open icon-large"></i>tmp
</a>
</li>
<ul class="nav pull-right">
<li><a href="http://liugehao.github.io/archives.html"><i class="icon-th-list"></i>Archives</a></li>
</ul>
</ul>
<!--<p class="navbar-text pull-right">Logged in as <a href="#">username</a></p>-->
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="span9" id="content">
<div class="article">
<h1><a href="http://liugehao.github.io/linuxsolr-46-he-tomcat-8de-an-zhuang.html">linux/solr 4.6 和tomcat 8的安装</a></h1>
<div class="well small"><footer class="post-info">
<span class="label">Date</span>
<abbr class="published" title="2013-12-24T00:00:00">
<i class="icon-calendar"></i>二 24 十二月 2013
</abbr>
<span class="label">By</span>
<a href="http://liugehao.github.io/author/liugehao.html"><i class="icon-user"></i>liugehao</a>
<span class="label">Category</span>
<a href="http://liugehao.github.io/category/linux.html"><i class="icon-folder-open"></i>linux</a>.
</footer><!-- /.post-info --></div>
<div class="summary"><p>=== tomcat ===
配置好jdk,解压tomcat,执行bin/startup.sh 启动</p>
<p>=== solr安装 ===</p>
<ol>
<li>将 dist 下的solr.war 放到tomcat的webapps下。</li>
<li>启动tomcat 此时报错,solr.war 解压 关闭tomcat 删除solr.war</li>
<li>得到solr 目录</li>
<li>配置solr_home :将下载的solr包中解压的example/solr 文件夹copy到 /opt/solr(路径可以任意修改)。</li>
<li>修改tomcat/webapps/solr/WEB-INFO/web.xml
{{{
<env-entry>
<env-entry-name>solr/home</env-entry-name>
<env-entry-value>/opt/solr</env-entry-value>
<env-entry-type>java.lang.String</env-entry-type>
</env-entry>
}}}</li>
</ol>
<p>或者/root/tomcat/conf/Catalina/localhost目录下建立solr文件
{{{
<?xml ...</p>
<a class="btn primary xsmall" href="http://liugehao.github.io/linuxsolr-46-he-tomcat-8de-an-zhuang.html">more ...</a>
</div>
</div>
<hr />
<div class="article">
<h1><a href="http://liugehao.github.io/rehl5an-zhuang-jdk.html">rehl5安装jdk</a></h1>
<div class="well small"><footer class="post-info">
<span class="label">Date</span>
<abbr class="published" title="2013-12-24T00:00:00">
<i class="icon-calendar"></i>二 24 十二月 2013
</abbr>
<span class="label">By</span>
<a href="http://liugehao.github.io/author/liugehao.html"><i class="icon-user"></i>liugehao</a>
<span class="label">Category</span>
<a href="http://liugehao.github.io/category/linux.html"><i class="icon-folder-open"></i>linux</a>.
</footer><!-- /.post-info --></div>
<div class="summary"><p>{{{
解压jdk.tar.gz到任意目录</p>
<p>/etc/profile文件 -- 全部用户有效</p>
<p>在profile 文件的尾部面加入</p>
<p>JAVA_HOME=/usr/java/jdk1.5.0_16 -- jdk 的安装路径
PATH=$JAVA_HOME/bin:$PATH
CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar </p>
<p>export JAVA_HOME
export PATH
export CLASSPATH
export CATALINA_HOME </p>
<p>保存 退出
在shell输入 source /etc/profile
}}}</p>
<p>set default jdk for debin
{{{</p>
<p>sudo update-alternatives ...</p>
<a class="btn primary xsmall" href="http://liugehao.github.io/rehl5an-zhuang-jdk.html">more ...</a>
</div>
</div>
<hr />
<div class="article">
<h1><a href="http://liugehao.github.io/zai-zhe-li-xiang-shu-dbmysql-load-file-outfile.html">在这里详述 db/mysql load file outfile。</a></h1>
<div class="well small"><footer class="post-info">
<span class="label">Date</span>
<abbr class="published" title="2013-12-04T00:00:00">
<i class="icon-calendar"></i>三 04 十二月 2013
</abbr>
<span class="label">By</span>
<a href="http://liugehao.github.io/author/liugehao.html"><i class="icon-user"></i>liugehao</a>
<span class="label">Category</span>
<a href="http://liugehao.github.io/category/db.html"><i class="icon-folder-open"></i>db</a>.
</footer><!-- /.post-info --></div>
<div class="summary"><p>{{{
LOAD DATA INFILE 'data.txt' INTO TABLE tbl_name
FIELDS TERMINATED BY ',' ENCLOSED BY '"'
LINES TERMINATED BY '\r\n'
IGNORE 1 LINES;</p>
<p>select * from driver into outfile "a.txt" fields terminated by ',' enclosed by '"';
}}}</p>
<a class="btn primary xsmall" href="http://liugehao.github.io/zai-zhe-li-xiang-shu-dbmysql-load-file-outfile.html">more ...</a>
</div>
</div>
<hr />
<div class="article">
<h1><a href="http://liugehao.github.io/zai-zhe-li-xiang-shu-linuxhadoop-python.html">在这里详述 linux/hadoop python</a></h1>
<div class="well small"><footer class="post-info">
<span class="label">Date</span>
<abbr class="published" title="2013-11-28T00:00:00">
<i class="icon-calendar"></i>四 28 十一月 2013
</abbr>
<span class="label">By</span>
<a href="http://liugehao.github.io/author/liugehao.html"><i class="icon-user"></i>liugehao</a>
<span class="label">Category</span>
<a href="http://liugehao.github.io/category/linux.html"><i class="icon-folder-open"></i>linux</a>.
</footer><!-- /.post-info --></div>
<div class="summary"><p>http://www.oschina.net/translate/a-guide-to-python-frameworks-for-hadoop</p>
<p>python连接hadoop方式
1. Hadoop流
1. mrjob
1. dumbo
1. hadoopy
1. pydoop
1. 其它</p>
<p>=== hadoop流:===</p>
<p>在http://books.google.com/ngrams取得数据, 在hdfs上建立/ngrams 目录,CSV上传到/ngrams目录。</p>
<p>mapper.py
{{{#!highlight python</p>
<h1>! /usr/bin/env python</h1>
<p>import os
import re
import sys</p>
<h1>determine value of n in the ...</h1>
<a class="btn primary xsmall" href="http://liugehao.github.io/zai-zhe-li-xiang-shu-linuxhadoop-python.html">more ...</a>
</div>
</div>
<hr />
<div class="article">
<h1><a href="http://liugehao.github.io/zai-zhe-li-xiang-shu-linuxhadoop-x64-bian-yi.html">== 在这里详述 linux/hadoop x64 编译。==</a></h1>
<div class="well small"><footer class="post-info">
<span class="label">Date</span>
<abbr class="published" title="2013-11-28T00:00:00">
<i class="icon-calendar"></i>四 28 十一月 2013
</abbr>
<span class="label">By</span>
<a href="http://liugehao.github.io/author/liugehao.html"><i class="icon-user"></i>liugehao</a>
<span class="label">Category</span>
<a href="http://liugehao.github.io/category/linux.html"><i class="icon-folder-open"></i>linux</a>.
</footer><!-- /.post-info --></div>
<div class="summary"><p>{{{
参考:http://blog.csdn.net/bamuta/article/details/13506893
apt-get install autoconf automake libtool cmake
apt-get install libncurses5-dev
apt-get install libssl-dev</p>
<p>安装maven
下载,并解压
http://maven.apache.org/download.cgi
[root@hadoop01 stable]# mvapache-maven-3.1.1 /usr/local/
将/usr/local/apache-maven-3.1.1/bin加到环境变量中</p>
<p>apt-get install libprotobuf-dev</p>
<p>mvn package ...</p>
<a class="btn primary xsmall" href="http://liugehao.github.io/zai-zhe-li-xiang-shu-linuxhadoop-x64-bian-yi.html">more ...</a>
</div>
</div>
<hr />
<div class="article">
<h1><a href="http://liugehao.github.io/zai-zhe-li-xiang-shu-dbpostgresql-zheng-ze-biao-da-shi.html">在这里详述 db/Postgresql 正则表达式</a></h1>
<div class="well small"><footer class="post-info">
<span class="label">Date</span>
<abbr class="published" title="2013-11-21T00:00:00">
<i class="icon-calendar"></i>四 21 十一月 2013
</abbr>
<span class="label">By</span>
<a href="http://liugehao.github.io/author/liugehao.html"><i class="icon-user"></i>liugehao</a>
<span class="label">Category</span>
<a href="http://liugehao.github.io/category/db.html"><i class="icon-folder-open"></i>db</a>.
</footer><!-- /.post-info --></div>
<div class="summary"><p>在postgresql中使用正则表达式时需要使用关键字“~”,以表示该关键字之前的内容需匹配之后的正则表达式,若匹配规则不需要区分大小写,可以使用组合关键字“~*”;</p>
<p>相反,若需要查询不匹配这则表达式的记录,只需在该关键字前加否定关键字“!”即可。若正则表达式包含转义字符,则需在表达式前加关键字“E”。
例如:</p>
<p>{{{
select * from user where email ~ '^[A-H]' --匹配email地址以A-H开头的记录<br />
select * from user where email ~* '^[a-h]' --匹配email地址以A-H和a-h开头的记录<br />
}}}</p>
<p>至于正则表达式的匹配公式是通用的,可以参照下表。</p>
<p>{{{
字符 描述
\ 将下一个字符标记为一个特殊字符、或一个原义字符、或一个 后向引用、或一个八进制转义符。例如,'n' 匹配字符 "n"。'\n' 匹配一个换行符。序列 '\' 匹配 "\" 而 "(" 则匹配 "("。
^ 匹配输入字符串的开始位置。如果设置了 RegExp 对象的 Multiline ...</p>
<a class="btn primary xsmall" href="http://liugehao.github.io/zai-zhe-li-xiang-shu-dbpostgresql-zheng-ze-biao-da-shi.html">more ...</a>
</div>
</div>
<hr />
<div class="article">
<h1><a href="http://liugehao.github.io/zai-zhe-li-xiang-shu-pythonimport-data-to-postgresql-from-mysql.html">在这里详述 python/import data to postgresql from mysql。</a></h1>
<div class="well small"><footer class="post-info">
<span class="label">Date</span>
<abbr class="published" title="2013-11-07T00:00:00">
<i class="icon-calendar"></i>四 07 十一月 2013
</abbr>
<span class="label">By</span>
<a href="http://liugehao.github.io/author/liugehao.html"><i class="icon-user"></i>liugehao</a>
<span class="label">Category</span>
<a href="http://liugehao.github.io/category/python.html"><i class="icon-folder-open"></i>python</a>.
</footer><!-- /.post-info --></div>
<div class="summary"><p>{{{#!highlight python</p>
<h1>!/usr/bin/env python</h1>
<h1>coding=utf-8</h1>
<p>import MySQLdb, psycopg2
import sys</p>
<h1>psycopg2.paramstyle='qmark' #psycopg2.paramstyle 失效 ,全用%s</h1>
<p>pconn = psycopg2.connect(host='172.16.147.133', user='postgres', password='l', database='address')
pc = pconn.cursor()</p>
<p>def insert(row, table):
lens = len(row)
str = "insert into %s values ...</p>
<a class="btn primary xsmall" href="http://liugehao.github.io/zai-zhe-li-xiang-shu-pythonimport-data-to-postgresql-from-mysql.html">more ...</a>
</div>
</div>
<hr />
<div class="article">
<h1><a href="http://liugehao.github.io/zai-zhe-li-xiang-shu-linuxdebian-7jie-jue-zhong-wen-luan-ma.html">在这里详述 linux/Debian 7解决中文乱码。</a></h1>
<div class="well small"><footer class="post-info">
<span class="label">Date</span>
<abbr class="published" title="2013-11-06T00:00:00">
<i class="icon-calendar"></i>三 06 十一月 2013
</abbr>
<span class="label">By</span>
<a href="http://liugehao.github.io/author/liugehao.html"><i class="icon-user"></i>liugehao</a>
<span class="label">Category</span>
<a href="http://liugehao.github.io/category/linux.html"><i class="icon-folder-open"></i>linux</a>.
</footer><!-- /.post-info --></div>
<div class="summary"><p>DEBIAN下中文显示</p>
<p>一.首先检查LOCALE情况</p>
<p>说明:DEBIAN因为基于GNU所以,对不同地域进行了不同的包支持,以LOCALE形式存在。</p>
<p>1.挂载ISO文件包,前8个ISO包就可以(这里不在讲述)。</p>
<p>2.启动终端</p>
<h1>apt-get install locales</h1>
<p>3.重新配置LOCALE</p>
<h1>dpkg-reconfigure locales</h1>
<p>在所有的语言包选择en_US.ISO-8859-1和zh_CN.GBK。其他en_US和zh_CN打头的也选上。然后选择zh_CN.GBK为默认的LOCALE,则系统为中文界面(这里也可以选en_US.ISO,使系统为英文界面)。</p>
<p>3.运行LOCALE命令检查当前的LOCALE环境</p>
<h1>locale</h1>
<p>正确配置下会显式</p>
<p>LANG =zh_CN.GBK</p>
<p>........................以下显示略过</p>
<p>ibus 没有输入窗口 错误 dpkg-reconfigure locales 选择zh-cn.UTF-8也可解决。</p>
<a class="btn primary xsmall" href="http://liugehao.github.io/zai-zhe-li-xiang-shu-linuxdebian-7jie-jue-zhong-wen-luan-ma.html">more ...</a>
</div>
</div>
<hr />
<div class="article">
<h1><a href="http://liugehao.github.io/describe-linuxno-such-file-to-load-mkmf-loaderror-here.html">Describe linux/no such file to load -- mkmf (LoadError) here.</a></h1>
<div class="well small"><footer class="post-info">
<span class="label">Date</span>
<abbr class="published" title="2013-11-05T00:00:00">
<i class="icon-calendar"></i>二 05 十一月 2013
</abbr>
<span class="label">By</span>
<a href="http://liugehao.github.io/author/liugehao.html"><i class="icon-user"></i>liugehao</a>
<span class="label">Category</span>
<a href="http://liugehao.github.io/category/linux.html"><i class="icon-folder-open"></i>linux</a>.
</footer><!-- /.post-info --></div>
<div class="summary"><p>/usr/bin/ruby1.8 extconf.rb
extconf.rb:1:in `require': no such file to load -- mkmf (LoadError)
from extconf.rb:1</p>
<p>sudo apt-get install build-essential libopenssl-ruby ruby1.8-dev</p>
<p>debian 7:
sudo apt-get install build-essential libopenssl-ruby ruby-dev</p>
<a class="btn primary xsmall" href="http://liugehao.github.io/describe-linuxno-such-file-to-load-mkmf-loaderror-here.html">more ...</a>
</div>
</div>
<hr />
<div class="article">
<h1><a href="http://liugehao.github.io/zai-zhe-li-xiang-shu-phpphp-javascript-rc4-base64-jian-rong.html">在这里详述 php/php javascript rc4 base64 兼容</a></h1>
<div class="well small"><footer class="post-info">
<span class="label">Date</span>
<abbr class="published" title="2013-11-05T00:00:00">
<i class="icon-calendar"></i>二 05 十一月 2013
</abbr>
<span class="label">By</span>
<a href="http://liugehao.github.io/author/liugehao.html"><i class="icon-user"></i>liugehao</a>
<span class="label">Category</span>
<a href="http://liugehao.github.io/category/php.html"><i class="icon-folder-open"></i>php</a>.
</footer><!-- /.post-info --></div>
<div class="summary"><p>php的处理方法默认按字节处理RC4,javascript默认是按UTF-8处理。 </p>
<p>javascript的base64为了和PHP兼容,也可更改字符集。</p>
<p>附代码文件</p>
<p>https://github.com/cotdp/php-rc4</p>
<p>[[attachment:index.php]]</p>
<p>[[attachment:rc4.php]]</p>
<a class="btn primary xsmall" href="http://liugehao.github.io/zai-zhe-li-xiang-shu-phpphp-javascript-rc4-base64-jian-rong.html">more ...</a>
</div>
</div>
<hr />
<div class="pagination">
<ul>
<li class="prev disabled"><a href="#">← Previous</a></li>
<li class="active"><a href="http://liugehao.github.io/index.html">1</a></li>
<li class=""><a href="http://liugehao.github.io/index2.html">2</a></li>
<li class=""><a href="http://liugehao.github.io/index3.html">3</a></li>
<li class=""><a href="http://liugehao.github.io/index4.html">4</a></li>
<li class=""><a href="http://liugehao.github.io/index5.html">5</a></li>
<li class=""><a href="http://liugehao.github.io/index6.html">6</a></li>
<li class=""><a href="http://liugehao.github.io/index7.html">7</a></li>
<li class=""><a href="http://liugehao.github.io/index8.html">8</a></li>
<li class=""><a href="http://liugehao.github.io/index9.html">9</a></li>
<li class=""><a href="http://liugehao.github.io/index10.html">10</a></li>
<li class=""><a href="http://liugehao.github.io/index11.html">11</a></li>
<li class=""><a href="http://liugehao.github.io/index12.html">12</a></li>
<li class=""><a href="http://liugehao.github.io/index13.html">13</a></li>
<li class=""><a href="http://liugehao.github.io/index14.html">14</a></li>
<li class=""><a href="http://liugehao.github.io/index15.html">15</a></li>
<li class=""><a href="http://liugehao.github.io/index16.html">16</a></li>
<li class=""><a href="http://liugehao.github.io/index17.html">17</a></li>
<li class="next"><a href="http://liugehao.github.io/index2.html">Next →</a></li>
</ul>
</div>
</div><!--/span-->
<div class="span3 well sidebar-nav" id="sidebar">
<ul class="nav nav-list">
<li class="nav-header"><h4><i class="icon-external-link"></i>blogroll</h4></li>
<li><a href="http://getpelican.com/"><i class="icon-external-link"></i>Pelican</a></li>
<li><a href="http://python.org/"><i class="icon-external-link"></i>Python.org</a></li>
<li><a href="http://jinja.pocoo.org/"><i class="icon-external-link"></i>Jinja2</a></li>
<li><a href="#"><i class="icon-external-link"></i>You can modify those links in your config file</a></li>
<li class="nav-header"><h4><i class="icon-home icon-large"></i> social</h4></li>
<li><a href="http://liugehao.github.io/" rel="alternate"><i class="icon-bookmark icon-large"></i>atom feed</a></li>
<li><a href="#"><i class="icon-You can add links in your config file-sign icon-large"></i>You can add links in your config file</a></li>
<li><a href="#"><i class="icon-Another social link-sign icon-large"></i>Another social link</a></li>
<li class="nav-header"><h4><i class="icon-folder-close icon-large"></i>Categories</h4></li>
<li>
<a href="http://liugehao.github.io/category/c.html">
<i class="icon-folder-open icon-large"></i>c
</a>
</li>
<li>
<a href="http://liugehao.github.io/category/db.html">
<i class="icon-folder-open icon-large"></i>db
</a>
</li>
<li>
<a href="http://liugehao.github.io/category/linux.html">
<i class="icon-folder-open icon-large"></i>linux
</a>
</li>
<li>
<a href="http://liugehao.github.io/category/linux2fe697a0e7babfe7bd91e58da1make3a202a2a2a2flib.html">
<i class="icon-folder-open icon-large"></i>linux(2fe697a0e7babfe7bd91e58da1)make(3a202a2a2a2f)lib
</a>
</li>
<li>
<a href="http://liugehao.github.io/category/nginx.html">
<i class="icon-folder-open icon-large"></i>nginx
</a>
</li>
<li>
<a href="http://liugehao.github.io/category/others.html">
<i class="icon-folder-open icon-large"></i>Others
</a>
</li>
<li>
<a href="http://liugehao.github.io/category/php.html">
<i class="icon-folder-open icon-large"></i>php
</a>
</li>
<li>
<a href="http://liugehao.github.io/category/python.html">
<i class="icon-folder-open icon-large"></i>python
</a>
</li>
<li>
<a href="http://liugehao.github.io/category/ruby.html">
<i class="icon-folder-open icon-large"></i>ruby
</a>
</li>
<li>
<a href="http://liugehao.github.io/category/tmp.html">
<i class="icon-folder-open icon-large"></i>tmp
</a>
</li>
<li class="nav-header"><h4><i class="icon-tags icon-large"></i>Tags</h4></li>
</ul> </div><!--/.well -->
</div><!--/row-->
<hr>
<footer>
<address id="about">
Proudly powered by <a href="http://pelican.notmyidea.org/">Pelican <i class="icon-external-link"></i></a>,
which takes great advantage of <a href="http://python.org">Python <i class="icon-external-link"></i></a>.
</address><!-- /#about -->
<p>The theme is from <a href="http://twitter.github.com/bootstrap/">Bootstrap from Twitter <i class="icon-external-link"></i></a>,
and <a href="http://fortawesome.github.com/Font-Awesome/">Font-Awesome <i class="icon-external-link"></i></a>, thanks!</p>
</footer>
</div><!--/.fluid-container-->
<script type="text/javascript">
var disqus_shortname = 'liugehaonotebook';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = 'http://' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
<!-- Le javascript -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="http://liugehao.github.io/theme/js/jquery-1.7.2.min.js"></script>
<script src="http://liugehao.github.io/theme/js/bootstrap.min.js"></script>
</body>
</html>