-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
487 lines (258 loc) · 20.6 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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>是 Ray 不是 Array</title>
<icon>https://israynotarray.com/icon.png</icon>
<subtitle>Welcome.Web.World <br/> 歡迎來到網路世界</subtitle>
<link href="https://israynotarray.com/atom.xml" rel="self"/>
<link href="https://israynotarray.com/"/>
<updated>2025-02-16T11:32:58.000Z</updated>
<id>https://israynotarray.com/</id>
<author>
<name>Ray</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>不同於 ref 的 shallowRef 宣告</title>
<link href="https://israynotarray.com/vue/20250216/532019259/"/>
<id>https://israynotarray.com/vue/20250216/532019259/</id>
<published>2025-02-16T11:32:58.000Z</published>
<updated>2025-02-16T11:32:58.000Z</updated>
<summary type="html">如果你是一名 Vue 開發者,相信你一定格外熟悉 ref 這個響應式 API,但是你知道嗎?其實除了 ref 之外,你還可以用另一種 API 來宣告響應式變數,那就是 shallowRef,而 shallowRef 與 ref 有什麼不同呢?就讓我們來認識一下吧!</summary>
<category term="Vue" scheme="https://israynotarray.com/categories/vue/"/>
<category term="Composition API" scheme="https://israynotarray.com/tags/Composition-API/"/>
<category term="ref" scheme="https://israynotarray.com/tags/ref/"/>
<category term="Vue 3" scheme="https://israynotarray.com/tags/Vue-3/"/>
<category term="shallowRef" scheme="https://israynotarray.com/tags/shallowRef/"/>
</entry>
<entry>
<title>FizzBuzz for JavaScript</title>
<link href="https://israynotarray.com/algorithm/20250204/3664816602/"/>
<id>https://israynotarray.com/algorithm/20250204/3664816602/</id>
<published>2025-02-04T13:18:55.000Z</published>
<updated>2025-02-04T13:18:55.000Z</updated>
<summary type="html">FizzBuzz 其實是一個遊戲,而這個遊戲也被作為一個程式設計面試考題,尤其是 Google、Facebook 等這些大公司都會使用這個 FizzBuzz 來考驗應徵者的基本程式能力,因此這個遊戲也是一個很好的練習題目。</summary>
<category term="演算法" scheme="https://israynotarray.com/categories/algorithm/"/>
<category term="JavaScript" scheme="https://israynotarray.com/tags/JavaScript/"/>
<category term="FizzBuzz" scheme="https://israynotarray.com/tags/FizzBuzz/"/>
<category term="演算法" scheme="https://israynotarray.com/tags/%E6%BC%94%E7%AE%97%E6%B3%95/"/>
</entry>
<entry>
<title>關於我推的 Raycast 擴充套件,強化你的 Raycast!</title>
<link href="https://israynotarray.com/other/20250114/4149194649/"/>
<id>https://israynotarray.com/other/20250114/4149194649/</id>
<published>2025-01-14T02:00:04.000Z</published>
<updated>2025-01-14T02:00:04.000Z</updated>
<summary type="html">前陣子有朋友看到我開啟專案以及操作速度非常之快,同為使用 Raycast 朋友就很好奇我是不是有私藏什麼超好用套件,所以這邊就來分享一下我推薦的 Raycast 擴充套件,讓你的工作流程更強大!</summary>
<category term="雜談" scheme="https://israynotarray.com/categories/other/"/>
<category term="Mac" scheme="https://israynotarray.com/tags/Mac/"/>
<category term="Raycast" scheme="https://israynotarray.com/tags/Raycast/"/>
<category term="Spotlight" scheme="https://israynotarray.com/tags/Spotlight/"/>
<category term="生產力工具" scheme="https://israynotarray.com/tags/%E7%94%9F%E7%94%A2%E5%8A%9B%E5%B7%A5%E5%85%B7/"/>
</entry>
<entry>
<title>關於 JavaScript 中 5 種物件取值方式</title>
<link href="https://israynotarray.com/javascript/20250106/2580294921/"/>
<id>https://israynotarray.com/javascript/20250106/2580294921/</id>
<published>2025-01-06T13:17:12.000Z</published>
<updated>2025-01-06T13:17:12.000Z</updated>
<summary type="html">在 JavaScript 中,物件是我們最常操作的資料型態之一,那麼有哪些物件取值方式呢?這一篇我就來記錄一下。</summary>
<category term="JavaScript" scheme="https://israynotarray.com/categories/javascript/"/>
<category term="JavaScript" scheme="https://israynotarray.com/tags/JavaScript/"/>
<category term="Object" scheme="https://israynotarray.com/tags/Object/"/>
</entry>
<entry>
<title>發生車禍了怎麼辦? - 訴訟與和解 - 4</title>
<link href="https://israynotarray.com/learnexp/20250104/3114456994/"/>
<id>https://israynotarray.com/learnexp/20250104/3114456994/</id>
<published>2025-01-04T03:00:53.000Z</published>
<updated>2024-01-04T03:00:53.000Z</updated>
<summary type="html">儘管走上法院這一條並不是每個人願意的,但是有些是不得已必須依賴法院來解決,所以這一篇我將會來說明關於訴訟與和解的一些事情。</summary>
<category term="學習經驗" scheme="https://israynotarray.com/categories/learnexp/"/>
<category term="其他" scheme="https://israynotarray.com/tags/%E5%85%B6%E4%BB%96/"/>
<category term="車禍" scheme="https://israynotarray.com/tags/%E8%BB%8A%E7%A6%8D/"/>
</entry>
<entry>
<title>AI 當道,為什麼我還是推薦寫部落格?</title>
<link href="https://israynotarray.com/learnexp/20241231/998165636/"/>
<id>https://israynotarray.com/learnexp/20241231/998165636/</id>
<published>2024-12-31T03:00:25.000Z</published>
<updated>2024-12-31T03:00:25.000Z</updated>
<summary type="html">這幾天 WebConf 剛好有幾位學生來詢問我關於 AI 的事情,他認為 AI 已經非常的普及與當道,許多都資料都可以透過 AI 來生成,那為什麼我還是推薦他寫部落格呢?所以這一篇我將會記錄一下我對於 AI 的看法,以及為什麼我還是推薦寫部落格。</summary>
<category term="學習經驗" scheme="https://israynotarray.com/categories/learnexp/"/>
<category term="AI" scheme="https://israynotarray.com/tags/AI/"/>
<category term="學習經驗" scheme="https://israynotarray.com/tags/%E5%AD%B8%E7%BF%92%E7%B6%93%E9%A9%97/"/>
<category term="部落格" scheme="https://israynotarray.com/tags/%E9%83%A8%E8%90%BD%E6%A0%BC/"/>
</entry>
<entry>
<title>PM2 是 Process Manager 不是 PM2.5!</title>
<link href="https://israynotarray.com/Node-js/20241225/794319627/"/>
<id>https://israynotarray.com/Node-js/20241225/794319627/</id>
<published>2024-12-25T02:31:33.000Z</published>
<updated>2024-12-25T02:31:33.000Z</updated>
<summary type="html">PM2 的全名是 Process Manager 2,它是一款 Node.js 的進程管理工具,並不是指 Particulate Matter(懸浮微粒)2.5 的縮寫,所以不要搞錯了!那麼我們就準備來認識已經學習使用 Node.js 的工程師不能不懂的 PM2 吧!</summary>
<category term="Node.js" scheme="https://israynotarray.com/categories/Node-js/"/>
<category term="JavaScript" scheme="https://israynotarray.com/tags/JavaScript/"/>
<category term="Node.js" scheme="https://israynotarray.com/tags/Node-js/"/>
<category term="PM2" scheme="https://israynotarray.com/tags/PM2/"/>
<category term="Process Manager 2" scheme="https://israynotarray.com/tags/Process-Manager-2/"/>
</entry>
<entry>
<title>手把手教你如何替自己的專案引入 Google reCAPTCHA v3</title>
<link href="https://israynotarray.com/nodejs/20241222/3785478335/"/>
<id>https://israynotarray.com/nodejs/20241222/3785478335/</id>
<published>2024-12-22T08:25:22.000Z</published>
<updated>2024-12-22T08:25:22.000Z</updated>
<summary type="html">這一篇我將會手把手來介紹該如何替自己的專案加入 reCAPTCHA,以及說明為什麼要使用 reCAPTCHA 並且它有什麼優缺點。</summary>
<category term="Nodejs" scheme="https://israynotarray.com/categories/nodejs/"/>
<category term="JavaScript" scheme="https://israynotarray.com/tags/JavaScript/"/>
<category term="Node.js" scheme="https://israynotarray.com/tags/Node-js/"/>
<category term="reCAPTCHA" scheme="https://israynotarray.com/tags/reCAPTCHA/"/>
<category term="Google" scheme="https://israynotarray.com/tags/Google/"/>
</entry>
<entry>
<title>發生車禍了怎麼辦? - 承認與求助 - 3</title>
<link href="https://israynotarray.com/learnexp/20241221/1324056530/"/>
<id>https://israynotarray.com/learnexp/20241221/1324056530/</id>
<published>2024-12-21T06:18:53.000Z</published>
<updated>2024-12-21T06:18:53.000Z</updated>
<summary type="html">前一篇文章中,我們認知到了車禍後可以做哪些事情,也特別在結尾提到了「調適」這件事,因為真正整個心情崩潰的與否會是在「初判表(道路交通事故初步分析研判表)」出來時...</summary>
<category term="學習經驗" scheme="https://israynotarray.com/categories/learnexp/"/>
<category term="其他" scheme="https://israynotarray.com/tags/%E5%85%B6%E4%BB%96/"/>
<category term="車禍" scheme="https://israynotarray.com/tags/%E8%BB%8A%E7%A6%8D/"/>
</entry>
<entry>
<title>新 Git 指令之你該試試看了</title>
<link href="https://israynotarray.com/git/20241220/649474526/"/>
<id>https://israynotarray.com/git/20241220/649474526/</id>
<published>2024-12-20T15:30:28.000Z</published>
<updated>2024-12-20T15:30:28.000Z</updated>
<summary type="html">這一篇來記錄與分享 Git 後來出的一些新指令,我個人覺得滿實用的。</summary>
<category term="Git" scheme="https://israynotarray.com/categories/git/"/>
<category term="Git" scheme="https://israynotarray.com/tags/Git/"/>
<category term="新指令" scheme="https://israynotarray.com/tags/%E6%96%B0%E6%8C%87%E4%BB%A4/"/>
<category term="Git 指令" scheme="https://israynotarray.com/tags/Git-%E6%8C%87%E4%BB%A4/"/>
<category term="Git 新指令" scheme="https://israynotarray.com/tags/Git-%E6%96%B0%E6%8C%87%E4%BB%A4/"/>
</entry>
<entry>
<title>如何將 Vite+Vue 封裝到 Docker 並運行?</title>
<link href="https://israynotarray.com/docker/20241219/2070727594/"/>
<id>https://israynotarray.com/docker/20241219/2070727594/</id>
<published>2024-12-19T08:36:18.000Z</published>
<updated>2024-12-19T08:36:18.000Z</updated>
<summary type="html">剛好最近遇到一個需求,是需要將 Vite(Vue)專案封裝成 Docker,所以順便把這個需求給寫成文章。</summary>
<category term="docker" scheme="https://israynotarray.com/categories/docker/"/>
<category term="Vite" scheme="https://israynotarray.com/tags/Vite/"/>
<category term="Vue" scheme="https://israynotarray.com/tags/Vue/"/>
<category term="Docker" scheme="https://israynotarray.com/tags/Docker/"/>
</entry>
<entry>
<title>發生車禍了怎麼辦? - 面對與調整 - 2</title>
<link href="https://israynotarray.com/learnexp/20241208/87858088/"/>
<id>https://israynotarray.com/learnexp/20241208/87858088/</id>
<published>2024-12-08T07:51:29.000Z</published>
<updated>2024-12-08T07:51:29.000Z</updated>
<summary type="html">在上一篇文章中,我們已經了解了發生車禍時該如何處理,接下來我將會說明在車禍後的一些事情,這些事情可能是你沒有想過的,但是卻是很重要的。</summary>
<category term="學習經驗" scheme="https://israynotarray.com/categories/learnexp/"/>
<category term="其他" scheme="https://israynotarray.com/tags/%E5%85%B6%E4%BB%96/"/>
<category term="車禍" scheme="https://israynotarray.com/tags/%E8%BB%8A%E7%A6%8D/"/>
</entry>
<entry>
<title>發生車禍了怎麼辦? - 事故處理 - 1</title>
<link href="https://israynotarray.com/learnexp/20241205/2148986526/"/>
<id>https://israynotarray.com/learnexp/20241205/2148986526/</id>
<published>2024-12-05T12:01:26.000Z</published>
<updated>2024-12-05T12:01:26.000Z</updated>
<summary type="html">車禍不是每個人願意的,畢竟一場車禍除了財損之外也會導致人員的受傷,可以的話我們都會盡可能地去避免這件事情發生,但是事情總是無法完全掌控,所以當你遇到車禍時,我希望我這一篇文章可以幫助到你解決一些問題。</summary>
<category term="學習經驗" scheme="https://israynotarray.com/categories/learnexp/"/>
<category term="其他" scheme="https://israynotarray.com/tags/%E5%85%B6%E4%BB%96/"/>
<category term="車禍" scheme="https://israynotarray.com/tags/%E8%BB%8A%E7%A6%8D/"/>
</entry>
<entry>
<title>用 MacOS 燒錄 Windows 作業系統(ISO 檔案)</title>
<link href="https://israynotarray.com/windows/20241004/850567104/"/>
<id>https://israynotarray.com/windows/20241004/850567104/</id>
<published>2024-10-04T03:47:14.000Z</published>
<updated>2024-10-04T03:47:14.000Z</updated>
<summary type="html">最近家裡剛好一台 Windows 需要重灌,剛好主要使用的電腦是 Mac,所以就來寫一篇文章來介紹如何在 Mac 上燒錄 Windows 作業系統(ISO 檔案)。</summary>
<category term="Windows" scheme="https://israynotarray.com/categories/windows/"/>
<category term="Windows" scheme="https://israynotarray.com/tags/Windows/"/>
<category term="MacOS" scheme="https://israynotarray.com/tags/MacOS/"/>
<category term="燒錄" scheme="https://israynotarray.com/tags/%E7%87%92%E9%8C%84/"/>
<category term="ISO" scheme="https://israynotarray.com/tags/ISO/"/>
</entry>
<entry>
<title>掌握 TypeScript 泛型(Generics) & Vue3 泛型</title>
<link href="https://israynotarray.com/TypeScript/20240930/1917741270/"/>
<id>https://israynotarray.com/TypeScript/20240930/1917741270/</id>
<published>2024-09-30T09:31:32.000Z</published>
<updated>2024-09-30T09:31:32.000Z</updated>
<summary type="html">泛型(Generics)是 TypeScript 中很重要的特性,它可以大幅度簡化程式碼的撰寫,並提高程式碼的可讀性,但是 TypeScript 的泛型也是初學者最難理解的部分之一,所以就來寫一篇文章來介紹 TypeScript 的泛型。</summary>
<category term="TypeScript" scheme="https://israynotarray.com/categories/TypeScript/"/>
<category term="TypeScript" scheme="https://israynotarray.com/tags/TypeScript/"/>
<category term="Generics" scheme="https://israynotarray.com/tags/Generics/"/>
<category term="泛型" scheme="https://israynotarray.com/tags/%E6%B3%9B%E5%9E%8B/"/>
<category term="Vue3" scheme="https://israynotarray.com/tags/Vue3/"/>
</entry>
<entry>
<title>還原專案噴 Cannot find module @rollup/rollup-darwin-arm64 錯誤</title>
<link href="https://israynotarray.com/nuxt/20240919/4102603832/"/>
<id>https://israynotarray.com/nuxt/20240919/4102603832/</id>
<published>2024-09-19T02:08:07.000Z</published>
<updated>2024-09-19T02:08:07.000Z</updated>
<summary type="html">最近在用 Nuxt 還原專案時,會噴「Cannot find module @rollup/rollup-darwin-arm64」錯誤,所以稍微記錄一下該如何解決。</summary>
<category term="Nuxt" scheme="https://israynotarray.com/categories/nuxt/"/>
<category term="障礙排除" scheme="https://israynotarray.com/tags/%E9%9A%9C%E7%A4%99%E6%8E%92%E9%99%A4/"/>
<category term="Nuxt" scheme="https://israynotarray.com/tags/Nuxt/"/>
</entry>
<entry>
<title>GitHub Copilot 好難用?說不定是你不懂 Copilot 之技巧全攻略不藏私!</title>
<link href="https://israynotarray.com/vscode/20240908/3488366595/"/>
<id>https://israynotarray.com/vscode/20240908/3488366595/</id>
<published>2024-09-08T05:06:00.000Z</published>
<updated>2024-09-08T05:06:00.000Z</updated>
<summary type="html">身為用了 GitHub Copilot 一陣子的使用者,這一篇我將會分享一些我使用 GitHub Copilot 的心得與技巧,讓大家開發時更加得心應手,那麼廢話就不多說,我們來聊聊 GitHub Copilot 吧!</summary>
<category term="VSCode" scheme="https://israynotarray.com/categories/vscode/"/>
<category term="GitHub Copilot" scheme="https://israynotarray.com/tags/GitHub-Copilot/"/>
<category term="Visual Studio Code" scheme="https://israynotarray.com/tags/Visual-Studio-Code/"/>
<category term="開發技巧" scheme="https://israynotarray.com/tags/%E9%96%8B%E7%99%BC%E6%8A%80%E5%B7%A7/"/>
</entry>
<entry>
<title>常見面試考題之 Vue 與 React 差異在哪裡?以及為什麼 React 比較紅?</title>
<link href="https://israynotarray.com/javascript/20240727/2019383251/"/>
<id>https://israynotarray.com/javascript/20240727/2019383251/</id>
<published>2024-07-27T08:40:24.000Z</published>
<updated>2024-07-27T08:40:24.000Z</updated>
<summary type="html">前陣子跑去別人家公司面試,面試官問了我一個問題:「Vue 與 React 差異在哪裡?以及為什麼 React 比較紅?」,我覺得這個問題算是滿常見也滿有趣的,所以就稍微寫一篇記錄一下以及說明一下我自己的看法。</summary>
<category term="JavaScript" scheme="https://israynotarray.com/categories/javascript/"/>
<category term="JavaScript" scheme="https://israynotarray.com/tags/JavaScript/"/>
<category term="Vue" scheme="https://israynotarray.com/tags/Vue/"/>
<category term="React" scheme="https://israynotarray.com/tags/React/"/>
<category term="面試考題" scheme="https://israynotarray.com/tags/%E9%9D%A2%E8%A9%A6%E8%80%83%E9%A1%8C/"/>
</entry>
<entry>
<title>關於睡眠的一些迷思以及睡眠品質的重要性</title>
<link href="https://israynotarray.com/learnexp/20240719/3445327744/"/>
<id>https://israynotarray.com/learnexp/20240719/3445327744/</id>
<published>2024-07-19T02:10:36.000Z</published>
<updated>2024-07-19T02:10:36.000Z</updated>
<summary type="html">其實身邊不少學生以及自己的同事都有過睡眠的問題,包含我自己身邊的人也有相關睡眠的障礙,因此自己其實做過不少功課,礙於最近滿多人一直在問,所以就稍微分享一下自己的心得跟功課。</summary>
<category term="學習經驗" scheme="https://israynotarray.com/categories/learnexp/"/>
<category term="學習經驗" scheme="https://israynotarray.com/tags/%E5%AD%B8%E7%BF%92%E7%B6%93%E9%A9%97/"/>
<category term="睡眠品質" scheme="https://israynotarray.com/tags/%E7%9D%A1%E7%9C%A0%E5%93%81%E8%B3%AA/"/>
<category term="睡眠迷思" scheme="https://israynotarray.com/tags/%E7%9D%A1%E7%9C%A0%E8%BF%B7%E6%80%9D/"/>
<category term="失眠" scheme="https://israynotarray.com/tags/%E5%A4%B1%E7%9C%A0/"/>
<category term="睡不好" scheme="https://israynotarray.com/tags/%E7%9D%A1%E4%B8%8D%E5%A5%BD/"/>
<category term="疾病" scheme="https://israynotarray.com/tags/%E7%96%BE%E7%97%85/"/>
</entry>
<entry>
<title>為毛我又成為了 2024 Node.js 企業專題班教練?!</title>
<link href="https://israynotarray.com/learnexp/20240715/257399264/"/>
<id>https://israynotarray.com/learnexp/20240715/257399264/</id>
<published>2024-07-15T11:03:59.000Z</published>
<updated>2024-07-15T11:03:59.000Z</updated>
<summary type="html">去年其實我已經擔任過專題教練,但我也是滿意外今年我又有「榮幸」再次參與一次這次的開班整個過程,所以為了覆盤這次的過程,我決定寫一篇文章來記錄一下這次的過程以及心得,希望讓未來參加這個班的任何一位同學可以認識這個班是在做什麼,同時這一篇也是寫給我的學生們。</summary>
<category term="學習經驗" scheme="https://israynotarray.com/categories/learnexp/"/>
<category term="Node.js" scheme="https://israynotarray.com/tags/Node-js/"/>
<category term="教學" scheme="https://israynotarray.com/tags/%E6%95%99%E5%AD%B8/"/>
</entry>
</feed>