-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatom.xml
More file actions
571 lines (268 loc) · 19.4 KB
/
atom.xml
File metadata and controls
571 lines (268 loc) · 19.4 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
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
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>闲看花开 静待花落</title>
<link href="/atom.xml" rel="self"/>
<link href="https://mrdcg.github.io/"/>
<updated>2020-09-19T07:27:33.306Z</updated>
<id>https://mrdcg.github.io/</id>
<author>
<name>贰货不二</name>
</author>
<generator uri="http://hexo.io/">Hexo</generator>
<entry>
<title>Java + Selenium + Chrome抓取页面元素(支持Linux环境和Windows环境)</title>
<link href="https://mrdcg.github.io/2020/09/19/Java%20+%20Selenium%20+%20Chrome%E6%8A%93%E5%8F%96%E9%A1%B5%E9%9D%A2%E5%85%83%E7%B4%A0%EF%BC%88%E6%94%AF%E6%8C%81Linux%E7%8E%AF%E5%A2%83%E5%92%8CWindows%E7%8E%AF%E5%A2%83%EF%BC%89/"/>
<id>https://mrdcg.github.io/2020/09/19/Java + Selenium + Chrome抓取页面元素(支持Linux环境和Windows环境)/</id>
<published>2020-09-19T12:22:31.000Z</published>
<updated>2020-09-19T07:27:33.306Z</updated>
<summary type="html">
<h2 id="前言"><a href="#前言" class="headerlink"
</summary>
<category term="java" scheme="https://mrdcg.github.io/categories/java/"/>
<category term="爬虫" scheme="https://mrdcg.github.io/tags/%E7%88%AC%E8%99%AB/"/>
<category term="selenium" scheme="https://mrdcg.github.io/tags/selenium/"/>
<category term="ChromeDriver" scheme="https://mrdcg.github.io/tags/ChromeDriver/"/>
</entry>
<entry>
<title>记Eclipse安装svn插件</title>
<link href="https://mrdcg.github.io/2020/06/09/%E8%AE%B0Eclipse%E5%AE%89%E8%A3%85svn%E6%8F%92%E4%BB%B6/"/>
<id>https://mrdcg.github.io/2020/06/09/记Eclipse安装svn插件/</id>
<published>2020-06-09T01:18:31.000Z</published>
<updated>2020-06-09T02:06:45.996Z</updated>
<summary type="html">
<h2 id="1、直接使用eclipse-market在线安装(不推荐)"><a href="#1、直接使用eclipse-market在线安装(不推荐)" class="headerlink" title="1、直接使用eclipse
</summary>
<category term="插件" scheme="https://mrdcg.github.io/categories/%E6%8F%92%E4%BB%B6/"/>
<category term="eclipse" scheme="https://mrdcg.github.io/tags/eclipse/"/>
<category term="svn" scheme="https://mrdcg.github.io/tags/svn/"/>
</entry>
<entry>
<title>Redis集群踩的坑及报错记录并解决</title>
<link href="https://mrdcg.github.io/2020/04/08/Redis%E9%9B%86%E7%BE%A4%E8%B8%A9%E7%9A%84%E5%9D%91%E5%8F%8A%E6%8A%A5%E9%94%99%E8%AE%B0%E5%BD%95%E5%B9%B6%E8%A7%A3%E5%86%B3/"/>
<id>https://mrdcg.github.io/2020/04/08/Redis集群踩的坑及报错记录并解决/</id>
<published>2020-04-08T08:51:31.000Z</published>
<updated>2020-04-08T08:59:33.240Z</updated>
<summary type="html">
<h2 id="1、报错redis-clients-jedis-exceptions-JedisConnectionException-Could-not-get-a-resource-from-the-pool"><a
</summary>
<category term="Redis" scheme="https://mrdcg.github.io/categories/Redis/"/>
<category term="Linux" scheme="https://mrdcg.github.io/tags/Linux/"/>
<category term="Redis" scheme="https://mrdcg.github.io/tags/Redis/"/>
</entry>
<entry>
<title>SSM整合Redis Cluster(Redis集群)</title>
<link href="https://mrdcg.github.io/2020/04/08/SSM%E6%95%B4%E5%90%88Redis%20Cluster%EF%BC%88Redis%E9%9B%86%E7%BE%A4%EF%BC%89/"/>
<id>https://mrdcg.github.io/2020/04/08/SSM整合Redis Cluster(Redis集群)/</id>
<published>2020-04-08T08:50:31.000Z</published>
<updated>2020-04-08T08:59:24.999Z</updated>
<summary type="html">
<h3 id="1、导入依赖"><a href="#1、导入依赖" class="headerlink" title="1、导入依赖"></a>1、导入依赖</h3><figure class="highlight"><table><tr><td
</summary>
<category term="Redis" scheme="https://mrdcg.github.io/categories/Redis/"/>
<category term="Linux" scheme="https://mrdcg.github.io/tags/Linux/"/>
<category term="Redis" scheme="https://mrdcg.github.io/tags/Redis/"/>
<category term="SSM" scheme="https://mrdcg.github.io/tags/SSM/"/>
</entry>
<entry>
<title>Redis Cluster(Redis 集群)的搭建</title>
<link href="https://mrdcg.github.io/2020/04/06/Redis%20Cluster%EF%BC%88Redis%20%E9%9B%86%E7%BE%A4%EF%BC%89%E7%9A%84%E6%90%AD%E5%BB%BA/"/>
<id>https://mrdcg.github.io/2020/04/06/Redis Cluster(Redis 集群)的搭建/</id>
<published>2020-04-06T14:03:31.000Z</published>
<updated>2020-04-08T08:59:16.387Z</updated>
<summary type="html">
<h4 id="1、redis-cluster-redis集群"><a href="#1、redis-cluster-redis集群" class="headerlink"
</summary>
<category term="Redis" scheme="https://mrdcg.github.io/categories/Redis/"/>
<category term="Linux" scheme="https://mrdcg.github.io/tags/Linux/"/>
<category term="Redis" scheme="https://mrdcg.github.io/tags/Redis/"/>
</entry>
<entry>
<title>Redis服务器搭建与学习</title>
<link href="https://mrdcg.github.io/2020/04/06/Redis%E6%9C%8D%E5%8A%A1%E5%99%A8%E6%90%AD%E5%BB%BA%E4%B8%8E%E5%AD%A6%E4%B9%A0/"/>
<id>https://mrdcg.github.io/2020/04/06/Redis服务器搭建与学习/</id>
<published>2020-04-06T13:49:31.000Z</published>
<updated>2020-04-08T08:57:59.773Z</updated>
<summary type="html">
<h3 id="Redis服务器的搭建"><a href="#Redis服务器的搭建" class="headerlink" title="Redis服务器的搭建"></a>Redis服务器的搭建</h3><p>首先需要gcc环境<br><code>yum install
</summary>
<category term="Redis" scheme="https://mrdcg.github.io/categories/Redis/"/>
<category term="Linux" scheme="https://mrdcg.github.io/tags/Linux/"/>
<category term="Redis" scheme="https://mrdcg.github.io/tags/Redis/"/>
</entry>
<entry>
<title>linux下搭建FastDFS文件服务器</title>
<link href="https://mrdcg.github.io/2020/03/12/linux%E4%B8%8B%E6%90%AD%E5%BB%BAFastDFS%E6%96%87%E4%BB%B6%E6%9C%8D%E5%8A%A1%E5%99%A8/"/>
<id>https://mrdcg.github.io/2020/03/12/linux下搭建FastDFS文件服务器/</id>
<published>2020-03-12T13:14:31.000Z</published>
<updated>2020-03-12T13:38:57.823Z</updated>
<summary type="html">
<h3 id="1-1、安装gcc环境"><a href="#1-1、安装gcc环境" class="headerlink"
</summary>
<category term="Linux" scheme="https://mrdcg.github.io/categories/Linux/"/>
<category term="服务器" scheme="https://mrdcg.github.io/tags/%E6%9C%8D%E5%8A%A1%E5%99%A8/"/>
<category term="FastDFS" scheme="https://mrdcg.github.io/tags/FastDFS/"/>
</entry>
<entry>
<title>JavaWeb项目实现短信验证码</title>
<link href="https://mrdcg.github.io/2020/02/29/JavaWeb%E9%A1%B9%E7%9B%AE%E5%AE%9E%E7%8E%B0%E7%9F%AD%E4%BF%A1%E9%AA%8C%E8%AF%81%E7%A0%81/"/>
<id>https://mrdcg.github.io/2020/02/29/JavaWeb项目实现短信验证码/</id>
<published>2020-02-29T04:58:31.000Z</published>
<updated>2020-02-29T04:41:14.647Z</updated>
<summary type="html">
<h2 id="一、阿里云开通短信服务"><a href="#一、阿里云开通短信服务" class="headerlink" title="一、阿里云开通短信服务"></a>一、阿里云开通短信服务</h2><p><a href="https://www.aliyun.com/"
</summary>
<category term="Java" scheme="https://mrdcg.github.io/categories/Java/"/>
<category term="Java后端" scheme="https://mrdcg.github.io/tags/Java%E5%90%8E%E7%AB%AF/"/>
</entry>
<entry>
<title>linux系统下的nmon工具的安装与使用</title>
<link href="https://mrdcg.github.io/2019/11/27/linux%E7%B3%BB%E7%BB%9F%E4%B8%8B%E7%9A%84nmon%E5%B7%A5%E5%85%B7%E7%9A%84%E5%AE%89%E8%A3%85%E4%B8%8E%E4%BD%BF%E7%94%A8/"/>
<id>https://mrdcg.github.io/2019/11/27/linux系统下的nmon工具的安装与使用/</id>
<published>2019-11-27T11:58:31.000Z</published>
<updated>2019-11-27T12:03:52.236Z</updated>
<summary type="html">
<h3 id="1、简介"><a href="#1、简介" class="headerlink" title="1、简介"></a>1、简介</h3><p>Nmon 是一个监控系统的 CPU、内存、网络、硬盘、文件系统、NFS、高耗进程、资源和 IBM Power
</summary>
<category term="测试" scheme="https://mrdcg.github.io/categories/%E6%B5%8B%E8%AF%95/"/>
<category term="性能测试" scheme="https://mrdcg.github.io/tags/%E6%80%A7%E8%83%BD%E6%B5%8B%E8%AF%95/"/>
<category term="nmon" scheme="https://mrdcg.github.io/tags/nmon/"/>
</entry>
<entry>
<title>JavaScript添加HTML语句时事件失效问题</title>
<link href="https://mrdcg.github.io/2019/10/08/%E4%BD%BF%E7%94%A8JavaScript%E5%8A%A8%E6%80%81%E6%B7%BB%E5%8A%A0HTML%E8%AF%AD%E5%8F%A5%E5%90%8E%EF%BC%8C%E4%BA%8B%E4%BB%B6%E5%A4%B1%E6%95%88%E7%9A%84%E8%A7%A3%E5%86%B3%E5%8A%9E%E6%B3%95/"/>
<id>https://mrdcg.github.io/2019/10/08/使用JavaScript动态添加HTML语句后,事件失效的解决办法/</id>
<published>2019-10-08T10:21:31.000Z</published>
<updated>2019-10-08T10:21:46.329Z</updated>
<summary type="html">
<h2 id="一、问题分析"><a href="#一、问题分析" class="headerlink"
</summary>
<category term="JavaScript" scheme="https://mrdcg.github.io/categories/JavaScript/"/>
<category term="JavaScript" scheme="https://mrdcg.github.io/tags/JavaScript/"/>
</entry>
<entry>
<title>Java小游戏:冒险岛</title>
<link href="https://mrdcg.github.io/2019/08/29/Java%E5%B0%8F%E6%B8%B8%E6%88%8F%EF%BC%9A%E5%86%92%E9%99%A9%E5%B2%9B/"/>
<id>https://mrdcg.github.io/2019/08/29/Java小游戏:冒险岛/</id>
<published>2019-08-29T10:41:31.000Z</published>
<updated>2019-08-29T13:47:53.535Z</updated>
<summary type="html">
<h2 id="一个简单的Java小游戏:冒险岛"><a href="#一个简单的Java小游戏:冒险岛" class="headerlink" title="一个简单的Java小游戏:冒险岛"></a>一个简单的Java小游戏:冒险岛</h2><h2 id="截图"><a
</summary>
<category term="Java" scheme="https://mrdcg.github.io/categories/Java/"/>
<category term="Java" scheme="https://mrdcg.github.io/tags/Java/"/>
<category term="小游戏" scheme="https://mrdcg.github.io/tags/%E5%B0%8F%E6%B8%B8%E6%88%8F/"/>
</entry>
<entry>
<title>微信UI界面手机版</title>
<link href="https://mrdcg.github.io/2019/08/05/%E5%BE%AE%E4%BF%A1UI%E7%95%8C%E9%9D%A2%E6%89%8B%E6%9C%BA%E7%89%88/"/>
<id>https://mrdcg.github.io/2019/08/05/微信UI界面手机版/</id>
<published>2019-08-05T11:51:31.000Z</published>
<updated>2019-08-05T11:54:50.965Z</updated>
<summary type="html">
<p>最近按照微信界面写了个假微信。。。<br>界面中矢量图标来自阿里矢量图标库<br>微信UI界面GitHub下载地址:<a href="https://github.com/MrDCG/small_project" target="_blank"
</summary>
<category term="UI" scheme="https://mrdcg.github.io/categories/UI/"/>
<category term="CSS" scheme="https://mrdcg.github.io/tags/CSS/"/>
<category term="HTML" scheme="https://mrdcg.github.io/tags/HTML/"/>
</entry>
<entry>
<title>CSS简单总结</title>
<link href="https://mrdcg.github.io/2019/07/27/CSS%E7%AE%80%E5%8D%95%E6%80%BB%E7%BB%93/"/>
<id>https://mrdcg.github.io/2019/07/27/CSS简单总结/</id>
<published>2019-07-27T05:00:00.000Z</published>
<updated>2019-07-27T05:00:58.836Z</updated>
<summary type="html">
<p><img src="https://i.loli.net/2019/07/27/5d3bd9b394a4673873.jpg"
</summary>
<category term="网页" scheme="https://mrdcg.github.io/categories/%E7%BD%91%E9%A1%B5/"/>
<category term="CSS" scheme="https://mrdcg.github.io/tags/CSS/"/>
</entry>
<entry>
<title>HTML简单总结</title>
<link href="https://mrdcg.github.io/2019/07/27/HTML%E7%AE%80%E5%8D%95%E6%80%BB%E7%BB%93/"/>
<id>https://mrdcg.github.io/2019/07/27/HTML简单总结/</id>
<published>2019-07-27T04:55:31.000Z</published>
<updated>2019-07-27T04:57:52.334Z</updated>
<summary type="html">
<p><img src="https://i.loli.net/2019/07/27/5d3bd9af52a5385462.jpg"
</summary>
<category term="网页" scheme="https://mrdcg.github.io/categories/%E7%BD%91%E9%A1%B5/"/>
<category term="HTML" scheme="https://mrdcg.github.io/tags/HTML/"/>
</entry>
<entry>
<title>个人简历HTML版</title>
<link href="https://mrdcg.github.io/2019/07/18/%E4%B8%AA%E4%BA%BA%E7%AE%80%E5%8E%86HTML%E7%89%88/"/>
<id>https://mrdcg.github.io/2019/07/18/个人简历HTML版/</id>
<published>2019-07-18T11:41:31.000Z</published>
<updated>2019-07-18T12:28:45.382Z</updated>
<summary type="html">
<h2 id="个人简历HTML"><a href="#个人简历HTML" class="headerlink" title="个人简历HTML"></a>个人简历HTML</h2><figure class="highlight plain"><table><tr><td
</summary>
<category term="简历" scheme="https://mrdcg.github.io/categories/%E7%AE%80%E5%8E%86/"/>
<category term="CSS" scheme="https://mrdcg.github.io/tags/CSS/"/>
<category term="HTML" scheme="https://mrdcg.github.io/tags/HTML/"/>
</entry>
<entry>
<title>简单的注册页面</title>
<link href="https://mrdcg.github.io/2019/07/17/%E7%AE%80%E5%8D%95%E7%9A%84%E6%B3%A8%E5%86%8C%E9%A1%B5%E9%9D%A2/"/>
<id>https://mrdcg.github.io/2019/07/17/简单的注册页面/</id>
<published>2019-07-17T10:41:31.000Z</published>
<updated>2019-07-27T05:02:46.848Z</updated>
<summary type="html">
<h2 id="写了个HTML-JS注册页面"><a href="#写了个HTML-JS注册页面" class="headerlink" title="写了个HTML+JS注册页面"></a>写了个HTML+JS注册页面</h2><figure class="highlight
</summary>
<category term="HTML" scheme="https://mrdcg.github.io/categories/HTML/"/>
<category term="Javascript" scheme="https://mrdcg.github.io/categories/HTML/Javascript/"/>
<category term="HTML" scheme="https://mrdcg.github.io/tags/HTML/"/>
<category term="Javascript" scheme="https://mrdcg.github.io/tags/Javascript/"/>
</entry>
<entry>
<title>心态炸裂随笔</title>
<link href="https://mrdcg.github.io/2019/07/16/%E5%BF%83%E6%80%81%E7%82%B8%E8%A3%82%E9%9A%8F%E7%AC%94/"/>
<id>https://mrdcg.github.io/2019/07/16/心态炸裂随笔/</id>
<published>2019-07-16T10:41:31.000Z</published>
<updated>2019-07-16T10:46:29.955Z</updated>
<summary type="html">
<h2 id="心态炸裂1–卸载JDK"><a href="#心态炸裂1–卸载JDK" class="headerlink"
</summary>
<category term="心态炸裂随笔" scheme="https://mrdcg.github.io/categories/%E5%BF%83%E6%80%81%E7%82%B8%E8%A3%82%E9%9A%8F%E7%AC%94/"/>
<category term="随笔" scheme="https://mrdcg.github.io/tags/%E9%9A%8F%E7%AC%94/"/>
</entry>
<entry>
<title>一个很好的免费的CDN平台--jsDelivr</title>
<link href="https://mrdcg.github.io/2019/07/12/%E4%B8%80%E4%B8%AA%E5%BE%88%E5%A5%BD%E7%9A%84%E5%85%8D%E8%B4%B9%E7%9A%84CDN%E5%B9%B3%E5%8F%B0--jsDelivr/"/>
<id>https://mrdcg.github.io/2019/07/12/一个很好的免费的CDN平台--jsDelivr/</id>
<published>2019-07-12T12:22:31.000Z</published>
<updated>2019-07-15T10:36:42.003Z</updated>
<summary type="html">
<h2 id="1、什么是CDN"><a href="#1、什么是CDN" class="headerlink" title="1、什么是CDN"></a>1、什么是CDN</h2><p>CDN的全称是Content Delivery
</summary>
<category term="CDN" scheme="https://mrdcg.github.io/categories/CDN/"/>
<category term="互联网" scheme="https://mrdcg.github.io/tags/%E4%BA%92%E8%81%94%E7%BD%91/"/>
<category term="技术" scheme="https://mrdcg.github.io/tags/%E6%8A%80%E6%9C%AF/"/>
</entry>
<entry>
<title>hexo添加live2d看板娘和不蒜子访问统计</title>
<link href="https://mrdcg.github.io/2019/07/10/hexo%E6%B7%BB%E5%8A%A0live2d%E7%9C%8B%E6%9D%BF%E5%A8%98%E5%92%8C%E4%B8%8D%E8%92%9C%E5%AD%90%E8%AE%BF%E9%97%AE%E7%BB%9F%E8%AE%A1/"/>
<id>https://mrdcg.github.io/2019/07/10/hexo添加live2d看板娘和不蒜子访问统计/</id>
<published>2019-07-10T02:09:33.000Z</published>
<updated>2019-07-10T12:45:01.893Z</updated>
<summary type="html">
<p> <a
</summary>
<category term="博客网站" scheme="https://mrdcg.github.io/categories/%E5%8D%9A%E5%AE%A2%E7%BD%91%E7%AB%99/"/>
<category term="互联网" scheme="https://mrdcg.github.io/tags/%E4%BA%92%E8%81%94%E7%BD%91/"/>
</entry>
<entry>
<title>hexo写博客时的一些东西</title>
<link href="https://mrdcg.github.io/2019/07/08/hexo%E5%86%99%E5%8D%9A%E5%AE%A2%E6%97%B6%E7%9A%84%E4%B8%80%E4%BA%9B%E4%B8%9C%E8%A5%BF/"/>
<id>https://mrdcg.github.io/2019/07/08/hexo写博客时的一些东西/</id>
<published>2019-07-08T11:55:39.000Z</published>
<updated>2019-07-10T02:28:40.919Z</updated>
<summary type="html">
<p> <a
</summary>
<category term="博客网站" scheme="https://mrdcg.github.io/categories/%E5%8D%9A%E5%AE%A2%E7%BD%91%E7%AB%99/"/>
<category term="互联网" scheme="https://mrdcg.github.io/tags/%E4%BA%92%E8%81%94%E7%BD%91/"/>
</entry>
</feed>