-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
500 lines (364 loc) · 15.6 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
<!DOCTYPE html>
<html lang="zh-CN" color-mode="light">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="keywords" content="" />
<meta name="author" content="◢₄₆Daniel" />
<meta name="description" content="あいうえおかきくけこ" />
<title>
Danielのブログ
</title>
<link rel="apple-touch-icon" href="/pictures/favicon.ico">
<link rel="icon" href="/pictures/favicon.ico">
<!-- Raleway-Font -->
<link href="https://fonts.googleapis.com/css?family=Raleway&display=swap" rel="stylesheet">
<!-- hexo site css -->
<link rel="stylesheet" href="/css/color-scheme.css">
<link rel="stylesheet" href="/css/base.css">
<link rel="stylesheet" href="/iconfont/iconfont.css">
<link rel="stylesheet" href="/css/github-markdown.css">
<link rel="stylesheet" href="/css/highlight.css">
<link rel="stylesheet" href="/css/comments.css">
<!-- jquery3.3.1 -->
<script src="https://cdn.bootcdn.net/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- fancybox -->
<link href="https://cdn.bootcdn.net/ajax/libs/fancybox/3.5.2/jquery.fancybox.min.css" rel="stylesheet">
<script async src="https://cdn.bootcdn.net/ajax/libs/fancybox/3.5.2/jquery.fancybox.min.js"></script>
<script src="/js/fancybox.js"></script>
<script>
var html = document.documentElement
const colorMode = localStorage.getItem('color-mode')
if (colorMode) {
document.documentElement.setAttribute('color-mode', colorMode)
}
</script>
<meta name="generator" content="Hexo 5.4.0"></head>
<body>
<div id="app">
<div class="header">
<div class="avatar">
<a href="/">
<!-- 头像取消懒加载,添加no-lazy -->
<img no-lazy src="/pictures/simple.jpg" alt="">
</a>
<div class="nickname"><a href="/">Daniel</a></div>
</div>
<div class="navbar">
<ul>
<li class="nav-item" data-path="/">
<a href="/">主页</a>
</li>
<li class="nav-item" data-path="/archives/">
<a href="/archives/">归档</a>
</li>
<li class="nav-item" data-path="/categories/">
<a href="/categories/">分类</a>
</li>
<li class="nav-item" data-path="/tags/">
<a href="/tags/">标签</a>
</li>
<li class="nav-item" data-path="/about/">
<a href="/about/">关于</a>
</li>
</ul>
</div>
</div>
<script src="/js/activeNav.js"></script>
<div class="flex-container">
<div class="container index">
<div class="post-list">
<!-- 遍历渲染文章 -->
<div class="post-item" title="使用 Navicat 连接群晖的 PostgreSQL 数据库">
<div class="time-m-d">2022-09-12</div>
<div class="title">
<a href="/2022/09/157c1b2f6f39/">
<span>使用 Navicat 连接群晖的 PostgreSQL 数据库</span>
</a>
</div>
</div>
<div class="post-item" title="MySQL 中使用 find_in_set 方法处理字段中存储多 ID 的情况">
<div class="time-m-d">2022-08-07</div>
<div class="title">
<a href="/2022/08/c7e62ac275f6/">
<span>MySQL 中使用 find_in_set 方法处理字段中存储多 ID 的情况</span>
</a>
</div>
</div>
<div class="post-item" title="最新Jetbrains IDE激活教程">
<div class="time-m-d">2022-07-17</div>
<div class="title">
<a href="/2022/07/eb61ef635dda/">
<span>最新Jetbrains IDE激活教程</span>
</a>
</div>
</div>
<div class="post-item" title="Select2 插件使用示例">
<div class="time-m-d">2022-04-23</div>
<div class="title">
<a href="/2022/04/3191a260254e/">
<span>Select2 插件使用示例</span>
</a>
</div>
</div>
<div class="post-item" title="jQuery DataTable 使用示例">
<div class="time-m-d">2022-04-23</div>
<div class="title">
<a href="/2022/04/10daf386098e/">
<span>jQuery DataTable 使用示例</span>
</a>
</div>
</div>
<div class="post-item" title="hexo 部署到云服务器">
<div class="time-m-d">2022-04-23</div>
<div class="title">
<a href="/2022/04/12fb008f68d1/">
<span>hexo 部署到云服务器</span>
</a>
</div>
</div>
<div class="post-item" title="群晖 Video Station 插件开发文档翻译">
<div class="time-m-d">2022-03-12</div>
<div class="title">
<a href="/2022/03/b3a54c4c40e8/">
<span>群晖 Video Station 插件开发文档翻译</span>
</a>
</div>
</div>
<div class="post-item" title="RESTful 详解">
<div class="time-m-d">2021-12-02</div>
<div class="title">
<a href="/2021/12/6907dde1b0f1/">
<span>RESTful 详解</span>
</a>
</div>
</div>
<div class="post-item" title="在 ThinkPHP5.1 中使用 blade 模板">
<div class="time-m-d">2021-12-01</div>
<div class="title">
<a href="/2021/12/7e6b9fedc0f5/">
<span>在 ThinkPHP5.1 中使用 blade 模板</span>
</a>
</div>
</div>
<div class="post-item" title="CentOS7 下搭建 LAMP + FreeRadius + Daloradius Web 管理">
<div class="time-m-d">2021-11-22</div>
<div class="title">
<a href="/2021/11/8e661f37ed3a/">
<span>CentOS7 下搭建 LAMP + FreeRadius + Daloradius Web 管理</span>
</a>
</div>
</div>
</div>
<nav class="post-navigation">
<span class="page-num">1 / 3</span>
<a href="/page/2/"><i class="iconfont icon-angleright"></i></a>
</nav>
</div>
<div class="footer">
<div class="social">
<ul>
<li>
<a title="github" target="_blank" rel="noopener" href="https://github.com/olddoge">
<i class="iconfont icon-github"></i>
</a>
</li>
</ul>
</div>
<div class="footer-more">
<a target="_blank" rel="noopener" href="https://github.com/zchengsite/hexo-theme-oranges">Copyright © Oranges 2021</a>
</div>
</div>
</div>
<div class="tools-bar">
<div class="back-to-top tools-bar-item hidden">
<a href="javascript: void(0)">
<i class="iconfont icon-chevronup"></i>
</a>
</div>
<script src="/js/backtotop.js"></script>
<div class="search-icon tools-bar-item" id="search-icon">
<a href="javascript: void(0)">
<i class="iconfont icon-search"></i>
</a>
</div>
<div class="search-overlay hidden">
<div class="search-content" tabindex="0">
<div class="search-title">
<span class="search-icon-input">
<a href="javascript: void(0)">
<i class="iconfont icon-search"></i>
</a>
</span>
<input type="text" class="search-input" id="search-input" placeholder="搜索...">
<span class="search-close-icon" id="search-close-icon">
<a href="javascript: void(0)">
<i class="iconfont icon-close"></i>
</a>
</span>
</div>
<div class="search-result" id="search-result"></div>
</div>
</div>
<script type="text/javascript">
var inputArea = document.querySelector("#search-input")
var searchOverlayArea = document.querySelector(".search-overlay")
inputArea.onclick = function() {
getSearchFile()
this.onclick = null
}
inputArea.onkeydown = function() {
if(event.keyCode == 13)
return false
}
function openOrHideSearchContent() {
let isHidden = searchOverlayArea.classList.contains('hidden')
if (isHidden) {
searchOverlayArea.classList.remove('hidden')
document.body.classList.add('hidden')
// inputArea.focus()
} else {
searchOverlayArea.classList.add('hidden')
document.body.classList.remove('hidden')
}
}
function blurSearchContent(e) {
if (e.target === searchOverlayArea) {
openOrHideSearchContent()
}
}
document.querySelector("#search-icon").addEventListener("click", openOrHideSearchContent, false)
document.querySelector("#search-close-icon").addEventListener("click", openOrHideSearchContent, false)
searchOverlayArea.addEventListener("click", blurSearchContent, false)
var searchFunc = function (path, search_id, content_id) {
'use strict';
var $input = document.getElementById(search_id);
var $resultContent = document.getElementById(content_id);
$resultContent.innerHTML = "<ul><span class='local-search-empty'>首次搜索,正在载入索引文件,请稍后……<span></ul>";
$.ajax({
// 0x01. load xml file
url: path,
dataType: "xml",
success: function (xmlResponse) {
// 0x02. parse xml file
var datas = $("entry", xmlResponse).map(function () {
return {
title: $("title", this).text(),
content: $("content", this).text(),
url: $("url", this).text()
};
}).get();
$resultContent.innerHTML = "";
$input.addEventListener('input', function () {
// 0x03. parse query to keywords list
var str = '<ul class=\"search-result-list\">';
var keywords = this.value.trim().toLowerCase().split(/[\s\-]+/);
$resultContent.innerHTML = "";
if (this.value.trim().length <= 0) {
return;
}
// 0x04. perform local searching
datas.forEach(function (data) {
var isMatch = true;
var content_index = [];
if (!data.title || data.title.trim() === '') {
data.title = "Untitled";
}
var orig_data_title = data.title.trim();
var data_title = orig_data_title.toLowerCase();
var orig_data_content = data.content.trim().replace(/<[^>]+>/g, "");
var data_content = orig_data_content.toLowerCase();
var data_url = data.url;
var index_title = -1;
var index_content = -1;
var first_occur = -1;
// only match artiles with not empty contents
if (data_content !== '') {
keywords.forEach(function (keyword, i) {
index_title = data_title.indexOf(keyword);
index_content = data_content.indexOf(keyword);
if (index_title < 0 && index_content < 0) {
isMatch = false;
} else {
if (index_content < 0) {
index_content = 0;
}
if (i == 0) {
first_occur = index_content;
}
// content_index.push({index_content:index_content, keyword_len:keyword_len});
}
});
} else {
isMatch = false;
}
// 0x05. show search results
if (isMatch) {
str += "<li><a href='" + data_url + "' class='search-result-title'>" + orig_data_title + "</a>";
var content = orig_data_content;
if (first_occur >= 0) {
// cut out 100 characters
var start = first_occur - 20;
var end = first_occur + 80;
if (start < 0) {
start = 0;
}
if (start == 0) {
end = 100;
}
if (end > content.length) {
end = content.length;
}
var match_content = content.substr(start, end);
// highlight all keywords
keywords.forEach(function (keyword) {
var regS = new RegExp(keyword, "gi");
match_content = match_content.replace(regS, "<span class=\"search-keyword\">" + keyword + "</span>");
});
str += "<p class=\"search-result-abstract\">" + match_content + "...</p>"
}
str += "</li>";
}
});
str += "</ul>";
if (str.indexOf('<li>') === -1) {
return $resultContent.innerHTML = "<ul><span class='local-search-empty'>没有找到内容,请尝试更换检索词。<span></ul>";
}
$resultContent.innerHTML = str;
});
},
error: function(xhr, status, error) {
$resultContent.innerHTML = ""
if (xhr.status === 404) {
$resultContent.innerHTML = "<ul><span class='local-search-empty'>未找到search.xml文件,具体请参考:<a href='https://github.com/zchengsite/hexo-theme-oranges#configuration' target='_black'>configuration</a><span></ul>";
} else {
$resultContent.innerHTML = "<ul><span class='local-search-empty'>请求失败,尝试重新刷新页面或稍后重试。<span></ul>";
}
}
});
$(document).on('click', '#search-close-icon', function() {
$('#search-input').val('');
$('#search-result').html('');
});
}
var getSearchFile = function() {
var path = "/search.xml";
searchFunc(path, 'search-input', 'search-result');
}
</script>
<div class="tools-bar-item theme-icon" id="switch-color-scheme">
<a href="javascript: void(0)">
<i id="theme-icon" class="iconfont icon-moon"></i>
</a>
</div>
<script src="/js/colorscheme.js"></script>
</div>
</div>
<script>
window.imageLazyLoadSetting = {
isSPA: false,
preloadRatio: 1,
processImages: null,
};
</script><script>window.addEventListener("load",function(){var t=/\.(gif|jpg|jpeg|tiff|png)$/i,r=/^data:image\/[a-z]+;base64,/;Array.prototype.slice.call(document.querySelectorAll("img[data-original]")).forEach(function(a){var e=a.parentNode;"A"===e.tagName&&(e.href.match(t)||e.href.match(r))&&(e.href=a.dataset.original)})});</script><script>!function(n){n.imageLazyLoadSetting.processImages=o;var e=n.imageLazyLoadSetting.isSPA,i=n.imageLazyLoadSetting.preloadRatio||1,r=Array.prototype.slice.call(document.querySelectorAll("img[data-original]"));function o(){e&&(r=Array.prototype.slice.call(document.querySelectorAll("img[data-original]")));for(var t,a=0;a<r.length;a++)0<=(t=(t=r[a]).getBoundingClientRect()).bottom&&0<=t.left&&t.top<=(n.innerHeight*i||document.documentElement.clientHeight*i)&&function(){var t,e,n,i,o=r[a];t=o,e=function(){r=r.filter(function(t){return o!==t})},n=new Image,i=t.getAttribute("data-original"),n.onload=function(){t.src=i,e&&e()},t.src!==i&&(n.src=i)}()}o(),n.addEventListener("scroll",function(){var t,e;t=o,e=n,clearTimeout(t.tId),t.tId=setTimeout(function(){t.call(e)},500)})}(this);</script></body>
</html>