-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatom.xml
More file actions
635 lines (306 loc) · 22.3 KB
/
Copy pathatom.xml
File metadata and controls
635 lines (306 loc) · 22.3 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
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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Qiao's Blog</title>
<link href="https://codeqiao.github.io/atom.xml" rel="self"/>
<link href="https://codeqiao.github.io/"/>
<updated>2023-08-07T04:10:53.475Z</updated>
<id>https://codeqiao.github.io/</id>
<author>
<name>Qiao</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>java学习笔记</title>
<link href="https://codeqiao.github.io/2023/07/23/java%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
<id>https://codeqiao.github.io/2023/07/23/java%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/</id>
<published>2023-07-23T09:58:05.000Z</published>
<updated>2023-08-07T04:10:53.475Z</updated>
<summary type="html"><p>[TOC]</p>
<h2 id="Java基本语法">Java基本语法</h2>
<h3 id="知识点1-打印数组">知识点1</summary>
<category term="大数据学习" scheme="https://codeqiao.github.io/categories/%E5%A4%A7%E6%95%B0%E6%8D%AE%E5%AD%A6%E4%B9%A0/"/>
<category term="大数据基础" scheme="https://codeqiao.github.io/categories/%E5%A4%A7%E6%95%B0%E6%8D%AE%E5%AD%A6%E4%B9%A0/%E5%A4%A7%E6%95%B0%E6%8D%AE%E5%9F%BA%E7%A1%80/"/>
<category term="JAVA核心基础" scheme="https://codeqiao.github.io/categories/%E5%A4%A7%E6%95%B0%E6%8D%AE%E5%AD%A6%E4%B9%A0/%E5%A4%A7%E6%95%B0%E6%8D%AE%E5%9F%BA%E7%A1%80/JAVA%E6%A0%B8%E5%BF%83%E5%9F%BA%E7%A1%80/"/>
<category term="笔记" scheme="https://codeqiao.github.io/tags/%E7%AC%94%E8%AE%B0/"/>
<category term="JAVA" scheme="https://codeqiao.github.io/tags/JAVA/"/>
</entry>
<entry>
<title>决策树</title>
<link href="https://codeqiao.github.io/2023/06/29/%E5%86%B3%E7%AD%96%E6%A0%91/"/>
<id>https://codeqiao.github.io/2023/06/29/%E5%86%B3%E7%AD%96%E6%A0%91/</id>
<published>2023-06-29T09:01:13.000Z</published>
<updated>2023-08-07T04:12:16.550Z</updated>
<summary type="html"><h1>决策树</h1>
<p>B站视频</p>
<p><a class="link" </summary>
<category term="机器学习" scheme="https://codeqiao.github.io/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
<category term="决策树" scheme="https://codeqiao.github.io/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/%E5%86%B3%E7%AD%96%E6%A0%91/"/>
<category term="机器学习" scheme="https://codeqiao.github.io/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
<category term="决策树" scheme="https://codeqiao.github.io/tags/%E5%86%B3%E7%AD%96%E6%A0%91/"/>
</entry>
<entry>
<title>英语阅读day01</title>
<link href="https://codeqiao.github.io/2023/06/08/%E8%8B%B1%E8%AF%AD%E9%98%85%E8%AF%BBday01/"/>
<id>https://codeqiao.github.io/2023/06/08/%E8%8B%B1%E8%AF%AD%E9%98%85%E8%AF%BBday01/</id>
<published>2023-06-08T08:31:05.000Z</published>
<updated>2023-06-08T09:08:12.843Z</updated>
<summary type="html"><h1>英语阅读day01</h1>
<h2 id="阅读地址">阅读地址</h2>
<p><a class="link" href="https://mp.weixin.qq.com/s/jhpX0m6ZahD35owFEi506w" >阅读地址<i class="fas</summary>
<category term="英语" scheme="https://codeqiao.github.io/categories/%E8%8B%B1%E8%AF%AD/"/>
<category term="阅读" scheme="https://codeqiao.github.io/categories/%E8%8B%B1%E8%AF%AD/%E9%98%85%E8%AF%BB/"/>
<category term="英语" scheme="https://codeqiao.github.io/tags/%E8%8B%B1%E8%AF%AD/"/>
<category term="阅读" scheme="https://codeqiao.github.io/tags/%E9%98%85%E8%AF%BB/"/>
</entry>
<entry>
<title>makefile</title>
<link href="https://codeqiao.github.io/2023/05/26/makefile/"/>
<id>https://codeqiao.github.io/2023/05/26/makefile/</id>
<published>2023-05-26T04:22:52.000Z</published>
<updated>2023-05-26T04:24:27.410Z</updated>
<summary type="html"><figure class="highlight makefile"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span</summary>
<category term="教程" scheme="https://codeqiao.github.io/categories/%E6%95%99%E7%A8%8B/"/>
<category term="makefile" scheme="https://codeqiao.github.io/categories/%E6%95%99%E7%A8%8B/makefile/"/>
<category term="工具" scheme="https://codeqiao.github.io/tags/%E5%B7%A5%E5%85%B7/"/>
<category term="make" scheme="https://codeqiao.github.io/tags/make/"/>
</entry>
<entry>
<title>数据库系统概述第一章</title>
<link href="https://codeqiao.github.io/2023/05/22/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E7%AC%AC%E4%B8%80%E7%AB%A0/"/>
<id>https://codeqiao.github.io/2023/05/22/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E7%AC%AC%E4%B8%80%E7%AB%A0/</id>
<published>2023-05-22T14:22:43.000Z</published>
<updated>2023-05-22T11:59:24.462Z</updated>
<summary type="html"><h1>第一章 绪论</h1>
<p>[TOC]</p>
<h2 id="1-1-数据库概述">1.1 数据库概述</h2>
<blockquote>
<p>四个基本概念</p>
</blockquote>
<ul class="lvl-0">
<li</summary>
<category term="笔记" scheme="https://codeqiao.github.io/categories/%E7%AC%94%E8%AE%B0/"/>
<category term="数据库系统概述" scheme="https://codeqiao.github.io/categories/%E7%AC%94%E8%AE%B0/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E6%A6%82%E8%BF%B0/"/>
<category term="笔记" scheme="https://codeqiao.github.io/tags/%E7%AC%94%E8%AE%B0/"/>
</entry>
<entry>
<title>数据库系统概述第七章</title>
<link href="https://codeqiao.github.io/2023/05/22/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E7%AC%AC%E4%B8%83%E7%AB%A0/"/>
<id>https://codeqiao.github.io/2023/05/22/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E7%AC%AC%E4%B8%83%E7%AB%A0/</id>
<published>2023-05-22T14:22:43.000Z</published>
<updated>2023-05-22T12:54:46.016Z</updated>
<summary type="html"><h1>第七章 数据库设计</h1>
<p>[TOC]</p>
<h2 id="7-1-数据库设计概述">7.1 数据库设计概述</h2>
<blockquote>
<p>什么是数据库设计?</p>
</blockquote>
<ul class="lvl-0">
<li</summary>
<category term="笔记" scheme="https://codeqiao.github.io/categories/%E7%AC%94%E8%AE%B0/"/>
<category term="数据库系统概述" scheme="https://codeqiao.github.io/categories/%E7%AC%94%E8%AE%B0/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E6%A6%82%E8%BF%B0/"/>
<category term="笔记" scheme="https://codeqiao.github.io/tags/%E7%AC%94%E8%AE%B0/"/>
</entry>
<entry>
<title>数据库系统概述第九章</title>
<link href="https://codeqiao.github.io/2023/05/22/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E7%AC%AC%E4%B9%9D%E7%AB%A0/"/>
<id>https://codeqiao.github.io/2023/05/22/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E7%AC%AC%E4%B9%9D%E7%AB%A0/</id>
<published>2023-05-22T14:22:43.000Z</published>
<updated>2023-05-22T07:54:35.707Z</updated>
<summary type="html"><h1>第九章 关系查询处理与查询优化</h1>
<p>[TOC]</p>
<ul class="lvl-0">
<li</summary>
<category term="笔记" scheme="https://codeqiao.github.io/categories/%E7%AC%94%E8%AE%B0/"/>
<category term="数据库系统概述" scheme="https://codeqiao.github.io/categories/%E7%AC%94%E8%AE%B0/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E6%A6%82%E8%BF%B0/"/>
<category term="笔记" scheme="https://codeqiao.github.io/tags/%E7%AC%94%E8%AE%B0/"/>
</entry>
<entry>
<title>数据库系统概述第三章</title>
<link href="https://codeqiao.github.io/2023/05/22/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E7%AC%AC%E4%B8%89%E7%AB%A0/"/>
<id>https://codeqiao.github.io/2023/05/22/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E7%AC%AC%E4%B8%89%E7%AB%A0/</id>
<published>2023-05-22T14:22:43.000Z</published>
<updated>2023-05-22T07:57:14.360Z</updated>
<summary type="html"><h1>第三章 关系数据库标准语言SQL</h1>
<p>[TOC]</p>
<h2 id="3-1-SQL概述">3.1 SQL概述</h2>
<ul class="lvl-0">
<li class="lvl-2">
<p>SQL</summary>
<category term="笔记" scheme="https://codeqiao.github.io/categories/%E7%AC%94%E8%AE%B0/"/>
<category term="数据库系统概述" scheme="https://codeqiao.github.io/categories/%E7%AC%94%E8%AE%B0/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E6%A6%82%E8%BF%B0/"/>
<category term="笔记" scheme="https://codeqiao.github.io/tags/%E7%AC%94%E8%AE%B0/"/>
</entry>
<entry>
<title>数据库系统概述第二章</title>
<link href="https://codeqiao.github.io/2023/05/22/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E7%AC%AC%E4%BA%8C%E7%AB%A0/"/>
<id>https://codeqiao.github.io/2023/05/22/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E7%AC%AC%E4%BA%8C%E7%AB%A0/</id>
<published>2023-05-22T14:22:43.000Z</published>
<updated>2023-05-22T11:59:44.627Z</updated>
<summary type="html"><h1>第二章 关系数据库</h1>
<p>[TOC]</p>
<h2 id="2-1-关系数据结构及形式化定义">2.1 关系数据结构及形式化定义</h2>
<ul class="lvl-0">
<li</summary>
<category term="笔记" scheme="https://codeqiao.github.io/categories/%E7%AC%94%E8%AE%B0/"/>
<category term="数据库系统概述" scheme="https://codeqiao.github.io/categories/%E7%AC%94%E8%AE%B0/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E6%A6%82%E8%BF%B0/"/>
<category term="笔记" scheme="https://codeqiao.github.io/tags/%E7%AC%94%E8%AE%B0/"/>
</entry>
<entry>
<title>数据库系统概述第五章</title>
<link href="https://codeqiao.github.io/2023/05/22/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E7%AC%AC%E4%BA%94%E7%AB%A0/"/>
<id>https://codeqiao.github.io/2023/05/22/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E7%AC%AC%E4%BA%94%E7%AB%A0/</id>
<published>2023-05-22T14:22:43.000Z</published>
<updated>2023-05-22T12:39:17.848Z</updated>
<summary type="html"><h1>第五章 数据库完整性</h1>
<p>[TOC]</p>
<p>数据库的完整性指:数据的正确性和相容性</p>
<blockquote>
<p>数据库管理系统必须实现如下功能</p>
</blockquote>
<ul class="lvl-0">
<li</summary>
<category term="笔记" scheme="https://codeqiao.github.io/categories/%E7%AC%94%E8%AE%B0/"/>
<category term="数据库系统概述" scheme="https://codeqiao.github.io/categories/%E7%AC%94%E8%AE%B0/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E6%A6%82%E8%BF%B0/"/>
<category term="笔记" scheme="https://codeqiao.github.io/tags/%E7%AC%94%E8%AE%B0/"/>
</entry>
<entry>
<title>数据库系统概述第六章</title>
<link href="https://codeqiao.github.io/2023/05/22/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E7%AC%AC%E5%85%AD%E7%AB%A0/"/>
<id>https://codeqiao.github.io/2023/05/22/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E7%AC%AC%E5%85%AD%E7%AB%A0/</id>
<published>2023-05-22T14:22:43.000Z</published>
<updated>2023-05-22T15:07:36.829Z</updated>
<summary type="html"><p><a class="link" href="https://blog.csdn.net/weixin_42214698/article/details/120754167" >(72条消息)</summary>
<category term="笔记" scheme="https://codeqiao.github.io/categories/%E7%AC%94%E8%AE%B0/"/>
<category term="数据库系统概述" scheme="https://codeqiao.github.io/categories/%E7%AC%94%E8%AE%B0/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E6%A6%82%E8%BF%B0/"/>
<category term="笔记" scheme="https://codeqiao.github.io/tags/%E7%AC%94%E8%AE%B0/"/>
</entry>
<entry>
<title>数据库系统概述第八章</title>
<link href="https://codeqiao.github.io/2023/05/22/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E7%AC%AC%E5%85%AB%E7%AB%A0/"/>
<id>https://codeqiao.github.io/2023/05/22/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E7%AC%AC%E5%85%AB%E7%AB%A0/</id>
<published>2023-05-22T14:22:43.000Z</published>
<updated>2023-05-22T07:54:11.894Z</updated>
<summary type="html"><h1>第八章 数据库编程</h1>
<p>[TOC]</p>
<p>SQL编程技术可以有效克服SQL语句实现复杂应用方面的不足,提高应用系统和数据库管理之间的互操作性。</p>
<h2 id="8-1-嵌入式SQL">8.1 嵌入式SQL</h2>
<h3</summary>
<category term="笔记" scheme="https://codeqiao.github.io/categories/%E7%AC%94%E8%AE%B0/"/>
<category term="数据库系统概述" scheme="https://codeqiao.github.io/categories/%E7%AC%94%E8%AE%B0/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E6%A6%82%E8%BF%B0/"/>
<category term="笔记" scheme="https://codeqiao.github.io/tags/%E7%AC%94%E8%AE%B0/"/>
</entry>
<entry>
<title>数据库系统概述第十章</title>
<link href="https://codeqiao.github.io/2023/05/22/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E7%AC%AC%E5%8D%81%E7%AB%A0/"/>
<id>https://codeqiao.github.io/2023/05/22/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E7%AC%AC%E5%8D%81%E7%AB%A0/</id>
<published>2023-05-22T14:22:43.000Z</published>
<updated>2023-05-22T14:18:52.333Z</updated>
<summary type="html"><h1>数据库系统第十章</h1>
<p>[TOC]</p>
<h2 id="10-1-事物的基本概念">10.1</summary>
<category term="笔记" scheme="https://codeqiao.github.io/categories/%E7%AC%94%E8%AE%B0/"/>
<category term="数据库系统概述" scheme="https://codeqiao.github.io/categories/%E7%AC%94%E8%AE%B0/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E6%A6%82%E8%BF%B0/"/>
<category term="笔记" scheme="https://codeqiao.github.io/tags/%E7%AC%94%E8%AE%B0/"/>
</entry>
<entry>
<title>数据库系统概述第十一章</title>
<link href="https://codeqiao.github.io/2023/05/22/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E7%AC%AC%E5%8D%81%E4%B8%80%E7%AB%A0/"/>
<id>https://codeqiao.github.io/2023/05/22/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E7%AC%AC%E5%8D%81%E4%B8%80%E7%AB%A0/</id>
<published>2023-05-22T14:22:43.000Z</published>
<updated>2023-05-22T14:27:43.270Z</updated>
<summary type="html"><h1>第十一章 并发控制</h1>
<p>[TOC]</p>
<ul class="lvl-0">
<li class="lvl-2">
<p>事务可以一个一个的串行执行,即每个时刻只有一个事务运行</p>
</li>
<li</summary>
<category term="笔记" scheme="https://codeqiao.github.io/categories/%E7%AC%94%E8%AE%B0/"/>
<category term="数据库系统概述" scheme="https://codeqiao.github.io/categories/%E7%AC%94%E8%AE%B0/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E6%A6%82%E8%BF%B0/"/>
<category term="笔记" scheme="https://codeqiao.github.io/tags/%E7%AC%94%E8%AE%B0/"/>
</entry>
<entry>
<title>数据库系统概述第四章</title>
<link href="https://codeqiao.github.io/2023/05/22/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E7%AC%AC%E5%9B%9B%E7%AB%A0/"/>
<id>https://codeqiao.github.io/2023/05/22/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E7%AC%AC%E5%9B%9B%E7%AB%A0/</id>
<published>2023-05-22T14:22:43.000Z</published>
<updated>2023-05-22T12:06:54.095Z</updated>
<summary type="html"><h1>第四章 数据库安全性</h1>
<p>[TOC]</p>
<h2 id="4-1-数据库安全性概述">4.1 数据库安全性概述</h2>
<blockquote>
<p>数据库不安全的因素</p>
</blockquote>
<ul class="lvl-0">
<li</summary>
<category term="笔记" scheme="https://codeqiao.github.io/categories/%E7%AC%94%E8%AE%B0/"/>
<category term="数据库系统概述" scheme="https://codeqiao.github.io/categories/%E7%AC%94%E8%AE%B0/%E6%95%B0%E6%8D%AE%E5%BA%93%E7%B3%BB%E7%BB%9F%E6%A6%82%E8%BF%B0/"/>
<category term="笔记" scheme="https://codeqiao.github.io/tags/%E7%AC%94%E8%AE%B0/"/>
</entry>
<entry>
<title>python常用代码</title>
<link href="https://codeqiao.github.io/2023/05/16/python%E5%B8%B8%E7%94%A8%E4%BB%A3%E7%A0%81/"/>
<id>https://codeqiao.github.io/2023/05/16/python%E5%B8%B8%E7%94%A8%E4%BB%A3%E7%A0%81/</id>
<published>2023-05-16T03:29:44.000Z</published>
<updated>2023-05-16T04:09:49.094Z</updated>
<summary type="html"><h3 id="多线程定时执行代码">多线程定时执行代码</h3>
<figure class="highlight python"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span</summary>
<category term="python" scheme="https://codeqiao.github.io/categories/python/"/>
<category term="常用代码" scheme="https://codeqiao.github.io/categories/python/%E5%B8%B8%E7%94%A8%E4%BB%A3%E7%A0%81/"/>
<category term="python" scheme="https://codeqiao.github.io/tags/python/"/>
<category term="常用代码" scheme="https://codeqiao.github.io/tags/%E5%B8%B8%E7%94%A8%E4%BB%A3%E7%A0%81/"/>
</entry>
<entry>
<title>数据结构</title>
<link href="https://codeqiao.github.io/2023/03/15/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
<id>https://codeqiao.github.io/2023/03/15/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/</id>
<published>2023-03-15T05:27:20.000Z</published>
<updated>2023-03-16T08:40:31.503Z</updated>
<summary type="html"><h1>第一章 绪论</h1>
<p><strong>考纲内容:算法的时间复杂度和空间复杂度的分析与计算</strong></p>
<p></p>
<ul</summary>
<category term="考研" scheme="https://codeqiao.github.io/categories/%E8%80%83%E7%A0%94/"/>
<category term="考研" scheme="https://codeqiao.github.io/tags/%E8%80%83%E7%A0%94/"/>
</entry>
<entry>
<title>软件安装</title>
<link href="https://codeqiao.github.io/2023/03/14/%E8%BD%AF%E4%BB%B6%E5%AE%89%E8%A3%85/"/>
<id>https://codeqiao.github.io/2023/03/14/%E8%BD%AF%E4%BB%B6%E5%AE%89%E8%A3%85/</id>
<published>2023-03-14T14:22:43.000Z</published>
<updated>2023-05-22T07:57:05.434Z</updated>
<summary type="html"><h2 id="Xshell安装">Xshell安装</h2>
<p><a class="link" href="https://blog.csdn.net/ljt350740378/article/details/93883311" >(75条消息) Xshell6 +</summary>
</entry>
<entry>
<title>计算机体系结构笔记</title>
<link href="https://codeqiao.github.io/2023/03/06/%E8%AE%A1%E7%AE%97%E6%9C%BA%E4%BD%93%E7%B3%BB%E7%BB%93%E6%9E%84%E7%AC%94%E8%AE%B0/"/>
<id>https://codeqiao.github.io/2023/03/06/%E8%AE%A1%E7%AE%97%E6%9C%BA%E4%BD%93%E7%B3%BB%E7%BB%93%E6%9E%84%E7%AC%94%E8%AE%B0/</id>
<published>2023-03-06T14:37:55.000Z</published>
<updated>2023-05-22T07:58:47.622Z</updated>
<summary type="html"><p>[TOC]</p>
<h1>复习的重点</h1>
<ul class="lvl-0">
<li class="lvl-2">
<p>选择题(20),填空题(10)、问答题(25)、综合体(45)</p>
</li>
<li</summary>
<category term="笔记" scheme="https://codeqiao.github.io/categories/%E7%AC%94%E8%AE%B0/"/>
<category term="计算机体系结构" scheme="https://codeqiao.github.io/categories/%E7%AC%94%E8%AE%B0/%E8%AE%A1%E7%AE%97%E6%9C%BA%E4%BD%93%E7%B3%BB%E7%BB%93%E6%9E%84/"/>
<category term="笔记" scheme="https://codeqiao.github.io/tags/%E7%AC%94%E8%AE%B0/"/>
</entry>
<entry>
<title>操作系统笔记</title>
<link href="https://codeqiao.github.io/2023/03/05/%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F%E7%AC%94%E8%AE%B0/"/>
<id>https://codeqiao.github.io/2023/03/05/%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F%E7%AC%94%E8%AE%B0/</id>
<published>2023-03-05T10:11:04.000Z</published>
<updated>2023-05-22T07:58:32.853Z</updated>
<summary type="html"><p>[toc]</p>
<h2 id="第一章-操作系统概述">第一章 操作系统概述</h2>
<p><img src="%E7%AC%AC%E4%B8%80%E7%AB%A0.jpg" alt="操作系统概述"></p>
<h2 id="第二章-进程管理">第二章</summary>
<category term="笔记" scheme="https://codeqiao.github.io/categories/%E7%AC%94%E8%AE%B0/"/>
<category term="操作系统" scheme="https://codeqiao.github.io/categories/%E7%AC%94%E8%AE%B0/%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F/"/>
<category term="笔记" scheme="https://codeqiao.github.io/tags/%E7%AC%94%E8%AE%B0/"/>
</entry>
</feed>