-
Notifications
You must be signed in to change notification settings - Fork 0
/
atom.xml
544 lines (278 loc) · 16.6 KB
/
atom.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
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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>诗和远方</title>
<subtitle>執筆畫青春</subtitle>
<link href="/atom.xml" rel="self"/>
<link href="http://www.myblogs.work/"/>
<updated>2019-01-08T11:35:01.800Z</updated>
<id>http://www.myblogs.work/</id>
<author>
<name>執筆畫青春</name>
</author>
<generator uri="http://hexo.io/">Hexo</generator>
<entry>
<title>多线程中的问题与测试</title>
<link href="http://www.myblogs.work/thread/thread-problem/"/>
<id>http://www.myblogs.work/thread/thread-problem/</id>
<published>2019-01-07T16:00:00.000Z</published>
<updated>2019-01-08T11:35:01.800Z</updated>
<summary type="html">
熟悉多线程中可能出现的问题与测试方法,方便定位程序中的问题
</summary>
<category term="thread" scheme="http://www.myblogs.work/categories/thread/"/>
<category term="thread" scheme="http://www.myblogs.work/tags/thread/"/>
<category term="concurrent" scheme="http://www.myblogs.work/tags/concurrent/"/>
</entry>
<entry>
<title>结构化并发应用程序--多线程</title>
<link href="http://www.myblogs.work/thread/thread-constructed/"/>
<id>http://www.myblogs.work/thread/thread-constructed/</id>
<published>2019-01-06T16:00:00.000Z</published>
<updated>2019-01-08T11:35:01.795Z</updated>
<summary type="html">
合理的将任务拆分、分配执行、关闭
</summary>
<category term="thread" scheme="http://www.myblogs.work/categories/thread/"/>
<category term="thread" scheme="http://www.myblogs.work/tags/thread/"/>
</entry>
<entry>
<title>多线程之JAVA中容器、工具的使用</title>
<link href="http://www.myblogs.work/thread/thread-util/"/>
<id>http://www.myblogs.work/thread/thread-util/</id>
<published>2019-01-04T16:00:00.000Z</published>
<updated>2019-01-08T11:35:01.801Z</updated>
<summary type="html">
使用jdk提供的容器、工具类快速有效的实现多线程
</summary>
<category term="thread" scheme="http://www.myblogs.work/categories/thread/"/>
<category term="thread" scheme="http://www.myblogs.work/tags/thread/"/>
<category term="concurrent" scheme="http://www.myblogs.work/tags/concurrent/"/>
</entry>
<entry>
<title>多线程之对象的共享</title>
<link href="http://www.myblogs.work/thread/thread-object-share/"/>
<id>http://www.myblogs.work/thread/thread-object-share/</id>
<published>2019-01-03T16:00:00.000Z</published>
<updated>2019-01-08T11:35:01.799Z</updated>
<summary type="html">
<blockquote>
<p> 我们不仅希望防止某个线程正在使用对象状态而另一个线程在同时修改该状态,而且希望确保当一个线程修改了对象状态后,其他线程能够看到发生的状态变化。</p>
</blockquote>
<h1 id="1-对象可见性"><a
</summary>
<category term="thread" scheme="http://www.myblogs.work/categories/thread/"/>
<category term="thread" scheme="http://www.myblogs.work/tags/thread/"/>
</entry>
<entry>
<title>线程安全-多线程</title>
<link href="http://www.myblogs.work/thread/thread-safe/"/>
<id>http://www.myblogs.work/thread/thread-safe/</id>
<published>2019-01-03T09:06:00.000Z</published>
<updated>2019-01-08T11:35:01.800Z</updated>
<summary type="html">
什么时候才需要考虑线程安全问题
</summary>
<category term="thread" scheme="http://www.myblogs.work/categories/thread/"/>
<category term="thread" scheme="http://www.myblogs.work/tags/thread/"/>
</entry>
<entry>
<title>多线程</title>
<link href="http://www.myblogs.work/thread/thread-index/"/>
<id>http://www.myblogs.work/thread/thread-index/</id>
<published>2019-01-01T16:00:00.000Z</published>
<updated>2019-01-08T11:35:01.795Z</updated>
<summary type="html">
理解JAVA多线程知识,提高程序执行效率
</summary>
<category term="thread" scheme="http://www.myblogs.work/categories/thread/"/>
<category term="thread" scheme="http://www.myblogs.work/tags/thread/"/>
</entry>
<entry>
<title>hexo博客部署到服务器</title>
<link href="http://www.myblogs.work/blog/tencent-cloud/"/>
<id>http://www.myblogs.work/blog/tencent-cloud/</id>
<published>2018-12-30T16:00:00.000Z</published>
<updated>2018-12-31T12:55:53.555Z</updated>
<summary type="html">
<h1 id="前期准备"><a href="#前期准备" class="headerlink"
</summary>
<category term="blog" scheme="http://www.myblogs.work/categories/blog/"/>
<category term="blog" scheme="http://www.myblogs.work/tags/blog/"/>
<category term="tencent" scheme="http://www.myblogs.work/tags/tencent/"/>
<category term="cloud" scheme="http://www.myblogs.work/tags/cloud/"/>
</entry>
<entry>
<title>学习</title>
<link href="http://www.myblogs.work/study/study-index/"/>
<id>http://www.myblogs.work/study/study-index/</id>
<published>2018-12-28T16:00:00.000Z</published>
<updated>2018-12-29T13:33:25.247Z</updated>
<summary type="html">
<h1 id="读书总会有点作用"><a href="#读书总会有点作用" class="headerlink"
</summary>
<category term="study" scheme="http://www.myblogs.work/categories/study/"/>
<category term="学习" scheme="http://www.myblogs.work/tags/%E5%AD%A6%E4%B9%A0/"/>
</entry>
<entry>
<title>网站由jekyll迁移到hexo</title>
<link href="http://www.myblogs.work/blog/hexo-install/"/>
<id>http://www.myblogs.work/blog/hexo-install/</id>
<published>2018-12-25T16:00:00.000Z</published>
<updated>2019-01-08T11:35:01.793Z</updated>
<summary type="html">
<h1 id="安装"><a href="#安装" class="headerlink" title="安装"></a>安装</h1><ol>
<li><p>安装git与node:<a
</summary>
<category term="blog" scheme="http://www.myblogs.work/categories/blog/"/>
<category term="blog" scheme="http://www.myblogs.work/tags/blog/"/>
</entry>
<entry>
<title>spring-cloud使用的一些技巧、心得</title>
<link href="http://www.myblogs.work/spring-cloud/spring-cloud-tip/"/>
<id>http://www.myblogs.work/spring-cloud/spring-cloud-tip/</id>
<published>2018-03-19T16:00:00.000Z</published>
<updated>2018-12-25T14:58:49.876Z</updated>
<summary type="html">
<p>技巧的总结</p>
<h2 id="使用主机名而不是ip地址"><a href="#使用主机名而不是ip地址" class="headerlink"
</summary>
<category term="spring-cloud" scheme="http://www.myblogs.work/categories/spring-cloud/"/>
<category term="spring-cloud" scheme="http://www.myblogs.work/tags/spring-cloud/"/>
<category term="tip" scheme="http://www.myblogs.work/tags/tip/"/>
</entry>
<entry>
<title>高可用服务注册中心</title>
<link href="http://www.myblogs.work/spring-cloud/spring-cloud-eureka-1/"/>
<id>http://www.myblogs.work/spring-cloud/spring-cloud-eureka-1/</id>
<published>2018-03-18T16:00:00.000Z</published>
<updated>2018-12-29T13:09:56.759Z</updated>
<summary type="html">
<p>之前<a href="/spring-cloud/spring-cloud-eureka" target="_blank">服务注册中心
</summary>
<category term="spring-cloud" scheme="http://www.myblogs.work/categories/spring-cloud/"/>
<category term="spring-cloud" scheme="http://www.myblogs.work/tags/spring-cloud/"/>
<category term="eureka" scheme="http://www.myblogs.work/tags/eureka/"/>
</entry>
<entry>
<title>配置中心高可用</title>
<link href="http://www.myblogs.work/spring-cloud/spring-cloud-config-1/"/>
<id>http://www.myblogs.work/spring-cloud/spring-cloud-config-1/</id>
<published>2018-03-17T16:00:00.000Z</published>
<updated>2018-12-25T14:58:49.873Z</updated>
<summary type="html">
<p> 之前<a href="/spring-cloud/spring-cloud-config" target="_blank">配置中心</a>中主要说明了使用配置中心以及客户端的用法,这个配置中心是单点的,可以借助Eureka
</summary>
<category term="spring-cloud" scheme="http://www.myblogs.work/categories/spring-cloud/"/>
<category term="spring-cloud" scheme="http://www.myblogs.work/tags/spring-cloud/"/>
<category term="config-server" scheme="http://www.myblogs.work/tags/config-server/"/>
</entry>
<entry>
<title>服务网关</title>
<link href="http://www.myblogs.work/spring-cloud/spring-cloud-api-gateway/"/>
<id>http://www.myblogs.work/spring-cloud/spring-cloud-api-gateway/</id>
<published>2018-03-16T16:00:00.000Z</published>
<updated>2018-12-29T13:19:52.273Z</updated>
<summary type="html">
使用服务网关统一管理对外暴露的服务
</summary>
<category term="spring-cloud" scheme="http://www.myblogs.work/categories/spring-cloud/"/>
<category term="spring-cloud" scheme="http://www.myblogs.work/tags/spring-cloud/"/>
<category term="api-gateway" scheme="http://www.myblogs.work/tags/api-gateway/"/>
</entry>
<entry>
<title>配置中心</title>
<link href="http://www.myblogs.work/spring-cloud/spring-cloud-config/"/>
<id>http://www.myblogs.work/spring-cloud/spring-cloud-config/</id>
<published>2018-03-15T16:00:00.000Z</published>
<updated>2018-12-25T14:58:49.873Z</updated>
<summary type="html">
<h2 id="1-本地仓库管理配置"><a href="#1-本地仓库管理配置" class="headerlink" title="1. 本地仓库管理配置"></a>1. 本地仓库管理配置</h2><h3 id="1-1-配置中心服务端"><a
</summary>
<category term="spring-cloud" scheme="http://www.myblogs.work/categories/spring-cloud/"/>
<category term="spring-cloud" scheme="http://www.myblogs.work/tags/spring-cloud/"/>
<category term="config-server" scheme="http://www.myblogs.work/tags/config-server/"/>
</entry>
<entry>
<title>服务消费与断路器</title>
<link href="http://www.myblogs.work/spring-cloud/spring-cloud-feign/"/>
<id>http://www.myblogs.work/spring-cloud/spring-cloud-feign/</id>
<published>2018-03-14T16:00:00.000Z</published>
<updated>2018-12-25T14:58:49.875Z</updated>
<summary type="html">
<p> 客户端消费者,ribbon与feign,我更新换feign。</p>
<p>Feign使编写Web Service客户端变得非常简单。调用外部接口跟调用本地接口一样方便!</p>
<h2 id="一-负载均衡"><a href="#一-负载均衡"
</summary>
<category term="spring-cloud" scheme="http://www.myblogs.work/categories/spring-cloud/"/>
<category term="spring-cloud" scheme="http://www.myblogs.work/tags/spring-cloud/"/>
<category term="feign" scheme="http://www.myblogs.work/tags/feign/"/>
<category term="hystrix" scheme="http://www.myblogs.work/tags/hystrix/"/>
</entry>
<entry>
<title>服务注册中心</title>
<link href="http://www.myblogs.work/spring-cloud/spring-cloud-eureka/"/>
<id>http://www.myblogs.work/spring-cloud/spring-cloud-eureka/</id>
<published>2018-03-13T16:00:00.000Z</published>
<updated>2018-12-29T13:10:12.256Z</updated>
<summary type="html">
<h2 id="1-共有jar"><a href="#1-共有jar" class="headerlink" title="1. 共有jar"></a>1. 共有jar</h2><figure class="highlight xml"><table><tr><td
</summary>
<category term="spring-cloud" scheme="http://www.myblogs.work/categories/spring-cloud/"/>
<category term="spring-cloud" scheme="http://www.myblogs.work/tags/spring-cloud/"/>
<category term="eureka" scheme="http://www.myblogs.work/tags/eureka/"/>
</entry>
<entry>
<title>spring-cloud-helloworld</title>
<link href="http://www.myblogs.work/spring-cloud/spring-cloud-version/"/>
<id>http://www.myblogs.work/spring-cloud/spring-cloud-version/</id>
<published>2018-03-12T16:00:00.000Z</published>
<updated>2018-12-25T14:58:49.876Z</updated>
<summary type="html">
<h2 id="SpringCloud版本号"><a href="#SpringCloud版本号" class="headerlink"
</summary>
<category term="spring-cloud" scheme="http://www.myblogs.work/categories/spring-cloud/"/>
<category term="spring-cloud" scheme="http://www.myblogs.work/tags/spring-cloud/"/>
<category term="version" scheme="http://www.myblogs.work/tags/version/"/>
</entry>
<entry>
<title>spring-cloud前言</title>
<link href="http://www.myblogs.work/spring-cloud/spring-cloud-preface/"/>
<id>http://www.myblogs.work/spring-cloud/spring-cloud-preface/</id>
<published>2018-03-11T16:00:00.000Z</published>
<updated>2018-12-29T13:09:43.496Z</updated>
<summary type="html">
<p>开始梳理SpringCloud的学习笔记和代码,并做一个简单的分享</p>
<p>学习SpringCloud前,最好先学习springboot</p>
<h2 id="1-目标"><a href="#1-目标" class="headerlink" title="1.
</summary>
<category term="spring-cloud" scheme="http://www.myblogs.work/categories/spring-cloud/"/>
<category term="spring-cloud" scheme="http://www.myblogs.work/tags/spring-cloud/"/>
<category term="preface" scheme="http://www.myblogs.work/tags/preface/"/>
</entry>
<entry>
<title>自定义服务开启标语banner</title>
<link href="http://www.myblogs.work/spring-boot/spring-boot-banner/"/>
<id>http://www.myblogs.work/spring-boot/spring-boot-banner/</id>
<published>2018-03-01T16:00:00.000Z</published>
<updated>2018-12-25T14:58:49.871Z</updated>
<summary type="html">
<h2 id="操作"><a href="#操作" class="headerlink" title="操作"></a>操作</h2><p>在 <font
</summary>
<category term="spring-boot" scheme="http://www.myblogs.work/categories/spring-boot/"/>
<category term="spring-boot" scheme="http://www.myblogs.work/tags/spring-boot/"/>
<category term="banner" scheme="http://www.myblogs.work/tags/banner/"/>
</entry>
<entry>
<title>SpringBoot使用SwaggerUI构建API文档服务</title>
<link href="http://www.myblogs.work/spring-boot/spring-boot-swagger/"/>
<id>http://www.myblogs.work/spring-boot/spring-boot-swagger/</id>
<published>2018-02-28T16:00:00.000Z</published>
<updated>2018-12-30T14:07:57.105Z</updated>
<summary type="html">
<h2 id="目标"><a href="#目标" class="headerlink"
</summary>
<category term="spring-boot" scheme="http://www.myblogs.work/categories/spring-boot/"/>
<category term="spring-boot" scheme="http://www.myblogs.work/tags/spring-boot/"/>
<category term="swagger" scheme="http://www.myblogs.work/tags/swagger/"/>
</entry>
</feed>