-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
307 lines (167 loc) · 8.75 KB
/
Copy pathindex.html
File metadata and controls
307 lines (167 loc) · 8.75 KB
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
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.121.2">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<title>TheScenery's Blog</title>
<link rel="canonical" href="https://thescenery.github.io/">
<meta property="og:type" content="article" />
<meta property="og:title" content="TheScenery's Blog" />
<meta property="og:url" content="https://thescenery.github.io/" />
<link rel="alternate" type="application/rss+xml" href="https://thescenery.github.io/index.xml" title="TheScenery's Blog" />
<link rel="stylesheet" href="/lib/icofont/icofont.min.css" />
<link rel="stylesheet" href="/css/syntax.css" />
<link rel="stylesheet" href="/css/style.css" />
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" />
</head>
<body>
<header class="header-wrapper">
<div class="header">
<a class="site-title" href="https://thescenery.github.io/">TheScenery's Blog</a>
<nav class="menu">
</nav>
</div>
</header>
<main class="main-wrapper">
<div class="main">
<div class="max-wrapper">
<div id="list-page">
<section class="list-item">
<h1 class="title"><a href="/posts/%E8%AE%B0%E4%B8%80%E6%AC%A1%E8%8E%AB%E5%90%8D%E5%85%B6%E5%A6%99%E7%9A%84%E5%89%8D%E7%AB%AF%E9%A1%B5%E9%9D%A2%E5%B4%A9%E6%BA%83/">记一次莫名其妙的前端页面崩溃</a></h1>
<div class="tips">
<div class="date">
<time datetime="2022-07-04 22:03:02 +0000 UTC">2022/07/04</time>
</div>
</div>
<div class="summary">
2022年7月1日,原本是个愉快的周五,像往常一样顺利的码着代码。早上愉快的完成了迭代最后一个小功能的自测,一顿操作准备好部署环境准备提交验收了,结果,天有不测风云,部署完成之后。我们的测试环境的前端页面直接挂掉了(在本地和开发环境都没有任何问题的情况下😓)。
</div>
</section>
<section class="list-item">
<h1 class="title"><a href="/posts/%E5%BE%AE%E5%89%8D%E7%AB%AF%E6%A1%86%E6%9E%B6%E4%B9%8Bqiankun%E5%88%9D%E6%8E%A2/">微前端框架之qiankun初探</a></h1>
<div class="tips">
<div class="date">
<time datetime="2022-06-25 11:14:24 +0000 UTC">2022/06/25</time>
</div>
<div class="categories">
<span>Categories:</span>
<a href="/categories/%E5%AD%A6%E4%B9%A0">学习</a>
</div>
</div>
<div class="summary">
微前端是可以用来构建能够让多个团队独立交付项目代码的现代web app 技术,策略以及实践方法
</div>
</section>
<section class="list-item">
<h1 class="title"><a href="/posts/%E5%A6%82%E4%BD%95%E5%8F%91%E5%B8%83%E4%B8%80%E4%B8%AAgo-package/">如何发布一个go package</a></h1>
<div class="tips">
<div class="date">
<time datetime="2022-01-22 00:16:40 +0000 UTC">2022/01/22</time>
</div>
</div>
<div class="summary">
如何将自己所写的Go package开源并提供给别人使用?
</div>
</section>
<section class="list-item">
<h1 class="title"><a href="/posts/javascript%E5%86%85%E5%AD%98%E6%B3%84%E6%BC%8F/">JavaScript内存泄漏</a></h1>
<div class="tips">
<div class="date">
<time datetime="2021-04-13 20:31:28 +0000 UTC">2021/04/13</time>
</div>
</div>
<div class="summary">
JavaScript内存泄漏,通俗来讲就是JavaScript申请的变量不能被GC回收。
</div>
</section>
<section class="list-item">
<h1 class="title"><a href="/posts/css%E5%8A%A8%E7%94%BB%E4%B9%8Btransition%E5%92%8Canimation/">css动画之transition和animation</a></h1>
<div class="tips">
<div class="date">
<time datetime="2019-05-07 22:00:03 +0000 UTC">2019/05/07</time>
</div>
<div class="categories">
<span>Categories:</span>
<a href="/categories/%E5%AD%A6%E4%B9%A0">学习</a>
</div>
</div>
<div class="summary">
transition和animation是两个在css中主要用来处理动画的属性,今天用到了,将使用过程中的一些疑惑和问题记录在这里。
</div>
</section>
<section class="list-item">
<h1 class="title"><a href="/posts/wordpress-docker/">Wordpress-Docker</a></h1>
<div class="tips">
<div class="date">
<time datetime="2019-04-20 12:10:34 +0000 UTC">2019/04/20</time>
</div>
</div>
<div class="summary">
在云平台上使用docker搭建Wordpress网站
</div>
</section>
</div>
<nav class="pagination">
<a class="enabled current" href="/">1</a>
<a class="enabled" href="/page/2/">2</a>
</nav>
</div>
</div>
<div class="side">
<div class="side-recent">
<h2 class="side-title">
<a href="/posts/">Recent Posts</a>
</h2>
<hr />
<ul>
<li>
<a href="/posts/%E8%AE%B0%E4%B8%80%E6%AC%A1%E8%8E%AB%E5%90%8D%E5%85%B6%E5%A6%99%E7%9A%84%E5%89%8D%E7%AB%AF%E9%A1%B5%E9%9D%A2%E5%B4%A9%E6%BA%83/">记一次莫名其妙的前端页面崩溃</a>
</li>
<li>
<a href="/posts/%E5%BE%AE%E5%89%8D%E7%AB%AF%E6%A1%86%E6%9E%B6%E4%B9%8Bqiankun%E5%88%9D%E6%8E%A2/">微前端框架之qiankun初探</a>
</li>
<li>
<a href="/posts/%E5%A6%82%E4%BD%95%E5%8F%91%E5%B8%83%E4%B8%80%E4%B8%AAgo-package/">如何发布一个go package</a>
</li>
<li>
<a href="/posts/javascript%E5%86%85%E5%AD%98%E6%B3%84%E6%BC%8F/">JavaScript内存泄漏</a>
</li>
<li>
<a href="/posts/css%E5%8A%A8%E7%94%BB%E4%B9%8Btransition%E5%92%8Canimation/">css动画之transition和animation</a>
</li>
</ul>
</div>
<div class="side-categories">
<h2>Categories</h2>
<hr />
<ul>
<li>
<a href="/categories/%E5%8D%9A%E5%AE%A2%E6%90%AD%E5%BB%BA">博客搭建(1)</a>
</li>
<li>
<a href="/categories/%E5%AD%A6%E4%B9%A0">学习(3)</a>
</li>
</ul>
</div>
<div class="side-tags">
<h2>Tags</h2>
<hr />
<ul>
<li>
<a href="/tags/blog">blog (2)</a>
</li>
</ul>
</div>
</div>
</main>
<footer class="footer">
<div class="footer-row">
<a class="footer-item" href="https://thescenery.github.io/posts/index.xml">
Feed of Posts
<i class="icofont-rss"></i>
</a>
</div>
</footer>
</body>
</html>