-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatom.xml
More file actions
39 lines (39 loc) · 2.58 KB
/
atom.xml
File metadata and controls
39 lines (39 loc) · 2.58 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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<id>https://manoner.github.io</id>
<title>Gridea</title>
<updated>2020-01-20T13:47:05.838Z</updated>
<generator>https://github.com/jpmonette/feed</generator>
<link rel="alternate" href="https://manoner.github.io"/>
<link rel="self" href="https://manoner.github.io/atom.xml"/>
<subtitle>温故而知新</subtitle>
<logo>https://manoner.github.io/images/avatar.png</logo>
<icon>https://manoner.github.io/favicon.ico</icon>
<rights>All rights reserved 2020, Gridea</rights>
<entry>
<title type="html"><![CDATA[python3 多线程编程]]></title>
<id>https://manoner.github.io/post/python3-duo-xian-cheng-bian-cheng</id>
<link href="https://manoner.github.io/post/python3-duo-xian-cheng-bian-cheng">
</link>
<updated>2020-01-20T13:45:46.000Z</updated>
<summary type="html"><![CDATA[<h2 id="什么是线程">什么是线程</h2>
<p>线程是CPU分配资源的基本单位。但一个程序开始运行,这个程序就变成了一个进程,而一个进程相当于一个或者多个线程。当没有多线程编程时,一个进程也是一个主线程,但有多线程编程时,一个进程包含多个线程,包括主线程。使用线程可以实现程序的并发。</p>
]]></summary>
<content type="html"><![CDATA[<h2 id="什么是线程">什么是线程</h2>
<p>线程是CPU分配资源的基本单位。但一个程序开始运行,这个程序就变成了一个进程,而一个进程相当于一个或者多个线程。当没有多线程编程时,一个进程也是一个主线程,但有多线程编程时,一个进程包含多个线程,包括主线程。使用线程可以实现程序的并发。</p>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[Hello Gridea]]></title>
<id>https://manoner.github.io/post/hello-gridea</id>
<link href="https://manoner.github.io/post/hello-gridea">
</link>
<updated>2018-12-11T16:00:00.000Z</updated>
<summary type="html"><![CDATA[<p>👏 欢迎使用 <strong>Gridea</strong> !<br>
✍️ <strong>Gridea</strong> 一个静态博客写作客户端。你可以用它来记录你的生活、心情、知识、笔记、创意... ...</p>
]]></summary>
<content type="html"><![CDATA[<p>👏 欢迎使用 <strong>Gridea</strong> !<br>
✍️ <strong>Gridea</strong> 一个静态博客写作客户端。你可以用它来记录你的生活、心情、知识、笔记、创意... ...</p>
]]></content>
</entry>
</feed>