-
Notifications
You must be signed in to change notification settings - Fork 1
/
archives.html
143 lines (121 loc) · 4.43 KB
/
archives.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
<!DOCTYPE html>
<head>
<meta charset="utf-8" />
<!-- Set the viewport width to device width for mobile -->
<meta name="viewport" content="width=device-width" />
<title>Process</title>
<link rel="stylesheet" href="http://changy-.github.io/theme/css/normalize.css" />
<link rel="stylesheet" href="http://changy-.github.io/theme/css/foundation.min.css" />
<link rel="stylesheet" href="http://changy-.github.io/theme/css/style.css" />
<link rel="stylesheet" href="http://changy-.github.io/theme/css/pygments.css" />
<script src="http://changy-.github.io/theme/js/modernizr.js"></script>
</head>
<body>
<!-- Nav Bar -->
<nav>
<div class="top-bar">
<div class="row">
<div class="large-9 large-centered columns">
<h1><a href="http://changy-.github.io">Process</a></h1>
</div>
</div>
</div>
<!-- Show menu items and pages -->
<div class="row">
<div class="large-9 columns">
<ul class="button-group navigation">
<li><a href="http://changy-.github.io/pages/about-me.html" class="button secondary small">About Me</a></li>
</ul>
</div>
</div>
</nav>
<!-- End Nav -->
<!-- Main Page Content and Sidebar -->
<div class="row">
<!-- Main Blog Content -->
<div class="large-9 columns">
<h3>Archives</h3>
<table class="table-archive">
<tbody>
<tr>
<td>2015-12-31</td>
<td><a href='articles/cheng-xu-de-jie-gou.html'>程序的结构</a></td>
</tr>
<tr>
<td>2015-12-28</td>
<td><a href='articles/xiao-mi-band-protocol-analyze.html'>Xiao Mi band protocol analyze</a></td>
</tr>
<tr>
<td>2015-12-27</td>
<td><a href='articles/jin-cheng-xian-cheng-part-1.html'>进程 && 线程 part 1</a></td>
</tr>
<tr>
<td>2015-12-26</td>
<td><a href='articles/zhong-duan-yi-chang-xi-tong-diao-yong.html'>中断 && 异常 && 系统调用</a></td>
</tr>
<tr>
<td>2015-11-07</td>
<td><a href='articles/ubuntu-1404-bian-yi-wireshark-source.html'>Ubuntu 14.04 编译wireshark source</a></td>
</tr>
<tr>
<td>2015-11-06</td>
<td><a href='articles/programming-language-2.html'>Programming language 2</a></td>
</tr>
<tr>
<td>2015-11-04</td>
<td><a href='articles/porgramming-language-1.html'>Porgramming Language 1</a></td>
</tr>
<tr>
<td>2015-09-07</td>
<td><a href='articles/zi-ding-yi-vimpei-zhi.html'>自定义Vim配置</a></td>
</tr>
<tr>
<td>2015-08-28</td>
<td><a href='articles/just_try.html'>Just_Try</a></td>
</tr>
</tbody>
</table>
</div>
<!-- End Main Content -->
<!-- Sidebar -->
<aside class="large-3 columns">
<h5 class="sidebar-title">Site</h5>
<ul class="side-nav">
<li><a href="http://changy-.github.io/archives.html">Archives</a>
<li><a href="http://changy-.github.io/tags.html">Tags</a>
</ul>
<h5 class="sidebar-title">Categories</h5>
<ul class="side-nav">
<li><a href="http://changy-.github.io/category/class_study.html">class_study</a></li>
<li><a href="http://changy-.github.io/category/os.html">OS</a></li>
<li><a href="http://changy-.github.io/category/project.html">Project</a></li>
<li><a href="http://changy-.github.io/category/tools.html">tools</a></li>
<li><a href="http://changy-.github.io/category/try.html">Try</a></li>
</ul>
<h5 class="sidebar-title">Links</h5>
<ul class="side-nav">
<li><a href="http://changy-.diandian.com/">Old_Blog</a></li>
<li><a href="http://whitelovesyudy.sinaapp.com">white</a></li>
<li><a href="http://www.solitarysite.com">小夏</a></li>
<li><a href="http://www.tinydawn.com">大伟</a></li>
</ul>
<h5 class="sidebar-title">Social</h5>
<ul class="side-nav">
<li><a href="http://github.com/changy-">Github</a></li>
<li><a href="https://www.quora.com/">Quora</a></li>
</ul>
</aside> <!-- End Sidebar -->
</div> <!-- End Main Content and Sidebar -->
<!-- Footer -->
<footer class="row">
<div class="large-12 columns">
<hr />
<div class="row">
<div class="large-6 columns">
<!-- <p>Process by changy</p> -->
</div>
</div>
</div>
</footer>
</body>
</html>