-
Notifications
You must be signed in to change notification settings - Fork 0
/
atom.xml
575 lines (290 loc) · 15.9 KB
/
atom.xml
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
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Tong-H</title>
<subtitle>welcome</subtitle>
<link href="/atom.xml" rel="self"/>
<link href="https://mser.xyz/"/>
<updated>2024-12-28T14:01:06.580Z</updated>
<id>https://mser.xyz/</id>
<author>
<name>Tong-H</name>
</author>
<generator uri="http://hexo.io/">Hexo</generator>
<entry>
<title>notes_jp</title>
<link href="https://mser.xyz/2023/11/17/notes_jp/"/>
<id>https://mser.xyz/2023/11/17/notes_jp/</id>
<published>2023-11-17T08:54:34.000Z</published>
<updated>2024-12-28T14:01:06.580Z</updated>
<summary type="html">
<style>
.postDetail strong {
color: #0a95ff ;
background: rgb(10 149 255 / 10%);
padding: 0px 2px;
border-radius: 3px;
</summary>
<category term="NOTES" scheme="https://mser.xyz/categories/NOTES/"/>
</entry>
<entry>
<title>i18n-plan 前端多语言方案</title>
<link href="https://mser.xyz/2023/06/06/i18n/"/>
<id>https://mser.xyz/2023/06/06/i18n/</id>
<published>2023-06-06T06:50:05.000Z</published>
<updated>2024-05-24T02:26:33.813Z</updated>
<summary type="html">
<p>想要给大家介绍一个 i18n 插件,写这个插件的起源也是因为项目中对 i18n 的需求,这个插件覆盖了我们项目中遇到的大部分 i18n 需求,说不定也能覆盖你的,try 一 try 不后悔</p>
<p>集成 <strong>ChatGPT 和
</summary>
<category term="WEB" scheme="https://mser.xyz/categories/WEB/"/>
<category term="国际化" scheme="https://mser.xyz/tags/%E5%9B%BD%E9%99%85%E5%8C%96/"/>
</entry>
<entry>
<title>(译)使用 GPT 基于个人文档建立聊天机器人的逐步教程</title>
<link href="https://mser.xyz/2023/03/27/translation-a-step-by-step-guide-to-building-a-chatbot-based-on-your-own-documents-with-gpt/"/>
<id>https://mser.xyz/2023/03/27/translation-a-step-by-step-guide-to-building-a-chatbot-based-on-your-own-documents-with-gpt/</id>
<published>2023-03-26T16:00:00.000Z</published>
<updated>2023-03-30T07:32:29.980Z</updated>
<summary type="html">
<blockquote>
<ul>
<li>原文地址:<a
</summary>
<category term="WEB" scheme="https://mser.xyz/categories/WEB/"/>
<category term="translation" scheme="https://mser.xyz/tags/translation/"/>
</entry>
<entry>
<title>(译) 全面刨析 CSS-in-JS</title>
<link href="https://mser.xyz/2022/11/27/translation-a-thorough-analysis-of-css-in-js/"/>
<id>https://mser.xyz/2022/11/27/translation-a-thorough-analysis-of-css-in-js/</id>
<published>2022-11-26T16:00:00.000Z</published>
<updated>2023-03-19T05:19:27.779Z</updated>
<summary type="html">
<blockquote>
<ul>
<li>原文地址:<a href="https://css-tricks.com/a-thorough-analysis-of-css-in-js/">A Thorough Analysis of
</summary>
<category term="WEB" scheme="https://mser.xyz/categories/WEB/"/>
<category term="translation" scheme="https://mser.xyz/tags/translation/"/>
</entry>
<entry>
<title>Service Worker 缓存静态资源</title>
<link href="https://mser.xyz/2022/07/09/service_worker/"/>
<id>https://mser.xyz/2022/07/09/service_worker/</id>
<published>2022-07-09T02:20:44.000Z</published>
<updated>2024-02-09T07:36:16.099Z</updated>
<summary type="html">
<p>最近有用到 <code>Service Worker</code> 和 <code>CacheStorage</code> 做离线缓存, 一方面是因为项目资源包着实大, 另一方面也是因为之前没有用缓存, 这也是需要的优化。<br>相比起
</summary>
<category term="WEB" scheme="https://mser.xyz/categories/WEB/"/>
<category term="Cache" scheme="https://mser.xyz/tags/Cache/"/>
</entry>
<entry>
<title>(译)使用 Stream 构建高性能的 Node.js 应用</title>
<link href="https://mser.xyz/2022/03/25/translation-use-streams-to-build-high-performing-nodejs-applications%20copy/"/>
<id>https://mser.xyz/2022/03/25/translation-use-streams-to-build-high-performing-nodejs-applications copy/</id>
<published>2022-03-24T16:00:00.000Z</published>
<updated>2022-11-24T01:24:34.369Z</updated>
<summary type="html">
<blockquote>
<ul>
<li>原文地址:<a
</summary>
<category term="WEB" scheme="https://mser.xyz/categories/WEB/"/>
<category term="translation" scheme="https://mser.xyz/tags/translation/"/>
</entry>
<entry>
<title>(译)CSS 是魔法, 是时候试试 3D 了</title>
<link href="https://mser.xyz/2022/03/14/translation-effects-of-too-much-lazy-loading-on-web-performance/"/>
<id>https://mser.xyz/2022/03/14/translation-effects-of-too-much-lazy-loading-on-web-performance/</id>
<published>2022-03-13T16:00:00.000Z</published>
<updated>2022-06-26T09:11:43.889Z</updated>
<summary type="html">
<blockquote>
<ul>
<li>原文地址:<a href="https://blog.bitsrc.io/effects-of-too-much-lazy-loading-on-performance-4dbe8df33c37">Effects of Too
</summary>
<category term="WEB" scheme="https://mser.xyz/categories/WEB/"/>
<category term="translation" scheme="https://mser.xyz/tags/translation/"/>
</entry>
<entry>
<title>(译)双向绑定会使你的 React 代码更棒</title>
<link href="https://mser.xyz/2022/01/27/translation-two-way-binding-will-make-your-react-code-better.md/"/>
<id>https://mser.xyz/2022/01/27/translation-two-way-binding-will-make-your-react-code-better.md/</id>
<published>2022-01-26T16:00:00.000Z</published>
<updated>2022-02-23T03:50:10.711Z</updated>
<summary type="html">
<blockquote>
<ul>
<li>原文地址:<a
</summary>
<category term="WEB" scheme="https://mser.xyz/categories/WEB/"/>
<category term="translation" scheme="https://mser.xyz/tags/translation/"/>
</entry>
<entry>
<title>SVG 路径动画</title>
<link href="https://mser.xyz/2021/12/13/svg-1/"/>
<id>https://mser.xyz/2021/12/13/svg-1/</id>
<published>2021-12-13T08:54:34.000Z</published>
<updated>2022-05-13T13:24:29.667Z</updated>
<summary type="html">
<p>简单百搭普普通通平平无奇 SVG 路径动画优化网站效果, 如何实现一个 SVG 进度条动画以及虚线走马灯动画</p>
<p>我习惯于使用 canvas 来做一些动画效果,数据展示或者图片处理之类的。SVG 和 Canvas
</summary>
<category term="WEB" scheme="https://mser.xyz/categories/WEB/"/>
<category term="Svg" scheme="https://mser.xyz/tags/Svg/"/>
</entry>
<entry>
<title>notes_graphic</title>
<link href="https://mser.xyz/2021/11/17/node_graphic/"/>
<id>https://mser.xyz/2021/11/17/node_graphic/</id>
<published>2021-11-17T08:54:34.000Z</published>
<updated>2024-02-09T07:36:16.094Z</updated>
<summary type="html">
<h1 id="three-js"><a href="#three-js" class="headerlink"
</summary>
<category term="NOTES" scheme="https://mser.xyz/categories/NOTES/"/>
</entry>
<entry>
<title>notes_git</title>
<link href="https://mser.xyz/2021/11/17/notes_git/"/>
<id>https://mser.xyz/2021/11/17/notes_git/</id>
<published>2021-11-17T08:54:34.000Z</published>
<updated>2024-12-07T06:18:30.865Z</updated>
<summary type="html">
<p>git config –global push.autoSetupRemote true<br>git rm -r –cached .</p>
<h2 id="bisect"><a href="#bisect" class="headerlink"
</summary>
<category term="NOTES" scheme="https://mser.xyz/categories/NOTES/"/>
<category term="Git" scheme="https://mser.xyz/tags/Git/"/>
</entry>
<entry>
<title>notes_Linux</title>
<link href="https://mser.xyz/2021/11/17/notes_linux/"/>
<id>https://mser.xyz/2021/11/17/notes_linux/</id>
<published>2021-11-17T08:54:34.000Z</published>
<updated>2024-12-28T14:01:06.590Z</updated>
<summary type="html">
<p>as root user: <code>sudo su</code></p>
<p><code>CTRL + L</code> clear terminal</p>
<p>~ is the home directory of user</p>
<h2
</summary>
<category term="NOTES" scheme="https://mser.xyz/categories/NOTES/"/>
<category term="Linux" scheme="https://mser.xyz/tags/Linux/"/>
</entry>
<entry>
<title>notes_js</title>
<link href="https://mser.xyz/2021/11/17/notes_js/"/>
<id>https://mser.xyz/2021/11/17/notes_js/</id>
<published>2021-11-17T08:54:34.000Z</published>
<updated>2025-01-02T15:32:30.156Z</updated>
<summary type="html">
<style>
.postDetail strong {
color: #0a95ff ;
background: rgb(10 149 255 / 10%);
padding: 0px 2px;
border-radius: 3px;
</summary>
<category term="NOTES" scheme="https://mser.xyz/categories/NOTES/"/>
</entry>
<entry>
<title>(译) 2021 年 Node.js 的发展趋势</title>
<link href="https://mser.xyz/2021/10/24/translation-Top-Node.js-Development-Trends-in-2021/"/>
<id>https://mser.xyz/2021/10/24/translation-Top-Node.js-Development-Trends-in-2021/</id>
<published>2021-10-23T16:00:00.000Z</published>
<updated>2022-03-04T22:21:37.725Z</updated>
<summary type="html">
<blockquote>
<ul>
<li>原文地址:<a href="https://javascript.plainenglish.io/top-node-js-development-trends-in-2021-807f27fdf1b8">Top Node.js
</summary>
<category term="WEB" scheme="https://mser.xyz/categories/WEB/"/>
<category term="translation" scheme="https://mser.xyz/tags/translation/"/>
</entry>
<entry>
<title>(译)使用 TypeScript 时你会想念的 Python 特性</title>
<link href="https://mser.xyz/2021/09/13/translation-python-features-that-you-will-miss-in-typescript/"/>
<id>https://mser.xyz/2021/09/13/translation-python-features-that-you-will-miss-in-typescript/</id>
<published>2021-09-12T16:00:00.000Z</published>
<updated>2021-10-11T07:24:00.759Z</updated>
<summary type="html">
<blockquote>
<ul>
<li>原文地址:<a href="https://levelup.gitconnected.com/python-features-that-you-will-miss-in-typescript-78ecc440b8bc">Python
</summary>
<category term="WEB" scheme="https://mser.xyz/categories/WEB/"/>
<category term="translation" scheme="https://mser.xyz/tags/translation/"/>
</entry>
<entry>
<title>(译)使用 PeerJS 轻松实现 P2P 通信</title>
<link href="https://mser.xyz/2021/08/17/translation-simplified-peer-to-peer-communication-with-peerjs/"/>
<id>https://mser.xyz/2021/08/17/translation-simplified-peer-to-peer-communication-with-peerjs/</id>
<published>2021-08-16T16:00:00.000Z</published>
<updated>2021-09-12T08:03:23.063Z</updated>
<summary type="html">
<blockquote>
<ul>
<li>原文地址:<a href="https://blog.bitsrc.io/simplified-peer-to-peer-communication-with-peerjs-e37244267723">Simplified Peer
</summary>
<category term="WEB" scheme="https://mser.xyz/categories/WEB/"/>
<category term="translation" scheme="https://mser.xyz/tags/translation/"/>
</entry>
<entry>
<title>(译)可视化 JavaScript 引擎</title>
<link href="https://mser.xyz/2021/08/06/translation-javascript-visualized-the-javascript-engine/"/>
<id>https://mser.xyz/2021/08/06/translation-javascript-visualized-the-javascript-engine/</id>
<published>2021-08-05T16:00:00.000Z</published>
<updated>2021-10-11T07:24:03.512Z</updated>
<summary type="html">
<blockquote>
<ul>
<li>原文地址:<a href="https://javascript.plainenglish.io/javascript-visualized-the-javascript-engine-1e3fc5d5310d">JavaScript
</summary>
<category term="WEB" scheme="https://mser.xyz/categories/WEB/"/>
<category term="translation" scheme="https://mser.xyz/tags/translation/"/>
</entry>
<entry>
<title>(译)CSS 是魔法, 是时候试试 3D 了</title>
<link href="https://mser.xyz/2021/07/28/translation-css-is-magic-its-time-you-try-3d/"/>
<id>https://mser.xyz/2021/07/28/translation-css-is-magic-its-time-you-try-3d/</id>
<published>2021-07-27T16:00:00.000Z</published>
<updated>2021-09-12T08:01:19.381Z</updated>
<summary type="html">
<blockquote>
<ul>
<li>原文地址:<a href="https://levelup.gitconnected.com/css-is-magic-its-time-you-try-3d-91a2dd49c781">CSS is magic, its time
</summary>
<category term="WEB" scheme="https://mser.xyz/categories/WEB/"/>
<category term="translation" scheme="https://mser.xyz/tags/translation/"/>
</entry>
<entry>
<title>(译)用于 JavaScript 应用的前 5 大嵌入式数据库</title>
<link href="https://mser.xyz/2021/07/13/translation-top-5-embedded-databases-for-javascript-applications/"/>
<id>https://mser.xyz/2021/07/13/translation-top-5-embedded-databases-for-javascript-applications/</id>
<published>2021-07-12T16:00:00.000Z</published>
<updated>2021-10-11T07:24:15.320Z</updated>
<summary type="html">
<blockquote>
<ul>
<li>原文地址:<a href="https://blog.bitsrc.io/top-5-embedded-databases-for-javascript-applications-1c68496aebac">Top 5
</summary>
<category term="WEB" scheme="https://mser.xyz/categories/WEB/"/>
<category term="translation" scheme="https://mser.xyz/tags/translation/"/>
</entry>
<entry>
<title>(译)面向具有 React 开发经验的开发者介绍 Svelte</title>
<link href="https://mser.xyz/2021/07/06/translation-svelte-for-the-experienced-react-dev/"/>
<id>https://mser.xyz/2021/07/06/translation-svelte-for-the-experienced-react-dev/</id>
<published>2021-07-05T16:00:00.000Z</published>
<updated>2021-10-11T07:23:53.191Z</updated>
<summary type="html">
<blockquote>
<ul>
<li>原文地址:<a href="https://css-tricks.com/svelte-for-the-experienced-react-dev/">Svelte for the Experienced React
</summary>
<category term="WEB" scheme="https://mser.xyz/categories/WEB/"/>
<category term="translation" scheme="https://mser.xyz/tags/translation/"/>
</entry>
</feed>