-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·276 lines (166 loc) · 6.9 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
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="">
<link rel="shortcut icon" href="/ericliu.png"/>
<link rel="canonical" href="http://guolinn.com/">
<link rel="alternate" type="application/rss+xml" title="Eric Liu" href="/atom.xml">
<title>EricLiu</title>
<meta name="description" content="{{meta_description}}">
<link href="//cdn.bootcss.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/styles/crisp.css">
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="home-template">
<header id="header">
<a id="logo" href="/"><img src="/ericliu.png" alt="EricLiu" /></a>
<h1><a href="/">Eric Liu</a></h1>
<p></p>
<div id="follow-icons">
<a href="/atom.xml"><i class="fa fa-rss-square fa-2x"></i></a>
</div>
<h6><a type="text/html" href="/about.html">About</a></h6>
</header>
<main id="content">
<section id="{{id}}" class="{{post_class}}">
<h3 class="post-title">
<a href="/2019/12/20/纯音频m3u8/">nginx-rtmp里封装纯音频mpeg-ts遇到的问题</a>
<span class="separator"> · </span>
December 20, 2019
<span class="taglist"> ·
<a href='/tags/直播/'>直播</a>
<a href='/tags/nginx/'>nginx</a>
<a href='/tags/hls/'>hls</a>
<a href='/tags/rtmp/'>rtmp</a>
</saan>
</h3>
</section>
<section id="{{id}}" class="{{post_class}}">
<h3 class="post-title">
<a href="/2019/12/05/golang日志库/">golang 高性能日志库</a>
<span class="separator"> · </span>
December 5, 2019
<span class="taglist"> ·
<a href='/tags/golang/'>golang</a>
<a href='/tags/zap/'>zap</a>
<a href='/tags/zerolog/'>zerolog</a>
<a href='/tags/logrus/'>logrus</a>
</saan>
</h3>
</section>
<section id="{{id}}" class="{{post_class}}">
<h3 class="post-title">
<a href="/2019/11/26/时间相关的系统调用/">定时器相关的系统调用</a>
<span class="separator"> · </span>
November 26, 2019
<span class="taglist"> ·
<a href='/tags/golang/'>golang</a>
<a href='/tags/系统调用/'>系统调用</a>
<a href='/tags/定时器/'>定时器</a>
</saan>
</h3>
</section>
<section id="{{id}}" class="{{post_class}}">
<h3 class="post-title">
<a href="/2019/11/26/go同步元语sync.cond/">go同步元语sync.cond</a>
<span class="separator"> · </span>
November 26, 2019
<span class="taglist"> ·
<a href='/tags/golang/'>golang</a>
<a href='/tags/同步/'>同步</a>
<a href='/tags/cond/'>cond</a>
</saan>
</h3>
</section>
<section id="{{id}}" class="{{post_class}}">
<h3 class="post-title">
<a href="/2019/11/22/perf/">perf 排查系统运行瓶颈</a>
<span class="separator"> · </span>
November 22, 2019
<span class="taglist"> ·
<a href='/tags/linux/'>linux</a>
<a href='/tags/perf/'>perf</a>
</saan>
</h3>
</section>
<section id="{{id}}" class="{{post_class}}">
<h3 class="post-title">
<a href="/2019/11/22/go代码结构可视化/">go代码可视化工具 go-callvis</a>
<span class="separator"> · </span>
November 22, 2019
<span class="taglist"> ·
<a href='/tags/golang/'>golang</a>
</saan>
</h3>
</section>
<section id="{{id}}" class="{{post_class}}">
<h3 class="post-title">
<a href="/2019/08/23/gdbui/">gdb图形化调试工具</a>
<span class="separator"> · </span>
August 23, 2019
<span class="taglist"> ·
<a href='/tags/gdb/'>gdb</a>
<a href='/tags/debug/'>debug</a>
</saan>
</h3>
</section>
<section id="{{id}}" class="{{post_class}}">
<h3 class="post-title">
<a href="/2019/08/14/tmux/">tmux常用指令</a>
<span class="separator"> · </span>
August 14, 2019
</h3>
</section>
<section id="{{id}}" class="{{post_class}}">
<h3 class="post-title">
<a href="/2019/08/07/json命令行解析/">iptables常用方法</a>
<span class="separator"> · </span>
August 7, 2019
</h3>
</section>
<section id="{{id}}" class="{{post_class}}">
<h3 class="post-title">
<a href="/2019/07/15/gdb/">gdb</a>
<span class="separator"> · </span>
July 15, 2019
<span class="taglist"> ·
<a href='/tags/linux/'>linux</a>
</saan>
</h3>
</section>
<nav class="pagination" role="pagination">
<span class="page-number">Page 1 of 5</span>
<a class="older-posts" href="/page/2/">Older Posts →</a>
</nav>
</main>
<footer id="footer">
<section id="footer-message">© 2020 Eric Liu. All rights reserved. Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>. <a href="https://github.com/guolin/crisp-hexo-theme" target="_blank">crisp</a> </section>
<script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_1274257392'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s13.cnzz.com/z_stat.php%3Fid%3D1274257392%26show%3Dpic1' type='text/javascript'%3E%3C/script%3E"));</script>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','/js/ga.js','ga');
ga('create', 'UA-122301641-1', 'auto');
ga('send', 'pageview');
</script>
<{% if (theme.mermaid.enable) %}>
<script src='https://cdn.bootcss.com/mermaid/7.1.2/mermaid.min.js'></script>
<script>
if (window.mermaid) {
mermaid.initialize({theme: 'forest'});
}
</script>
<{% endif %}>
</body>
</html>