-
Notifications
You must be signed in to change notification settings - Fork 0
/
atom.xml
437 lines (233 loc) · 18.8 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
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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>枫叶</title>
<icon>https://blog.aqcoder.cn/favicon.ico</icon>
<subtitle>分享知识,认识世界</subtitle>
<link href="https://blog.aqcoder.cn/atom.xml" rel="self"/>
<link href="https://blog.aqcoder.cn/"/>
<updated>2024-08-28T04:58:11.226Z</updated>
<id>https://blog.aqcoder.cn/</id>
<author>
<name>枫叶</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>已老实,求放过</title>
<link href="https://blog.aqcoder.cn/posts/5966195/"/>
<id>https://blog.aqcoder.cn/posts/5966195/</id>
<published>2024-07-25T13:24:06.000Z</published>
<updated>2024-08-28T04:58:11.226Z</updated>
<summary type="html">本文讨论了作者的必应壁纸API项目在Vercel部署后遇到的频繁访问问题,以及为应对这一问题而采取的限流措施。作者分享了如何通过监控和数据分析来识别异常访问模式,并探讨了如何在不牺牲用户体验的情况下保护免费资源。</summary>
<category term="生活杂谈" scheme="https://blog.aqcoder.cn/categories/%E7%94%9F%E6%B4%BB%E6%9D%82%E8%B0%88/"/>
<category term="闲聊" scheme="https://blog.aqcoder.cn/tags/%E9%97%B2%E8%81%8A/"/>
<category term="必应壁纸" scheme="https://blog.aqcoder.cn/tags/%E5%BF%85%E5%BA%94%E5%A3%81%E7%BA%B8/"/>
<category term="Vercel" scheme="https://blog.aqcoder.cn/tags/Vercel/"/>
</entry>
<entry>
<title>记录自建git服务器遇到问题以及解决方法</title>
<link href="https://blog.aqcoder.cn/posts/d2851e0b/"/>
<id>https://blog.aqcoder.cn/posts/d2851e0b/</id>
<published>2023-12-05T11:18:00.000Z</published>
<updated>2024-08-28T04:58:11.226Z</updated>
<summary type="html">本文提供了如何在Linux服务器上设置Git存储库以及解决与访问权限和配置相关的常见问题的说明。</summary>
<category term="实用教程" scheme="https://blog.aqcoder.cn/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/"/>
<category term="Git,服务器,shell" scheme="https://blog.aqcoder.cn/tags/Git-%E6%9C%8D%E5%8A%A1%E5%99%A8-shell/"/>
</entry>
<entry>
<title>使用dns_dp自动申请证书时,出现invalid domain</title>
<link href="https://blog.aqcoder.cn/posts/209a0ada/"/>
<id>https://blog.aqcoder.cn/posts/209a0ada/</id>
<published>2023-11-12T12:56:15.000Z</published>
<updated>2024-08-28T04:58:11.222Z</updated>
<summary type="html">本文记录了在使用acme.sh申请SSL证书过程中遇到的“invalid domain”错误,并详细描述了问题的排查与解决过程。通过分享这一经验,旨在帮助读者更快地解决类似问题,提高解决问题的效率。</summary>
<category term="实用教程" scheme="https://blog.aqcoder.cn/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/"/>
<category term="证书" scheme="https://blog.aqcoder.cn/tags/%E8%AF%81%E4%B9%A6/"/>
<category term="shell" scheme="https://blog.aqcoder.cn/tags/shell/"/>
<category term="错误总结" scheme="https://blog.aqcoder.cn/tags/%E9%94%99%E8%AF%AF%E6%80%BB%E7%BB%93/"/>
</entry>
<entry>
<title>vscode快捷键操作记录</title>
<link href="https://blog.aqcoder.cn/posts/a956f319/"/>
<id>https://blog.aqcoder.cn/posts/a956f319/</id>
<published>2023-10-04T15:10:50.000Z</published>
<updated>2024-08-28T04:58:11.222Z</updated>
<summary type="html">本文介绍了一些在vscode中常用的快捷键,用于高效编程。</summary>
<category term="实用教程" scheme="https://blog.aqcoder.cn/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/"/>
<category term="快捷命令" scheme="https://blog.aqcoder.cn/tags/%E5%BF%AB%E6%8D%B7%E5%91%BD%E4%BB%A4/"/>
<category term="Java" scheme="https://blog.aqcoder.cn/tags/Java/"/>
<category term="编程" scheme="https://blog.aqcoder.cn/tags/%E7%BC%96%E7%A8%8B/"/>
</entry>
<entry>
<title>不折腾服务器了</title>
<link href="https://blog.aqcoder.cn/posts/ae6fc3da/"/>
<id>https://blog.aqcoder.cn/posts/ae6fc3da/</id>
<published>2023-09-23T05:58:38.000Z</published>
<updated>2024-08-28T04:58:11.222Z</updated>
<summary type="html">作者总结了自己的服务器过期问题和博客构建路径,提到了使用GitHub、Netlify、腾讯云COS+CDN等技术来进行博客的部署和数据迁移。用户还提到了备份数据到Docker和腾讯云COS+CDN,并表示目前不打算调整博客主题。</summary>
<category term="生活杂谈" scheme="https://blog.aqcoder.cn/categories/%E7%94%9F%E6%B4%BB%E6%9D%82%E8%B0%88/"/>
<category term="闲聊" scheme="https://blog.aqcoder.cn/tags/%E9%97%B2%E8%81%8A/"/>
</entry>
<entry>
<title>记录:执行shell脚本'source /etc/profile'重载配置文件不生效的问题</title>
<link href="https://blog.aqcoder.cn/posts/e62374d9/"/>
<id>https://blog.aqcoder.cn/posts/e62374d9/</id>
<published>2023-09-02T13:02:44.000Z</published>
<updated>2024-08-28T04:58:11.226Z</updated>
<summary type="html">在折腾服务器时,作者自己编写脚本来安装各种环境。其中一个示例脚本是用于安装node环境。每次执行完脚本后,可以看到node的版本号,但手动运行"node -v"命令却失败。通过搜索,作者发现是因为在执行脚本时使用了"sh install-node.sh",导致子shell无法修改父shell的环境变量。解决方法是使用"source install-node.sh"来执行脚本。这篇文章给出了问题的背景、原因和解决方案。</summary>
<category term="学习笔记" scheme="https://blog.aqcoder.cn/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
<category term="shell" scheme="https://blog.aqcoder.cn/tags/shell/"/>
</entry>
<entry>
<title>这断更的三个月我干了什么</title>
<link href="https://blog.aqcoder.cn/posts/fca2c9db/"/>
<id>https://blog.aqcoder.cn/posts/fca2c9db/</id>
<published>2023-08-08T11:04:58.000Z</published>
<updated>2024-08-28T04:58:11.226Z</updated>
<summary type="html">这三个月来都没写过博客,只因为学业和工作要忙。我是一个刚刚大学毕业的,即将走上新的人生旅途的新人。我想分享这三个月的所见所闻所感</summary>
<category term="生活杂谈" scheme="https://blog.aqcoder.cn/categories/%E7%94%9F%E6%B4%BB%E6%9D%82%E8%B0%88/"/>
<category term="闲聊" scheme="https://blog.aqcoder.cn/tags/%E9%97%B2%E8%81%8A/"/>
</entry>
<entry>
<title>onlyoffice用Nginx反向代理遇到的大坑</title>
<link href="https://blog.aqcoder.cn/posts/614f4f28/"/>
<id>https://blog.aqcoder.cn/posts/614f4f28/</id>
<published>2023-05-11T07:09:04.000Z</published>
<updated>2024-08-28T04:58:11.222Z</updated>
<summary type="html">本文介绍了一款名为Cloudreve的开源云文件管理系统,并提供了在Docker中部署该系统的命令。此外,还介绍了如何设置wopi以预览office三件套(Word、Excel和PowerPoint)并提供了搭建Onlyoffice和Collabora Online的Nginx代理的配置方法。作者分享了自己在安装过程中遇到的问题及解决方案,包括检查Wopi请求来源的必要性等。</summary>
<category term="实用教程" scheme="https://blog.aqcoder.cn/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/"/>
<category term="Docker" scheme="https://blog.aqcoder.cn/tags/Docker/"/>
<category term="云文件管理系统" scheme="https://blog.aqcoder.cn/tags/%E4%BA%91%E6%96%87%E4%BB%B6%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F/"/>
<category term="Cloudreve" scheme="https://blog.aqcoder.cn/tags/Cloudreve/"/>
<category term="Nginx代理" scheme="https://blog.aqcoder.cn/tags/Nginx%E4%BB%A3%E7%90%86/"/>
<category term="预览office" scheme="https://blog.aqcoder.cn/tags/%E9%A2%84%E8%A7%88office/"/>
<category term="Onlyoffice" scheme="https://blog.aqcoder.cn/tags/Onlyoffice/"/>
<category term="CollaboraOnline" scheme="https://blog.aqcoder.cn/tags/CollaboraOnline/"/>
</entry>
<entry>
<title>ffmpeg常用命令</title>
<link href="https://blog.aqcoder.cn/posts/3c4e255/"/>
<id>https://blog.aqcoder.cn/posts/3c4e255/</id>
<published>2023-04-29T15:15:37.000Z</published>
<updated>2024-08-28T04:58:11.222Z</updated>
<summary type="html">本文介绍了ffmpeg中定位视频帧的几种方法,包括使用时间戳、帧编号和关键帧等方式。此外,还涉及到了关键词搜索和像素匹配等高级定位方法。</summary>
<category term="学习笔记" scheme="https://blog.aqcoder.cn/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
<category term="ffmpeg" scheme="https://blog.aqcoder.cn/tags/ffmpeg/"/>
<category term="音视频处理" scheme="https://blog.aqcoder.cn/tags/%E9%9F%B3%E8%A7%86%E9%A2%91%E5%A4%84%E7%90%86/"/>
<category term="命令行工具" scheme="https://blog.aqcoder.cn/tags/%E5%91%BD%E4%BB%A4%E8%A1%8C%E5%B7%A5%E5%85%B7/"/>
</entry>
<entry>
<title>阿里云新建用户并授予指定权限</title>
<link href="https://blog.aqcoder.cn/posts/eeb9c508/"/>
<id>https://blog.aqcoder.cn/posts/eeb9c508/</id>
<published>2023-03-02T15:11:23.000Z</published>
<updated>2024-08-28T04:58:11.226Z</updated>
<summary type="html">在使用阿里云系列产品,需要用到账户密钥时,为确保安全,一般只是使用只有某种权限的用户,以保证泄露密钥后不会危及到其他产品系列的资源,达到损失可控,本教程旨在如何创建用户并授予指定权限,最后并拿到AccessKey安全使用API。</summary>
<category term="实用教程" scheme="https://blog.aqcoder.cn/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/"/>
<category term="阿里云" scheme="https://blog.aqcoder.cn/tags/%E9%98%BF%E9%87%8C%E4%BA%91/"/>
</entry>
<entry>
<title>腾讯云新建用户并授予指定权限</title>
<link href="https://blog.aqcoder.cn/posts/338bc34e/"/>
<id>https://blog.aqcoder.cn/posts/338bc34e/</id>
<published>2023-03-02T15:10:50.000Z</published>
<updated>2024-08-28T04:58:11.226Z</updated>
<summary type="html">在使用腾讯云系列产品,需要用到账户密钥时,为确保安全,一般只是使用只有某种权限的用户,以保证泄露密钥后不会危及到其他产品系列的资源,达到损失可控,本教程旨在如何创建用户并授予指定权限,最后并拿到AccessKey安全使用API。</summary>
<category term="实用教程" scheme="https://blog.aqcoder.cn/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/"/>
<category term="腾讯云" scheme="https://blog.aqcoder.cn/tags/%E8%85%BE%E8%AE%AF%E4%BA%91/"/>
</entry>
<entry>
<title>给你的域名申请一个泛域名证书吧</title>
<link href="https://blog.aqcoder.cn/posts/84609bb0/"/>
<id>https://blog.aqcoder.cn/posts/84609bb0/</id>
<published>2023-03-01T01:49:03.000Z</published>
<updated>2024-08-28T04:58:11.226Z</updated>
<summary type="html">你还在为个人域名的证书而烦恼嘛?试试Let's Encrypt吧,它能提供免费的泛域名证书,让你的子域名都能有一个安全的小锁头,非常适合因国内云计算厂商ssl证书数量限制而困扰的小伙伴,快来试试吧。</summary>
<category term="实用教程" scheme="https://blog.aqcoder.cn/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/"/>
<category term="证书" scheme="https://blog.aqcoder.cn/tags/%E8%AF%81%E4%B9%A6/"/>
<category term="域名" scheme="https://blog.aqcoder.cn/tags/%E5%9F%9F%E5%90%8D/"/>
</entry>
<entry>
<title>watchtower-一个用于自动更新Docker容器镜像的实用工具</title>
<link href="https://blog.aqcoder.cn/posts/299c5c1e/"/>
<id>https://blog.aqcoder.cn/posts/299c5c1e/</id>
<published>2023-02-03T11:08:12.000Z</published>
<updated>2024-08-28T04:58:11.222Z</updated>
<summary type="html">watchtower是一个用于自动更新Docker容器镜像的实用工具,它能够自动监控指定容器的更新,能够自动拉取最新镜像并实现平滑部署。</summary>
<category term="实用教程" scheme="https://blog.aqcoder.cn/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/"/>
<category term="Docker" scheme="https://blog.aqcoder.cn/tags/Docker/"/>
<category term="watchtower" scheme="https://blog.aqcoder.cn/tags/watchtower/"/>
</entry>
<entry>
<title>2022年总结回顾</title>
<link href="https://blog.aqcoder.cn/posts/800c9b83/"/>
<id>https://blog.aqcoder.cn/posts/800c9b83/</id>
<published>2022-12-31T15:38:25.000Z</published>
<updated>2024-08-28T04:58:11.218Z</updated>
<summary type="html">8月份开始弄的博客,现在有4个多月了,搭建的博客也有了60篇的文章,每一篇都又自己的精力付出和自身感悟</summary>
<category term="博客总结" scheme="https://blog.aqcoder.cn/categories/%E5%8D%9A%E5%AE%A2%E6%80%BB%E7%BB%93/"/>
<category term="年度总结" scheme="https://blog.aqcoder.cn/tags/%E5%B9%B4%E5%BA%A6%E6%80%BB%E7%BB%93/"/>
</entry>
<entry>
<title>记一次误操作删除了mysql容器以及后续的补救措施</title>
<link href="https://blog.aqcoder.cn/posts/acf7fe48/"/>
<id>https://blog.aqcoder.cn/posts/acf7fe48/</id>
<published>2022-12-30T09:42:35.000Z</published>
<updated>2024-08-28T04:58:11.226Z</updated>
<summary type="html">前几天想配置一下mysql容器的载挂目录,查了下资料后也照着做了,删除容器,运行容器,一切就这么自然而然,唯独没有备份数据。直到两天后我登不上图床那一刻我才发现数据库没了!</summary>
<category term="生活杂谈" scheme="https://blog.aqcoder.cn/categories/%E7%94%9F%E6%B4%BB%E6%9D%82%E8%B0%88/"/>
<category term="Docker" scheme="https://blog.aqcoder.cn/tags/Docker/"/>
</entry>
<entry>
<title>python的网络请求库requests简单使用</title>
<link href="https://blog.aqcoder.cn/posts/39604062/"/>
<id>https://blog.aqcoder.cn/posts/39604062/</id>
<published>2022-12-28T13:11:24.000Z</published>
<updated>2024-08-28T04:58:11.222Z</updated>
<summary type="html">requests库是python中一个最常用的网络请求库,在爬虫时使用甚多。它请求的方式简单,只需简单地调用其内置地get、post等方法即可发送请求。本文章从面向对象的角度来介绍其使用方法以及源码解析。</summary>
<category term="学习笔记" scheme="https://blog.aqcoder.cn/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
<category term="Python" scheme="https://blog.aqcoder.cn/tags/Python/"/>
<category term="Python内置模块" scheme="https://blog.aqcoder.cn/tags/Python%E5%86%85%E7%BD%AE%E6%A8%A1%E5%9D%97/"/>
</entry>
<entry>
<title>lookbusy一款用于Linux系统的虚拟负载生成器</title>
<link href="https://blog.aqcoder.cn/posts/5e251ac0/"/>
<id>https://blog.aqcoder.cn/posts/5e251ac0/</id>
<published>2022-12-25T08:49:15.000Z</published>
<updated>2024-08-28T04:58:11.222Z</updated>
<summary type="html">可以虚拟产生CPU、内存、磁盘负载,给人造成一种系统繁忙的错觉,在一些需要系统负载的达标场景中非常有用</summary>
<category term="实用教程" scheme="https://blog.aqcoder.cn/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/"/>
<category term="效率工具" scheme="https://blog.aqcoder.cn/tags/%E6%95%88%E7%8E%87%E5%B7%A5%E5%85%B7/"/>
<category term="Linux" scheme="https://blog.aqcoder.cn/tags/Linux/"/>
</entry>
<entry>
<title>记一次js引入属性defer的坑</title>
<link href="https://blog.aqcoder.cn/posts/ed9358a/"/>
<id>https://blog.aqcoder.cn/posts/ed9358a/</id>
<published>2022-12-24T09:39:38.000Z</published>
<updated>2024-08-28T04:58:11.226Z</updated>
<summary type="html">Uncaught ReferenceError: Notiflix is not defined的解决方法,附上通用解决方法</summary>
<category term="敲敲代码" scheme="https://blog.aqcoder.cn/categories/%E6%95%B2%E6%95%B2%E4%BB%A3%E7%A0%81/"/>
<category term="js" scheme="https://blog.aqcoder.cn/tags/js/"/>
</entry>
<entry>
<title>可一键部署vercel的每日新闻</title>
<link href="https://blog.aqcoder.cn/posts/f6d9d29a/"/>
<id>https://blog.aqcoder.cn/posts/f6d9d29a/</id>
<published>2022-12-24T08:50:13.000Z</published>
<updated>2024-08-28T04:58:11.226Z</updated>
<summary type="html">好早之前在github闲逛看到zkeq的news,每日早报,还可以直接部署到vercel,本着白嫖精神也去试了试,看样式感觉还不错,就加了个二级域名解析。后来借着leonus 的微博热搜接口和自己捣鼓的B站热搜接口想了一下,何不也把这两个接口解析进去,还有url链接可以跳转过去,随后就花了两天对代码进行了重构。</summary>
<category term="实用教程" scheme="https://blog.aqcoder.cn/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/"/>
<category term="Python" scheme="https://blog.aqcoder.cn/tags/Python/"/>
<category term="Vercel" scheme="https://blog.aqcoder.cn/tags/Vercel/"/>
</entry>
<entry>
<title>分享一款用于服务器上的TUI图形活动监视器——gotop</title>
<link href="https://blog.aqcoder.cn/posts/54cfe3e/"/>
<id>https://blog.aqcoder.cn/posts/54cfe3e/</id>
<published>2022-12-10T15:16:54.000Z</published>
<updated>2024-08-28T04:58:11.226Z</updated>
<summary type="html">在Linux中,有一个命令可以用于提供运行中的进程的动态实时信息,即top命令,但是top展示的信息是纯文字,不够明显地展示动态信息,而今天要分享的工具——gotop,它是由top命令构建出图形前端的TUI图形活动监视器,我们通过使用gotop命令来清晰地了解到服务器当前的带宽、磁盘、内存、CPU使用情况。</summary>
<category term="实用教程" scheme="https://blog.aqcoder.cn/categories/%E5%AE%9E%E7%94%A8%E6%95%99%E7%A8%8B/"/>
<category term="Linux" scheme="https://blog.aqcoder.cn/tags/Linux/"/>
</entry>
</feed>