-
Notifications
You must be signed in to change notification settings - Fork 0
/
atom.xml
220 lines (117 loc) · 7.13 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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Space空中的博客</title>
<link href="http://zwj326.github.io/atom.xml" rel="self"/>
<link href="http://zwj326.github.io/"/>
<updated>2023-03-04T20:32:35.712Z</updated>
<id>http://zwj326.github.io/</id>
<author>
<name>Space空中</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>Hexo博客部署到服务器上</title>
<link href="http://zwj326.github.io/posts/8b1381d7.html"/>
<id>http://zwj326.github.io/posts/8b1381d7.html</id>
<published>2022-06-03T14:26:42.000Z</published>
<updated>2023-03-04T20:32:35.712Z</updated>
<summary type="html">把Hexo部署到服务器</summary>
<category term="博客趣事" scheme="http://zwj326.github.io/categories/%E5%8D%9A%E5%AE%A2%E8%B6%A3%E4%BA%8B/"/>
<category term="hexo" scheme="http://zwj326.github.io/tags/hexo/"/>
</entry>
<entry>
<title>Java多线程总结</title>
<link href="http://zwj326.github.io/posts/daba930f.html"/>
<id>http://zwj326.github.io/posts/daba930f.html</id>
<published>2022-06-03T05:26:04.000Z</published>
<updated>2023-06-12T01:15:04.994Z</updated>
<summary type="html">Java多线程面试总结</summary>
<category term="多线程" scheme="http://zwj326.github.io/categories/%E5%A4%9A%E7%BA%BF%E7%A8%8B/"/>
<category term="面经" scheme="http://zwj326.github.io/tags/%E9%9D%A2%E7%BB%8F/"/>
<category term="java" scheme="http://zwj326.github.io/tags/java/"/>
</entry>
<entry>
<title>TCP的三次握手与四次挥手</title>
<link href="http://zwj326.github.io/posts/7e93f93b.html"/>
<id>http://zwj326.github.io/posts/7e93f93b.html</id>
<published>2022-06-02T17:44:42.000Z</published>
<updated>2023-06-12T01:14:17.060Z</updated>
<summary type="html">TCP的单词握手和四次挥手原理分析</summary>
<category term="学科基础" scheme="http://zwj326.github.io/categories/%E5%AD%A6%E7%A7%91%E5%9F%BA%E7%A1%80/"/>
<category term="计算机网络" scheme="http://zwj326.github.io/tags/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C/"/>
<category term="TCP" scheme="http://zwj326.github.io/tags/TCP/"/>
</entry>
<entry>
<title>HTTP 2.0 与HTTP1.1的差别</title>
<link href="http://zwj326.github.io/posts/1ca93706.html"/>
<id>http://zwj326.github.io/posts/1ca93706.html</id>
<published>2022-05-27T05:26:42.000Z</published>
<updated>2023-06-12T01:15:12.443Z</updated>
<summary type="html">各HTTP版本之间的区别</summary>
<category term="学科基础" scheme="http://zwj326.github.io/categories/%E5%AD%A6%E7%A7%91%E5%9F%BA%E7%A1%80/"/>
<category term="HTTP" scheme="http://zwj326.github.io/tags/HTTP/"/>
<category term="计算机网络" scheme="http://zwj326.github.io/tags/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C/"/>
</entry>
<entry>
<title>nginx反向代理--负载均衡</title>
<link href="http://zwj326.github.io/posts/aef0f02d.html"/>
<id>http://zwj326.github.io/posts/aef0f02d.html</id>
<published>2022-05-27T05:26:42.000Z</published>
<updated>2023-06-12T01:14:39.129Z</updated>
<summary type="html">nginx反向代理原理及四种负载均衡方法</summary>
<category term="服务器" scheme="http://zwj326.github.io/categories/%E6%9C%8D%E5%8A%A1%E5%99%A8/"/>
<category term="Ngnix" scheme="http://zwj326.github.io/tags/Ngnix/"/>
<category term="服务器部署" scheme="http://zwj326.github.io/tags/%E6%9C%8D%E5%8A%A1%E5%99%A8%E9%83%A8%E7%BD%B2/"/>
<category term="反向代理" scheme="http://zwj326.github.io/tags/%E5%8F%8D%E5%90%91%E4%BB%A3%E7%90%86/"/>
</entry>
<entry>
<title>Jwt基本原理</title>
<link href="http://zwj326.github.io/posts/49869f5e.html"/>
<id>http://zwj326.github.io/posts/49869f5e.html</id>
<published>2022-05-27T05:26:42.000Z</published>
<updated>2023-06-12T01:14:56.076Z</updated>
<summary type="html">Jwt基本组成和前端实现</summary>
<category term="安全组件" scheme="http://zwj326.github.io/categories/%E5%AE%89%E5%85%A8%E7%BB%84%E4%BB%B6/"/>
<category term="Jwt" scheme="http://zwj326.github.io/tags/Jwt/"/>
<category term="SpringBoot" scheme="http://zwj326.github.io/tags/SpringBoot/"/>
<category term="Token" scheme="http://zwj326.github.io/tags/Token/"/>
<category term="Vue" scheme="http://zwj326.github.io/tags/Vue/"/>
<category term="Api" scheme="http://zwj326.github.io/tags/Api/"/>
</entry>
<entry>
<title>页面置换算法</title>
<link href="http://zwj326.github.io/posts/1b3c8b4.html"/>
<id>http://zwj326.github.io/posts/1b3c8b4.html</id>
<published>2022-05-27T05:26:42.000Z</published>
<updated>2023-06-12T01:15:24.756Z</updated>
<summary type="html">关于4种页面置换算法的计算过程</summary>
<category term="学科基础" scheme="http://zwj326.github.io/categories/%E5%AD%A6%E7%A7%91%E5%9F%BA%E7%A1%80/"/>
<category term="操作系统" scheme="http://zwj326.github.io/tags/%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F/"/>
<category term="内存管理" scheme="http://zwj326.github.io/tags/%E5%86%85%E5%AD%98%E7%AE%A1%E7%90%86/"/>
</entry>
<entry>
<title>Kafka基本原理</title>
<link href="http://zwj326.github.io/posts/2f0e.html"/>
<id>http://zwj326.github.io/posts/2f0e.html</id>
<published>2022-05-27T05:26:42.000Z</published>
<updated>2023-06-12T01:14:47.843Z</updated>
<summary type="html">Kafka基本概念及面试问题</summary>
<category term="服务器" scheme="http://zwj326.github.io/categories/%E6%9C%8D%E5%8A%A1%E5%99%A8/"/>
<category term="kafka" scheme="http://zwj326.github.io/tags/kafka/"/>
<category term="分布式" scheme="http://zwj326.github.io/tags/%E5%88%86%E5%B8%83%E5%BC%8F/"/>
<category term="消息中间件" scheme="http://zwj326.github.io/tags/%E6%B6%88%E6%81%AF%E4%B8%AD%E9%97%B4%E4%BB%B6/"/>
</entry>
<entry>
<title>SpringSecurity工作原理</title>
<link href="http://zwj326.github.io/posts/8e269350.html"/>
<id>http://zwj326.github.io/posts/8e269350.html</id>
<published>2022-05-25T05:26:42.000Z</published>
<updated>2023-06-12T01:14:30.227Z</updated>
<summary type="html">SpringSecurity基本原理和源码分析</summary>
<category term="安全组件" scheme="http://zwj326.github.io/categories/%E5%AE%89%E5%85%A8%E7%BB%84%E4%BB%B6/"/>
<category term="java" scheme="http://zwj326.github.io/tags/java/"/>
<category term="SpringBoot" scheme="http://zwj326.github.io/tags/SpringBoot/"/>
<category term="SpringSecurity" scheme="http://zwj326.github.io/tags/SpringSecurity/"/>
<category term="微框架" scheme="http://zwj326.github.io/tags/%E5%BE%AE%E6%A1%86%E6%9E%B6/"/>
</entry>
</feed>