-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
282 lines (206 loc) · 6.07 KB
/
index.html
File metadata and controls
282 lines (206 loc) · 6.07 KB
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
<!DOCTYPE html>
<html lang="zh-CN">
<!-- Head tag -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!--Description-->
<meta name="description" content="个人博客、blog、日记、daily、杂记、mysql、oracle、java、python、spring、springmvc、quartz、jvm、">
<!--Author-->
<meta name="author" content="longjie">
<!--Open Graph Title-->
<meta property="og:title" content="Bug Maker' Blog"/>
<!--Open Graph Description-->
<meta property="og:description" content="个人博客、blog、日记、daily、杂记、mysql、oracle、java、python、spring、springmvc、quartz、jvm、" />
<!--Open Graph Site Name-->
<meta property="og:site_name" content="Bug Maker' Blog"/>
<!--Type page-->
<meta property="og:type" content="website" />
<!--Page Cover-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- 百度统计 -->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?c0451e16533956173997b85f7a8de666";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<!-- Title -->
<title>python - Bug Maker' Blog</title>
<link rel="shortcut icon" href="/images/logo.ico">
<!--font-awesome-->
<link rel="stylesheet" href="//cdn.bootcss.com/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- Custom CSS/Sass -->
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<!-- Nav -->
<header class="site-header">
<div class="header-inside">
<div class="logo">
<a href="/" rel="home">
<img src="http://pa3mctxwu.bkt.clouddn.com/ico.jpg" alt="Bug Maker' Blog" height="60">
</a>
</div>
<a class="header-name" href="/">
<span>Bug Maker' Blog</span>
</a>
<!-- navbar -->
<nav class="navbar">
<!-- nav links -->
<div class="collapse">
<ul class="navbar-nav">
<li>
<a href="/.">
<i class="fa fa-home "></i>
首页
</a>
</li>
<li>
<a href="/archives">
<i class="fa fa-archive "></i>
归档
</a>
</li>
<li>
<a href="/about">
<i class="fa fa-user "></i>
关于
</a>
</li>
<li>
<a href="/project">
<i class="fa fa-folder-open "></i>
项目
</a>
</li>
<li>
<a href="/photo">
<i class="fa fa-photo "></i>
相册
</a>
</li>
<li>
<a href="/guestbook">
<i class="fa fa-edit "></i>
留言
</a>
</li>
<li>
<a href="/atom.xml">
<i class="fa fa-send "></i>
RSS
</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</nav>
<div class="button-wrap">
<button class="menu-toggle">Primary Menu</button>
</div>
</div>
</header>
<!-- Main Content -->
<!-- Main Content -->
<div class="archive content-area">
<div class="container">
<h1 class="entry-title">python</h1>
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<!-- Use lodash to classify posts. See https://lodash.com/docs#groupBy
1. group site.posts by year
2. sort posts-in-one-year by Month and Day
-->
<h2 class="year">2018</h2>
<ul class="list">
<li>
<span class="date">
2018-11-22
</span>
<a href="/2018/11/22/blog8/" class="title">
秋招心得
</a>
</li>
<li>
<span class="date">
2018-09-19
</span>
<a href="/2018/09/19/blog7/" class="title">
一场投票引发的操作-爬虫
</a>
</li>
<li>
<span class="date">
2018-07-14
</span>
<a href="/2018/07/14/blog6/" class="title">
数据库主从同步与读写分离(上)
</a>
</li>
<li>
<span class="date">
2018-06-16
</span>
<a href="/2018/06/16/blog5/" class="title">
系统上线测试初入坑
</a>
</li>
<li>
<span class="date">
2018-06-11
</span>
<a href="/2018/06/11/blog4/" class="title">
搭建个人静态资源站点
</a>
</li>
<li>
<span class="date">
2018-06-10
</span>
<a href="/2018/06/10/blog3/" class="title">
Spring事务与锁的正确使用姿势(上)
</a>
</li>
<li>
<span class="date">
2018-05-29
</span>
<a href="/2018/05/29/blog2/" class="title">
Spring数据库操作事务控制
</a>
</li>
<li>
<span class="date">
2018-05-26
</span>
<a href="/2018/05/26/blog1/" class="title">
Spring整合多数据源
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Footer -->
<!-- Footer -->
<footer class="site-info">
<p>
<span>Bug Maker' Blog © 2018 - 2018</span>
</p>
<p>
<span>Powered by <a href="https://hexo.io/">Hexo</a> with Theme believe</span>
</p>
<script async src="//dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script>
本站总访问量<span id="busuanzi_value_site_pv"></span>次
<!-- 本站访客数<span id="busuanzi_value_site_uv"></span>人次 -->
</footer>
<!-- After footer scripts -->
<!-- scripts -->
<script src="/js/app.js"></script>
</body>
</html>