-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
278 lines (183 loc) · 9.58 KB
/
404.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
<!doctype html>
<html lang="zh-tw">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 Page not found | CJ Hung Blog</title>
<meta property="og:title" content="404 Page not found - CJ Hung Blog">
<meta property="og:type" content="article">
<meta name="Keywords" content="">
<meta name="description" content="404 Page not found">
<meta name="author" content="CJ Hung">
<meta property="og:url" content="https://www.cjhung.tw/404.html">
<link rel="shortcut icon" href='/favicon.ico' type="image/x-icon">
<link rel="stylesheet" href='/css/normalize.css'>
<link rel="stylesheet" href='/css/style.css'>
<script type="text/javascript" src="//cdn.bootcdn.net/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script data-ad-client="ca-pub-6275065294464985" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
<body>
<header id="header" class="clearfix">
<div class="container">
<div class="col-group">
<div class="site-name ">
<a id="logo" href="https://www.cjhung.tw/">
CJ Hung Blog
</a>
</div>
<div>
<nav id="nav-menu" class="clearfix">
<a class="" href="https://www.cjhung.tw/">Home</a>
<a href="https://www.cjhung.tw/archives/" title="歸檔">歸檔</a>
</nav>
</div>
</div>
</div>
</header>
<div id="body">
<div class="container">
<div class="col-group">
<div class="col-8" id="main">
<div class="body404">
<div class="info404">
<header id="header404" class="clearfix">
<div class="site-name404"><i>404</i></div>
</header>
<section>
<div class="title404">
<p>每一个平凡的日常<br />都是连续发生中的奇迹</p>
</div>
<a rel="nofollow" href="https://www.cjhung.tw/" class="index404">回首页看看</a>
</section>
</div>
</div>
<footer id="footer">
<div>
© 2024 <a href="https://www.cjhung.tw/">CJ Hung Blog By CJ Hung</a>
</div>
<br />
<div>
<div class="github-badge">
<a href="https://gohugo.io/" target="_black" rel="nofollow"><span class="badge-subject">Powered by</span><span class="badge-value bg-blue">Hugo</span></a>
</div>
<div class="github-badge">
<a href="https://www.flysnow.org/" target="_black"><span class="badge-subject">Design by</span><span class="badge-value bg-brightgreen">飞雪无情</span></a>
</div>
<div class="github-badge">
<a href="https://github.com/flysnow-org/maupassant-hugo" target="_black"><span class="badge-subject">Theme</span><span class="badge-value bg-yellowgreen">Maupassant</span></a>
</div>
</div>
</footer>
<a id="rocket" href="#top"></a>
<script type="text/javascript" src='/js/totop.js?v=0.0.0' async=""></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-18TP9YSD4L"></script>
<script>
var doNotTrack = false;
if (!doNotTrack) {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-18TP9YSD4L', { 'anonymize_ip': false });
}
</script>
</div>
<div id="secondary">
<section class="widget">
<form id="search" action='//www.google.com/search' method="get" accept-charset="utf-8" target="_blank" _lpchecked="1">
<input type="text" name="q" maxlength="20" placeholder="Search">
<input type="hidden" name="sitesearch" value="https://www.cjhung.tw/">
<button type="submit" class="submit icon-search"></button>
</form>
</section>
<section class="widget">
<h3 class="widget-title">Latest articles</h3>
<ul class="widget-list">
<li>
<a href="https://www.cjhung.tw/post/2024/20241031_switch_audio_output_automation/" title="使用 autohotkey 設定音效輸出的切換快捷鍵" target="_blank">使用 autohotkey 設定音效輸出的切換快捷鍵</a>
</li>
<li>
<a href="https://www.cjhung.tw/post/2024/20240414_docker_compose_update/" title="更新 docker-compose containers 既存的 Images" target="_blank">更新 docker-compose containers 既存的 Images</a>
</li>
<li>
<a href="https://www.cjhung.tw/post/2024/20240214_vmware_esxi_2107518/" title="VMware 宣布停止提供 ESXi 免費版" target="_blank">VMware 宣布停止提供 ESXi 免費版</a>
</li>
<li>
<a href="https://www.cjhung.tw/post/2024/20240130_root_mean_square_deviation/" title="[Python] 均方根誤差(root mean square deviation, RMSE)" target="_blank">[Python] 均方根誤差(root mean square deviation, RMSE)</a>
</li>
<li>
<a href="https://www.cjhung.tw/post/2024/20240128_self_signed_certificate_error/" title="[Python] 解決 python 下載資料時憑證錯誤問題" target="_blank">[Python] 解決 python 下載資料時憑證錯誤問題</a>
</li>
<li>
<a href="https://www.cjhung.tw/post/2023/20231212_revenue_top_20/" title="[上市公司] 2023年11月份 - 上月增加前二十名" target="_blank">[上市公司] 2023年11月份 - 上月增加前二十名</a>
</li>
<li>
<a href="https://www.cjhung.tw/post/2023/20231119_revenue_top_20/" title="[上市公司] 2023年10月份 - 上月增加前二十名" target="_blank">[上市公司] 2023年10月份 - 上月增加前二十名</a>
</li>
<li>
<a href="https://www.cjhung.tw/post/2023/20231031_q3_peratio_top_10/" title="[上市公司] 2023年Q3 - 本益比前二十名(持續更新中)" target="_blank">[上市公司] 2023年Q3 - 本益比前二十名(持續更新中)</a>
</li>
<li>
<a href="https://www.cjhung.tw/post/2023/20231025_revenue_top_10/" title="[上市公司] 2023年9月份 - 上月增加前二十名" target="_blank">[上市公司] 2023年9月份 - 上月增加前二十名</a>
</li>
<li>
<a href="https://www.cjhung.tw/post/2023/20230928_fix_error_dotnet_publish/" title="[DOTNET] dotnet 使用參數 self-contained 產生執行程式跳出無法解析" target="_blank">[DOTNET] dotnet 使用參數 self-contained 產生執行程式跳出無法解析</a>
</li>
</ul>
</section>
<section class="widget">
<h3 class="widget-title"><a href='/categories/'>Categories</a></h3>
<ul class="widget-list">
<li><a href="https://www.cjhung.tw/categories/2019/">2019 (9)</a></li>
<li><a href="https://www.cjhung.tw/categories/2020/">2020 (1)</a></li>
<li><a href="https://www.cjhung.tw/categories/2022/">2022 (2)</a></li>
<li><a href="https://www.cjhung.tw/categories/2023/">2023 (7)</a></li>
<li><a href="https://www.cjhung.tw/categories/2024/">2024 (5)</a></li>
</ul>
</section>
<section class="widget">
<h3 class="widget-title"><a href='/tags/'>Tags</a></h3>
<div class="tagcloud">
<a href="https://www.cjhung.tw/tags/autohotkey/">autohotkey</a>
<a href="https://www.cjhung.tw/tags/brave/">brave</a>
<a href="https://www.cjhung.tw/tags/browser/">browser</a>
<a href="https://www.cjhung.tw/tags/certificate/">certificate</a>
<a href="https://www.cjhung.tw/tags/docker/">docker</a>
<a href="https://www.cjhung.tw/tags/docker-compose/">docker-compose</a>
<a href="https://www.cjhung.tw/tags/dotnet/">dotnet</a>
<a href="https://www.cjhung.tw/tags/eps/">EPS</a>
<a href="https://www.cjhung.tw/tags/esxi/">esxi</a>
<a href="https://www.cjhung.tw/tags/firewall/">firewall</a>
<a href="https://www.cjhung.tw/tags/game/">game</a>
<a href="https://www.cjhung.tw/tags/linux/">linux</a>
<a href="https://www.cjhung.tw/tags/machine_learning/">machine_learning</a>
<a href="https://www.cjhung.tw/tags/network/">network</a>
<a href="https://www.cjhung.tw/tags/nuitka/">nuitka</a>
<a href="https://www.cjhung.tw/tags/paloalto/">paloalto</a>
<a href="https://www.cjhung.tw/tags/pandas/">pandas</a>
<a href="https://www.cjhung.tw/tags/powershell/">powershell</a>
<a href="https://www.cjhung.tw/tags/python/">python</a>
<a href="https://www.cjhung.tw/tags/revenue/">revenue</a>
<a href="https://www.cjhung.tw/tags/shell/">shell</a>
<a href="https://www.cjhung.tw/tags/stock/">stock</a>
<a href="https://www.cjhung.tw/tags/taiwan/">taiwan</a>
<a href="https://www.cjhung.tw/tags/timberman/">timberman</a>
<a href="https://www.cjhung.tw/tags/vertical-tabs/">vertical tabs</a>
<a href="https://www.cjhung.tw/tags/vmware/">vmware</a>
<a href="https://www.cjhung.tw/tags/%E5%8F%B0%E5%8C%97/">台北</a>
<a href="https://www.cjhung.tw/tags/%E5%96%AE%E8%BB%8A/">單車</a>
<a href="https://www.cjhung.tw/tags/%E9%A3%9F%E8%A8%98/">食記</a>
</div>
</section>
<section class="widget">
<h3 class="widget-title">Meta</h3>
<ul class="widget-list">
<li><a href="https://www.cjhung.tw/index.xml">RSS</a></li>
</ul>
</section>
</div>
</div>
</div>
</div>
</body>
</html>