-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
328 lines (236 loc) · 10.5 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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta name="generator" content="Hugo 0.74.3" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="wedojava" />
<title>回风舞雪 | Love My Love </title>
<meta name="description" content="Just a Tech Blog." />
<meta name="keywords" content="Hugo, theme, zozo, huifeng" />
<link rel="alternate" type="application/rss+xml" href="https://huifeng.me/index.xml" title="回风舞雪" />
<link rel="shortcut icon" href="https://huifeng.me/images/favicon.ico" />
<link rel="stylesheet" type="text/css" media="screen" href="https://huifeng.me/css/normalize.css" />
<link rel="stylesheet" type="text/css" media="screen" href="https://cdn.jsdelivr.net/npm/animate.css@4.1.0/animate.min.css" />
<link rel="stylesheet" type="text/css" media="screen" href="https://huifeng.me/css/zozo.css" />
<link rel="stylesheet" type="text/css" media="screen" href="https://huifeng.me/css/search.css" />
<link rel="stylesheet" type="text/css" media="screen" href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" />
<link rel="stylesheet" type="text/css" media="screen" href="https://huifeng.me/css/highlight.css" />
</head>
<body>
<div class="main animate__animated animate__fadeInDown">
<div class="nav_container animated fadeInDown">
<div class="site_nav" id="site_nav">
<ul>
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/posts/">Archive</a>
</li>
<li>
<a href="/tags/">Tags</a>
</li>
<li>
<a href="/about/">About</a>
</li>
</ul>
</div>
<div class="menu_icon">
<a id="menu_icon"><i class="ri-menu-line"></i></a>
</div>
</div>
<div class="header animated fadeInDown">
<div class="site_title_container">
<div class="site_title">
<h1>
<a href="https://huifeng.me">
<span>回风舞雪</span>
</a>
</h1>
</div>
<div class="description">
<p class="sub_title">Love My Love</p>
<div class="my_socials">
<a href="https://github.com/wedojava" title="github" target="_blank"><i class="ri-github-fill"></i></a>
<a href="https://weibo.com/wedojava" title="weibo" target="_blank"><i class="ri-weibo-fill"></i></a>
<a href="https://huifeng.me/index.xml" type="application/rss+xml" title="rss" target="_blank"><i
class="ri-rss-fill"></i></a>
</div>
</div>
</div>
</div>
<div class="content">
<div class="post animated fadeInDown">
<div class="post_title">
<h2><a href='/posts/vimuselspandvimgormycm/'>Vim Switch YCM to LSP, coc.nvim And Vimgo</a></h2>
</div>
<div class="list">
<div class="post_content markdown">
<p><p>Hi there, as the refer article author said, it is 2019, but now, me, 2020.<br>
we use YCM for years, but with the introduction of <a href="https://langserver.org/">Language Server Protocol</a>(LSP),<br>
there are new options worth exploring, I tried on OSX and ArchLinux, it’s great for me, maybe it’ll fit you too.</p>
<blockquote>
<p>Reference: <a href="https://octetz.com/docs/2019/2019-04-24-vim-as-a-go-ide/">https://octetz.com/docs/2019/2019-04-24-vim-as-a-go-ide/</a></p>
</blockquote>......</p>
</div>
</div>
<div class="post_footer">
<div class="meta">
<div class="info">
<span class="field">
<i class="ri-map-pin-time-line"></i>
<span class="date">2020.08.31</span>
</span>
<span class="field tags">
<i class="ri-stack-line"></i>
<a href="https://huifeng.me/tags/vim/">vim</a>
<a href="https://huifeng.me/tags/lsp/">lsp</a>
<a href="https://huifeng.me/tags/vim-go/">vim-go</a>
<a href="https://huifeng.me/tags/ycm/">ycm</a>
</span>
</div>
</div>
</div>
</div>
<div class="post animated fadeInDown">
<div class="post_title">
<h2><a href='/posts/qwbctfwriteupofipfs/'>强网杯CTF 2020 区块链题目 IPFS Writeup</a></h2>
</div>
<div class="list">
<div class="post_content markdown">
<p>......</p>
</div>
</div>
<div class="post_footer">
<div class="meta">
<div class="info">
<span class="field">
<i class="ri-map-pin-time-line"></i>
<span class="date">2020.08.24</span>
</span>
<span class="field tags">
<i class="ri-stack-line"></i>
<a href="https://huifeng.me/tags/ctf/">CTF</a>
<a href="https://huifeng.me/tags/blockchain/">blockchain</a>
<a href="https://huifeng.me/tags/ipfs/">ipfs</a>
</span>
</div>
</div>
</div>
</div>
<div class="post animated fadeInDown">
<div class="post_title">
<h2><a href='/posts/goplchapter9memo5/'>gopl.io chapter 9 memo5 study</a></h2>
</div>
<div class="list">
<div class="post_content markdown">
<p>“The Go Programming Language” 《Go 语言圣经》 第九章 memo5.go 那道例题,困扰了我很久,我承认我理解能力,对Go的掌握程度都没达到我的预期,简单点说,我没我想的那么聪慧。所以我只好花了快5天时间,去理解这个例题,最后,我终于能把每行......</p>
</div>
</div>
<div class="post_footer">
<div class="meta">
<div class="info">
<span class="field">
<i class="ri-map-pin-time-line"></i>
<span class="date">2020.08.17</span>
</span>
<span class="field tags">
<i class="ri-stack-line"></i>
<a href="https://huifeng.me/tags/gopl/">gopl</a>
<a href="https://huifeng.me/tags/go/">go</a>
<a href="https://huifeng.me/tags/study/">study</a>
</span>
</div>
</div>
</div>
</div>
<div class="post animated fadeInDown">
<div class="post_title">
<h2><a href='/posts/concurrencyingostudy/'>Concurrency In Go Study</a></h2>
</div>
<div class="list">
<div class="post_content markdown">
<p><p>Go 的并发很核心,理解不难,听懂也简单,但是用好它,很难!至少我现在觉得这东西好绕,当然这也说明我们没有学透彻,学明白,下面把学到的一些东西记录下来。算是二次理解。<br>
Concurrency is go programing is a core tech, easy to understand but hard to use in best practices.</p>......</p>
</div>
</div>
<div class="post_footer">
<div class="meta">
<div class="info">
<span class="field">
<i class="ri-map-pin-time-line"></i>
<span class="date">2020.08.11</span>
</span>
<span class="field tags">
<i class="ri-stack-line"></i>
<a href="https://huifeng.me/tags/go/">go</a>
<a href="https://huifeng.me/tags/golang/">golang</a>
<a href="https://huifeng.me/tags/concurrency/">concurrency</a>
<a href="https://huifeng.me/tags/%E5%B9%B6%E5%8F%91/">并发</a>
</span>
</div>
</div>
</div>
</div>
<div class="pagination">
<a href="/page/2/" class="next">
Next
</a>
</div>
</div>
</div>
<footer class="footer">
<div class="powered_by">
<a href="https://varkai.com">Designed by VarKai,</a>
<a href="http://www.gohugo.io/">Proudly published with Hugo</a>
</div>
<div class="footer_slogan">
<span>>_ Simple Is Correct.</span>
</div>
</footer>
<div id="fastSearch">
<input id="searchInput" tabindex="0">
<ul id="searchResults">
</ul>
</div>
<script src="/js/fuse.js"></script>
<script src="/js/fastsearch.js"></script>
<script src="https://huifeng.me/js/jquery-3.5.1.min.js"></script>
<link href="https://huifeng.me/css/fancybox.min.css" rel="stylesheet">
<script src="https://huifeng.me/js/fancybox.min.js"></script>
<script src="https://huifeng.me/js/zozo.js"></script>
<script type="text/javascript" async
src="https://cdn.bootcss.com/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [['$', '$'], ['\\(', '\\)']],
displayMath: [['$$', '$$'], ['\[\[', '\]\]']],
processEscapes: true,
processEnvironments: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'],
TeX: {
equationNumbers: { autoNumber: "AMS" },
extensions: ["AMSmath.js", "AMSsymbols.js"]
}
}
});
MathJax.Hub.Queue(function () {
var all = MathJax.Hub.getAllJax(), i;
for (i = 0; i < all.length; i += 1) {
all[i].SourceElement().parentNode.className += ' has-jax';
}
});
</script>
<style>
code.has-jax {
font: inherit;
font-size: 100%;
background: inherit;
border: inherit;
color: #515151;
}
</style>
</body>
</html>