-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatom.xml
More file actions
145 lines (61 loc) · 4.38 KB
/
atom.xml
File metadata and controls
145 lines (61 loc) · 4.38 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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Hexo</title>
<icon>http://example.com/icon.png</icon>
<link href="http://example.com/atom.xml" rel="self"/>
<link href="http://example.com/"/>
<updated>2021-10-31T12:42:51.447Z</updated>
<id>http://example.com/</id>
<author>
<name>icy</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>Linux指令收集</title>
<link href="http://example.com/2021/10/31/Linux%E6%8C%87%E4%BB%A4%E6%94%B6%E9%9B%86/"/>
<id>http://example.com/2021/10/31/Linux%E6%8C%87%E4%BB%A4%E6%94%B6%E9%9B%86/</id>
<published>2021-10-31T12:42:27.000Z</published>
<updated>2021-10-31T12:42:51.447Z</updated>
<summary type="html"><figure class="highlight javascript"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span</summary>
</entry>
<entry>
<title>关键字总结</title>
<link href="http://example.com/2021/10/31/%E5%85%B3%E9%94%AE%E5%AD%97%E6%80%BB%E7%BB%93/"/>
<id>http://example.com/2021/10/31/%E5%85%B3%E9%94%AE%E5%AD%97%E6%80%BB%E7%BB%93/</id>
<published>2021-10-31T12:33:22.000Z</published>
<updated>2021-10-31T12:39:40.089Z</updated>
<summary type="html"><p>c语言共有32个关键字,这些关键字不能设为变量<br>auto:声明自动变量<br>break:跳出当前循环<br>case:开关语句分支<br>char:声明字符型变量或函数返回值类型<br>const:声明只读变量<br>continue:结束当前循环,开始下一轮循环<</summary>
</entry>
<entry>
<title>关于在Ubuntu上安装python3</title>
<link href="http://example.com/2021/10/05/%E5%85%B3%E4%BA%8E%E5%9C%A8Ubuntu%E4%B8%8A%E5%AE%89%E8%A3%85python3/"/>
<id>http://example.com/2021/10/05/%E5%85%B3%E4%BA%8E%E5%9C%A8Ubuntu%E4%B8%8A%E5%AE%89%E8%A3%85python3/</id>
<published>2021-10-05T09:46:49.000Z</published>
<updated>2021-10-05T09:53:31.513Z</updated>
<summary type="html"><p>首先应先打开sudo权限或者root权限(漏这一步弄半天)<br>首选sudo权限<br>收入命令:sudo usermod -aG sudo</summary>
</entry>
<entry>
<title>用于记录自己的努力的代码</title>
<link href="http://example.com/2021/10/04/%E7%94%A8%E4%BA%8E%E8%AE%B0%E5%BD%95%E8%87%AA%E5%B7%B1%E7%9A%84%E5%8A%AA%E5%8A%9B%E7%9A%84%E4%BB%A3%E7%A0%81/"/>
<id>http://example.com/2021/10/04/%E7%94%A8%E4%BA%8E%E8%AE%B0%E5%BD%95%E8%87%AA%E5%B7%B1%E7%9A%84%E5%8A%AA%E5%8A%9B%E7%9A%84%E4%BB%A3%E7%A0%81/</id>
<published>2021-10-04T13:45:59.000Z</published>
<updated>2021-10-04T13:46:08.408Z</updated>
<summary type="html"><p>#include &lt;io.h&gt;<br>#include &lt;direct.h&gt;<br>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>#include</summary>
</entry>
<entry>
<title>我的第一篇博客</title>
<link href="http://example.com/2021/09/21/%E6%88%91%E7%9A%84%E7%AC%AC%E4%B8%80%E7%AF%87%E5%8D%9A%E5%AE%A2/"/>
<id>http://example.com/2021/09/21/%E6%88%91%E7%9A%84%E7%AC%AC%E4%B8%80%E7%AF%87%E5%8D%9A%E5%AE%A2/</id>
<published>2021-09-21T07:02:53.000Z</published>
<updated>2021-09-21T07:04:33.878Z</updated>
<summary type="html"><p></summary>
</entry>
<entry>
<title>Hello World</title>
<link href="http://example.com/2021/09/17/hello-world/"/>
<id>http://example.com/2021/09/17/hello-world/</id>
<published>2021-09-17T14:37:30.565Z</published>
<updated>2021-09-17T14:37:30.565Z</updated>
<summary type="html"><p>Welcome to <a href="https://hexo.io/">Hexo</a>! This is your very first post. Check <a href="https://hexo.io/docs/">documentation</a></summary>
</entry>
</feed>