Skip to content

Commit ae54352

Browse files
committed
format
1 parent 0fd0da2 commit ae54352

File tree

371 files changed

+11450
-9726
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

371 files changed

+11450
-9726
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
.obsidian/
22
public/
33
.DS_Store
4+
config.yaml
5+
hugo.toml

config.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,10 @@ params:
8686
shouldSort: true
8787
location: 0
8888
distance: 1000
89-
threshold: 1
89+
threshold: 0.4
9090
minMatchCharLength: 0
91-
keys: ["title", "permalink", "summary"]
91+
# limit: 10
92+
keys: ["title", "permalink", "summary", "content"]
9293

9394
assets:
9495
favicon: "img/logo.gif"
@@ -105,8 +106,9 @@ minify:
105106
permalinks:
106107
page:
107108
# /: /:year/:month/:slug/
108-
posts: /:year/:month/:slugorfilename/
109-
# posts: /posts/:year/:month/:slugorfilename/
109+
# posts: /:year/:month/:slugorfilename/
110+
#posts: /posts/:year/:month/:slugorfilename/
111+
posts: /posts/:slugorfilename/
110112
section:
111113
posts: /posts/
112114
tutorials: /training/
@@ -122,4 +124,4 @@ buildFuture: false
122124
buildExpired: false
123125
enableEmoji: true
124126
pygmentsUseClasses: true
125-
# googleAnalytics: UA-123-45
127+
googleAnalytics: G-LNQSQM2192

content/posts/maxwell-graylog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ tags: [mysql, binlog]
55
categories:
66
- MySQL
77
updated: 2018-01-25 15:32:49
8+
aliases:
9+
- /2018/01/13/maxwell-binlog/
810
---
911

1012
MySQL Binlog 里面记录了每行数据的变更,开发有时候需要根据这些变更的时间、中间值去查问题,是bug导致的,还是用户操作引发的。然而原始binlog内容不利于检索,有段时间使用阿里RDS企业版DMS数据追踪的功能,也能完成这个工作,甚至生成回滚sql,后由于收费以及容量不够的缘故,放弃不用。

public/2018/01/maxwell-binlog/index.html

Lines changed: 8 additions & 920 deletions
Large diffs are not rendered by default.

public/archives/index.html

Lines changed: 121 additions & 121 deletions
Large diffs are not rendered by default.

public/categories/centos/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ <h2 class="entry-hint-parent">CentOS 6.x 内核升级(2.6.32 -&gt; 3.10.58)
144144
...</p>
145145
</div>
146146
<footer class="entry-footer"><span title='2014-10-24 01:21:25 +0000 UTC'>2014-10-24</span>&nbsp;·&nbsp;4 min</footer>
147-
<a class="entry-link" aria-label="post link to CentOS 6.x 内核升级(2.6.32 -&gt; 3.10.58)过程记录" href="http://localhost:1313/2014/10/upgrade-centos6_kernel-to-3.10.x/"></a>
147+
<a class="entry-link" aria-label="post link to CentOS 6.x 内核升级(2.6.32 -&gt; 3.10.58)过程记录" href="http://localhost:1313/posts/upgrade-centos6_kernel-to-3.10.x/"></a>
148148
</article>
149149
</main>
150150

public/categories/centos/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<atom:link href="http://localhost:1313/categories/centos/index.xml" rel="self" type="application/rss+xml" />
1111
<item>
1212
<title>CentOS 6.x 内核升级(2.6.32 -&gt; 3.10.58)过程记录</title>
13-
<link>http://localhost:1313/2014/10/upgrade-centos6_kernel-to-3.10.x/</link>
13+
<link>http://localhost:1313/posts/upgrade-centos6_kernel-to-3.10.x/</link>
1414
<pubDate>Fri, 24 Oct 2014 01:21:25 +0000</pubDate>
15-
<guid>http://localhost:1313/2014/10/upgrade-centos6_kernel-to-3.10.x/</guid>
15+
<guid>http://localhost:1313/posts/upgrade-centos6_kernel-to-3.10.x/</guid>
1616
<description>&lt;p&gt;本人升级的目的是想在CentOS6.2上运行docker,官方建议内核版本在3.8.0及以上,于是就自己从Linux内核官方网站上下载源码,自己编译。
1717
##1. 准备工作##
1818
###1.1 确认内核及版本信息###&lt;/p&gt;</description>

