-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
93 lines (71 loc) · 1.96 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<!--
<link rel="Stylesheet" type="text/css" href="style.css">
-->
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>index</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<header>
<div class="inner">
<h1>Wiki</h1>
<h2>by chenokay</h2>
<a href="https://github.com/chenokay" class="button"><small>View my project on</small>GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h2 id="toc_0.1">体系结构</h2>
<ul>
<li>
<a href="non-uniform_memory_access.html">non-uniform_memory_access</a>
</ul>
<ul>
<li>
<a href="goroutine.html">goroutine 介绍,对理解调度很有帮助</a>
</ul>
<h2 id="toc_0.2">广告学</h2>
<ul>
<li>
<a href="推荐系统基本内容总结.html">推荐系统基本内容总结 </a>
</ul>
<h2 id="toc_0.3">工作细节记录</h2>
<ul>
<li>
<a href="a trap of string.html">a trap of string</a>
</ul>
<h2 id="toc_0.4">自我纠结</h2>
<ul>
<li>
<a href="值得拥有的基本思想.html">值得拥有的基本思想</a>
</ul>
<ul>
<li>
<a href="圈子的选择.html">圈子的选择</a>
</ul>
<h2 id="toc_0.5">编程语言</h2>
<ul>
<li>
<a href="python内存管理.html">python内存管理</a>
</ul>
</section>
<aside id="sidebar">
<h2>Zhen Chen</h2>
<p><a href="http://map.baidu.com/?newmap=1&ie=utf-8&s=s%26wd%3D%E5%A4%9A%E7%9B%9F">No.15 Wanquanzhuang Road, Haidian District, Beijing, China</a></p>
<p>chenokay@gmail.com</p>
</aside>
</div>
</div>
</body>
</html>