-
Notifications
You must be signed in to change notification settings - Fork 2
/
atom.xml
420 lines (222 loc) · 22.4 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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Deo典</title>
<icon>https://blog-1258270892.cos.ap-chengdu.myqcloud.com/source/image/avatar.webp</icon>
<subtitle>岁月静好,诗酒趁年华🍺</subtitle>
<link href="https://dong4j.github.io/atom.xml" rel="self"/>
<link href="https://dong4j.github.io/"/>
<updated>2025-01-05T16:37:28.307Z</updated>
<id>https://dong4j.github.io/</id>
<author>
<name>dong4j</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>利用 AI 对博客文章进行智能分类</title>
<link href="https://dong4j.github.io/posts/7e89/"/>
<id>https://dong4j.github.io/posts/7e89/</id>
<published>2024-12-31T16:00:00.000Z</published>
<updated>2025-01-05T16:37:28.307Z</updated>
<summary type="html">本文介绍了如何使用AI技术对博客内容进行智能分类,以实现更精准的内容管理和推荐。</summary>
<category term="AI:人工智能" scheme="https://dong4j.github.io/categories/ai-%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD/"/>
<category term="博客" scheme="https://dong4j.github.io/tags/%E5%8D%9A%E5%AE%A2/"/>
<category term="AI" scheme="https://dong4j.github.io/tags/ai/"/>
<category term="分类" scheme="https://dong4j.github.io/tags/%E5%88%86%E7%B1%BB/"/>
<category term="内容管理" scheme="https://dong4j.github.io/tags/%E5%86%85%E5%AE%B9%E7%AE%A1%E7%90%86/"/>
</entry>
<entry>
<title>AI 助力博客创作:自动生成摘要与标签的实战指南</title>
<link href="https://dong4j.github.io/posts/5f5/"/>
<id>https://dong4j.github.io/posts/5f5/</id>
<published>2024-12-30T03:20:12.000Z</published>
<updated>2025-01-05T16:37:28.312Z</updated>
<summary type="html">本文探讨了如何利用AI技术自动为博客生成标签和摘要,以提升内容在信息爆炸时代的影响力。文章强调了标签和摘要的重要性,并介绍了AI在这一领域的技术优势,如高效性、准确性和个性化。接着,文章详细阐述了使用本地自建的LLM服务实现自动生成标签和摘要的过程,包括配置LLM服务、编写自动化脚本以及部署工作流程等。最后,文章总结了这一过程的优势,即提高效率、增强内容质量和促进本地化发展。</summary>
<category term="AI:人工智能" scheme="https://dong4j.github.io/categories/ai-%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD/"/>
<category term="AI" scheme="https://dong4j.github.io/tags/ai/"/>
<category term="内容管理" scheme="https://dong4j.github.io/tags/%E5%86%85%E5%AE%B9%E7%AE%A1%E7%90%86/"/>
<category term="博客优化" scheme="https://dong4j.github.io/tags/%E5%8D%9A%E5%AE%A2%E4%BC%98%E5%8C%96/"/>
<category term="信息检索" scheme="https://dong4j.github.io/tags/%E4%BF%A1%E6%81%AF%E6%A3%80%E7%B4%A2/"/>
<category term="本地化开发" scheme="https://dong4j.github.io/tags/%E6%9C%AC%E5%9C%B0%E5%8C%96%E5%BC%80%E5%8F%91/"/>
</entry>
<entry>
<title>Hexo 博客部署与图片处理全攻略:自动化流程大揭秘</title>
<link href="https://dong4j.github.io/posts/598d/"/>
<id>https://dong4j.github.io/posts/598d/</id>
<published>2024-12-30T02:45:57.000Z</published>
<updated>2025-01-05T16:37:28.309Z</updated>
<summary type="html">本文介绍了如何通过编写脚本和利用Makefile,简化Hexo博客的发布流程。作者详细描述了从图片处理、文章处理到部署到本地服务器和GitHub的全过程,包括使用Typora插入和管理图片、清理未引用图片、将图片转换为WebP格式、上传图片到图床以及根据不同环境编译文章等步骤。最后,作者通过Makefile将整个流程自动化,并通过命令行或VSCode插件运行。</summary>
<category term="新时代码农" scheme="https://dong4j.github.io/categories/%E6%96%B0%E6%97%B6%E4%BB%A3%E7%A0%81%E5%86%9C/"/>
<category term="文件上传" scheme="https://dong4j.github.io/tags/%E6%96%87%E4%BB%B6%E4%B8%8A%E4%BC%A0/"/>
<category term="Hexo" scheme="https://dong4j.github.io/tags/hexo/"/>
<category term="博客发布" scheme="https://dong4j.github.io/tags/%E5%8D%9A%E5%AE%A2%E5%8F%91%E5%B8%83/"/>
<category term="脚本自动化" scheme="https://dong4j.github.io/tags/%E8%84%9A%E6%9C%AC%E8%87%AA%E5%8A%A8%E5%8C%96/"/>
<category term="图片处理" scheme="https://dong4j.github.io/tags/%E5%9B%BE%E7%89%87%E5%A4%84%E7%90%86/"/>
</entry>
<entry>
<title>群晖 NAS Docker 网络优化:配置 HTTP/SOCKS5 代理的终极指南</title>
<link href="https://dong4j.github.io/posts/394d/"/>
<id>https://dong4j.github.io/posts/394d/</id>
<published>2024-12-30T01:27:46.000Z</published>
<updated>2025-01-05T16:37:28.418Z</updated>
<summary type="html">本教程介绍了在群晖NAS(DSM 7.2版本)上配置Docker代理的步骤。首先通过SSH连接到NAS,创建一个配置文件夹并编辑代理配置文件,设置HTTP或SOCKS5代理,然后重新加载重启Docker服务,最后验证代理是否设置成功并通过拉取镜像测试代理效果。在受限网络环境中,代理可以帮你顺利下载Docker镜像。</summary>
<category term="Docker" scheme="https://dong4j.github.io/categories/docker/"/>
<category term="Docker" scheme="https://dong4j.github.io/tags/docker/"/>
<category term="群晖NAS" scheme="https://dong4j.github.io/tags/%E7%BE%A4%E6%99%96nas/"/>
<category term="DSM 7.2" scheme="https://dong4j.github.io/tags/dsm-7-2/"/>
<category term="代理配置" scheme="https://dong4j.github.io/tags/%E4%BB%A3%E7%90%86%E9%85%8D%E7%BD%AE/"/>
</entry>
<entry>
<title>图片过多导致 GitHub/Gitee 仓库爆仓?这里有解决方案!</title>
<link href="https://dong4j.github.io/posts/b051/"/>
<id>https://dong4j.github.io/posts/b051/</id>
<published>2024-12-28T07:39:35.000Z</published>
<updated>2025-01-05T16:37:28.308Z</updated>
<summary type="html">本文介绍了如何解决GitHub和Gitee仓库体积限制的问题,包括通过Git GC清理历史记录、使用git-filter-repo删除大文件历史和bfg-repo-cleaner工具清理大于特定大小的文件等方法。文章还包含了相应的命令行代码示例和效果图片。</summary>
<category term="新时代码农" scheme="https://dong4j.github.io/categories/%E6%96%B0%E6%97%B6%E4%BB%A3%E7%A0%81%E5%86%9C/"/>
<category term="Git" scheme="https://dong4j.github.io/tags/git/"/>
<category term="备份" scheme="https://dong4j.github.io/tags/%E5%A4%87%E4%BB%BD/"/>
<category term="GitHub" scheme="https://dong4j.github.io/tags/github/"/>
<category term="仓库管理" scheme="https://dong4j.github.io/tags/%E4%BB%93%E5%BA%93%E7%AE%A1%E7%90%86/"/>
<category term="Gitee" scheme="https://dong4j.github.io/tags/gitee/"/>
</entry>
<entry>
<title>ComfyUI Desktop 安装攻略:自动化安装失败问题解决</title>
<link href="https://dong4j.github.io/posts/3c58/"/>
<id>https://dong4j.github.io/posts/3c58/</id>
<published>2024-12-23T16:00:00.000Z</published>
<updated>2025-01-05T16:37:28.308Z</updated>
<summary type="html">本文记录了作者在尝试安装最新版本的ComfyUI-Desktop时遇到的问题和解决方法。首先遇到了PyTorch安装失败的问题,随后通过手动运行缺失的命令成功部署。接着,作者尝试使用虚拟环境中的python进行安装,并通过执行测试代码验证了安装成功。然而,在后续步骤中仍然缺少一些软件包,最终决定直接使用ComfyUI的`requirements.txt`文件安装依赖项,并顺利完成剩余的安装步骤。</summary>
<category term="经验分享" scheme="https://dong4j.github.io/categories/%E7%BB%8F%E9%AA%8C%E5%88%86%E4%BA%AB/"/>
<category term="ComfyUI Desktop" scheme="https://dong4j.github.io/tags/comfyui-desktop/"/>
<category term="PyTorch" scheme="https://dong4j.github.io/tags/pytorch/"/>
<category term="安装问题" scheme="https://dong4j.github.io/tags/%E5%AE%89%E8%A3%85%E9%97%AE%E9%A2%98/"/>
<category term="解决方法" scheme="https://dong4j.github.io/tags/%E8%A7%A3%E5%86%B3%E6%96%B9%E6%B3%95/"/>
</entry>
<entry>
<title>智能化的内容管理工具:Hoarder 的 AI 书签革命</title>
<link href="https://dong4j.github.io/posts/5f6/"/>
<id>https://dong4j.github.io/posts/5f6/</id>
<published>2024-12-23T16:00:00.000Z</published>
<updated>2025-01-05T16:37:28.311Z</updated>
<summary type="html">Hoarder 是一款开源的 AI 书签管理工具,专为 NAS 部署设计。它通过 AI 技术自动标记内容,支持链接、笔记、图像和 PDF 的存储。此外,Hoarder 还提供全文搜索功能,以及 OCR 技术从图像中提取文本。该工具还支持多种平台,包括 Chrome 和 Firefox 插件、iOS 和 Android 应用等。</summary>
<category term="HomeLab" scheme="https://dong4j.github.io/categories/homelab/"/>
<category term="Hoarder" scheme="https://dong4j.github.io/tags/hoarder/"/>
<category term="AI 书签管理" scheme="https://dong4j.github.io/tags/ai-%E4%B9%A6%E7%AD%BE%E7%AE%A1%E7%90%86/"/>
<category term="NAS 部署" scheme="https://dong4j.github.io/tags/nas-%E9%83%A8%E7%BD%B2/"/>
<category term="内容存储" scheme="https://dong4j.github.io/tags/%E5%86%85%E5%AE%B9%E5%AD%98%E5%82%A8/"/>
<category term="全文搜索" scheme="https://dong4j.github.io/tags/%E5%85%A8%E6%96%87%E6%90%9C%E7%B4%A2/"/>
</entry>
<entry>
<title>zsh 启动慢,原来是这个问题!</title>
<link href="https://dong4j.github.io/posts/8d9a/"/>
<id>https://dong4j.github.io/posts/8d9a/</id>
<published>2024-12-03T16:00:00.000Z</published>
<updated>2025-01-05T16:37:28.305Z</updated>
<summary type="html">本文详细介绍了 macOS 中将 zsh 配置为默认 shell 时,由于配置文件加载顺序导致的启动时间过长的问题。文章首先解释了 Bash 和 zsh 的配置加载顺序差异,并分析了问题出现的可能原因。接着,通过排查发现是由于 `.zshrc` 文件向 `.zprofile` 添加了大量重复的 `eval` 命令导致。最后,提供了优化 zsh 启动时间的建议和参考资料。</summary>
<category term="新时代码农" scheme="https://dong4j.github.io/categories/%E6%96%B0%E6%97%B6%E4%BB%A3%E7%A0%81%E5%86%9C/"/>
<category term="macOS" scheme="https://dong4j.github.io/tags/macos/"/>
<category term="Homebrew" scheme="https://dong4j.github.io/tags/homebrew/"/>
<category term="zsh" scheme="https://dong4j.github.io/tags/zsh/"/>
<category term="配置加载顺序" scheme="https://dong4j.github.io/tags/%E9%85%8D%E7%BD%AE%E5%8A%A0%E8%BD%BD%E9%A1%BA%E5%BA%8F/"/>
<category term="启动时间优化" scheme="https://dong4j.github.io/tags/%E5%90%AF%E5%8A%A8%E6%97%B6%E9%97%B4%E4%BC%98%E5%8C%96/"/>
</entry>
<entry>
<title>HomeLab 网络续集:升级 10G 网络 - 再战 10 年</title>
<link href="https://dong4j.github.io/posts/260b/"/>
<id>https://dong4j.github.io/posts/260b/</id>
<published>2024-11-30T16:00:00.000Z</published>
<updated>2025-01-05T16:37:28.400Z</updated>
<summary type="html">本文介绍了博主升级家庭网络到万兆的经验,包括从犹豫不决到决定升级的过程、第一次接触光纤和光模块的相关知识、设备购买、网络拓扑设计、网络环境配置和网络测试等方面的细节。文章详细探讨了雷电 4/3 和 USB4.0 的差异,以及 JHL7440 和 ASM2464PD 两款主控芯片的性能对比。最后,博主分享了网络拓扑图、硬件和软件的部署情况,并对升级效果进行了测试。</summary>
<category term="HomeLab:中年男人的快乐源泉" scheme="https://dong4j.github.io/categories/homelab-%E4%B8%AD%E5%B9%B4%E7%94%B7%E4%BA%BA%E7%9A%84%E5%BF%AB%E4%B9%90%E6%BA%90%E6%B3%89/"/>
<category term="HomeLab" scheme="https://dong4j.github.io/tags/homelab/"/>
<category term="网络升级" scheme="https://dong4j.github.io/tags/%E7%BD%91%E7%BB%9C%E5%8D%87%E7%BA%A7/"/>
<category term="万兆网络" scheme="https://dong4j.github.io/tags/%E4%B8%87%E5%85%86%E7%BD%91%E7%BB%9C/"/>
<category term="雷电接口" scheme="https://dong4j.github.io/tags/%E9%9B%B7%E7%94%B5%E6%8E%A5%E5%8F%A3/"/>
<category term="USB4.0" scheme="https://dong4j.github.io/tags/usb4-0/"/>
<category term="JHL7440" scheme="https://dong4j.github.io/tags/jhl7440/"/>
<category term="ASM2464PD" scheme="https://dong4j.github.io/tags/asm2464pd/"/>
</entry>
<entry>
<title>智能监控燃气站:无人值守运维新时代</title>
<link href="https://dong4j.github.io/posts/20ab66ff/"/>
<id>https://dong4j.github.io/posts/20ab66ff/</id>
<published>2024-11-07T03:38:30.000Z</published>
<updated>2025-01-05T16:37:28.321Z</updated>
<summary type="html">本文介绍了针对燃气站设备的自动化监控解决方案。该方案通过连接IPC、NVR、门禁系统、网络交换机、UPS等设备,实现无人值守的运维模式。监控内容包括视频展示、门禁状态监测、网络运行数据收集、环境参数控制、远程重启功能以及状态数据的集中展示和云端上报。方案设计遵循简单适用、稳定安全、可扩展易维护的原则,并提供了详细的系统架构图和子系统说明。此外,还介绍了连接方式、监控系统的基础功能及监控子系统的具体实现细节。</summary>
<category term="新时代码农" scheme="https://dong4j.github.io/categories/%E6%96%B0%E6%97%B6%E4%BB%A3%E7%A0%81%E5%86%9C/"/>
<category term="数据分析" scheme="https://dong4j.github.io/tags/%E6%95%B0%E6%8D%AE%E5%88%86%E6%9E%90/"/>
<category term="燃气站设备" scheme="https://dong4j.github.io/tags/%E7%87%83%E6%B0%94%E7%AB%99%E8%AE%BE%E5%A4%87/"/>
<category term="自动化监控" scheme="https://dong4j.github.io/tags/%E8%87%AA%E5%8A%A8%E5%8C%96%E7%9B%91%E6%8E%A7/"/>
<category term="无人值守" scheme="https://dong4j.github.io/tags/%E6%97%A0%E4%BA%BA%E5%80%BC%E5%AE%88/"/>
<category term="运维管理" scheme="https://dong4j.github.io/tags/%E8%BF%90%E7%BB%B4%E7%AE%A1%E7%90%86/"/>
</entry>
<entry>
<title>揭秘基础框架:如何简化软件开发?</title>
<link href="https://dong4j.github.io/posts/7774f295/"/>
<id>https://dong4j.github.io/posts/7774f295/</id>
<published>2024-11-07T03:38:30.000Z</published>
<updated>2025-01-05T16:37:28.320Z</updated>
<summary type="html">本文介绍了什么是基础框架及其在软件开发中的重要性。它定义了框架为可重用的设计构件,并解释了为什么需要一个成熟的基础框架来提高开发效率、保证代码风格一致性以及促进团队协作。文章还讨论了基础框架与基础开发平台的区别,并详细描述了一个基础框架的架构和主要特性,包括技术选型、项目依赖管理、开发工具包、IDE 插件和技术组件。最后,文章概述了开发计划、代码规范以及技术文档的重要性。</summary>
<category term="新时代码农" scheme="https://dong4j.github.io/categories/%E6%96%B0%E6%97%B6%E4%BB%A3%E7%A0%81%E5%86%9C/"/>
<category term="软件开发" scheme="https://dong4j.github.io/tags/%E8%BD%AF%E4%BB%B6%E5%BC%80%E5%8F%91/"/>
<category term="框架" scheme="https://dong4j.github.io/tags/%E6%A1%86%E6%9E%B6/"/>
<category term="效率" scheme="https://dong4j.github.io/tags/%E6%95%88%E7%8E%87/"/>
<category term="团队协作" scheme="https://dong4j.github.io/tags/%E5%9B%A2%E9%98%9F%E5%8D%8F%E4%BD%9C/"/>
</entry>
<entry>
<title>从通用到垂直:企业知识库的 AI 赋能</title>
<link href="https://dong4j.github.io/posts/f3b0024e/"/>
<id>https://dong4j.github.io/posts/f3b0024e/</id>
<published>2024-11-06T14:16:06.000Z</published>
<updated>2025-01-05T16:37:28.311Z</updated>
<summary type="html">本文探讨了企业如何利用LLM和生成式人工智能构建专注于其特定领域的AI产品。由于大语言模型在处理通用问题方面表现较好,但在垂直专业领域存在知识深度和时效性不足的问题,因此需要不断将自身的知识库输入到大语言模型中进行训练。文章介绍了两种常见的方法实现:微调和提示调整。并详细说明了如何使用LLM作为用户和搜索系统沟通的介质,发挥其强大的自然语言处理能力,对用户请求进行纠错、提取关键点等预处理实现“理解”,并对输出结果在保证正确性的基础上二次加工。最后,文章推荐了Langchain-Chatchat + chatglm3-6b作为最终方案。</summary>
<category term="AI:人工智能" scheme="https://dong4j.github.io/categories/ai-%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD/"/>
<category term="LLM" scheme="https://dong4j.github.io/tags/llm/"/>
<category term="微调" scheme="https://dong4j.github.io/tags/%E5%BE%AE%E8%B0%83/"/>
<category term="提示调整" scheme="https://dong4j.github.io/tags/%E6%8F%90%E7%A4%BA%E8%B0%83%E6%95%B4/"/>
<category term="自然语言处理" scheme="https://dong4j.github.io/tags/%E8%87%AA%E7%84%B6%E8%AF%AD%E8%A8%80%E5%A4%84%E7%90%86/"/>
<category term="知识库问答系统" scheme="https://dong4j.github.io/tags/%E7%9F%A5%E8%AF%86%E5%BA%93%E9%97%AE%E7%AD%94%E7%B3%BB%E7%BB%9F/"/>
</entry>
<entry>
<title>绩效考核新篇章:技术中心的绩效管理与评估方法</title>
<link href="https://dong4j.github.io/posts/3a683908/"/>
<id>https://dong4j.github.io/posts/3a683908/</id>
<published>2024-11-06T14:16:06.000Z</published>
<updated>2025-01-05T16:37:28.303Z</updated>
<summary type="html">技术中心由业务部门一和二以及开发团队、测试团队、产品团队、UI设计团队、运维团队和实施团队构成。领导层包括技术中心总负责人、技术负责人、产品负责人等。工作汇报机制从事业线到项目经理,再到总负责人形成层级。每个部门都有明确的职责范围和团队组成。开发流程包括立项、需求收集与评审、计划与排期、设计与开发、测试与验收、发布上线等多个阶段。每个阶段都有详细的产出物说明和岗位职责描述。项目管理和绩效考核体系使用维格表加NAS协作工具,设置了不同的评价指标和评价周期。</summary>
<category term="经验分享" scheme="https://dong4j.github.io/categories/%E7%BB%8F%E9%AA%8C%E5%88%86%E4%BA%AB/"/>
<category term="项目管理" scheme="https://dong4j.github.io/tags/%E9%A1%B9%E7%9B%AE%E7%AE%A1%E7%90%86/"/>
<category term="组织架构" scheme="https://dong4j.github.io/tags/%E7%BB%84%E7%BB%87%E6%9E%B6%E6%9E%84/"/>
<category term="技术中心" scheme="https://dong4j.github.io/tags/%E6%8A%80%E6%9C%AF%E4%B8%AD%E5%BF%83/"/>
<category term="开发流程" scheme="https://dong4j.github.io/tags/%E5%BC%80%E5%8F%91%E6%B5%81%E7%A8%8B/"/>
<category term="绩效考核" scheme="https://dong4j.github.io/tags/%E7%BB%A9%E6%95%88%E8%80%83%E6%A0%B8/"/>
</entry>
<entry>
<title>树莓派直播新选择:打造你的个人流媒体服务器</title>
<link href="https://dong4j.github.io/posts/5e9872c3/"/>
<id>https://dong4j.github.io/posts/5e9872c3/</id>
<published>2023-11-29T16:00:00.000Z</published>
<updated>2025-01-05T16:37:28.319Z</updated>
<summary type="html">本文介绍了一种利用树莓派和大方摄像头结合RTSP协议,通过流媒体服务器实现直播间搭建的方法。文章详细介绍了直播架构,包括推流工具如ffmpeg和OBS studio、拉流工具如ffplay和ijkplayer等,以及多种流媒体服务器的选择和部署方法。重点推荐了ZLMediaKit作为流媒体服务器,并提供了详细的安装配置步骤和API使用示例。</summary>
<category term="新时代码农" scheme="https://dong4j.github.io/categories/%E6%96%B0%E6%97%B6%E4%BB%A3%E7%A0%81%E5%86%9C/"/>
<category term="直播" scheme="https://dong4j.github.io/tags/%E7%9B%B4%E6%92%AD/"/>
<category term="树莓派" scheme="https://dong4j.github.io/tags/%E6%A0%91%E8%8E%93%E6%B4%BE/"/>
<category term="RTSP" scheme="https://dong4j.github.io/tags/rtsp/"/>
<category term="流媒体服务器" scheme="https://dong4j.github.io/tags/%E6%B5%81%E5%AA%92%E4%BD%93%E6%9C%8D%E5%8A%A1%E5%99%A8/"/>
<category term="ZLMediaKit" scheme="https://dong4j.github.io/tags/zlmediakit/"/>
</entry>
<entry>
<title>宝宝动一下就知道:如何用树莓派和小米大方摄像头构建智能监控</title>
<link href="https://dong4j.github.io/posts/8dc39439/"/>
<id>https://dong4j.github.io/posts/8dc39439/</id>
<published>2023-11-28T16:00:00.000Z</published>
<updated>2025-01-05T16:37:28.323Z</updated>
<summary type="html">本文记录了作者如何利用闲置设备和小米大方摄像头,通过树莓派搭建MQ服务器,实现了对儿子的实时视频监控和动作检测。当儿子动时,系统会通过bark服务将警报推送到妈妈的手机上,从而形成一个完整的家庭监控系统闭环。文章详细介绍了固件刷写、MQ配置、树莓派安装MQ服务以及使用python编写脚本实现消息推送的步骤。</summary>
<category term="闲聊杂谈" scheme="https://dong4j.github.io/categories/%E9%97%B2%E8%81%8A%E6%9D%82%E8%B0%88/"/>
<category term="HomeLab" scheme="https://dong4j.github.io/tags/homelab/"/>
<category term="树莓派" scheme="https://dong4j.github.io/tags/%E6%A0%91%E8%8E%93%E6%B4%BE/"/>
<category term="小米大方摄像头" scheme="https://dong4j.github.io/tags/%E5%B0%8F%E7%B1%B3%E5%A4%A7%E6%96%B9%E6%91%84%E5%83%8F%E5%A4%B4/"/>
<category term="MQTT" scheme="https://dong4j.github.io/tags/mqtt/"/>
<category term="动作检测" scheme="https://dong4j.github.io/tags/%E5%8A%A8%E4%BD%9C%E6%A3%80%E6%B5%8B/"/>
</entry>
</feed>