-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch.xml
416 lines (416 loc) · 10.8 KB
/
search.xml
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
405
406
407
408
409
410
411
412
413
414
415
416
<?xml version="1.0" encoding="utf-8"?>
<search>
<entry>
<title>MySQL show status 使用指南</title>
<url>/posts/2017-03-28-mysql-show-table-status/</url>
<content><![CDATA[]]></content>
<categories>
<category>tech</category>
<category>mysql</category>
</categories>
<tags>
<tag>blog</tag>
<tag>Java</tag>
<tag>Log4j2</tag>
<tag>Logging</tag>
</tags>
</entry>
<entry>
<title>常用缓存算法——LRU</title>
<url>/posts/2018-01-01-LRU-algorithms/</url>
<content><![CDATA[]]></content>
<categories>
<category>tech</category>
<category>algorithm</category>
</categories>
<tags>
<tag>Java</tag>
<tag>LRU</tag>
<tag>CoreJava</tag>
<tag>Net</tag>
</tags>
</entry>
<entry>
<title>Raspberrypi compile and install nginx</title>
<url>/posts/2018-03-11-arm-compile-nginx/</url>
<content><![CDATA[]]></content>
<categories>
<category>tech</category>
<category>ARM</category>
</categories>
<tags>
<tag>blog</tag>
<tag>NGINX</tag>
<tag>Raspberrypi</tag>
</tags>
</entry>
<entry>
<title>Nginx Stream L4 负载均衡</title>
<url>/posts/2018-04-12-nginx-l4-loadblance-md/</url>
<content><![CDATA[]]></content>
<categories>
<category>tech</category>
<category>nginx stream</category>
</categories>
<tags>
<tag>blog</tag>
<tag>Nginx</tag>
<tag>Nginx Stream</tag>
</tags>
</entry>
<entry>
<title>Jar Package 编辑技巧</title>
<url>/posts/2019-01-01-jar-package-edit/</url>
<content><![CDATA[]]></content>
<categories>
<category>tech</category>
<category>Java</category>
</categories>
<tags>
<tag>blog</tag>
<tag>Java</tag>
<tag>Jar</tag>
</tags>
</entry>
<entry>
<title>使用log4j2 JsonLayout自定义JSON格式日志</title>
<url>/posts/2019-01-01-log4j2-json-layout/</url>
<content><![CDATA[]]></content>
<categories>
<category>tech</category>
<category>java</category>
</categories>
<tags>
<tag>blog</tag>
<tag>Java</tag>
<tag>Log4j2</tag>
<tag>Logging</tag>
</tags>
</entry>
<entry>
<title>Servlet In Action</title>
<url>/posts/2019-01-01-servlet-action/</url>
<content><![CDATA[]]></content>
<categories>
<category>tech</category>
<category>java</category>
</categories>
<tags>
<tag>java</tag>
<tag>servlet</tag>
</tags>
</entry>
<entry>
<title>Python 计算圆周率(译)</title>
<url>/posts/2019-10-11-python-calc-pi-1/</url>
<content><![CDATA[]]></content>
<categories>
<category>tech</category>
<category>python</category>
</categories>
<tags>
<tag>python</tag>
<tag>Statistics</tag>
</tags>
</entry>
<entry>
<title>Apache Http-Client5 基本使用</title>
<url>/posts/2020-01-01-apache-http-client5/</url>
<content><![CDATA[]]></content>
<categories>
<category>tech</category>
<category>web</category>
</categories>
<tags>
<tag>Java</tag>
<tag>JavaWeb</tag>
<tag>HTTP</tag>
<tag>Apache</tag>
</tags>
</entry>
<entry>
<title>使用supervisord管理进程</title>
<url>/posts/2019-01-01-supervisord-init-md/</url>
<content><![CDATA[]]></content>
<categories>
<category>tech</category>
<category>tools</category>
</categories>
<tags>
<tag>blog</tag>
<tag>python</tag>
<tag>supervisord</tag>
</tags>
</entry>
<entry>
<title>TLS握手过程</title>
<url>/posts/2020-01-01-tls-study-md/</url>
<content><![CDATA[]]></content>
<categories>
<category>tech</category>
<category>TLS</category>
</categories>
<tags>
<tag>Java</tag>
<tag>TLS</tag>
<tag>HTTPS</tag>
<tag>HTTP2</tag>
</tags>
</entry>
<entry>
<title>HTTP2 TLS加密通信理解与应用</title>
<url>/posts/2020-01-01-tls-truststores-md/</url>
<content><![CDATA[]]></content>
<categories>
<category>tech</category>
<category>TLS</category>
</categories>
<tags>
<tag>Java</tag>
<tag>TLS</tag>
</tags>
</entry>
<entry>
<title>Python 使用绘制统计图</title>
<url>/posts/2020-05-python-count/</url>
<content><![CDATA[]]></content>
<categories>
<category>tech</category>
<category>python</category>
</categories>
<tags>
<tag>python</tag>
<tag>python-plot</tag>
</tags>
</entry>
<entry>
<title>HAProxy多协议反向代理以及TLS加密传输</title>
<url>/posts/2021-01-11-haproxy-tls-mulit-sni-md/</url>
<content><![CDATA[]]></content>
<categories>
<category>tech</category>
</categories>
<tags>
<tag>blog</tag>
</tags>
</entry>
<entry>
<title>MacOS install GitBook 未成功经验</title>
<url>/posts/2021-02-01-gitbook-macos-cl-error/</url>
<content><![CDATA[]]></content>
<categories>
<category>tech</category>
<category>tools</category>
</categories>
<tags>
<tag>tools</tag>
</tags>
</entry>
<entry>
<title>搭建HTTP内网文件服务器-以NGINX为例</title>
<url>/posts/2021-02-01-nginx-file-server/</url>
<content><![CDATA[]]></content>
<categories>
<category>tech</category>
<category>net</category>
</categories>
<tags>
<tag>blog</tag>
<tag>Net</tag>
<tag>Nginx</tag>
</tags>
</entry>
<entry>
<title>HBase2 YCSB benchmark test</title>
<url>/posts/2021-04-11-hbase-ycsb-benchamark-test-1/</url>
<content><![CDATA[]]></content>
<categories>
<category>tech</category>
<category>BigData</category>
</categories>
<tags>
<tag>HBase</tag>
<tag>YCSB</tag>
</tags>
</entry>
<entry>
<title>Zeppelin In Action</title>
<url>/posts/2021-04-22-zeppelin-inaction-1/</url>
<content><![CDATA[]]></content>
<categories>
<category>tech</category>
<category>BigData</category>
</categories>
<tags>
<tag>blog</tag>
<tag>ApacheZeppelin</tag>
</tags>
</entry>
<entry>
<title>HBase HFile 基本概念</title>
<url>/posts/2021-05-01-hbase-hfile/</url>
<content><![CDATA[]]></content>
<categories>
<category>tech</category>
<category>HBase</category>
</categories>
<tags>
<tag>HBase</tag>
<tag>GitBook</tag>
</tags>
</entry>
<entry>
<title>HBase Metrics Info</title>
<url>/posts/2021-06-01-hbase-jmx-metrics/</url>
<content><![CDATA[]]></content>
<categories>
<category>tech</category>
</categories>
<tags>
<tag>blog</tag>
<tag>HBase</tag>
<tag>JMX</tag>
</tags>
</entry>
<entry>
<title>HBase Region Move 批量操作</title>
<url>/posts/2021-06-11-hbase-region-move-md/</url>
<content><![CDATA[]]></content>
<categories>
<category>tech</category>
<category>BigData</category>
<category>Hadoop</category>
<category>HBase</category>
</categories>
<tags>
<tag>HBase</tag>
<tag>Hadoop</tag>
</tags>
</entry>
<entry>
<title>HBase Peer状态异常导致的oldWALs目录文件数异常</title>
<url>/posts/2022-02-21-hbase-region-server-error-md/</url>
<content><![CDATA[]]></content>
<categories>
<category>tech</category>
<category>HBase</category>
</categories>
<tags>
<tag>blog</tag>
<tag>HBase</tag>
</tags>
</entry>
<entry>
<title>Maven Trouble Debug I —— JDK error</title>
<url>/posts/2021-12-02-mvn-trouable-debug/</url>
<content><![CDATA[]]></content>
<categories>
<category>tool</category>
<category>Maven</category>
</categories>
<tags>
<tag>Maven</tag>
</tags>
</entry>
<entry>
<title>HBase Meta使用及故障排查</title>
<url>/posts/2021-12-01-hbase-meta-table-in-action/</url>
<content><![CDATA[]]></content>
<categories>
<category>tech</category>
<category>Hadoop</category>
<category>HBase</category>
</categories>
<tags>
<tag>blog</tag>
<tag>HBase</tag>
<tag>SkipList</tag>
</tags>
</entry>
<entry>
<title>HBase修复Region Holes和meta问题</title>
<url>/posts/2022-02-hbase-region-hole-fix/</url>
<content><![CDATA[]]></content>
<categories>
<category>tech</category>
<category>HBase</category>
</categories>
<tags>
<tag>blog</tag>
<tag>HBase</tag>
<tag>Meta</tag>
</tags>
</entry>
<entry>
<title>HDFS DataNode Initialization failed - NetworkTopology error</title>
<url>/posts/2022-06-01-hdfs-nn-topology/</url>
<content><![CDATA[]]></content>
<categories>
<category>tech</category>
<category>BigData</category>
</categories>
<tags>
<tag>blog</tag>
<tag>Hadoop</tag>
<tag>HDFS</tag>
</tags>
</entry>
<entry>
<title>IEEE Code of Ethics</title>
<url>/posts/ieee-code-of-ethics/</url>
<content><![CDATA[]]></content>
<categories>
<category>tech</category>
<category>values</category>
</categories>
<tags>
<tag>Enginner</tag>
<tag>IEEE</tag>
<tag>Ethics</tag>
<tag>Values</tag>
</tags>
</entry>
<entry>
<title>Centos7 设置时间</title>
<url>/posts/centos-ntp/</url>
<content><![CDATA[]]></content>
<categories>
<category>tech</category>
<category>OS</category>
</categories>
<tags>
<tag>OS</tag>
<tag>Centos</tag>
<tag>NTP</tag>
</tags>
</entry>
<entry>
<title>Java DNS解析问题-以Socket Client为例</title>
<url>/posts/java-dns/</url>
<content><![CDATA[]]></content>
<categories>
<category>tech</category>
<category>java</category>
</categories>
<tags>
<tag>Java</tag>
<tag>CoreJava</tag>
<tag>Net</tag>
<tag>JDK</tag>
</tags>
</entry>
<entry>
<title>记一次DNS异常导致的`ECONNREFUSED`问题</title>
<url>/posts/nodejs-DNS-error/</url>
<content><![CDATA[]]></content>
<categories>
<category>tech</category>
<category>DNS</category>
</categories>
<tags>
<tag>DNS</tag>
<tag>TCP/IP</tag>
<tag>NODEJS</tag>
</tags>
</entry>
</search>