-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
401 lines (263 loc) · 13.3 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
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
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta name="google-site-verification" content="arHRrxbxU48vZwldQv5AtJp4xyTZxM7GIOnFRVRraM0">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="千里之行,始于足下">
<title>Page Not Found - 千里之行,始于足下</title>
<meta name="author" content="一瓢清浅">
<meta name="keywords" content="python,AI,安全,算法,编程,">
<script type="application/ld+json">{"@context":"http://schema.org","@type":"Website","@id":"https://www.stepbystep.asia","author":{"@type":"Person","name":"一瓢清浅","sameAs":["#about","https://github.com/jiliguluss"],"image":"photo.jpg"},"name":"千里之行,始于足下","description":"个人技术博客,涉及编程(python,c++)、安全测试、Web开发、AI算法等IT领域","url":"https://www.stepbystep.asia","keywords":"python, AI, 安全, 算法, 编程"}</script>
<meta name="description" content="对不起,您所访问的页面不存在。 预计将在约 5 秒后返回首页。 当然,你可以 点这里 直接返回首页。 let countTime = 5; function count() {document.getElementById('timeout').textContent = countTime; countTime -= 1; if(countTime === 0){locat">
<meta property="og:type" content="blog">
<meta property="og:title" content="Page Not Found">
<meta property="og:url" content="https://www.stepbystep.asia/404.html">
<meta property="og:site_name" content="千里之行,始于足下">
<meta property="og:description" content="对不起,您所访问的页面不存在。 预计将在约 5 秒后返回首页。 当然,你可以 点这里 直接返回首页。 let countTime = 5; function count() {document.getElementById('timeout').textContent = countTime; countTime -= 1; if(countTime === 0){locat">
<meta property="og:locale" content="zh_CN">
<meta property="article:published_time" content="2024-05-30T09:29:31.130Z">
<meta property="article:modified_time" content="2024-05-30T09:29:31.130Z">
<meta property="article:author" content="一瓢清浅">
<meta property="article:tag" content="python">
<meta property="article:tag" content="AI">
<meta property="article:tag" content="安全">
<meta property="article:tag" content="算法">
<meta property="article:tag" content="编程">
<meta name="twitter:card" content="summary">
<meta property="og:image" content="https://www.stepbystep.asia/assets/images/photo.jpg">
<!--STYLES-->
<link rel="stylesheet" href="/assets/css/style-dpmt3mkus3hoxnninecz5slvvthzj1vjadj2nwlkm24rzvexvzthf2vrpqxe.min.css">
<!--STYLES END-->
</head>
<body>
<div id="blog">
<!-- Define author's picture -->
<header id="header" data-behavior="2">
<i id="btn-open-sidebar" class="fa fa-lg fa-bars"></i>
<div class="header-title">
<a class="header-title-link" href="/" aria-label>
千里之行,始于足下
</a>
</div>
<a class="header-right-icon " href="#about" aria-label="打开链接: /#about">
<i class="fa fa-question fa-lg"></i>
</a>
</header>
<!-- Define author's picture -->
<nav id="sidebar" data-behavior="2">
<div class="sidebar-container">
<div class="sidebar-profile">
<a href="/#about" aria-label="阅读有关作者的更多信息">
<img class="sidebar-profile-picture" src="/assets/images/photo.jpg" alt="作者的图片">
</a>
<h4 class="sidebar-profile-name">一瓢清浅</h4>
<h5 class="sidebar-profile-bio"><p>个人技术博客<br>涉猎开发、测试、数据、算法、安全等领域</p>
</h5>
</div>
<ul class="sidebar-buttons">
<li class="sidebar-button">
<a class="sidebar-button-link " href="/" rel="noopener" title="首页">
<i class="sidebar-button-icon fa fa-home" aria-hidden="true"></i>
<span class="sidebar-button-desc">首页</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link " href="/all-categories" rel="noopener" title="分类">
<i class="sidebar-button-icon fa fa-bookmark" aria-hidden="true"></i>
<span class="sidebar-button-desc">分类</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link " href="/all-tags" rel="noopener" title="标签">
<i class="sidebar-button-icon fa fa-tags" aria-hidden="true"></i>
<span class="sidebar-button-desc">标签</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link " href="/all-archives" rel="noopener" title="归档">
<i class="sidebar-button-icon fa fa-archive" aria-hidden="true"></i>
<span class="sidebar-button-desc">归档</span>
</a>
</li>
</ul>
<ul class="sidebar-buttons">
<li class="sidebar-button">
<a class="sidebar-button-link " href="#about" rel="noopener" title="关于">
<i class="sidebar-button-icon fa fa-question" aria-hidden="true"></i>
<span class="sidebar-button-desc">关于</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link " href="https://github.com/jiliguluss" target="_blank" rel="external nofollow noopener noreferrer" title="GitHub">
<i class="sidebar-button-icon fab fa-github" aria-hidden="true"></i>
<span class="sidebar-button-desc">GitHub</span>
</a>
</li>
</ul>
</div>
</nav>
<div id="main" data-behavior="2" class="
hasCoverMetaIn
">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tocbot/4.25.0/tocbot.css">
<style>
#post-toc {
position: fixed !important;
top: 80px;
padding: 10px;
z-index: 100;
background-color: rgba(255,255,255,0);
transform: translateX(0);
right: 3%;
width: 220px;
height: auto;
padding-top: 10px;
padding-bottom: 10px;
}
</style>
<script>
var tocWidth = 220; // TOC的固定宽度
var tocPadding = 10; // TOC的内边距,这里假设是两边各10px,总和为20px
var tocRight = 0.03; // TOC的右边框距离屏幕右边的距离相对屏幕宽度的占比
// 检查窗口宽度并调整TOC显示
function adjustToc() {
var toc = document.getElementById('post-toc');
var screenWidth = window.innerWidth || document.documentElement.clientWidth;
var contentWrap = document.querySelector('div.post-content.markdown div.main-content-wrap');
if (contentWrap) {
var contentWidth = contentWrap.offsetWidth;
// 计算contentWrap的宽度加上TOC的宽度和内边距
var totalWidth = Math.round((contentWidth + tocWidth * 2 + tocPadding * 4) / (1 - tocRight * 2));
if (totalWidth >= screenWidth) {
toc.style.display = 'none'; // 如果总宽度大于或等于屏幕宽度,不显示TOC
} else {
toc.style.display = 'block'; // 否则,显示TOC
}
} else {
toc.style.display = 'none'; // 如果无法获取contentWrap的宽度,不显示TOC
}
}
// 监听窗口大小变化事件
window.addEventListener('resize', adjustToc);
// 页面加载完毕时调用adjustToc
document.addEventListener('DOMContentLoaded', adjustToc);
</script>
<div id="post-toc" class="toc" style="display: none;"></div> <!-- 初始化时隐藏 -->
<article class="post">
<div class="post-header main-content-wrap text-left">
<h1 class="post-title">
Page Not Found
</h1>
<div class="post-meta">
<time datetime="2024-05-30T17:29:31+08:00">
2024 年 5 月 30 日
</time>
</div>
</div>
<div class="post-content markdown">
<div class="main-content-wrap">
<p> 对不起,您所访问的页面不存在。</p>
<p> 预计将在约 <span id="timeout">5</span> 秒后返回首页。</p>
<p> 当然,你可以 <strong><a href="/"> 点这里 </a></strong> 直接返回首页。</p>
<script>
let countTime = 5;
function count() {document.getElementById('timeout').textContent = countTime;
countTime -= 1;
if(countTime === 0){location.href = '/';}
setTimeout(() => {count();
}, 1000);
}
count();
</script>
</div>
</div>
<div id="post-footer" class="post-footer main-content-wrap">
<div class="post-actions-wrap">
<nav>
<ul class="post-actions post-action-nav">
<li class="post-action">
<a class="post-action-btn btn btn--disabled" aria-hidden="true">
<i class="fa fa-angle-left" aria-hidden="true"></i>
<span class="hide-xs hide-sm text-small icon-ml">上一篇</span>
</a>
</li>
<li class="post-action">
<a class="post-action-btn btn btn--disabled" aria-hidden="true">
<span class="hide-xs hide-sm text-small icon-mr">下一篇</span>
<i class="fa fa-angle-right" aria-hidden="true"></i>
</a>
</li>
</ul>
</nav>
<ul class="post-actions post-action-share">
<li class="post-action hide-lg hide-md hide-sm">
<a class="post-action-btn btn btn--default btn-open-shareoptions" href="#btn-open-shareoptions" aria-label="Share this post">
<i class="fa fa-share-alt" aria-hidden="true"></i>
</a>
</li>
<li class="post-action">
<a class="post-action-btn btn btn--default" href="#" aria-label="Back to top">
<i class="fa fa-list" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
</div>
</article>
<footer id="footer" class="main-content-wrap">
<span class="copyrights">
Copyrights © 2024 一瓢清浅. All Rights Reserved.
</span>
</footer>
</div>
</div>
<div id="about">
<div id="about-card">
<div id="about-btn-close">
<i class="fa fa-times"></i>
</div>
<img id="about-card-picture" src="/assets/images/photo.jpg" alt="作者的图片">
<h4 id="about-card-name">一瓢清浅</h4>
<div id="about-card-bio"><p>个人技术博客<br>涉猎开发、测试、数据、算法、安全等领域</p>
</div>
<div id="about-card-job">
<i class="fa fa-briefcase"></i>
<br>
<p>IT工程师</p>
</div>
<div id="about-card-location">
<i class="fa fa-map-marker-alt"></i>
<br>
中国
</div>
</div>
</div>
<div id="cover" style="background-image:url('/assets/images/cover.png');"></div>
<!--SCRIPTS-->
<script src="/assets/js/script-czwrmx5gkop1kbr9rlujoqfrmtwkkhyljlv2j2m5fjlzvilr3coc6lgtdmgb.min.js"></script>
<!--SCRIPTS END-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/tocbot.min.js"></script>
<script type="text/javascript">
tocbot.init({
tocSelector: '#post-toc', // 目录容器的 ID 或 class
contentSelector: '.post-content', // 内容容器的 ID 或 class
headingSelector: 'h2,h3,h4', // 包含在目录中的标题级别
collapseDepth: '3',
scrollSmooth: true,
activeClass: 'active',
orderedList: false
});
</script>
<script src="https://unpkg.com/[email protected]/dist/mermaid.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
var mermaid_config = {
startOnLoad: true,
theme: 'default',
}
mermaid.initialize(mermaid_config);
});
</script>
</body>
</html>