-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
404 lines (276 loc) · 11.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
<!DOCTYPE HTML>
<html>
<head>
<!--Setting-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="renderer" content="webkit|ie-comp|ie-stand">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no,email=no">
<link rel="dns-prefetch" href="//t11.baidu.com">
<!--SEO-->
<meta name="robots" content="all" />
<meta name="google" content="all" />
<meta name="googlebot" content="all" />
<meta name="verify" content="all" />
<!--Title-->
<title>Hexo</title>
<link rel="alternate" href="/atom.xml" title="Hexo" type="application/atom+xml">
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="//cdn.bootcss.com/bootstrap/3.3.4/css/bootstrap.min.css?rev=3.3.4">
<link rel="stylesheet" href="//cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/style.css?rev=@@hash">
<div class="hide">
<script src="https://s4.cnzz.com/z_stat.php?id=1261768793&web_id=1263868967" language="JavaScript"></script>
</div>
</head>
<!--[if lte IE 8]>
<style>
html{ font-size: 1em }
</style>
<![endif]-->
<!--[if lte IE 9]>
<div style="ie">你使用的浏览器版本过低,为了你更好的阅读体验,请更新浏览器的版本或者使用其他现代浏览器,比如Chrome、Firefox、Safari等。</div>
<![endif]-->
<body>
<header class="main-header">
<div class="main-header-box">
<a class="branding" href="/" title="">
<img src="/img/header_logo.png" alt="Snippet 博客主题">
</a>
<h2 class="text-hide">Snippet主题</h2>
<img src="/img/header_logo.png" alt="Snippet 博客主题" class="hide">
</div>
</header>
<nav class="main-navigation">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="navbar-header"><span class="nav-toggle-button collapsed" data-toggle="collapse" data-target="#main-menu" id="mnav">
<span class="sr-only">Toggle navigation</span>
<i class="fa fa-bars"></i>
</span>
</div>
<div class="collapse navbar-collapse" id="main-menu">
<ul class="menu">
<li role="presentation" class=""><a href="/">Home</a></li>
<li role="presentation" class=""><a href="/categories/前端/">前端</a></li>
<li role="presentation" class=""><a href="/categories/后端/">后端</a></li>
<li role="presentation" class=""><a href="/categories/工具/">工具</a></li>
<li role="presentation" class=""><a href="/categories/资源/">资源</a></li>
</ul>
</div>
</div>
</div>
</div>
</nav>
<section class="content-wrap">
<div class="container">
<div class="row">
<main class="col-md-8 main-content ">
<div class="carousel">
<img src="/img/head-img.jpg">
</div>
<article class="post">
<div class="post-content">
<div class="post-head home-post-head">
<h1 class="post-title">
<a href="/2018/08/02/MySQL数据库事务/">MySQL事务隔离级别</a>
</h1>
<div class="post-meta"> •
<time class="post-date" datetime="" title="">
2018年08月02日
</time>
</div>
</div>
<p class="brief">
数据库事务MySQL的事务支持不是绑定在MySQL服务器本身,而是与存储引擎相关。
MyISAM:不支持事务,用于只读程序提高性能
InnoDB:支持ACID事务、行级锁、并发
Berkeley DB:支持事务
一 事...
</p>
</div>
<footer class="post-footer clearfix">
<div class="pull-left tag-list">
<div class="post-meta">
<span class="categories-meta fa-wrap">
<i class="fa fa-folder-open-o"></i>
<span>无</span>
</span>
<span class="fa-wrap">
<i class="fa fa-tags"></i>
<span class="tags-meta">
null
</span>
</span>
<span class="fa-wrap">
<i class="fa fa-clock-o"></i>
<span class="date-meta">2018/08/02</span>
</span>
</div>
</div>
<div class="post-permalink">
<a href="/2018/08/02/MySQL数据库事务/" class="btn btn-default">阅读全文</a>
</div>
</footer>
</article>
<article class="post">
<div class="post-media">
<a href="javascript:">
<img class="img-ajax" src="./img/loading.gif" data-src="http://s1.wailian.download/2017/10/17/gloryofrest.png" alt="RESTful API">
</a>
</div>
<div class="post-content">
<div class="post-head home-post-head">
<h1 class="post-title">
<a href="/2017/10/17/rest_api_1/">RESTful API</a>
</h1>
<div class="post-meta"> •
<time class="post-date" datetime="" title="">
2017年10月17日
</time>
</div>
</div>
<p class="brief">
RESRful API 设计与实战(一)一 Richardson成熟度模型
level 0-The Swamp of POX 仅使用HTTP作为传输协议,本质上是RPC的一种具体实现方式。RPC的思想是把本地函数映射为API,主题...
</p>
</div>
<footer class="post-footer clearfix">
<div class="pull-left tag-list">
<div class="post-meta">
<span class="categories-meta fa-wrap">
<i class="fa fa-folder-open-o"></i>
<span>无</span>
</span>
<span class="fa-wrap">
<i class="fa fa-tags"></i>
<span class="tags-meta">
null
</span>
</span>
<span class="fa-wrap">
<i class="fa fa-clock-o"></i>
<span class="date-meta">2017/10/17</span>
</span>
</div>
</div>
<div class="post-permalink">
<a href="/2017/10/17/rest_api_1/" class="btn btn-default">阅读全文</a>
</div>
</footer>
</article>
<article class="post">
<div class="post-content">
<div class="post-head home-post-head">
<h1 class="post-title">
<a href="/2017/09/29/hello-world/">Hello World</a>
</h1>
<div class="post-meta"> •
<time class="post-date" datetime="" title="">
2017年09月29日
</time>
</div>
</div>
<p class="brief">
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using ...
</p>
</div>
<footer class="post-footer clearfix">
<div class="pull-left tag-list">
<div class="post-meta">
<span class="categories-meta fa-wrap">
<i class="fa fa-folder-open-o"></i>
<span>无</span>
</span>
<span class="fa-wrap">
<i class="fa fa-tags"></i>
<span class="tags-meta">
null
</span>
</span>
<span class="fa-wrap">
<i class="fa fa-clock-o"></i>
<span class="date-meta">2017/09/29</span>
</span>
</div>
</div>
<div class="post-permalink">
<a href="/2017/09/29/hello-world/" class="btn btn-default">阅读全文</a>
</div>
</footer>
</article>
</main>
<aside class="col-md-4 sidebar">
<div class="widget notification">
<h3 class="title">网站公告</h3>
<div>
<p>主题Snippet v1.1.0版本已经上线!欢迎更新~ <br/>
主题下载:<a href="https://github.com/shenliyang/hexo-theme-snippet" title="fork me" target="_blank">Snippet主题</a> <br/>
<hr/>接受贡献,包括不限于提交问题与需求,修复代码。欢迎Pull Request。<br/>支持主题:<a href="https://github.com/shenliyang/hexo-theme-snippet/stargazers">Star一下</a>
</p>
</div>
</div>
<div class="widget">
<h3 class="title">社交</h3>
<div class="content social">
<a href="//github.com/shenliyang" rel="external nofollow" title="Github" target="_blank">
<i class="git fa fa-git"></i>
</a>
<a href="mailto:[email protected]" rel="external nofollow" title="邮箱" target="_blank">
<i class="envelope-o fa fa-envelope-o"></i>
</a>
<a href="/" rel="external nofollow" title="联系QQ" target="_blank">
<i class="qq fa fa-qq"></i>
</a>
<a href="/atom.xml" rel="external nofollow" title="RSS" target="_blank">
<i class="feed fa fa-feed"></i>
</a>
</div>
</div>
<div class="widget">
<h3 class="title">Archives</h3>
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2018/08/"><i class="fa" aria-hidden="true">August 2018</i></a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2017/10/"><i class="fa" aria-hidden="true">October 2017</i></a><span class="archive-list-count">1</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2017/09/"><i class="fa" aria-hidden="true">September 2017</i></a><span class="archive-list-count">1</span></li></ul>
</div>
<div class="widget">
<h3 class="title">Friends</h3>
<div class="content friends-link">
<a href="http://blog.didispace.com" class="fa" target="_blank">程序猿DD</a>
<a href="http://xujin.org" class="fa" target="_blank">许进|沉思录</a>
<a href="http://edisonxu.org" class="fa" target="_blank">EdisonXu</a>
<a href="http://skaka.me" class="fa" target="_blank">skaka的博客</a>
<a href="http://tech.lede.com" class="fa" target="_blank">网易乐得技术团队</a>
</div>
</div>
</aside>
</div>
</div>
</section>
<footer class="main-footer">
<div class="container">
<div class="row">
</div>
</div>
</footer>
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-sm-12">
<span>Copyright © 2017
</span> |
<span>
Powered by <a href="//hexo.io" class="copyright-links" target="_blank" rel="nofollow">Hexo</a>
</span> |
<span>
Theme by <a href="//github.com/shenliyang/hexo-theme-snippet.git" class="copyright-links" target="_blank" rel="nofollow">Snippet</a>
</span>
</div>
</div>
</div>
</div>
<script src="/js/app.js?rev=@@hash"></script>
</body>
</html>