-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
502 lines (422 loc) · 22.3 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Dino Lai Software Blogs include Notes, Records and Resources">
<meta name="keywords" content="Programming,System,Coding,Software Develop">
<meta name="author" content="Dino Lai">
<title>Last Updated - Dinote</title>
<!-- Facebook Open Graph -->
<meta property="og:url" content="https://dinolai.com/index.html" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Last Updated - Dinote" />
<meta property="og:description" content="Dino Lai Software Blogs include Notes, Records and Resources" />
<meta property="og:image" content="https://dinolai.com/assets/images/logo-icon-name.png" />
<!-- End Facebook Open Graph -->
<link rel="icon" href="/favicon.png" type="image/png">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp"
crossorigin="anonymous">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.4.1/styles/vs.min.css">
<link rel="stylesheet" href="/node_modules/github-markdown-css/github-markdown.css">
<link rel="stylesheet" href="/assets/css/layout.css">
<script src="/assets/js/google-tags.js"></script>
</head>
<body>
<nav class="navbar navbar-inverse">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false"
aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Dinote</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li id="info-link"><a href="/info">Info</a></li>
<li id="notes-link"><a href="/notes">Notes</a></li>
<li id="toys-link"><a href="/toys">Toys</a></li>
<li id="slides-link"><a href="/slides">Slides</a></li>
<li id="books-link"><a href="/books">Books</a></li>
<li><a href="https://photos.app.goo.gl/VQy1qPDjKNdcm8Qc6" target="_blank" rel="noopener">Records</a></li>
<li><a href="https://www.xmind.net/share/dinos80152/" target="_blank" rel="noopener">MindMaps</a></li>
</ul>
<form id="search-form" class="navbar-form navbar-right" role="search">
<div class="form-group">
<input id="search-input" type="text" class="form-control" placeholder="Search">
</div>
<button type="submit" class="btn btn-default">Submit</button>
</form>
</div>
</div>
<!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-lg-9">
<article class="markdown-body">
<header>Updated: 2023-08-19 17:02:42 CST +08</header>
<main>
<h1 id="last-updated">Last Updated</h1>
<h2 id="2023-08-19">2023-08-19</h2>
<ul>
<li><a href="/notes/books/the-headspace-guide-to-meditation-and-mindfulness.html">[Books] Headspace 冥想正念手冊</a></li>
<li><a href="/notes/books/the-art-of-loving.html">[Books] 愛的藝術</a></li>
<li><a href="/notes/books/counselling-for-toads.html">[Books] 蛤蟆先生去看心理師</a></li>
<li><a href="/notes/books/the-art-of-gathering.html">[Books] 這樣聚會,最成功</a></li>
</ul>
<h2 id="2022-01-31">2022-01-31</h2>
<ul>
<li><a href="/notes/books/zhuangzi.html">[Books] 逍遙之樂-傅佩榮談《莊子》</a></li>
</ul>
<h2 id="2022-01-19">2022-01-19</h2>
<ul>
<li><a href="/notes/os/macOS.html">[Os] macOS</a></li>
</ul>
<h2 id="2021-10-24">2021-10-24</h2>
<ul>
<li><a href="/notes/database/prometheus-performance-tuning.html">[Database] Prometheus Performance Tuning</a></li>
<li><a href="/notes/database/prometheus-scrape-and-metrics.html">[Database] Prometheus Scrape and Metrics</a></li>
<li><a href="/notes/database/prometheus-storage-optimization.html">[Database] Prometheus Storage Optimization</a></li>
</ul>
<h2 id="2021-09-25">2021-09-25</h2>
<ul>
<li><a href="/notes/books/how-to-win-friends-and-influence-people.html">[Books] 人性的弱點 How to Win Friends & Influence People</a></li>
</ul>
<h2 id="2021-09-11">2021-09-11</h2>
<ul>
<li><a href="/notes/books/the-peter-principle.html">[Books] 彼得原理 The Peter Principle</a></li>
<li><a href="/notes/books/the-zen-programmer.html">[Books] 程式設計師之禪 The Zen Programmer</a></li>
</ul>
<h2 id="2021-09-04">2021-09-04</h2>
<ul>
<li><a href="/notes/aws/aws-allocate-ebs-expand-volume.html">[Aws] AWS Allocate EBS Expand Volume</a></li>
</ul>
<h2 id="2021-07-17">2021-07-17</h2>
<ul>
<li><a href="/notes/books/powerful.html">[Books] 給力 Powerful</a></li>
</ul>
<h2 id="2021-07-04">2021-07-04</h2>
<ul>
<li><a href="/notes/aws/aws-athena-create-table-manually.html">[Aws] AWS Athena Create Table Manually</a></li>
<li><a href="/notes/aws/aws-docker-container-cpu-high-usage.html">[Aws] AWS Docker Container CPU Utilization Running at High Percentage</a></li>
</ul>
<h2 id="2021-06-19">2021-06-19</h2>
<ul>
<li><a href="/notes/books/the-unicorn-project.html">[Books] 獨角獸專案 The Unicorn Project</a></li>
</ul>
<h2 id="2021-01-27">2021-01-27</h2>
<ul>
<li><a href="/notes/os/dns_cache.html">[Os] DNS Cache</a></li>
</ul>
<h2 id="2019-01-18">2019-01-18</h2>
<ul>
<li><a href="/notes/linux/make-emoji-colorful-on-chrome-in-ubuntu-linux.html">[Linux] Make Emoji Colorful on Chrome in Ubuntu Linux</a></li>
</ul>
<h2 id="2018-12-31">2018-12-31</h2>
<ul>
<li><a href="/notes/linux/bluetooth-not-working-on-ubuntu.html">[Linux] Bluetooth Not Working on Ubuntu</a></li>
</ul>
<h2 id="2018-09-26">2018-09-26</h2>
<ul>
<li><a href="/notes/web/jwt.html">[Web] JWT - JSON Web Token</a></li>
</ul>
<h2 id="2018-07-12">2018-07-12</h2>
<ul>
<li><a href="/notes/books/the-goal.html">[Books] 目標:簡單有效的常識管理</a></li>
</ul>
<h2 id="2017-12-31">2017-12-31</h2>
<ul>
<li><a href="/notes/others/authorization-models-acl-dac-mac-rbac-abac.html">[Others] Authorization Models: ACL, DAC, MAC, RBAC, ABAC</a></li>
</ul>
<h2 id="2017-11-27">2017-11-27</h2>
<ul>
<li><a href="/notes/golang/golang-testing-and-httptest-package.html">[Golang] Golang testing and httptest Package</a></li>
</ul>
<h2 id="2017-10-21">2017-10-21</h2>
<ul>
<li><a href="/notes/golang/minimize-golang-executable-docker-image-with-alpine-linux.html">[Golang] Building Minimize Golang Executable Docker Image with Alpine Linux</a></li>
</ul>
<h2 id="2017-09-11">2017-09-11</h2>
<ul>
<li><a href="/notes/others/taiwan-labor-standard-act-for-developer.html">[Others] 軟體工程師相關台灣勞動基準法</a></li>
</ul>
<h2 id="2017-08-26">2017-08-26</h2>
<ul>
<li><a href="/notes/golang/golang.html">[Golang] Golang</a></li>
</ul>
<h2 id="2017-07-29">2017-07-29</h2>
<ul>
<li><a href="/notes/others/designer-software-system-engineers-relationship.html">[Others] Designer, Software, System Engineers Relationship</a></li>
</ul>
<h2 id="2017-07-17">2017-07-17</h2>
<ul>
<li><a href="/notes/golang/golang-goroutines-in-loop.html">[Golang] Golang Goroutines in Loop</a></li>
</ul>
<h2 id="2017-07-15">2017-07-15</h2>
<ul>
<li><a href="/notes/golang/golang-refactor-by-label.html">[Golang] Golang Refactor by Label</a></li>
</ul>
<h2 id="2017-06-12">2017-06-12</h2>
<ul>
<li><a href="/notes/golang/golang-benchmark-reading-config-from-os-env-and-file.html">[Golang] Golang Benchmark Reading Config from OS ENV and File</a></li>
</ul>
<h2 id="2017-06-07">2017-06-07</h2>
<ul>
<li><a href="/notes/golang/golang-delete-slice-item-in-range-problem.html">[Golang] Golang Delete Slice Item in Range Problem</a></li>
</ul>
<h2 id="2017-05-30">2017-05-30</h2>
<ul>
<li><a href="/notes/others/learning-resources.html">[Others] Learning Resources</a></li>
</ul>
<h2 id="2017-05-13">2017-05-13</h2>
<ul>
<li><a href="/notes/system/wannacrypt0r.html">[System] WannaCrypt0r 2.0</a></li>
</ul>
<h2 id="2017-05-04">2017-05-04</h2>
<ul>
<li><a href="/notes/web/google-custom-search.html">[Web] Google Custom Search</a></li>
<li><a href="/notes/web/web-proper-noun.html">[Web] 網站開發專有名詞 For Product Manager</a></li>
</ul>
<h2 id="2017-05-03">2017-05-03</h2>
<ul>
<li><a href="/notes/database/mysql.html">[Database] MySQL</a></li>
<li><a href="/notes/system/docker.html">[System] Docker</a></li>
</ul>
<h2 id="2017-04-26">2017-04-26</h2>
<ul>
<li><a href="/notes/system/windows-shared-folder-with-virtualbox-linux.html">[System] Windows 共用資料夾(Shared folder)至 VirtualBox Linux - 設定與自動掛載</a></li>
</ul>
<h2 id="2017-04-20">2017-04-20</h2>
<ul>
<li><a href="/notes/development/object-oriented-programming.html">[Development] Object Oriented Programming</a></li>
</ul>
<h2 id="2017-04-17">2017-04-17</h2>
<ul>
<li><a href="/notes/others/lisp.html">[Others] Lisp</a></li>
</ul>
<h2 id="2017-04-13">2017-04-13</h2>
<ul>
<li><a href="/notes/database/postgresql.html">[Database] PostgreSQL</a></li>
<li><a href="/notes/database/redis.html">[Database] Redis</a></li>
<li><a href="/notes/development/queue.html">[Development] Queue</a></li>
<li><a href="/notes/development/repository-pattern.html">[Development] Repository Pattern</a></li>
<li><a href="/notes/development/user-story.html">[Development] User Story</a></li>
<li><a href="/notes/editor/visual-studio-code.html">[Editor] Visual Studio Code</a></li>
<li><a href="/notes/git/git.html">[Git] Git</a></li>
<li><a href="/notes/git/gitlab.html">[Git] Gitlab Demo</a></li>
<li><a href="/notes/git/movetogitlab.html">[Git] Move Repo from Gitolite to Gitlab</a></li>
<li><a href="/notes/laravel/laravel-blade-parent.html">[Laravel] Laravel - 設計一個好的 Blade Template, 使用 @parent</a></li>
<li><a href="/notes/laravel/laravel-performance.html">[Laravel] Laravel Performance</a></li>
<li><a href="/notes/laravel/laravel-42-to-50.html">[Laravel] Laravel Update 4.2 to 5.0</a></li>
<li><a href="/notes/linux/centos7.html">[Linux] CentOS 7</a></li>
<li><a href="/notes/linux/linux.html">[Linux] Linux</a></li>
<li><a href="/notes/others/flowchart.html">[Others] Flowchart Test</a></li>
<li><a href="/notes/others/taiwan-community.html">[Others] Taiwan Community</a></li>
<li><a href="/notes/php/php.html">[Php] PHP</a></li>
<li><a href="/notes/php/php-functional-programming-array-functions.html">[Php] PHP Functinoal Programming Array Functions</a></li>
<li><a href="/notes/php/php-functional-programming-lambda.html">[Php] PHP Functional Programming Lambda</a></li>
<li><a href="/notes/php/selenium_with_phpunit.html">[Php] Selenium with PHPUnit</a></li>
<li><a href="/notes/system/elk-elasticsearch-logstash-kibana.html">[System] ELK: Elasticsearch, Logstash, Kibana</a></li>
<li><a href="/notes/system/https.html">[System] HTTPS</a></li>
<li><a href="/notes/system/nginx.html">[System] Nginx</a></li>
<li><a href="/notes/system/nginx-php-fpm.html">[System] Nginx, Php-fpm</a></li>
<li><a href="/notes/web/google-analytics.html">[Web] Google Analytics</a></li>
<li><a href="/notes/web/html-input-defaultvalue-vs-value-with-jquery-val-vs-attr.html">[Web] HTML Input defaultValue vs. value with jQuery val() vs. attr()</a></li>
<li><a href="/notes/web/html-input-hidden-defaultvalue-vs-value-with-jquery-val-vs-attr.html">[Web] HTML Input hidden defaultValue vs. value with jQuery val() vs. attr()</a></li>
<li><a href="/notes/web/seo.html">[Web] SEO</a></li>
</ul>
<gcse:searchresults-only></gcse:searchresults-only>
</main>
</article>
<hr>
<div id="disqus_thread"></div>
</div>
<div class="col-lg-3">
<aside>
<section class="panel panel-grey">
<div class="panel-heading clickable" data-toggle="collapse" data-target="#notes-list-all" aria-controls="notes-list-all">
Notes Categories
</div>
<ul id="notes-list-all" class="list-group collapse in" aria-expanded="true">
<li class="list-group-item">
<a href="/notes#aws">AWS</a>
</li>
<li class="list-group-item">
<a href="/notes#books">Books</a>
</li>
<li class="list-group-item">
<a href="/notes#development">Development</a>
</li>
<li class="list-group-item">
<a href="/notes#php">PHP</a>
</li>
<li class="list-group-item">
<a href="/notes#laravel">Laravel</a>
</li>
<li class="list-group-item">
<a href="/notes#golang">Golang</a>
</li>
<li class="list-group-item">
<a href="/notes#git">Git</a>
</li>
<li class="list-group-item">
<a href="/notes#database">Database</a>
</li>
<li class="list-group-item">
<a href="/notes#linux">Linux</a>
</li>
<li class="list-group-item">
<a href="/notes#system">System</a>
</li>
<li class="list-group-item">
<a href="/notes#web">Web</a>
</li>
<li class="list-group-item">
<a href="/notes#editor">Editor</a>
</li>
<li class="list-group-item">
<a href="/notes#os">OS</a>
</li>
<li class="list-group-item">
<a href="/notes#others">Others</a>
</li>
</ul>
</section>
<section class="panel panel-grey">
<div class="panel-heading">Tutorial by Code Example</div>
<ul id="links-list-all" class="list-group">
<li class="list-group-item">
<a href="https://github.com/dinos80152/hackme" target="_blank" rel="noopener">Hack Me</a>
</li>
<li class="list-group-item">
<a href="https://github.com/dinos80152/php-tutorial" target="_blank" rel="noopener">PHP Tutorial</a>
</li>
<li class="list-group-item">
<a href="https://github.com/dinos80152/php-design-pattern-lol" target="_blank" rel="noopener">PHP Design Patterns</a>
</li>
<li class="list-group-item">
<a href="https://github.com/dinos80152/laravel5-example" target="_blank" rel="noopener">Laravel5 Examples</a>
</li>
<li class="list-group-item">
<a href="https://github.com/dinos80152/lairavel" target="_blank" rel="noopener">Web Framework Implementation</a>
</li>
</ul>
</section>
<section class="panel panel-grey">
<div class="panel-heading">Links</div>
<ul id="links-list-all" class="list-group">
<li class="list-group-item">
<i class="fa fa-github fa-fw" aria-hidden="true"></i>
<a href="https://github.com/dinos80152" target="_blank" rel="noopener"> Github</a>
</li>
<li class="list-group-item">
<i class="fa fa-facebook fa-fw" aria-hidden="true"></i>
<a href="https://www.facebook.com/dinolai.note/" target="_blank" rel="noopener"> Facebook</a>
</li>
<li class="list-group-item">
<i class="fa fa-get-pocket fa-fw" aria-hidden="true"></i>
<a href="https://getpocket.com/@dinos80152" target="_blank" rel="noopener"> Pocket</a>
</li>
<li class="list-group-item">
<i class="fa fa-flickr fa-fw" aria-hidden="true"></i>
<a href="https://photos.app.goo.gl/VQy1qPDjKNdcm8Qc6" target="_blank" rel="noopener"> Photos</a>
</li>
<li class="list-group-item">
<i class="fa fa-linkedin fa-fw" aria-hidden="true"></i>
<a href="https://www.linkedin.com/in/dinolai" target="_blank" rel="noopener"> LinkedIn</a>
</li>
<li class="list-group-item">
<i class="fa fa-envelope fa-fw" aria-hidden="true"></i>
<a href="mailto:[email protected]"> Mail</a>
</li>
</ul>
</section>
</aside>
</div>
</div>
</div>
<footer>
<p>© Copyright 2015-2017 by Dino Lai. All Rights Reserved.</p>
</footer>
</body>
<!-- Disqus Block -->
<script>
var disqus_config = function () {
this.page.url = location.href; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = location.pathname + location.hash; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
(function () { // DON'T EDIT BELOW THIS LINE
var d = document,
s = d.createElement('script');
s.src = '//dinolai.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
<script id="dsq-count-scr" src="//dinolai.disqus.com/count.js" async></script>
<!--End Disqus Block-->
<script src="/assets/js/google-search.js"></script>
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n"
crossorigin="anonymous"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.4.1/highlight.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.4.1/languages/go.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.4.1/languages/dockerfile.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.4.1/languages/yaml.min.js"></script>
<script src="/bower_components/bower-webfontloader/webfont.js"></script>
<script src="/bower_components/snap.svg/dist/snap.svg-min.js"></script>
<script src="/bower_components/underscore/underscore-min.js"></script>
<script src="/bower_components/js-sequence-diagrams/dist/sequence-diagram-min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.2.7/raphael.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowchart/1.6.6/flowchart.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/mermaid.min.js"></script>
<script>
$(document).ready(function () {
// enable highlight.js
$('pre code').each(function (i, block) {
hljs.highlightBlock(block);
});
//use bootstrap css
$("table").addClass("table table-striped")
// use jsSequence
var options = {
theme: "simple"
}
$("pre code.language-sequence").sequenceDiagram(options);
// use flowchart.js
document.querySelectorAll("pre code.language-flow").forEach(function (element, index) {
let md = element.textContent;
element.innerHTML = "";
let id = "flowchart" + index;
element.id = id;
flowchart.parse(md).drawSVG(id);
}, this);
// use mermaid
mermaid.init(undefined, $("pre code.language-mermaid"));
// navbar button active highlight
$("div#navbar div.row ul.nav li").removeClass("active");
parentDir = location.pathname.split("/")[1];
$("#" + parentDir + "-link").addClass("active")
// integrate google custom search
$("#search-form").submit(function (event) {
event.preventDefault();
location.href = location.protocol + "//" + location.host + "/search?q=" + $("#search-input").val();
});
});
</script>
</body>
</html>