-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
331 lines (266 loc) · 11.5 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta content="yes" name="apple-mobile-web-app-capable" />
<meta content="black" name="apple-mobile-web-app-status-bar-style" />
<meta name="referrer" content="never">
<meta name="keywords" content="">
<meta name="description" content="欢迎访问[c++程序员的复盘]的个人博客">
<meta name="author" content="kveln">
<title>c++程序员的复盘</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link href="https://cdn.bootcss.com/font-awesome/5.11.2/css/all.min.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link
href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800'
rel='stylesheet' type='text/css'>
<link rel="alternate" type="application/rss+xml" title="c++程序员的复盘 » Feed"
href="https://lardu.github.io/atom.xml">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/androidstudio.min.css">
<link href="https://lardu.github.io/styles/main.css" rel="stylesheet">
<script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@highlightjs/cdn-assets/highlight.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/850552586/[email protected]/css/live2d.css">
<script>hljs.initHighlightingOnLoad();</script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand" href="https://lardu.github.io">c++程序员的复盘</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="/">首页</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/archives">归档</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/tags">标签</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/post/about">关于</a>
</li>
<li class="nav-item">
<div class="gridea-search-container">
<form id="gridea-search-form" style="position: relative" data-update="1626405635983"
action="/search/index.html">
<input class="search-input" autocomplete="off" spellcheck="false" name="q" placeholder="搜索文章" />
<i class="fas fa-search gt-c-content-color-first" style="position: absolute; top: 9px; left: 10px;"></i>
</form>
</div>
</li>
</ul>
</div>
</div>
</nav>
<header class="masthead" style="background-image: url('https://lardu.github.io/media/images/home-bg.jpg')">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-10 mx-auto">
<!-- 首页Header -->
<div class="site-heading">
<img class="user-avatar" src="/images/avatar.png" alt="头像">
<h1>c++程序员的复盘</h1>
<span class="subheading">总有骄阳</span>
</div>
</div>
</div>
</div>
</header>
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-10 mx-auto">
<!-- 每行的总容器 -->
<div class="post-row-container">
<!-- 第0层;标题 -->
<div class="title-floor">
<div class="post-title-container">
<a href="https://lardu.github.io/post/wo-bu-zhi-wo/">
<h2 class="post-title">
MFC开发 表格控件 ctrllist
</h2>
</a>
</div>
</div>
<!-- 第一层:包含文章描述、时间信息、封面图 -->
<div class="post-row-first-floor">
<div class="post-preview">
<h3 class="post-subtitle">
</h3>
<p class="post-meta">
<span class="time">2021-01-20</span>
<span>,</span>
<span class="post-stats">0 min read</span>
</p>
</div>
</div>
<!-- 第二层:下划线、占位标签、tags -->
<div class="post-row-sec-floor">
<hr>
<div class="clearfix"></div>
</div>
</div>
</>
<!-- 每行的总容器 -->
<div class="post-row-container">
<!-- 第0层;标题 -->
<div class="title-floor">
<div class="post-title-container">
<a href="https://lardu.github.io/post/hello-gridea/">
<h2 class="post-title">
新的一年
</h2>
</a>
</div>
</div>
<!-- 第一层:包含文章描述、时间信息、封面图 -->
<div class="post-row-first-floor">
<div class="post-preview">
<h3 class="post-subtitle">
<p>👏 欢迎使用 <strong>Gridea</strong> !<br>
✍️ <strong>Gridea</strong> 一个静态博客写作客户端。你可以用它来记录你的生活、心情、知识、笔记、创意... ...</p>
</h3>
<p class="post-meta">
<span class="time">2018-12-12</span>
<span>,</span>
<span class="post-stats">2 min read</span>
</p>
</div>
<a href="https://lardu.github.io/post/hello-gridea/" class="post-feature-image" style="background-image: url('https://lardu.github.io/post-images/hello-gridea.png')">
</a>
</div>
<!-- 第二层:下划线、占位标签、tags -->
<div class="post-row-sec-floor">
<hr>
<div class="clearfix"></div>
<a href="https://lardu.github.io/tag/ImLYpiPGR/" class="post-tag">
Gridea
</a>
</div>
</div>
</>
<!--
-->
</div>
</div>
</div>
<div class="page bg-color">
<ul class="pagination-ul">
<li class="pagination-li pagination-active">
<a href="/page/../">
1
</a>
</li>
</ul>
</div>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-10 mx-auto">
<ul class="list-inline text-center">
<li class="list-inline-item">
<a href="www.baidu.com" target="_blank">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<!-- <li class="list-inline-item">
<a href="https://lardu.github.io/atom.xml" target="_blank">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fas fa-rss fa-stack-1x fa-inverse"></i>
</span>
</a>
</li> -->
</ul>
<p class="copyright text-muted">Copyright ©<span>c++程序员的复盘</span><br><a href="https://github.com/getgridea/gridea" class="Themeinfo">Powered by Gridea</a></p>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="https://cdn.bootcss.com/twitter-bootstrap/4.3.1/js/bootstrap.bundle.min.js"></script>
<!-- <script src="https://lardu.github.io/media/scripts/bootstrap.bundle.min.js"></script> -->
<!-- Bootstrap core JavaScript -->
<script src="https://cdn.jsdelivr.net/gh/Alanrk/[email protected]/scripts/clean-blog.min.js"></script>
<!-- <script src="https://lardu.github.io/media/scripts/clean-blog.min.js"></script> -->
<script src="//instant.page/3.0.0" type="module" defer integrity="sha384-OeDn4XE77tdHo8pGtE1apMPmAipjoxUQ++eeJa6EtJCfHlvijigWiJpD7VDPWXV1"></script>
<style type="text/css">a.back_to_top{text-decoration:none;position:fixed;bottom:40px;right:30px;background:#f0f0f0;height:40px;width:40px;border-radius:50%;line-height:36px;font-size:18px;text-align:center;transition-duration:.5s;transition-propety:background-color;display:none}a.back_to_top span{color:#888}a.back_to_top:hover{cursor:pointer;background:#dfdfdf}a.back_to_top:hover span{color:#555}@media print,screen and(max-width:580px){.back_to_top{display:none!important}}</style>
<a id="back_to_top" href="#" class="back_to_top">
<span>▲</span></a>
<script>$(document).ready((function(_this) {
return function() {
var bt;
bt = $('#back_to_top');
if ($(document).width() > 480) {
$(window).scroll(function() {
var st;
st = $(window).scrollTop();
if (st > 30) {
return bt.css('display', 'block')
} else {
return bt.css('display', 'none')
}
});
return bt.click(function() {
$('body,html').animate({
scrollTop: 0
},
800);
return false
})
}
}
})(this));</script>
<div id="landlord-parent">
<div id="landlord">
<div class="message" style="opacity:0"></div>
<canvas id="live2d" width="240" height="250" class="live2d"></canvas>
</div>
</div>
<script type="text/javascript">
if (/(iPhone|iPad|iPod|iOS|Android)/i.test(navigator.userAgent)) {
//移动端
console.log("------ 移动端");
} else {
console.log("------ PC端 " + navigator.userAgent);
addScript("https://cdn.jsdelivr.net/gh/850552586/[email protected]/js/live2d.js", () => {
// 加载完成后再loadlive2d
loadlive2d("live2d", "https://lardu.github.io/media/live2d/assets/hijiki.model.json");
});
var home_Path = "https://lardu.github.io/";
addScript("https://lardu.github.io/media/live2d/js/message.js", () => { });
}
// 插入js文件,完成后callback
function addScript(jsfile, callback) {
var landlord_parent = document.getElementById("landlord-parent");
var script = document.createElement("script");
script.type = "text/javascript";
script.src = jsfile;
landlord_parent.appendChild(script);
script.onload = script.onreadystatechange = function () {
if (!this.readyState || this.readyState === "loaded" || this.readyState === "complete") {
script.onload = script.onreadystatechange = null;
if (callback && typeof callback == "function") {
callback(); //window[callback]();如果传递字符串过来 调用window['函数名']() 调用方法
}
}
};
}
</script>
</body>
</html>