-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
648 lines (317 loc) · 23.7 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
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
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
<?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="http://langaobai.github.io/"/>
<updated>2022-08-29T03:04:31.265Z</updated>
<id>http://langaobai.github.io/</id>
<author>
<name>LanGaoBai</name>
</author>
<generator uri="http://hexo.io/">Hexo</generator>
<entry>
<title>请停下“计数器”思维</title>
<link href="http://langaobai.github.io/2022/08/29/%E8%AF%B7%E5%81%9C%E4%B8%8B%E2%80%9C%E8%AE%A1%E6%95%B0%E5%99%A8%E2%80%9D%E6%80%9D%E7%BB%B4/"/>
<id>http://langaobai.github.io/2022/08/29/请停下“计数器”思维/</id>
<published>2022-08-29T02:39:00.000Z</published>
<updated>2022-08-29T03:04:31.265Z</updated>
<summary type="html">
<p>我在以前的文章里提到一个观点:不要去量化你的目标。</p>
<p>很多朋友可能不太理解这个观点。因为我们都知道一个制定目标的 SMART
</summary>
<category term="转载文章" scheme="http://langaobai.github.io/categories/%E8%BD%AC%E8%BD%BD%E6%96%87%E7%AB%A0/"/>
<category term="好文" scheme="http://langaobai.github.io/tags/%E5%A5%BD%E6%96%87/"/>
<category term="摘抄" scheme="http://langaobai.github.io/tags/%E6%91%98%E6%8A%84/"/>
</entry>
<entry>
<title>Linux-grep命令详解</title>
<link href="http://langaobai.github.io/2022/04/11/Linux-grep%E5%91%BD%E4%BB%A4%E8%AF%A6%E8%A7%A3/"/>
<id>http://langaobai.github.io/2022/04/11/Linux-grep命令详解/</id>
<published>2022-04-11T06:44:00.000Z</published>
<updated>2023-03-07T03:22:51.611Z</updated>
<summary type="html">
<p>平时一段时间不用,就又忘记了,现在记下来,方面不断重复</p>
<p>Linux grep 命令用于查找文件里符合条件的字符串。</p>
<p>grep 指令用于查找内容包含指定的范本样式的文件,如果发现某文件的内容符合所指定的范本样式,预设 grep
</summary>
<category term="Linux" scheme="http://langaobai.github.io/categories/Linux/"/>
<category term="Linux" scheme="http://langaobai.github.io/tags/Linux/"/>
<category term="grep" scheme="http://langaobai.github.io/tags/grep/"/>
</entry>
<entry>
<title>Kubernetes常用命令整理</title>
<link href="http://langaobai.github.io/2022/04/06/Kubernetes%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4%E6%95%B4%E7%90%86/"/>
<id>http://langaobai.github.io/2022/04/06/Kubernetes常用命令整理/</id>
<published>2022-04-06T13:52:00.000Z</published>
<updated>2022-04-06T13:55:18.448Z</updated>
<summary type="html">
<p><strong>好记性不如烂笔头,最近要用到kubernetes,但发现忘记好多,用得最多的是本地的docker命令,所以忘记的少,决心改变一下,发现这篇文章写得不错,文末有标注出处</strong></p>
<h2 id="kubectl常用的命令"><a
</summary>
<category term="Kubernetes" scheme="http://langaobai.github.io/categories/Kubernetes/"/>
<category term="docker" scheme="http://langaobai.github.io/categories/Kubernetes/docker/"/>
<category term="微服务" scheme="http://langaobai.github.io/categories/Kubernetes/docker/%E5%BE%AE%E6%9C%8D%E5%8A%A1/"/>
</entry>
<entry>
<title>VIM使用系列:寄存器与复制粘贴缓冲区</title>
<link href="http://langaobai.github.io/2022/01/07/VIM%E4%BD%BF%E7%94%A8%E7%B3%BB%E5%88%97%EF%BC%9A%E5%AF%84%E5%AD%98%E5%99%A8%E4%B8%8E%E5%A4%8D%E5%88%B6%E7%B2%98%E8%B4%B4%E7%BC%93%E5%86%B2%E5%8C%BA/"/>
<id>http://langaobai.github.io/2022/01/07/VIM使用系列:寄存器与复制粘贴缓冲区/</id>
<published>2022-01-07T03:19:00.000Z</published>
<updated>2022-01-07T03:22:05.822Z</updated>
<summary type="html">
<p>现在已经可以熟练使用VIM的大多数基本命令、功能来进行项目代码的开发了,但是在项目的开发过程中,依然会感觉到一些操作效率比较低,比如通过h/j/k/l来进行光标的大范围移动这类操作,显然VIM提供了更高效的命令操作方式。最近经常需要完成的工作就是需要在代码之间来回的复制、粘
</summary>
<category term="vim" scheme="http://langaobai.github.io/categories/vim/"/>
<category term="vim" scheme="http://langaobai.github.io/tags/vim/"/>
<category term="vim寄存器" scheme="http://langaobai.github.io/tags/vim%E5%AF%84%E5%AD%98%E5%99%A8/"/>
<category term="快捷操作" scheme="http://langaobai.github.io/tags/%E5%BF%AB%E6%8D%B7%E6%93%8D%E4%BD%9C/"/>
<category term="工具流" scheme="http://langaobai.github.io/tags/%E5%B7%A5%E5%85%B7%E6%B5%81/"/>
</entry>
<entry>
<title>文本处理命令AWK</title>
<link href="http://langaobai.github.io/2020/06/18/%E6%96%87%E6%9C%AC%E5%A4%84%E7%90%86%E5%91%BD%E4%BB%A4AWK/"/>
<id>http://langaobai.github.io/2020/06/18/文本处理命令AWK/</id>
<published>2020-06-18T01:27:00.000Z</published>
<updated>2020-06-18T03:03:58.234Z</updated>
<summary type="html">
<p>学习的时候,需要不断记笔记,不然过后不翻看自己的笔记,连自己都不记得有什么东西了?</p>
<p>原来有学习简单实用过AWK,觉得这个工具还可以,但是过一段时间以后,时间比较久,就忘记了这个东西,现在复习的时候,打算深刻的记录一番,留待日后再反复翻看加强记忆;</p>
<
</summary>
<category term="Linux" scheme="http://langaobai.github.io/categories/Linux/"/>
<category term="Linux" scheme="http://langaobai.github.io/tags/Linux/"/>
<category term="AWK" scheme="http://langaobai.github.io/tags/AWK/"/>
<category term="文本处理" scheme="http://langaobai.github.io/tags/%E6%96%87%E6%9C%AC%E5%A4%84%E7%90%86/"/>
</entry>
<entry>
<title>Emmet笔记</title>
<link href="http://langaobai.github.io/2020/05/04/Emmet%E7%AC%94%E8%AE%B0/"/>
<id>http://langaobai.github.io/2020/05/04/Emmet笔记/</id>
<published>2020-05-04T01:52:00.000Z</published>
<updated>2020-05-04T02:25:16.624Z</updated>
<summary type="html">
<p>最近又需要经常的使用emmet写html,但是好长时间不写了,突然忘记了很多,虽然简单,但是很多东西长时间不用,又给忘记了;</p>
<p>因此决定要写一下笔记,好记性不如烂笔头,多记录一下,以后方便自己也多查查;</p>
<h3
</summary>
<category term="HTML" scheme="http://langaobai.github.io/categories/HTML/"/>
<category term="前端" scheme="http://langaobai.github.io/categories/HTML/%E5%89%8D%E7%AB%AF/"/>
<category term="前端" scheme="http://langaobai.github.io/tags/%E5%89%8D%E7%AB%AF/"/>
<category term="HTML" scheme="http://langaobai.github.io/tags/HTML/"/>
</entry>
<entry>
<title>fzf模糊搜索神器的常用命令</title>
<link href="http://langaobai.github.io/2020/04/15/fzf%E6%A8%A1%E7%B3%8A%E6%90%9C%E7%B4%A2%E7%A5%9E%E5%99%A8%E7%9A%84%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4/"/>
<id>http://langaobai.github.io/2020/04/15/fzf模糊搜索神器的常用命令/</id>
<published>2020-04-15T01:23:00.000Z</published>
<updated>2023-03-07T05:37:30.922Z</updated>
<summary type="html">
<p>fzf是一个通用的命令行模糊查找器, 通过输入模糊的关键词就可以定位文件或文件夹。结合其他工具(比如rg)可以完成非常多的工作,在工作中可以大幅提高你的工作效率。</p>
<p>fzf可以用于文件、命令历史记录、进程、主机名、书签、git提交等。</p>
<h2
</summary>
<category term="Terminal" scheme="http://langaobai.github.io/categories/Terminal/"/>
<category term="Linux" scheme="http://langaobai.github.io/categories/Terminal/Linux/"/>
<category term="Linux" scheme="http://langaobai.github.io/tags/Linux/"/>
<category term="模糊搜索" scheme="http://langaobai.github.io/tags/%E6%A8%A1%E7%B3%8A%E6%90%9C%E7%B4%A2/"/>
<category term="Terminal" scheme="http://langaobai.github.io/tags/Terminal/"/>
<category term="Command Line" scheme="http://langaobai.github.io/tags/Command-Line/"/>
</entry>
<entry>
<title>npm包管理常用命令(不定时更新)</title>
<link href="http://langaobai.github.io/2020/04/02/npm%E5%8C%85%E7%AE%A1%E7%90%86%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4/"/>
<id>http://langaobai.github.io/2020/04/02/npm包管理常用命令/</id>
<published>2020-04-02T01:55:00.000Z</published>
<updated>2020-04-18T04:20:47.089Z</updated>
<summary type="html">
<h3 id="介绍"><a href="#介绍" class="headerlink"
</summary>
<category term="node" scheme="http://langaobai.github.io/categories/node/"/>
<category term="node" scheme="http://langaobai.github.io/tags/node/"/>
<category term="npm" scheme="http://langaobai.github.io/tags/npm/"/>
</entry>
<entry>
<title>Linux的一些小认识</title>
<link href="http://langaobai.github.io/2020/03/07/Linux%E7%9A%84%E4%B8%80%E4%BA%9B%E5%B0%8F%E8%AE%A4%E8%AF%86/"/>
<id>http://langaobai.github.io/2020/03/07/Linux的一些小认识/</id>
<published>2020-03-07T03:16:15.000Z</published>
<updated>2023-03-07T03:16:45.220Z</updated>
<summary type="html">
<h3 id="关于权限小命令"><a href="#关于权限小命令" class="headerlink" title="关于权限小命令"></a>关于权限小命令</h3><p>chown <code>change owner</code>
</summary>
<category term="Linux" scheme="http://langaobai.github.io/categories/Linux/"/>
<category term="Linux" scheme="http://langaobai.github.io/tags/Linux/"/>
<category term="cmd" scheme="http://langaobai.github.io/tags/cmd/"/>
<category term="permissions" scheme="http://langaobai.github.io/tags/permissions/"/>
<category term="authorized" scheme="http://langaobai.github.io/tags/authorized/"/>
</entry>
<entry>
<title>Swagger常用注解</title>
<link href="http://langaobai.github.io/2020/02/24/Swagger%E5%B8%B8%E7%94%A8%E6%B3%A8%E8%A7%A3/"/>
<id>http://langaobai.github.io/2020/02/24/Swagger常用注解/</id>
<published>2020-02-24T01:24:00.000Z</published>
<updated>2020-04-18T04:20:47.088Z</updated>
<summary type="html">
<h3 id="简介"><a href="#简介" class="headerlink"
</summary>
<category term="API" scheme="http://langaobai.github.io/categories/API/"/>
<category term="Swagger" scheme="http://langaobai.github.io/categories/API/Swagger/"/>
<category term="Swagger" scheme="http://langaobai.github.io/tags/Swagger/"/>
<category term="API" scheme="http://langaobai.github.io/tags/API/"/>
</entry>
<entry>
<title>HomeBrew常用命令集</title>
<link href="http://langaobai.github.io/2020/01/16/HomeBrew%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4%E9%9B%86/"/>
<id>http://langaobai.github.io/2020/01/16/HomeBrew常用命令集/</id>
<published>2020-01-16T03:38:00.000Z</published>
<updated>2022-03-07T02:52:54.411Z</updated>
<summary type="html">
<p>最近将生成力工具大量迁移到Mac上,在安装软件部分,很多人都推荐了homebrew,因此我也快速的用上.</p>
<p>在使用过程中,出现了很多的问题,因此我需要对这些常用的命令进行记录一下;</p>
<h3 id="查看当前Homebrew-镜像源"><a
</summary>
<category term="homebrew" scheme="http://langaobai.github.io/categories/homebrew/"/>
<category term="Mac" scheme="http://langaobai.github.io/tags/Mac/"/>
<category term="homebrew" scheme="http://langaobai.github.io/tags/homebrew/"/>
</entry>
<entry>
<title>AXURE快捷操作</title>
<link href="http://langaobai.github.io/2019/12/12/AXURE%E5%BF%AB%E6%8D%B7%E6%93%8D%E4%BD%9C/"/>
<id>http://langaobai.github.io/2019/12/12/AXURE快捷操作/</id>
<published>2019-12-12T01:30:00.000Z</published>
<updated>2020-04-18T04:20:47.086Z</updated>
<summary type="html">
<p>之前一直忙于项目或者一些事情,然后欠账太多,导致今年都没有认真记过什么东西;</p>
<p>最近新项目开展,本来是个技术,但奈何人手不足,只能顶缸一下需求调研,以及软件设计规划的活了;</p>
<p>再由于之前,没有充分调研,结果我用<strong>lunacy类sketc
</summary>
<category term="快捷键" scheme="http://langaobai.github.io/categories/%E5%BF%AB%E6%8D%B7%E9%94%AE/"/>
<category term="快捷键" scheme="http://langaobai.github.io/tags/%E5%BF%AB%E6%8D%B7%E9%94%AE/"/>
<category term="软件" scheme="http://langaobai.github.io/tags/%E8%BD%AF%E4%BB%B6/"/>
</entry>
<entry>
<title>刻意练习</title>
<link href="http://langaobai.github.io/2019/04/23/%E5%88%BB%E6%84%8F%E7%BB%83%E4%B9%A0/"/>
<id>http://langaobai.github.io/2019/04/23/刻意练习/</id>
<published>2019-04-23T08:35:00.000Z</published>
<updated>2020-04-18T04:20:47.090Z</updated>
<summary type="html">
<h3 id="我与本书的一些接触"><a href="#我与本书的一些接触" class="headerlink"
</summary>
<category term="书籍" scheme="http://langaobai.github.io/categories/%E4%B9%A6%E7%B1%8D/"/>
<category term="书籍" scheme="http://langaobai.github.io/tags/%E4%B9%A6%E7%B1%8D/"/>
</entry>
<entry>
<title>认识深度学习(二)卷积神经网络</title>
<link href="http://langaobai.github.io/2019/03/25/%E8%AE%A4%E8%AF%86%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0%EF%BC%88%E4%BA%8C%EF%BC%89%E5%8D%B7%E7%A7%AF%E7%A5%9E%E7%BB%8F%E7%BD%91%E7%BB%9C/"/>
<id>http://langaobai.github.io/2019/03/25/认识深度学习(二)卷积神经网络/</id>
<published>2019-03-25T14:24:00.000Z</published>
<updated>2020-04-18T04:20:47.093Z</updated>
<summary type="html">
<p>学习一段时间的深度学习以后,并且对于深度学习中的深度以及学习有了一定的概念以后,我们就来实战一下。</p>
<p>那么究竟如何将复杂的数学模型转换为可编程的程序呢?</p>
<p>就让我们来看看深度学习中的一个概念卷积神经网络;</p>
</summary>
<category term="算法" scheme="http://langaobai.github.io/categories/%E7%AE%97%E6%B3%95/"/>
<category term="深度学习" scheme="http://langaobai.github.io/categories/%E7%AE%97%E6%B3%95/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0/"/>
<category term="算法" scheme="http://langaobai.github.io/tags/%E7%AE%97%E6%B3%95/"/>
<category term="深度学习" scheme="http://langaobai.github.io/tags/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0/"/>
<category term="机器学习" scheme="http://langaobai.github.io/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
</entry>
<entry>
<title>Docker归纳</title>
<link href="http://langaobai.github.io/2019/03/05/Docker%E5%BD%92%E7%BA%B3/"/>
<id>http://langaobai.github.io/2019/03/05/Docker归纳/</id>
<published>2019-03-05T02:09:00.000Z</published>
<updated>2020-04-18T04:20:47.087Z</updated>
<summary type="html">
<p>学习和使用docker已经有一段时间了,可是一直没有时间进行归纳总结;</p>
<p>想来最近项目稍闲,所以赶紧整理一下之前学到,并运用的一些docker知识,并作为后面自己的知识库进行运用;</p>
<h3 id="Docker的来由"><a
</summary>
<category term="docker" scheme="http://langaobai.github.io/categories/docker/"/>
<category term="容器" scheme="http://langaobai.github.io/tags/%E5%AE%B9%E5%99%A8/"/>
<category term="docker" scheme="http://langaobai.github.io/tags/docker/"/>
<category term="image" scheme="http://langaobai.github.io/tags/image/"/>
<category term="container" scheme="http://langaobai.github.io/tags/container/"/>
<category term="swarm" scheme="http://langaobai.github.io/tags/swarm/"/>
<category term="k8s" scheme="http://langaobai.github.io/tags/k8s/"/>
</entry>
<entry>
<title>认识深度学习(一)</title>
<link href="http://langaobai.github.io/2019/02/28/%E8%AE%A4%E8%AF%86%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0%EF%BC%88%E4%B8%80%EF%BC%89/"/>
<id>http://langaobai.github.io/2019/02/28/认识深度学习(一)/</id>
<published>2019-02-28T07:11:00.000Z</published>
<updated>2021-12-08T01:38:53.809Z</updated>
<summary type="html">
<h3 id="基础认识"><a href="#基础认识" class="headerlink"
</summary>
<category term="算法" scheme="http://langaobai.github.io/categories/%E7%AE%97%E6%B3%95/"/>
<category term="深度学习" scheme="http://langaobai.github.io/categories/%E7%AE%97%E6%B3%95/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0/"/>
<category term="算法" scheme="http://langaobai.github.io/tags/%E7%AE%97%E6%B3%95/"/>
<category term="深度学习" scheme="http://langaobai.github.io/tags/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0/"/>
<category term="机器学习" scheme="http://langaobai.github.io/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
</entry>
<entry>
<title>MAVEN常用命令</title>
<link href="http://langaobai.github.io/2019/02/20/MAVEN%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4/"/>
<id>http://langaobai.github.io/2019/02/20/MAVEN常用命令/</id>
<published>2019-02-20T04:03:00.000Z</published>
<updated>2020-04-18T04:20:47.087Z</updated>
<summary type="html">
<p>本人属于有点懒的人,因为公司的项目一直都是用maven构建的,简单的构建,当然没有什么问题;</p>
<p>但是涉及到一些复杂的问题需要用到命令模式的时候,又避免不了反复去查询了;</p>
<p>所以只能是记到自己的博客中来了;</p>
<h3
</summary>
<category term="MAVEN" scheme="http://langaobai.github.io/categories/MAVEN/"/>
<category term="MAVEN" scheme="http://langaobai.github.io/tags/MAVEN/"/>
<category term="command" scheme="http://langaobai.github.io/tags/command/"/>
<category term="shell" scheme="http://langaobai.github.io/tags/shell/"/>
</entry>
<entry>
<title>聊一聊深度学习</title>
<link href="http://langaobai.github.io/2018/12/26/%E8%81%8A%E4%B8%80%E8%81%8A%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0/"/>
<id>http://langaobai.github.io/2018/12/26/聊一聊深度学习/</id>
<published>2018-12-26T07:17:00.000Z</published>
<updated>2020-04-18T04:20:47.093Z</updated>
<summary type="html">
<h3 id="原来的深度学习是什么样的?"><a href="#原来的深度学习是什么样的?" class="headerlink"
</summary>
<category term="算法" scheme="http://langaobai.github.io/categories/%E7%AE%97%E6%B3%95/"/>
<category term="深度学习" scheme="http://langaobai.github.io/categories/%E7%AE%97%E6%B3%95/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0/"/>
<category term="机器学习" scheme="http://langaobai.github.io/categories/%E7%AE%97%E6%B3%95/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
<category term="算法" scheme="http://langaobai.github.io/tags/%E7%AE%97%E6%B3%95/"/>
<category term="深度学习" scheme="http://langaobai.github.io/tags/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0/"/>
<category term="机器学习" scheme="http://langaobai.github.io/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
</entry>
<entry>
<title>说说离我们最近的单元测试之道</title>
<link href="http://langaobai.github.io/2018/11/28/%E8%AF%B4%E8%AF%B4%E7%A6%BB%E6%88%91%E4%BB%AC%E6%9C%80%E8%BF%91%E7%9A%84%E5%8D%95%E5%85%83%E6%B5%8B%E8%AF%95%E4%B9%8B%E9%81%93/"/>
<id>http://langaobai.github.io/2018/11/28/说说离我们最近的单元测试之道/</id>
<published>2018-11-28T08:14:00.000Z</published>
<updated>2020-04-18T04:20:47.094Z</updated>
<summary type="html">
<h3 id="为什么要单元测试?"><a href="#为什么要单元测试?" class="headerlink"
</summary>
<category term="单元测试" scheme="http://langaobai.github.io/categories/%E5%8D%95%E5%85%83%E6%B5%8B%E8%AF%95/"/>
<category term="单元测试" scheme="http://langaobai.github.io/tags/%E5%8D%95%E5%85%83%E6%B5%8B%E8%AF%95/"/>
<category term="JUNIT" scheme="http://langaobai.github.io/tags/JUNIT/"/>
<category term="思考" scheme="http://langaobai.github.io/tags/%E6%80%9D%E8%80%83/"/>
</entry>
<entry>
<title>爬虫-应该知道些什么?</title>
<link href="http://langaobai.github.io/2018/11/19/%E7%88%AC%E8%99%AB-%E5%BA%94%E8%AF%A5%E7%9F%A5%E9%81%93%E4%BA%9B%E4%BB%80%E4%B9%88%EF%BC%9F/"/>
<id>http://langaobai.github.io/2018/11/19/爬虫-应该知道些什么?/</id>
<published>2018-11-19T06:03:00.000Z</published>
<updated>2020-04-18T04:20:47.091Z</updated>
<summary type="html">
<p>好长时间,我都觉得爬虫是作为一个程序员必备的一项知识,但是长久的不接触,或者一直忙于其他事情,渐渐的有些忘记了自己最初为啥要做这个事情。</p>
<p>直到最近一直在学习着一些<strong>算法分析</strong>,才发现自己<strong>可用的数据很少,几乎没有</
</summary>
<category term="Python" scheme="http://langaobai.github.io/categories/Python/"/>
<category term="爬虫" scheme="http://langaobai.github.io/categories/Python/%E7%88%AC%E8%99%AB/"/>
<category term="Python" scheme="http://langaobai.github.io/tags/Python/"/>
<category term="爬虫" scheme="http://langaobai.github.io/tags/%E7%88%AC%E8%99%AB/"/>
</entry>
</feed>