-
Notifications
You must be signed in to change notification settings - Fork 0
/
atom.xml
593 lines (272 loc) · 18.4 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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="https://www.w3.org/2005/Atom">
<title>咕咕星Blog</title>
<subtitle>我们的征途是星辰大海</subtitle>
<link href="/atom.xml" rel="self"/>
<link href="https://www.guixinchn.cn/"/>
<updated>2020-10-24T11:20:26.262Z</updated>
<id>https://www.guixinchn.cn/</id>
<author>
<name>咕咕星</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>Python_爬虫百度英文学习词典</title>
<link href="https://www.guixinchn.cn/posts/1e18.html"/>
<id>https://www.guixinchn.cn/posts/1e18.html</id>
<published>2020-10-24T11:19:34.000Z</published>
<updated>2020-10-24T11:20:26.262Z</updated>
<summary type="html">
<h5 id="主方法main"><a href="#主方法main" class="headerlink"
</summary>
<category term="汇编语言" scheme="https://www.guixinchn.cn/categories/%E6%B1%87%E7%BC%96%E8%AF%AD%E8%A8%80/"/>
<category term="Python" scheme="https://www.guixinchn.cn/tags/Python/"/>
</entry>
<entry>
<title>Python_字典实现简单预约系统</title>
<link href="https://www.guixinchn.cn/posts/db34.html"/>
<id>https://www.guixinchn.cn/posts/db34.html</id>
<published>2020-09-29T14:35:57.000Z</published>
<updated>2020-09-29T14:36:36.055Z</updated>
<summary type="html">
<h2 id="具体步骤:"><a href="#具体步骤:" class="headerlink" title="具体步骤:"></a>具体步骤:</h2><h4 id="编写主程序"><a href="#编写主程序" class="headerlink"
</summary>
<category term="汇编语言" scheme="https://www.guixinchn.cn/categories/%E6%B1%87%E7%BC%96%E8%AF%AD%E8%A8%80/"/>
<category term="Python" scheme="https://www.guixinchn.cn/tags/Python/"/>
</entry>
<entry>
<title>java_二维数组简单快递系统</title>
<link href="https://www.guixinchn.cn/posts/45d8.html"/>
<id>https://www.guixinchn.cn/posts/45d8.html</id>
<published>2020-09-29T14:23:27.000Z</published>
<updated>2020-09-29T14:36:36.057Z</updated>
<summary type="html">
<h2 id="利用二维数组存储快递信息"><a href="#利用二维数组存储快递信息" class="headerlink"
</summary>
<category term="汇编语言" scheme="https://www.guixinchn.cn/categories/%E6%B1%87%E7%BC%96%E8%AF%AD%E8%A8%80/"/>
<category term="Java" scheme="https://www.guixinchn.cn/tags/Java/"/>
</entry>
<entry>
<title>Python_字符串</title>
<link href="https://www.guixinchn.cn/posts/37ce.html"/>
<id>https://www.guixinchn.cn/posts/37ce.html</id>
<published>2020-09-12T16:30:17.000Z</published>
<updated>2020-09-12T16:46:50.554Z</updated>
<summary type="html">
<h2 id="定义字符串"><a href="#定义字符串" class="headerlink"
</summary>
<category term="汇编语言" scheme="https://www.guixinchn.cn/categories/%E6%B1%87%E7%BC%96%E8%AF%AD%E8%A8%80/"/>
<category term="Python" scheme="https://www.guixinchn.cn/tags/Python/"/>
</entry>
<entry>
<title>Linux教学资源服务器构建</title>
<link href="https://www.guixinchn.cn/posts/608a.html"/>
<id>https://www.guixinchn.cn/posts/608a.html</id>
<published>2020-08-24T14:53:55.000Z</published>
<updated>2020-08-24T15:00:02.000Z</updated>
<summary type="html">
<h1 id="1-需求分析"><a href="#1-需求分析" class="headerlink" title="1. 需求分析"></a>1. 需求分析</h1><h2 id="1-1-课题简介"><a href="#1-1-课题简介"
</summary>
<category term="技术总结" scheme="https://www.guixinchn.cn/categories/%E6%8A%80%E6%9C%AF%E6%80%BB%E7%BB%93/"/>
<category term="Linux" scheme="https://www.guixinchn.cn/tags/Linux/"/>
</entry>
<entry>
<title>Hexo-Matery主题性能优化</title>
<link href="https://www.guixinchn.cn/posts/38f3.html"/>
<id>https://www.guixinchn.cn/posts/38f3.html</id>
<published>2020-08-23T09:06:02.000Z</published>
<updated>2020-08-25T10:29:20.000Z</updated>
<summary type="html">
<h2 id="性能优化"><a href="#性能优化" class="headerlink" title="性能优化"></a>性能优化</h2><h3 id="文章生成永久链接"><a href="#文章生成永久链接" class="headerlink"
</summary>
<category term="关于博客" scheme="https://www.guixinchn.cn/categories/%E5%85%B3%E4%BA%8E%E5%8D%9A%E5%AE%A2/"/>
<category term="Matery" scheme="https://www.guixinchn.cn/tags/Matery/"/>
<category term="Hexo" scheme="https://www.guixinchn.cn/tags/Hexo/"/>
</entry>
<entry>
<title>Hexo-Matery主题美化</title>
<link href="https://www.guixinchn.cn/posts/952f.html"/>
<id>https://www.guixinchn.cn/posts/952f.html</id>
<published>2020-08-21T10:03:31.000Z</published>
<updated>2020-08-21T10:14:50.000Z</updated>
<summary type="html">
<h2 id="下载安装Matery主题"><a href="#下载安装Matery主题" class="headerlink" title="下载安装Matery主题"></a>下载安装Matery主题</h2><p>首先在<a
</summary>
<category term="关于博客" scheme="https://www.guixinchn.cn/categories/%E5%85%B3%E4%BA%8E%E5%8D%9A%E5%AE%A2/"/>
<category term="Matery" scheme="https://www.guixinchn.cn/tags/Matery/"/>
<category term="Hexo" scheme="https://www.guixinchn.cn/tags/Hexo/"/>
</entry>
<entry>
<title>jsp九大内置对象常用方法及四个作用域</title>
<link href="https://www.guixinchn.cn/posts/b91f.html"/>
<id>https://www.guixinchn.cn/posts/b91f.html</id>
<published>2020-08-19T10:39:39.000Z</published>
<updated>2020-08-19T10:45:24.000Z</updated>
<summary type="html">
<h1 id="九大内置对象"><a href="#九大内置对象" class="headerlink" title="九大内置对象"></a>九大内置对象</h1><p>jsp中的九大内置对象是自带的,不需要new 也能使用的对象</p>
<h2 id="out:"><a
</summary>
<category term="汇编语言" scheme="https://www.guixinchn.cn/categories/%E6%B1%87%E7%BC%96%E8%AF%AD%E8%A8%80/"/>
<category term="JavaWeb" scheme="https://www.guixinchn.cn/tags/JavaWeb/"/>
<category term="Jsp" scheme="https://www.guixinchn.cn/tags/Jsp/"/>
</entry>
<entry>
<title>java_缓冲流、转换流、序列化流</title>
<link href="https://www.guixinchn.cn/posts/782c.html"/>
<id>https://www.guixinchn.cn/posts/782c.html</id>
<published>2020-08-12T06:44:29.000Z</published>
<updated>2020-08-12T06:47:56.000Z</updated>
<summary type="html">
<h1 id="一、缓冲流"><a href="#一、缓冲流" class="headerlink"
</summary>
<category term="汇编语言" scheme="https://www.guixinchn.cn/categories/%E6%B1%87%E7%BC%96%E8%AF%AD%E8%A8%80/"/>
<category term="Java" scheme="https://www.guixinchn.cn/tags/Java/"/>
<category term="Stream" scheme="https://www.guixinchn.cn/tags/Stream/"/>
</entry>
<entry>
<title>MySQL忘记root密码,错误号码1045解决办法</title>
<link href="https://www.guixinchn.cn/posts/2020.html"/>
<id>https://www.guixinchn.cn/posts/2020.html</id>
<published>2020-08-11T10:35:19.000Z</published>
<updated>2020-08-11T10:38:48.000Z</updated>
<summary type="html">
<p><img src="https://cdn.jsdelivr.net/gh/guixinchn/image/blog/loading.gif"
</summary>
<category term="日常经验" scheme="https://www.guixinchn.cn/categories/%E6%97%A5%E5%B8%B8%E7%BB%8F%E9%AA%8C/"/>
<category term="MySQL" scheme="https://www.guixinchn.cn/tags/MySQL/"/>
</entry>
<entry>
<title>高速图床picgo+typora+github+jsdelivr</title>
<link href="https://www.guixinchn.cn/posts/c770.html"/>
<id>https://www.guixinchn.cn/posts/c770.html</id>
<published>2020-08-10T15:53:55.000Z</published>
<updated>2020-08-10T16:06:06.000Z</updated>
<summary type="html">
<h1 id="picgo"><a href="#picgo" class="headerlink" title="picgo"></a>picgo</h1><p>PicGo
</summary>
<category term="关于博客" scheme="https://www.guixinchn.cn/categories/%E5%85%B3%E4%BA%8E%E5%8D%9A%E5%AE%A2/"/>
<category term="Github" scheme="https://www.guixinchn.cn/tags/Github/"/>
<category term="picgo" scheme="https://www.guixinchn.cn/tags/picgo/"/>
</entry>
<entry>
<title>程序员必备CDN加速远程Github仓库</title>
<link href="https://www.guixinchn.cn/posts/c699.html"/>
<id>https://www.guixinchn.cn/posts/c699.html</id>
<published>2020-08-10T13:30:55.000Z</published>
<updated>2020-08-10T16:06:06.000Z</updated>
<summary type="html">
<h3 id="CDN"><a href="#CDN" class="headerlink" title="CDN"></a>CDN</h3><p><img
</summary>
<category term="关于博客" scheme="https://www.guixinchn.cn/categories/%E5%85%B3%E4%BA%8E%E5%8D%9A%E5%AE%A2/"/>
<category term="Github" scheme="https://www.guixinchn.cn/tags/Github/"/>
<category term="CDN" scheme="https://www.guixinchn.cn/tags/CDN/"/>
</entry>
<entry>
<title>java_Lambda表达式四个最基本的函数式接口</title>
<link href="https://www.guixinchn.cn/posts/abbe.html"/>
<id>https://www.guixinchn.cn/posts/abbe.html</id>
<published>2020-08-09T12:32:55.000Z</published>
<updated>2020-08-10T16:06:06.000Z</updated>
<summary type="html">
<h1 id="Lambda表达式"><a href="#Lambda表达式" class="headerlink" title="Lambda表达式"></a>Lambda表达式</h1><p>当需要启动一个线程去完成任务时,通常会通过 java.lang.Runnable
</summary>
<category term="汇编语言" scheme="https://www.guixinchn.cn/categories/%E6%B1%87%E7%BC%96%E8%AF%AD%E8%A8%80/"/>
<category term="Java" scheme="https://www.guixinchn.cn/tags/Java/"/>
<category term="Lambda" scheme="https://www.guixinchn.cn/tags/Lambda/"/>
</entry>
<entry>
<title>java_List、Set、Conllections工具类</title>
<link href="https:https://www.guixinchn.cn/posts/fa53.html"/>
<id>https://www.guixinchn.cn/posts/fa53.html</id>
<published>2020-08-07T15:22:58.000Z</published>
<updated>2020-08-10T16:06:06.000Z</updated>
<summary type="html">
<h1 id="List接口"><a href="#List接口" class="headerlink" title="List接口"></a>List接口</h1><p>java.util.List 接口继承自 Collection
</summary>
<category term="汇编语言" scheme="https://www.guixinchn.cn/categories/%E6%B1%87%E7%BC%96%E8%AF%AD%E8%A8%80/"/>
<category term="Java" scheme="https://www.guixinchn.cn/tags/Java/"/>
<category term="Conllection" scheme="https://www.guixinchn.cn/tags/Conllection/"/>
</entry>
<entry>
<title>java_Collection、Map、泛型的使用</title>
<link href="https://www.guixinchn.cn/posts/679.html"/>
<id>https://www.guixinchn.cn/posts/679.html</id>
<published>2020-08-07T13:32:55.000Z</published>
<updated>2020-08-10T16:06:06.000Z</updated>
<summary type="html">
<h1 id="Collection集合"><a href="#Collection集合" class="headerlink" title="Collection集合"></a>Collection集合</h1><p>集合按照其存储结构可以分为两大类,分别是<br>单列集合
</summary>
<category term="汇编语言" scheme="https://www.guixinchn.cn/categories/%E6%B1%87%E7%BC%96%E8%AF%AD%E8%A8%80/"/>
<category term="Java" scheme="https://www.guixinchn.cn/tags/Java/"/>
<category term="Collection" scheme="https://www.guixinchn.cn/tags/Collection/"/>
</entry>
<entry>
<title>java_线程、同步、线程池</title>
<link href="https://www.guixinchn.cn/posts/4747.html"/>
<id>https://www.guixinchn.cn/posts/4747.html</id>
<published>2020-08-07T12:13:55.000Z</published>
<updated>2020-08-10T16:06:06.000Z</updated>
<summary type="html">
<h1 id="线程"><a href="#线程" class="headerlink" title="线程"></a>线程</h1><p>Java使用 java.lang.Thread 类代表线程,所有的线程对象都必须是Thread类或其子类的实例</p>
<h2
</summary>
<category term="汇编语言" scheme="https://www.guixinchn.cn/categories/%E6%B1%87%E7%BC%96%E8%AF%AD%E8%A8%80/"/>
<category term="Java" scheme="https://www.guixinchn.cn/tags/Java/"/>
<category term="Class" scheme="https://www.guixinchn.cn/tags/Class/"/>
</entry>
<entry>
<title>java_抽象类、接口、多态的使用</title>
<link href="https://www.guixinchn.cn/posts/cb67.html"/>
<id>https://www.guixinchn.cn/posts/cb67.html</id>
<published>2020-08-06T15:32:45.000Z</published>
<updated>2020-08-10T16:06:06.000Z</updated>
<summary type="html">
<h1 id="抽象类"><a href="#抽象类" class="headerlink" title="抽象类"></a>抽象类</h1><p>抽象类:包含抽象方法的类。<br>抽象方法 : 没有方法体的方法。</p>
<p>使用 <code>abstract
</summary>
<category term="汇编语言" scheme="https://www.guixinchn.cn/categories/%E6%B1%87%E7%BC%96%E8%AF%AD%E8%A8%80/"/>
<category term="Java" scheme="https://www.guixinchn.cn/tags/Java/"/>
<category term="Class" scheme="https://www.guixinchn.cn/tags/Class/"/>
</entry>
<entry>
<title>java_String类、StringBuilder类、Arrays类、Math类的使用</title>
<link href="https://www.guixinchn.cn/posts/dcff.html"/>
<id>https://www.guixinchn.cn/posts/dcff.html</id>
<published>2020-08-06T13:32:55.000Z</published>
<updated>2020-08-10T16:06:06.000Z</updated>
<summary type="html">
<h1 id="String类"><a href="#String类" class="headerlink" title="String类"></a>String类</h1><p>java.lang.String 类代表字符串。Java程序中所有的字符串文字(例如 “abc”
</summary>
<category term="汇编语言" scheme="https://www.guixinchn.cn/categories/%E6%B1%87%E7%BC%96%E8%AF%AD%E8%A8%80/"/>
<category term="Java" scheme="https://www.guixinchn.cn/tags/Java/"/>
<category term="API" scheme="https://www.guixinchn.cn/tags/API/"/>
<category term="Class" scheme="https://www.guixinchn.cn/tags/Class/"/>
</entry>
<entry>
<title>java_Object类、日期时间类、System类、包装类</title>
<link href="https://www.guixinchn.cn/posts/21ac.html"/>
<id>https://www.guixinchn.cn/posts/21ac.html</id>
<published>2020-08-06T12:32:55.000Z</published>
<updated>2020-08-10T16:06:06.000Z</updated>
<summary type="html">
<h1 id="Object类"><a href="#Object类" class="headerlink" title="Object类"></a>Object类</h1><p>java.lang.Object
</summary>
<category term="汇编语言" scheme="https://www.guixinchn.cn/categories/%E6%B1%87%E7%BC%96%E8%AF%AD%E8%A8%80/"/>
<category term="Java" scheme="https://www.guixinchn.cn/tags/Java/"/>
<category term="Class" scheme="https://www.guixinchn.cn/tags/Class/"/>
</entry>
<entry>
<title>java_内部类、匿名内部类的使用</title>
<link href="https://www.guixinchn.cn/posts/4ef.html"/>
<id>https://www.guixinchn.cn/posts/4ef.html</id>
<published>2020-08-05T14:32:55.000Z</published>
<updated>2020-08-10T16:06:06.000Z</updated>
<summary type="html">
<h1 id="内部类"><a href="#内部类" class="headerlink" title="内部类"></a>内部类</h1><p>将一个类A定义在另一个类B里面,里面的那个类A就称为内部类,B则称为外部类。</p>
<h2 id="内部类的分类"><a
</summary>
<category term="汇编语言" scheme="https://www.guixinchn.cn/categories/%E6%B1%87%E7%BC%96%E8%AF%AD%E8%A8%80/"/>
<category term="Java" scheme="https://www.guixinchn.cn/tags/Java/"/>
<category term="Class" scheme="https://www.guixinchn.cn/tags/Class/"/>
</entry>
</feed>