-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
278 lines (124 loc) · 10.2 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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Aixbox</title>
<subtitle>分享我的经历</subtitle>
<link href="http://www.aixbox.top/atom.xml" rel="self"/>
<link href="http://www.aixbox.top/"/>
<updated>2024-11-23T05:46:53.578Z</updated>
<id>http://www.aixbox.top/</id>
<author>
<name>Aixbox</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>WebSocket使用-Springboot</title>
<link href="http://www.aixbox.top/2024/07/20/WebSocket%E4%BD%BF%E7%94%A8-Springboot/"/>
<id>http://www.aixbox.top/2024/07/20/WebSocket%E4%BD%BF%E7%94%A8-Springboot/</id>
<published>2024-07-20T15:30:00.000Z</published>
<updated>2024-11-23T05:46:53.578Z</updated>
<summary type="html"><p>本文websocket使用netty实现,原因:因为netty提供有心跳组件,方便实现心跳检测</p>
<h2 id="一、添加依赖"><a href="#一、添加依赖" class="headerlink"</summary>
<category term="WebSocket" scheme="http://www.aixbox.top/categories/WebSocket/"/>
<category term="长连接" scheme="http://www.aixbox.top/categories/WebSocket/%E9%95%BF%E8%BF%9E%E6%8E%A5/"/>
<category term="后端" scheme="http://www.aixbox.top/tags/%E5%90%8E%E7%AB%AF/"/>
</entry>
<entry>
<title>hutool验证码使用</title>
<link href="http://www.aixbox.top/2024/07/10/hutool%E9%AA%8C%E8%AF%81%E7%A0%81%E4%BD%BF%E7%94%A8/"/>
<id>http://www.aixbox.top/2024/07/10/hutool%E9%AA%8C%E8%AF%81%E7%A0%81%E4%BD%BF%E7%94%A8/</id>
<published>2024-07-10T15:30:00.000Z</published>
<updated>2024-11-23T05:46:53.578Z</updated>
<summary type="html"><p>使用hutool + redis实现登录场景的验证</p>
<h2 id="验证码控制器"><a href="#验证码控制器" class="headerlink" title="验证码控制器"></a>验证码控制器</h2><figure class="highlight</summary>
<category term="后端" scheme="http://www.aixbox.top/categories/%E5%90%8E%E7%AB%AF/"/>
<category term="后端" scheme="http://www.aixbox.top/tags/%E5%90%8E%E7%AB%AF/"/>
<category term="hutool" scheme="http://www.aixbox.top/tags/hutool/"/>
<category term="验证码" scheme="http://www.aixbox.top/tags/%E9%AA%8C%E8%AF%81%E7%A0%81/"/>
</entry>
<entry>
<title>Vite项目使用docker部署</title>
<link href="http://www.aixbox.top/2024/07/06/Vite%E9%A1%B9%E7%9B%AE%E4%BD%BF%E7%94%A8docker%E9%83%A8%E7%BD%B2/"/>
<id>http://www.aixbox.top/2024/07/06/Vite%E9%A1%B9%E7%9B%AE%E4%BD%BF%E7%94%A8docker%E9%83%A8%E7%BD%B2/</id>
<published>2024-07-06T15:30:00.000Z</published>
<updated>2024-11-23T05:46:53.574Z</updated>
<summary type="html"><h2 id="1-修改生产环境配置"><a href="#1-修改生产环境配置" class="headerlink" title="1.修改生产环境配置"></a>1.修改生产环境配置</h2><blockquote>
<p>修改生产环境的配置,可以在项目中使用</summary>
<category term="部署" scheme="http://www.aixbox.top/categories/%E9%83%A8%E7%BD%B2/"/>
<category term="docker" scheme="http://www.aixbox.top/tags/docker/"/>
<category term="部署" scheme="http://www.aixbox.top/tags/%E9%83%A8%E7%BD%B2/"/>
<category term="vite" scheme="http://www.aixbox.top/tags/vite/"/>
<category term="前端" scheme="http://www.aixbox.top/tags/%E5%89%8D%E7%AB%AF/"/>
</entry>
<entry>
<title>SpringBoot项目docker部署</title>
<link href="http://www.aixbox.top/2024/07/05/SpringBoot%E9%A1%B9%E7%9B%AEdocker%E9%83%A8%E7%BD%B2/"/>
<id>http://www.aixbox.top/2024/07/05/SpringBoot%E9%A1%B9%E7%9B%AEdocker%E9%83%A8%E7%BD%B2/</id>
<published>2024-07-05T15:30:00.000Z</published>
<updated>2024-11-23T05:46:53.574Z</updated>
<summary type="html"><h2 id="1-检查pom文件"><a href="#1-检查pom文件" class="headerlink" title="1.检查pom文件"></a>1.检查pom文件</h2><p>在pom文件要有</p>
<figure class="highlight</summary>
<category term="部署" scheme="http://www.aixbox.top/categories/%E9%83%A8%E7%BD%B2/"/>
<category term="后端" scheme="http://www.aixbox.top/tags/%E5%90%8E%E7%AB%AF/"/>
<category term="docker" scheme="http://www.aixbox.top/tags/docker/"/>
<category term="部署" scheme="http://www.aixbox.top/tags/%E9%83%A8%E7%BD%B2/"/>
</entry>
<entry>
<title>反向代理+域名实现去除端口号</title>
<link href="http://www.aixbox.top/2024/07/05/%E5%8F%8D%E5%90%91%E4%BB%A3%E7%90%86%E3%80%81%E5%9F%9F%E5%90%8D%E5%AE%9E%E7%8E%B0%E5%8E%BB%E9%99%A4%E7%AB%AF%E5%8F%A3%E5%8F%B7/"/>
<id>http://www.aixbox.top/2024/07/05/%E5%8F%8D%E5%90%91%E4%BB%A3%E7%90%86%E3%80%81%E5%9F%9F%E5%90%8D%E5%AE%9E%E7%8E%B0%E5%8E%BB%E9%99%A4%E7%AB%AF%E5%8F%A3%E5%8F%B7/</id>
<published>2024-07-05T15:30:00.000Z</published>
<updated>2024-11-23T05:46:53.578Z</updated>
<summary type="html"><h2 id="1-安装运维面板"><a href="#1-安装运维面板" class="headerlink"</summary>
<category term="部署" scheme="http://www.aixbox.top/categories/%E9%83%A8%E7%BD%B2/"/>
<category term="反向代理" scheme="http://www.aixbox.top/tags/%E5%8F%8D%E5%90%91%E4%BB%A3%E7%90%86/"/>
<category term="域名" scheme="http://www.aixbox.top/tags/%E5%9F%9F%E5%90%8D/"/>
</entry>
<entry>
<title>npm图床+githubActions+picgo+imagine</title>
<link href="http://www.aixbox.top/2024/06/12/npm%E5%9B%BE%E5%BA%8A%E3%80%81githubActions%E3%80%81picgo%E3%80%81imagine/"/>
<id>http://www.aixbox.top/2024/06/12/npm%E5%9B%BE%E5%BA%8A%E3%80%81githubActions%E3%80%81picgo%E3%80%81imagine/</id>
<published>2024-06-12T15:30:00.000Z</published>
<updated>2024-11-23T05:46:53.578Z</updated>
<summary type="html"><h2 id="1-创建仓库并克隆"><a href="#1-创建仓库并克隆" class="headerlink" title="1.创建仓库并克隆"></a>1.创建仓库并克隆</h2><h3 id="1-1创建仓库"><a href="#1-1创建仓库" class="headerlink"</summary>
<category term="工具" scheme="http://www.aixbox.top/categories/%E5%B7%A5%E5%85%B7/"/>
<category term="图床" scheme="http://www.aixbox.top/tags/%E5%9B%BE%E5%BA%8A/"/>
</entry>
<entry>
<title>多个github账号使用ssh</title>
<link href="http://www.aixbox.top/2024/06/12/%E5%A4%9A%E4%B8%AAgithub%E8%B4%A6%E5%8F%B7%E4%BD%BF%E7%94%A8ssh/"/>
<id>http://www.aixbox.top/2024/06/12/%E5%A4%9A%E4%B8%AAgithub%E8%B4%A6%E5%8F%B7%E4%BD%BF%E7%94%A8ssh/</id>
<published>2024-06-12T15:30:00.000Z</published>
<updated>2024-11-23T05:46:53.578Z</updated>
<summary type="html"><h2 id="需求"><a href="#需求" class="headerlink" title="需求"></a>需求</h2><p>多个github账号需要使用ssh</p>
<h2 id="解决方法"><a href="#解决方法" class="headerlink"</summary>
<category term="工具" scheme="http://www.aixbox.top/categories/%E5%B7%A5%E5%85%B7/"/>
<category term="ssh" scheme="http://www.aixbox.top/tags/ssh/"/>
</entry>
<entry>
<title>alova请求库携带cookie的方式</title>
<link href="http://www.aixbox.top/2024/06/12/%E8%BD%BB%E9%87%8F%E7%BA%A7%E8%AF%B7%E6%B1%82%E7%AD%96%E7%95%A5%E5%BA%93alova/"/>
<id>http://www.aixbox.top/2024/06/12/%E8%BD%BB%E9%87%8F%E7%BA%A7%E8%AF%B7%E6%B1%82%E7%AD%96%E7%95%A5%E5%BA%93alova/</id>
<published>2024-06-12T15:30:00.000Z</published>
<updated>2024-11-23T05:46:53.578Z</updated>
<summary type="html"><p>1.首先写一个request.ts</p>
<p>2.在请求拦截器配置<code>config.credentials = &#39;include&#39;</code>,这样就可以携带cookie了</p>
<p>示例代码:</p>
<figure class="highlight</summary>
<category term="前端" scheme="http://www.aixbox.top/categories/%E5%89%8D%E7%AB%AF/"/>
<category term="前端" scheme="http://www.aixbox.top/tags/%E5%89%8D%E7%AB%AF/"/>
<category term="js" scheme="http://www.aixbox.top/tags/js/"/>
<category term="请求库" scheme="http://www.aixbox.top/tags/%E8%AF%B7%E6%B1%82%E5%BA%93/"/>
</entry>
<entry>
<title>建站参考文章、博客</title>
<link href="http://www.aixbox.top/2024/06/08/%E5%BB%BA%E7%AB%99%E5%8F%82%E8%80%83%E6%96%87%E7%AB%A0%E3%80%81%E5%8D%9A%E5%AE%A2/"/>
<id>http://www.aixbox.top/2024/06/08/%E5%BB%BA%E7%AB%99%E5%8F%82%E8%80%83%E6%96%87%E7%AB%A0%E3%80%81%E5%8D%9A%E5%AE%A2/</id>
<published>2024-06-08T03:54:00.000Z</published>
<updated>2024-11-23T05:46:53.578Z</updated>
<summary type="html"><h2 id="建站参考文章"><a href="#建站参考文章" class="headerlink" title="建站参考文章"></a>建站参考文章</h2><p><a</summary>
<category term="网站搭建" scheme="http://www.aixbox.top/categories/%E7%BD%91%E7%AB%99%E6%90%AD%E5%BB%BA/"/>
<category term="网站搭建" scheme="http://www.aixbox.top/tags/%E7%BD%91%E7%AB%99%E6%90%AD%E5%BB%BA/"/>
<category term="推荐博客" scheme="http://www.aixbox.top/tags/%E6%8E%A8%E8%8D%90%E5%8D%9A%E5%AE%A2/"/>
<category term="实用文章" scheme="http://www.aixbox.top/tags/%E5%AE%9E%E7%94%A8%E6%96%87%E7%AB%A0/"/>
</entry>
</feed>