-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
358 lines (239 loc) · 12.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>eago</title>
<link href="//cdn.jsdelivr.net" rel="dns-prefetch">
<link href="//cdnjs.cloudflare.com" rel="dns-prefetch">
<link href="//at.alicdn.com" rel="dns-prefetch">
<link href="//fonts.googleapis.com" rel="dns-prefetch">
<link href="//fonts.gstatic.com" rel="dns-prefetch">
<link href="//imsun.github.io" rel="dns-prefetch">
<meta name="description" content="eago">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@gohugoio">
<meta name="twitter:title" content="eago">
<meta name="twitter:description" content="eago">
<meta name="twitter:image" content="/images/avatar.png">
<meta property="og:type" content="website">
<meta property="og:title" content="eago">
<meta property="og:description" content="eago">
<meta property="og:url" content="https://eagowang.github.io/">
<meta property="og:image" content="/images/avatar.png">
<meta name="generator" content="Hugo 0.56.1">
<link rel="canonical" href="https://eagowang.github.io/">
<link rel="alternate" type="application/rss+xml" href="https://eagowang.github.io/index.xml" title="eago">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="format-detection" content="telephone=no,email=no,adress=no">
<meta http-equiv="Cache-Control" content="no-transform">
<meta name="robots" content="index,follow">
<meta name="referrer" content="origin-when-cross-origin">
<meta name="theme-color" content="#02b875">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="eago">
<meta name="msapplication-tooltip" content="eago">
<meta name='msapplication-navbutton-color' content="#02b875">
<meta name="msapplication-TileColor" content="#02b875">
<meta name="msapplication-TileImage" content="/icons/icon-144x144.png">
<link rel="icon" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="/icons/icon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="/icons/icon-32x32.png">
<link rel="icon" sizes="192x192" href="/icons/icon-192x192.png">
<link rel="apple-touch-icon" href="/icons/icon-152x152.png">
<link rel="manifest" href="/manifest.json">
<link rel="preload" href="/styles/main-rendered.min.css" as="style">
<link rel="preload" href="https://fonts.googleapis.com/css?family=Lobster" as="style">
<link rel="preload" href="/images/avatar.png" as="image">
<link rel="preload" href="/images/grey-prism.svg" as="image">
<style>
body {
background: rgb(244, 243, 241) url('/images/grey-prism.svg') repeat fixed;
}
</style>
<link rel="stylesheet" href="/styles/main-rendered.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lobster">
<!--[if lte IE 8]>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/html5shiv.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dest/respond.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/videojs-ie8.min.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/classList.min.js"></script>
<![endif]-->
</head>
<body>
<div class="suspension">
<a role="button" aria-label="Go to top" title="Go to top" class="to-top is-hide"><span class="icon icon-up" aria-hidden="true"></span></a>
</div>
<header class="site-header">
<a href="https://eagowang.github.io"><img class="avatar" src="/images/avatar.png" alt="Avatar"></a>
<h1 class="title"><a href="https://eagowang.github.io">eago</a></h1>
<p class="subtitle"></p>
<button class="menu-toggle" type="button" aria-label="Main Menu" aria-expanded="false" tab-index="0">
<span class="icon icon-menu" aria-hidden="true"></span>
</button>
<nav class="site-menu collapsed">
<h2 class="offscreen">Main Menu</h2>
<ul class="menu-list">
<li class="menu-item
is-active
">
<a href="/">主页</a>
</li>
<li class="menu-item
">
<a href="/post/">归档</a>
</li>
<li class="menu-item
">
<a href="/tags/">标签</a>
</li>
<li class="menu-item
">
<a href="/categories/">分类</a>
</li>
<li class="menu-item
">
<a href="/post/resume/">简历</a>
</li>
</ul>
</nav>
<nav class="social-menu collapsed">
<h2 class="offscreen">Social Networks</h2>
<ul class="social-list"></ul>
</nav>
</header>
<section class="main post-list">
<header class="list-header offscreen">
<h2 class="list-label">All Posts</h2>
</header>
<article class="post-entry">
<header class="post-header">
<h3 class="post-title"><a href="https://eagowang.github.io/post/%E5%B7%A5%E4%BD%9C%E8%AE%B0%E4%B8%80%E6%AC%A1%E5%BE%AE%E4%BF%A1%E6%96%87%E7%AB%A0%E8%BD%ACh5/" class="post-link">[工作]记一次微信文章转h5</a></h3>
<p class="post-meta">@eago · Aug 29, 2019 · 3 min read</p>
</header>
<p class="post-summary">记一次微信文章转 h5 遇到的问题及解决方案
</p>
<footer class="post-footer">
<a class="read-more" href="https://eagowang.github.io/post/%E5%B7%A5%E4%BD%9C%E8%AE%B0%E4%B8%80%E6%AC%A1%E5%BE%AE%E4%BF%A1%E6%96%87%E7%AB%A0%E8%BD%ACh5/">Read More →</a>
</footer>
</article>
<article class="post-entry">
<header class="post-header">
<h3 class="post-title"><a href="https://eagowang.github.io/post/%E5%B7%A5%E4%BD%9C%E8%AE%B0%E4%B8%80%E6%AC%A1%E5%8A%A8%E6%80%81%E5%AF%BC%E5%85%A5%E9%81%87%E5%88%B0%E7%9A%84%E9%97%AE%E9%A2%98/" class="post-link">[工作]记一次动态导入遇到的问题</a></h3>
<p class="post-meta">@eago · Aug 8, 2019 · 2 min read</p>
</header>
<p class="post-summary">使用 webpack 的 import(‘./a’).then(A=>{})动态引入模块后遇到的问题
</p>
<footer class="post-footer">
<a class="read-more" href="https://eagowang.github.io/post/%E5%B7%A5%E4%BD%9C%E8%AE%B0%E4%B8%80%E6%AC%A1%E5%8A%A8%E6%80%81%E5%AF%BC%E5%85%A5%E9%81%87%E5%88%B0%E7%9A%84%E9%97%AE%E9%A2%98/">Read More →</a>
</footer>
</article>
<article class="post-entry">
<header class="post-header">
<h3 class="post-title"><a href="https://eagowang.github.io/post/%E5%B7%A5%E4%BD%9C%E5%85%83%E7%B4%A0%E5%8A%A8%E6%80%81%E6%98%BE%E7%A4%BA%E9%9A%90%E8%97%8F/" class="post-link">[工作]元素动态显示隐藏</a></h3>
<p class="post-meta">@eago · Aug 5, 2019 · 1 min read</p>
</header>
<p class="post-summary">针对开放平台,动态显示隐藏被嵌入网站的元素。
</p>
<footer class="post-footer">
<a class="read-more" href="https://eagowang.github.io/post/%E5%B7%A5%E4%BD%9C%E5%85%83%E7%B4%A0%E5%8A%A8%E6%80%81%E6%98%BE%E7%A4%BA%E9%9A%90%E8%97%8F/">Read More →</a>
</footer>
</article>
<article class="post-entry">
<header class="post-header">
<h3 class="post-title"><a href="https://eagowang.github.io/post/react%E5%BC%B9%E7%AA%97/" class="post-link">[React]弹窗</a></h3>
<p class="post-meta">@eago · Aug 1, 2019 · 1 min read</p>
</header>
<p class="post-summary">如何实现一个通用的弹窗组件?
</p>
<footer class="post-footer">
<a class="read-more" href="https://eagowang.github.io/post/react%E5%BC%B9%E7%AA%97/">Read More →</a>
</footer>
</article>
<article class="post-entry">
<header class="post-header">
<h3 class="post-title"><a href="https://eagowang.github.io/post/gitgit%E4%B8%89/" class="post-link">[Git]git(三)</a></h3>
<p class="post-meta">@eago · Jul 23, 2019 · 1 min read</p>
</header>
<p class="post-summary">分支简介 Git 保存的不是文件的变化或差异,而是一系列不同时刻的文件快照。 在进行提交操作时,Git 会保存一个提交对象。包含一个指向内容快照的指针,</p>
<footer class="post-footer">
<a class="read-more" href="https://eagowang.github.io/post/gitgit%E4%B8%89/">Read More →</a>
</footer>
</article>
<article class="post-entry">
<header class="post-header">
<h3 class="post-title"><a href="https://eagowang.github.io/post/gitgit%E4%BA%8C/" class="post-link">[Git]git(二)</a></h3>
<p class="post-meta">@eago · Jul 22, 2019 · 3 min read</p>
</header>
<p class="post-summary">获取仓库 git init git clone 记录每次更新到仓库 工作目录下的每一个文件都不外乎这两种状态:已跟踪或未跟踪。 已跟踪:已跟踪的文件是指那些被纳入了版本控制的文</p>
<footer class="post-footer">
<a class="read-more" href="https://eagowang.github.io/post/gitgit%E4%BA%8C/">Read More →</a>
</footer>
</article>
<article class="post-entry">
<header class="post-header">
<h3 class="post-title"><a href="https://eagowang.github.io/post/gitgit%E4%B8%80/" class="post-link">[git]git(一)</a></h3>
<p class="post-meta">@eago · Jul 22, 2019 · 2 min read</p>
</header>
<p class="post-summary">注:内容全部为git pro摘要 我大概知道这些命令 1 2 3 4 5 6 7 8 9 10 11 12 13 // 提交 git add git commit git push // 拉取 git clone git pull git fetch git merge // 分支 git checkout git branch git tag 日常工作</p>
<footer class="post-footer">
<a class="read-more" href="https://eagowang.github.io/post/gitgit%E4%B8%80/">Read More →</a>
</footer>
</article>
<article class="post-entry">
<header class="post-header">
<h3 class="post-title"><a href="https://eagowang.github.io/post/%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F/" class="post-link">正则表达式</a></h3>
<p class="post-meta">@eago · Jul 18, 2019 · 1 min read</p>
</header>
<p class="post-summary">一直都只会写简单的正则,平时也基本不写,就连 test,exec,match 是谁的方法都分不清。笔记主要参考《javascript 正则表达式迷</p>
<footer class="post-footer">
<a class="read-more" href="https://eagowang.github.io/post/%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F/">Read More →</a>
</footer>
</article>
<article class="post-entry">
<header class="post-header">
<h3 class="post-title"><a href="https://eagowang.github.io/post/%E7%AE%97%E6%B3%95%E4%BA%8C%E5%88%86%E6%9F%A5%E6%89%BE/" class="post-link">[算法]二分查找</a></h3>
<p class="post-meta">@eago · Jul 5, 2019 · 1 min read</p>
</header>
<p class="post-summary">定义 二分查找(二分搜索或折半搜索)是一种在有序数组中查找某一特定元素的搜索算法。 搜索过程从中间开始,如果中间元素正好是要查找的元素,则搜索过</p>
<footer class="post-footer">
<a class="read-more" href="https://eagowang.github.io/post/%E7%AE%97%E6%B3%95%E4%BA%8C%E5%88%86%E6%9F%A5%E6%89%BE/">Read More →</a>
</footer>
</article>
<article class="post-entry">
<header class="post-header">
<h3 class="post-title"><a href="https://eagowang.github.io/post/%E5%89%8D%E7%AB%AF%E6%A8%A1%E5%9D%97%E5%8C%96/" class="post-link">前端模块化</a></h3>
<p class="post-meta">@eago · Jul 4, 2019 · 2 min read</p>
</header>
<p class="post-summary">AMD Asynchronous Module Definition,意思是异步模块定义。 用法: 1 2 3 4 // 定义模块 define(id?, dependencies?, factory) // 引用模块 require([module], callback) 对于依赖的模块 AMD 是提前执行,代表是 RequireJS 例子: 1 2 3</p>
<footer class="post-footer">
<a class="read-more" href="https://eagowang.github.io/post/%E5%89%8D%E7%AB%AF%E6%A8%A1%E5%9D%97%E5%8C%96/">Read More →</a>
</footer>
</article>
<footer class="list-footer">
<nav class="pagination">
<h3 class="offscreen">Pagination</h3>
<a class="pagination-next" href="/page/2/"
>Older Posts →</a
>
</nav>
</footer>
</section>
<footer class="site-footer">
<p>© 2017-2019 eago</p>
<p>Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> with theme <a href="https://github.com/laozhu/hugo-nuo" target="_blank" rel="noopener">Nuo</a>.</p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/smooth-scroll.min.js"></script>
<script src="/scripts/index.min.js"></script>
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('\/service-worker.js').then(function() {
console.log('[ServiceWorker] Registered');
});
}
</script>
</body>
</html>