-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
514 lines (376 loc) · 18.7 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
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
<!DOCTYPE html>
<html lang="ko">
<!-- Head tag -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://adservice.google.com/">
<link rel="preconnect" href="https://googleads.g.doubleclick.net/">
<link rel="preconnect" href="https://www.googletagservices.com/">
<link rel="preconnect" href="https://tpc.googlesyndication.com/">
<!-- Font -->
<!-- <link href='//techbless.github.io/css/SpoqaHanSans-kr.css' rel="stylesheet" type='text/css'> -->
<link rel="preload" href="https://techbless.github.io/css/SpoqaHanSans-kr.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://techbless.github.io/css/SpoqaHanSans-kr.css"></noscript>
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard.css" />
<!-- 네이버 소유권 인증-->
<meta name="naver-site-verification" content="3a7ce7ef6ef65ba8e664e217922e76aa8eec4d37" /
<!-- Tachyons Core CSS -->
<link href="https://unpkg.com/tachyons/css/tachyons.min.css" rel="stylesheet" type="text/css">
<!-- <link rel="preload" href="https://unpkg.com/tachyons/css/tachyons.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css"></noscript> -->
<!-- Custom Fonts -->
<!-- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"> -->
<link rel="preload" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"></noscript>
<!--Description-->
<meta name="description" content="TypeScript, Node.js, 알고리즘, 자료구조, 데이터베이스, 개발 팁, 각종 문제 해결 방법 등을 공유합니다.">
<!--Author-->
<meta name="author" content="창윤빈 (Yunbin Chang)">
<!--Open Graph Title-->
<meta property="og:title" content="뚝딱수달 - 수달의 뚝딱뚝딱 개발 블로그."/>
<!--Open Graph Description-->
<meta property="og:description" content="TypeScript, Node.js, 알고리즘, 자료구조, 데이터베이스, 개발 팁, 각종 문제 해결 방법 등을 공유합니다." />
<!--Open Graph Site Name-->
<meta property="og:site_name" content="뚝딱수달 - 수달의 뚝딱뚝딱 개발 블로그."/>
<!--Type page-->
<meta property="og:type" content="website" />
<!--Page Cover-->
<meta name="twitter:card" content="summary" />
<!-- Title -->
<title>뚝딱수달 - 수달의 뚝딱뚝딱 개발 블로그.</title>
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/site.webmanifest">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="//oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Custom CSS -->
<link rel="stylesheet" href="/css/style.css">
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-156372137-1', 'auto');
ga('send', 'pageview');
</script>
<link rel="canonical" href="http://techbless.github.io/"/>
<meta name="generator" content="Hexo 5.4.2"><style>mjx-container[jax="SVG"] {
direction: ltr;
}
mjx-container[jax="SVG"] > svg {
overflow: visible;
}
mjx-container[jax="SVG"][display="true"] {
display: block;
text-align: center;
margin: 1em 0;
}
mjx-container[jax="SVG"][justify="left"] {
text-align: left;
}
mjx-container[jax="SVG"][justify="right"] {
text-align: right;
}
g[data-mml-node="merror"] > g {
fill: red;
stroke: red;
}
g[data-mml-node="merror"] > rect[data-background] {
fill: yellow;
stroke: none;
}
g[data-mml-node="mtable"] > line[data-line] {
stroke-width: 70px;
fill: none;
}
g[data-mml-node="mtable"] > rect[data-frame] {
stroke-width: 70px;
fill: none;
}
g[data-mml-node="mtable"] > .mjx-dashed {
stroke-dasharray: 140;
}
g[data-mml-node="mtable"] > .mjx-dotted {
stroke-linecap: round;
stroke-dasharray: 0,140;
}
g[data-mml-node="mtable"] > svg {
overflow: visible;
}
[jax="SVG"] mjx-tool {
display: inline-block;
position: relative;
width: 0;
height: 0;
}
[jax="SVG"] mjx-tool > mjx-tip {
position: absolute;
top: 0;
left: 0;
}
mjx-tool > mjx-tip {
display: inline-block;
padding: .2em;
border: 1px solid #888;
font-size: 70%;
background-color: #F8F8F8;
color: black;
box-shadow: 2px 2px 5px #AAAAAA;
}
g[data-mml-node="maction"][data-toggle] {
cursor: pointer;
}
mjx-status {
display: block;
position: fixed;
left: 1em;
bottom: 1em;
min-width: 25%;
padding: .2em .4em;
border: 1px solid #888;
font-size: 90%;
background-color: #F8F8F8;
color: black;
}
foreignObject[data-mjx-xml] {
font-family: initial;
line-height: normal;
overflow: visible;
}
.MathJax path {
stroke-width: 3;
}
mjx-container[display="true"] {
overflow: auto hidden;
}
mjx-container[display="true"] + br {
display: none;
}
</style><link rel="alternate" href="/rss2.xml" title="뚝딱수달 - 수달의 뚝딱뚝딱 개발 블로그." type="application/rss+xml">
</head>
<body>
<!-- Main Content -->
<!-- Banner -->
<!-- Banner -->
<div class="w-100 banner-bg ph5-ns ph3 text-light">
<nav class="db dt-l w-100 mw8 center border-box pv3 pt-50">
<!--<a class="db dtc-l v-mid link dim w-100 w-25-l tc tl-l mb2 mb0-l white" href="/" title="뚝딱수달 - 수달의 뚝딱뚝딱 개발 블로그.">
<img src="http://www.codeblocq.com/assets/projects/hexo-theme-anodyne/assets/anodyne.svg" class="dib h3" alt="뚝딱수달 - 수달의 뚝딱뚝딱 개발 블로그.">
</a>-->
<div class="db dtc-l v-mid w-100 w-100-l tc tr-l">
<a class="link dim f4-l fw6 dib ml1 mr1 mr4-l white"
href="/"
title="Home">
Home
</a>
<a class="link dim f4-l fw6 dib ml1 mr1 mr4-l white"
href="/archives"
title="Archives">
Archives
</a>
<a class="link dim f4-l fw6 dib ml1 mr1 mr4-l white"
href="/categories"
title="Categories">
Categories
</a>
<a class="link dim f4-l fw6 dib ml1 mr1 mr4-l white"
href="/about-me"
title="About">
About
</a>
</div>
</nav>
<!-- Title -->
<div class="w-100 mw8 center dt vh-40">
<div class="dtc v-mid white">
<h1 class="f1-l f2-m tc tc-m tl-ns title-font">뚝딱수달</h1>
<p class="f4 f3-ns fw6 tc tc-m tl-ns">수달의 뚝딱뚝닥 개발 블로그</p>
</div>
</div>
<!-- Icon -->
<div class="relative w-100 mw8 center white dn dn-m db-ns">
<i class="header-icon fa fa fa-magic"></i>
</div>
</div>
<!-- Content -->
<div class="w-100 ph2 ph4-m ph5-l mv5 mv6-l">
<div class="content">
<div class="mw8 center">
<a href="/2024/11/05/ENIAC-ABC/">
<div class="dt w-100 hover-border-main-color pointer pa3 border-color bl mv4 pt3">
<div class="dtc v-mid w-90 black-70">
<div>
<span class="f5 fw5 lh-copy pr1">2024-11-05</span>
<span class="fake-link fw4 ph1 dib" onclick="location.href = '/tags/History/'; return false;">#History</span> <span class="fake-link fw4 ph1 dib" onclick="location.href = '/tags/General/'; return false;">#General</span> <span class="fake-link fw4 ph1 dib" onclick="location.href = '/tags/일상/'; return false;">#일상</span>
</div>
<span class="f4 f3-ns fw6-ns lh-copy">[Computer History Museum] ENIAC은 진정한 최초의 컴퓨터인가?<span>
</div>
<div class="dtc v-mid w-10 f1 black-50 tr">
<i class="fa fa-plane"></i>
</div>
</div>
</a>
<a href="/2023/12/08/style-gan/">
<div class="dt w-100 hover-border-main-color pointer pa3 border-color bl mv4 pt3">
<div class="dtc v-mid w-90 black-70">
<div>
<span class="f5 fw5 lh-copy pr1">2023-12-08</span>
<span class="fake-link fw4 ph1 dib" onclick="location.href = '/tags/DL/'; return false;">#DL</span> <span class="fake-link fw4 ph1 dib" onclick="location.href = '/tags/Review/'; return false;">#Review</span> <span class="fake-link fw4 ph1 dib" onclick="location.href = '/tags/GAN/'; return false;">#GAN</span>
</div>
<span class="f4 f3-ns fw6-ns lh-copy">[논문 리뷰] A Style-Based Generator Architecture for Generative Adversarial Networks<span>
</div>
<div class="dtc v-mid w-10 f1 black-50 tr">
<i class="fa fa-database"></i>
</div>
</div>
</a>
<a href="/2023/11/19/progressive-growing-of-gans-%EC%9A%94%EC%95%BD/">
<div class="dt w-100 hover-border-main-color pointer pa3 border-color bl mv4 pt3">
<div class="dtc v-mid w-90 black-70">
<div>
<span class="f5 fw5 lh-copy pr1">2023-11-19</span>
<span class="fake-link fw4 ph1 dib" onclick="location.href = '/tags/DL/'; return false;">#DL</span> <span class="fake-link fw4 ph1 dib" onclick="location.href = '/tags/Review/'; return false;">#Review</span> <span class="fake-link fw4 ph1 dib" onclick="location.href = '/tags/GAN/'; return false;">#GAN</span>
</div>
<span class="f4 f3-ns fw6-ns lh-copy">[논문 리뷰] Progressive Growing of GANs for Improved Quality, Stability, and Variation<span>
</div>
<div class="dtc v-mid w-10 f1 black-50 tr">
<i class="fa fa-database"></i>
</div>
</div>
</a>
<a href="/2023/10/29/attention-is-all-you-need/">
<div class="dt w-100 hover-border-main-color pointer pa3 border-color bl mv4 pt3">
<div class="dtc v-mid w-90 black-70">
<div>
<span class="f5 fw5 lh-copy pr1">2023-10-29</span>
<span class="fake-link fw4 ph1 dib" onclick="location.href = '/tags/NLP/'; return false;">#NLP</span> <span class="fake-link fw4 ph1 dib" onclick="location.href = '/tags/DL/'; return false;">#DL</span> <span class="fake-link fw4 ph1 dib" onclick="location.href = '/tags/Review/'; return false;">#Review</span>
</div>
<span class="f4 f3-ns fw6-ns lh-copy">[논문 리뷰] Attention Is All You Need<span>
</div>
<div class="dtc v-mid w-10 f1 black-50 tr">
<i class="fa fa-database"></i>
</div>
</div>
</a>
<a href="/2023/05/09/%EA%B5%AD%EA%B0%80%EC%9A%B0%EC%88%98%EC%9E%A5%ED%95%99%EC%83%9D-%ED%95%A9%EA%B2%A9-%ED%9B%84%EA%B8%B0/">
<div class="dt w-100 hover-border-main-color pointer pa3 border-color bl mv4 pt3">
<div class="dtc v-mid w-90 black-70">
<div>
<span class="f5 fw5 lh-copy pr1">2023-05-09</span>
<span class="fake-link fw4 ph1 dib" onclick="location.href = '/tags/General/'; return false;">#General</span> <span class="fake-link fw4 ph1 dib" onclick="location.href = '/tags/일상/'; return false;">#일상</span>
</div>
<span class="f4 f3-ns fw6-ns lh-copy">국가 우수 장학금(이공계) 선발 후기<span>
</div>
<div class="dtc v-mid w-10 f1 black-50 tr">
<i class="fa fa fa-rocket"></i>
</div>
</div>
</a>
<a href="/2023/04/08/sequelize-modelctor/">
<div class="dt w-100 hover-border-main-color pointer pa3 border-color bl mv4 pt3">
<div class="dtc v-mid w-90 black-70">
<div>
<span class="f5 fw5 lh-copy pr1">2023-04-08</span>
<span class="fake-link fw4 ph1 dib" onclick="location.href = '/tags/NodeJs/'; return false;">#NodeJs</span> <span class="fake-link fw4 ph1 dib" onclick="location.href = '/tags/TypeScript/'; return false;">#TypeScript</span> <span class="fake-link fw4 ph1 dib" onclick="location.href = '/tags/Sequelize/'; return false;">#Sequelize</span>
</div>
<span class="f4 f3-ns fw6-ns lh-copy">[ModelCtor] Sequelize Model의 Generic 타입 정의 방법<span>
</div>
<div class="dtc v-mid w-10 f1 black-50 tr">
<i class="fa fa-database"></i>
</div>
</div>
</a>
<a href="/2023/04/01/express-session%EC%97%90%EC%84%9C-redis%EC%82%AC%EC%9A%A9%EC%9D%84-%EC%9C%84%ED%95%9C-connect-redis-v7-%EB%B3%80%EA%B2%BD-%EC%82%AC%ED%95%AD/">
<div class="dt w-100 hover-border-main-color pointer pa3 border-color bl mv4 pt3">
<div class="dtc v-mid w-90 black-70">
<div>
<span class="f5 fw5 lh-copy pr1">2023-04-01</span>
<span class="fake-link fw4 ph1 dib" onclick="location.href = '/tags/NodeJs/'; return false;">#NodeJs</span> <span class="fake-link fw4 ph1 dib" onclick="location.href = '/tags/General/'; return false;">#General</span> <span class="fake-link fw4 ph1 dib" onclick="location.href = '/tags/TypeScript/'; return false;">#TypeScript</span> <span class="fake-link fw4 ph1 dib" onclick="location.href = '/tags/Passport-js/'; return false;">#Passport.js</span>
</div>
<span class="f4 f3-ns fw6-ns lh-copy">express-session에서 Redis사용을 위한 connect-redis v7 변경 사항 및 오류 해결 방법<span>
</div>
<div class="dtc v-mid w-10 f1 black-50 tr">
<i class="fa fa-thumbs-o-up"></i>
</div>
</div>
</a>
<a href="/2023/01/08/sequelize-async-getter/">
<div class="dt w-100 hover-border-main-color pointer pa3 border-color bl mv4 pt3">
<div class="dtc v-mid w-90 black-70">
<div>
<span class="f5 fw5 lh-copy pr1">2023-01-08</span>
<span class="fake-link fw4 ph1 dib" onclick="location.href = '/tags/NodeJs/'; return false;">#NodeJs</span> <span class="fake-link fw4 ph1 dib" onclick="location.href = '/tags/Sequelize/'; return false;">#Sequelize</span>
</div>
<span class="f4 f3-ns fw6-ns lh-copy">[Sequelize Hook] Getter에서 async를 못 쓰니 Hook를 사용해보자<span>
</div>
<div class="dtc v-mid w-10 f1 black-50 tr">
<i class="fa fa-database"></i>
</div>
</div>
</a>
</div>
</div>
<div class="flex items-center justify-center pa4">
<a href="/"
class="f5 no-underline inline-flex items-center pa3 ba border-box mr4 light-gray cursor-default">
<i class="w1 pr2 fa fa-chevron-left" aria-hidden="true"></i>
<span class="pl1">Previous</span>
</a>
<a href="/page/2/"
class="f5 no-underline inline-flex items-center pa3 ba border-box gray hover-border-main-color hover-text-main-color">
<span class="pr1">Next</span>
<i class="w1 pl2 fa fa-chevron-right" aria-hidden="true"></i>
</a>
</div>
</div>
<!-- Footer -->
<div class="bg-1 ph2 ph5-ns pv4">
<div class="mv8">
<div class="center tc">
<div class="dib mh3">
<a class="f3 f2-ns white dim" href="https://github.com/techbless" rel="external nofollow noreferrer" target="_blank">
<i class="fa fa-github"></i>
</a>
</div>
<div class="dib mh3">
<a class="f3 f2-ns white dim" href="mailto:[email protected]" rel="external nofollow noreferrer" target="_blank">
<i class="fa fa-envelope"></i>
</a>
</div>
<div class="dib mh3">
<a class="f3 f2-ns white dim" href="/rss2.xml" target="_blank">
<i class="fa fa-rss"></i>
</a>
</div>
</div>
<div class="f6 f5-ns center tc white pt5 fw4">
창윤빈 (Yunbin Chang). All right reserved
</div>
</div>
</div>
<!-- After Footer -->
<!-- Disqus Comments -->
<script type="text/javascript">
var disqus_shortname = 'techbless';
(async function(){
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
}());
</script>
<!-- Place this tag in your head or just before your close body tag. -->
<script defer src="https://buttons.github.io/buttons.js"></script>
<!-- AdSense -->
<script data-ad-client="ca-pub-9129125082811791" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</body>
</html>