public/categories/docker/index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ <h2 class="entry-hint-parent">在ubuntu上部署Kubernetes管理docker集群示
145145
...</p>
146146
</div>
147147
<footer class="entry-footer"><span title='2015-02-07 13:21:25 +0000 UTC'>2015-02-07</span>&nbsp;·&nbsp;14 min</footer>
148-
<a class="entry-link" aria-label="post link to 在ubuntu上部署Kubernetes管理docker集群示例" href="http://localhost:1313/2015/02/docker-kubernetes-deploy2/"></a>
148+
<a class="entry-link" aria-label="post link to 在ubuntu上部署Kubernetes管理docker集群示例" href="http://localhost:1313/posts/docker-kubernetes-deploy2/"></a>
149149
</article>
150150

151151
<article class="post-entry tag-entry">
@@ -159,7 +159,7 @@ <h2 class="entry-hint-parent">开源容器集群管理系统Kubernetes架构及
159159
...</p>
160160
</div>
161161
<footer class="entry-footer"><span title='2015-02-03 13:21:25 +0000 UTC'>2015-02-03</span>&nbsp;·&nbsp;13 min</footer>
162-
<a class="entry-link" aria-label="post link to 开源容器集群管理系统Kubernetes架构及组件介绍" href="http://localhost:1313/2015/02/docker-kubernetes-arch-introduction/"></a>
162+
<a class="entry-link" aria-label="post link to 开源容器集群管理系统Kubernetes架构及组件介绍" href="http://localhost:1313/posts/docker-kubernetes-arch-introduction/"></a>
163163
</article>
164164

165165
<article class="post-entry tag-entry">
@@ -172,7 +172,7 @@ <h2 class="entry-hint-parent">Docker集中化web界面管理平台shipyard
172172
...</p>
173173
</div>
174174
<footer class="entry-footer"><span title='2014-12-29 13:21:25 +0000 UTC'>2014-12-29</span>&nbsp;·&nbsp;5 min</footer>
175-
<a class="entry-link" aria-label="post link to Docker集中化web界面管理平台shipyard" href="http://localhost:1313/2014/12/docker-shipyard-centralized-management-webui/"></a>
175+
<a class="entry-link" aria-label="post link to Docker集中化web界面管理平台shipyard" href="http://localhost:1313/posts/docker-shipyard-centralized-management-webui/"></a>
176176
</article>
177177

178178
<article class="post-entry tag-entry">
@@ -185,7 +185,7 @@ <h2 class="entry-hint-parent">【转&#43;改】Docker核心技术预览
185185
...</p>
186186
</div>
187187
<footer class="entry-footer"><span title='2014-12-18 13:21:25 +0000 UTC'>2014-12-18</span>&nbsp;·&nbsp;10 min</footer>
188-
<a class="entry-link" aria-label="post link to 【转&#43;改】Docker核心技术预览" href="http://localhost:1313/2014/12/docker-core-technology-preview/"></a>
188+
<a class="entry-link" aria-label="post link to 【转&#43;改】Docker核心技术预览" href="http://localhost:1313/posts/docker-core-technology-preview/"></a>
189189
</article>
190190

191191
<article class="post-entry tag-entry">
@@ -199,7 +199,7 @@ <h2 class="entry-hint-parent">Docker简介
199199
...</p>
200200
</div>
201201
<footer class="entry-footer"><span title='2014-12-18 11:21:25 +0000 UTC'>2014-12-18</span>&nbsp;·&nbsp;13 min</footer>
202-
<a class="entry-link" aria-label="post link to Docker简介" href="http://localhost:1313/2014/12/docker-introduction/"></a>
202+
<a class="entry-link" aria-label="post link to Docker简介" href="http://localhost:1313/posts/docker-introduction/"></a>
203203
</article>
204204

