-
Notifications
You must be signed in to change notification settings - Fork 0
/
index7.html
270 lines (255 loc) · 11.1 KB
/
index7.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="CatsAction" />
<meta property="og:type" content="article" />
<meta name="twitter:card" content="summary">
<meta property="og:title" content="It's a wonderful world"/>
<meta name="twitter:title" content="It's a wonderful world">
<meta property="og:url" content="." />
<meta property="og:site_name" content="CatsAction's blog" />
<meta property="og:article:author" content="CatsAction" />
<title>CatsAction's blog
</title>
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="./theme/image/logo.ico" />
<link rel="stylesheet" type="text/css" href="./theme/css/elegant.prod.css" media="screen">
<link rel="stylesheet" type="text/css" href="./theme/css/custom.css" media="screen">
</head>
<body>
<div id="content">
<div class="navbar navbar-static-top">
<div class="navbar-inner">
<div class="container-fluid">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="./"><span class=site-name>CatsAction's blog</span></a>
<div class="nav-collapse collapse">
<ul class="nav pull-right top-menu">
<li class="active">
<a href=
.
>Home</a>
</li>
<li ><a href="./categories.html">Categories</a></li>
<li ><a href="./tags.html">Tags</a></li>
<li ><a href="./archives.html">Archives</a></li>
<li><form class="navbar-search" action="./search.html" onsubmit="return validateForm(this.elements['q'].value);"> <input type="text" class="search-query" placeholder="Search" name="q" id="tipue_search_input"></form></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row-fluid">
<div class="span1"></div>
<div class="span10">
<div class="row-fluid">
<header class="page-header span10 offset2">
<h1><a href=".">It's a wonderful world</a></h1>
</header>
<div class="row-fluid">
<div class="span8 offset2">
<header>
<h1 id="about-me">About me</h1>
</header>
<div class="article-content">
<p>Python和Golang开发者</p>
<p>记录学习中的困惑,积蛙步以至千里</p>
<p>github: <a href="https://github.com/boyaziqi">boyaziqi</a></p>
<p>email: [email protected]</p>
<p><img alt="Home" src="./images/weining_wu.jpg"></p>
</div>
</div>
</div>
<div class="row-fluid">
<div class="span8 offset2">
<header>
<h1 id="recent-posts">Recent Posts <a id="allposts" href="./archives.html">all posts</a></h1>
</header>
<div class="recent-posts">
<div itemscope class="recent-posts-article">
<a href="./redisxi-lie-zhi.html">
Redis系列之
<small class="subtitle">
Sentinel模式
</small>
</a>
<div class="recent-posts-posted">
posted in
<a href="./categories.html#redis-ref">Redis</a>
<div class="recent-posts-time">
<time itemprop="dateCreated" datetime="2020-01-09T00:00:00+08:00">2020-01-09</time>
</div>
</div>
</div>
<div itemscope class="recent-posts-article">
<a href="./redisxi-lie-si.html">
Redis系列四
<small class="subtitle">
锁、信号量、事务
</small>
</a>
<div class="recent-posts-posted">
posted in
<a href="./categories.html#redis-ref">Redis</a>
<div class="recent-posts-time">
<time itemprop="dateCreated" datetime="2019-09-22T00:00:00+08:00">2019-09-22</time>
</div>
</div>
</div>
<div itemscope class="recent-posts-article">
<a href="./redisxi-lie-san.html">
Redis系列三
<small class="subtitle">
持久化、集群、分片
</small>
</a>
<div class="recent-posts-posted">
posted in
<a href="./categories.html#redis-ref">Redis</a>
<div class="recent-posts-time">
<time itemprop="dateCreated" datetime="2019-09-21T00:00:00+08:00">2019-09-21</time>
</div>
</div>
</div>
<div itemscope class="recent-posts-article">
<a href="./redisxi-lie-er.html">
Redis系列二
<small class="subtitle">
内存淘汰机制
</small>
</a>
<div class="recent-posts-posted">
posted in
<a href="./categories.html#redis-ref">Redis</a>
<div class="recent-posts-time">
<time itemprop="dateCreated" datetime="2019-09-15T00:00:00+08:00">2019-09-15</time>
</div>
</div>
</div>
<div itemscope class="recent-posts-article">
<a href="./redisxi-lie-yi.html">
Redis系列一
<small class="subtitle">
概念和数据类型
</small>
</a>
<div class="recent-posts-posted">
posted in
<a href="./categories.html#redis-ref">Redis</a>
<div class="recent-posts-time">
<time itemprop="dateCreated" datetime="2019-09-12T00:00:00+08:00">2019-09-12</time>
</div>
</div>
</div>
<div itemscope class="recent-posts-article">
<a href="./mysqlxi-lie-wu.html">
MySQL系列五
<small class="subtitle">
分布式事务
</small>
</a>
<div class="recent-posts-posted">
posted in
<a href="./categories.html#mysql-ref">MySQL</a>
<div class="recent-posts-time">
<time itemprop="dateCreated" datetime="2019-08-15T00:00:00+08:00">2019-08-15</time>
</div>
</div>
</div>
<div itemscope class="recent-posts-article">
<a href="./mysqlxi-lie-si.html">
MySQL系列四
<small class="subtitle">
分区表和主从复制
</small>
</a>
<div class="recent-posts-posted">
posted in
<a href="./categories.html#mysql-ref">MySQL</a>
<div class="recent-posts-time">
<time itemprop="dateCreated" datetime="2019-08-14T00:00:00+08:00">2019-08-14</time>
</div>
</div>
</div>
<div itemscope class="recent-posts-article">
<a href="./mysqlxi-lie-san.html">
MySQL系列三
<small class="subtitle">
索引
</small>
</a>
<div class="recent-posts-posted">
posted in
<a href="./categories.html#mysql-ref">MySQL</a>
<div class="recent-posts-time">
<time itemprop="dateCreated" datetime="2019-08-13T00:00:00+08:00">2019-08-13</time>
</div>
</div>
</div>
<div itemscope class="recent-posts-article">
<a href="./mysqlxi-lie-er.html">
MySQL系列二
<small class="subtitle">
事务和锁
</small>
</a>
<div class="recent-posts-posted">
posted in
<a href="./categories.html#mysql-ref">MySQL</a>
<div class="recent-posts-time">
<time itemprop="dateCreated" datetime="2019-08-10T00:00:00+08:00">2019-08-10</time>
</div>
</div>
</div>
<div itemscope class="recent-posts-article">
<a href="./mysqlxi-lie-yi.html">
MySQL系列一
<small class="subtitle">
体系结构和存储引擎
</small>
</a>
<div class="recent-posts-posted">
posted in
<a href="./categories.html#mysql-ref">MySQL</a>
<div class="recent-posts-time">
<time itemprop="dateCreated" datetime="2019-08-04T00:00:00+08:00">2019-08-04</time>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="span1"></div>
</div>
</div>
</div>
<footer>
<div>
<span class="site-name">CatsAction's blog</span> - It's a wonderful world
</div>
<div id="fpowered">
Powered by: <a href="http://getpelican.com/" title="Pelican Home Page" target="_blank" rel="nofollow noopener noreferrer">Pelican</a>
Theme: <a href="https://elegant.oncrashreboot.com/" title="Theme Elegant Home Page" target="_blank" rel="nofollow noopener noreferrer">Elegant</a>
</div>
</footer> <script src="//code.jquery.com/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
<script>
function validateForm(query)
{
return (query.length > 0);
}
</script>
</body>
<!-- Theme: Elegant built for Pelican
License : MIT -->
</html>