205205
<article class="post-entry tag-entry">
@@ -213,7 +213,7 @@ <h2 class="entry-hint-parent">Dockerfile指令详解
213213
...</p>
214214
</div>
215215
<footer class="entry-footer"><span title='2014-11-17 15:21:25 +0000 UTC'>2014-11-17</span>&nbsp;·&nbsp;9 min</footer>
216-
<a class="entry-link" aria-label="post link to Dockerfile指令详解" href="http://localhost:1313/2014/11/dockerfile-introduction/"></a>
216+
<a class="entry-link" aria-label="post link to Dockerfile指令详解" href="http://localhost:1313/posts/dockerfile-introduction/"></a>
217217
</article>
218218

219219
<article class="post-entry tag-entry">
@@ -226,7 +226,7 @@ <h2 class="entry-hint-parent">搭建docker内网私服(docker-registry with ng
226226
...</p>
227227
</div>
228228
<footer class="entry-footer"><span title='2014-11-13 20:21:25 +0000 UTC'>2014-11-13</span>&nbsp;·&nbsp;11 min</footer>
229-
<a class="entry-link" aria-label="post link to 搭建docker内网私服(docker-registry with nginx&ssl on centos)" href="http://localhost:1313/2014/11/deploy-private-docker-registry-with-nginx-ssl/"></a>
229+
<a class="entry-link" aria-label="post link to 搭建docker内网私服(docker-registry with nginx&ssl on centos)" href="http://localhost:1313/posts/deploy-private-docker-registry-with-nginx-ssl/"></a>
230230
</article>
231231

232232
<article class="post-entry tag-entry">
@@ -240,7 +240,7 @@ <h2 class="entry-hint-parent">docker常用管理命令(下)
240240
...</p>
241241
</div>
242242
<footer class="entry-footer"><span title='2014-11-05 16:21:25 +0000 UTC'>2014-11-05</span>&nbsp;·&nbsp;6 min</footer>
243-
<a class="entry-link" aria-label="post link to docker常用管理命令(下)" href="http://localhost:1313/2014/11/docker-command-best-use-2/"></a>
243+
<a class="entry-link" aria-label="post link to docker常用管理命令(下)" href="http://localhost:1313/posts/docker-command-best-use-2/"></a>
244244
</article>
245245

246246
<article class="post-entry tag-entry">
@@ -253,7 +253,7 @@ <h2 class="entry-hint-parent">docker如何创建一个运行后台进程的容
253253
...</p>
254254
</div>
255255
<footer class="entry-footer"><span title='2014-11-03 20:21:25 +0000 UTC'>2014-11-03</span>&nbsp;·&nbsp;5 min</footer>
256-
<a class="entry-link" aria-label="post link to docker如何创建一个运行后台进程的容器并同时提供shell终端" href="http://localhost:1313/2014/11/docker-run-container-with-shell-daemon_process/"></a>
256+
<a class="entry-link" aria-label="post link to docker如何创建一个运行后台进程的容器并同时提供shell终端" href="http://localhost:1313/posts/docker-run-container-with-shell-daemon_process/"></a>
257257
</article>
258258

259259
<article class="post-entry tag-entry">
@@ -267,7 +267,7 @@ <h2 class="entry-hint-parent">docker常用管理命令(上)
267267
...</p>
268268
</div>
269269
<footer class="entry-footer"><span title='2014-10-31 20:21:25 +0000 UTC'>2014-10-31</span>&nbsp;·&nbsp;15 min</footer>
270-
<a class="entry-link" aria-label="post link to docker常用管理命令(上)" href="http://localhost:1313/2014/10/docker-command-best-use-1/"></a>
270+
<a class="entry-link" aria-label="post link to docker常用管理命令(上)" href="http://localhost:1313/posts/docker-command-best-use-1/"></a>
271271
</article>
272272
<footer class="page-footer">
273273
<nav class="pagination">

0 commit comments

Comments
 (0)