-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
258 lines (145 loc) · 12.5 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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>久久的笔记</title>
<subtitle>我爱睡觉</subtitle>
<link href="https://peach99cpp.github.io/atom.xml" rel="self"/>
<link href="https://peach99cpp.github.io/"/>
<updated>2023-08-12T11:43:36.044Z</updated>
<id>https://peach99cpp.github.io/</id>
<author>
<name>久久</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>LA_Review</title>
<link href="https://peach99cpp.github.io/2023/08/10/LA-Review/"/>
<id>https://peach99cpp.github.io/2023/08/10/LA-Review/</id>
<published>2023-08-10T15:48:03.000Z</published>
<updated>2023-08-12T11:43:36.044Z</updated>
<summary type="html"><h1 id="线性代数复习"><a href="#线性代数复习" class="headerlink" title="线性代数复习"></a>线性代数复习</h1><p>[TOC]</p></summary>
<category term="学习笔记" scheme="https://peach99cpp.github.io/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
<category term="复习" scheme="https://peach99cpp.github.io/tags/%E5%A4%8D%E4%B9%A0/"/>
</entry>
<entry>
<title>Vscode-Latex-Zotero</title>
<link href="https://peach99cpp.github.io/2023/08/05/Vscode-Latex-Zotero/"/>
<id>https://peach99cpp.github.io/2023/08/05/Vscode-Latex-Zotero/</id>
<published>2023-08-05T06:09:09.000Z</published>
<updated>2023-08-11T09:15:14.529Z</updated>
<summary type="html"><h1 id="目的"><a href="#目的" class="headerlink" title="目的"></a>目的</h1><p>为自己的毕业论文、以及后续的研究生生活的论文撰写做准备 </p>
<p>决定摆脱 <code>Word</code> 投入 <code>Latex</code>的怀抱 便开帖记录配置环境的过程</p>
<p>涉及的软件有:</p>
<blockquote>
<p>Vscode Latex Zotero</p>
</blockquote>
<p>主要分为两部分 </p>
<ol>
<li>如何在vscode中 <code>优雅地</code>使用Latex</li>
<li>如何结合Zotero做文献引用管理</li>
</ol></summary>
<category term="备忘录" scheme="https://peach99cpp.github.io/categories/%E5%A4%87%E5%BF%98%E5%BD%95/"/>
<category term="科研" scheme="https://peach99cpp.github.io/tags/%E7%A7%91%E7%A0%94/"/>
</entry>
<entry>
<title>unsupervised-learning-explore</title>
<link href="https://peach99cpp.github.io/2023/07/10/unsupervised-learning-explore/"/>
<id>https://peach99cpp.github.io/2023/07/10/unsupervised-learning-explore/</id>
<published>2023-07-10T02:13:13.000Z</published>
<updated>2023-08-11T09:11:09.735Z</updated>
<summary type="html"><h1 id="站点-航次选择"><a href="#站点-航次选择" class="headerlink" title="站点-航次选择"></a>站点-航次选择</h1><p>选择 <code>1146 、1148</code> 和 <code>U1431</summary>
<category term="默认分类" scheme="https://peach99cpp.github.io/categories/%E9%BB%98%E8%AE%A4%E5%88%86%E7%B1%BB/"/>
<category term="算法" scheme="https://peach99cpp.github.io/tags/%E7%AE%97%E6%B3%95/"/>
</entry>
<entry>
<title>TorchChain</title>
<link href="https://peach99cpp.github.io/2023/05/10/Torch_Chain/"/>
<id>https://peach99cpp.github.io/2023/05/10/Torch_Chain/</id>
<published>2023-05-10T04:10:09.000Z</published>
<updated>2023-08-11T09:15:04.599Z</updated>
<summary type="html"><p>重新学习<code>Pytorch</code>并在其基础上复现<code>YOLO V1</code></p>
<p>[TOC]</p></summary>
<category term="学习笔记" scheme="https://peach99cpp.github.io/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
<category term="算法" scheme="https://peach99cpp.github.io/tags/%E7%AE%97%E6%B3%95/"/>
</entry>
<entry>
<title>FreeRTOS-Notes</title>
<link href="https://peach99cpp.github.io/2023/05/05/FreeRTOS-Notes/"/>
<id>https://peach99cpp.github.io/2023/05/05/FreeRTOS-Notes/</id>
<published>2023-05-05T04:28:12.000Z</published>
<updated>2023-08-11T09:13:32.155Z</updated>
<summary type="html"><h1 id="FreeRTOS学习笔记"><a href="#FreeRTOS学习笔记" class="headerlink" title="FreeRTOS学习笔记"></a>FreeRTOS学习笔记</h1><p>为了复习一遍FreeRTOS的基础知识,并对一些进阶特性进行学习了解,所以开启这篇博客。</p>
<p>跟随<a href="https://www.bilibili.com/video/BV19g411p7UT">正点原子视频教程</a></p>
<p><img src="https://peachpidgo.oss-cn-guangzhou.aliyuncs.com/20230505130641.png" alt="正点原子视频教程"></p></summary>
<category term="学习笔记" scheme="https://peach99cpp.github.io/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
<category term="操作系统" scheme="https://peach99cpp.github.io/tags/%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F/"/>
<category term="底层" scheme="https://peach99cpp.github.io/tags/%E5%BA%95%E5%B1%82/"/>
</entry>
<entry>
<title>华为耳机弹窗破解</title>
<link href="https://peach99cpp.github.io/2023/03/03/%E5%8D%8E%E4%B8%BA%E8%80%B3%E6%9C%BA%E5%BC%B9%E7%AA%97%E7%A0%B4%E8%A7%A3/"/>
<id>https://peach99cpp.github.io/2023/03/03/%E5%8D%8E%E4%B8%BA%E8%80%B3%E6%9C%BA%E5%BC%B9%E7%AA%97%E7%A0%B4%E8%A7%A3/</id>
<published>2023-03-03T04:58:06.000Z</published>
<updated>2023-08-11T09:12:55.816Z</updated>
<summary type="html"><h1 id="华为耳机弹窗破解"><a href="#华为耳机弹窗破解" class="headerlink" title="华为耳机弹窗破解"></a>华为耳机弹窗破解</h1><p>先上效果图</p>
<p><img src="https://peachpidgo.oss-cn-guangzhou.aliyuncs.com/358ba46f48975fc3337b2d3eefe2b39.png" style="zoom: 80%;"><img src="https://peachpidgo.oss-cn-guangzhou.aliyuncs.com/d81cf34b6a15d702e76cd23592e3533.png" style="zoom:80%;"></p>
<p>本教程适用于<strong>未适配</strong><u>耳机弹窗</u>以及<u>超级终端</u>的旧设备</p></summary>
<category term="破解" scheme="https://peach99cpp.github.io/categories/%E7%A0%B4%E8%A7%A3/"/>
<category term="工具" scheme="https://peach99cpp.github.io/tags/%E5%B7%A5%E5%85%B7/"/>
</entry>
<entry>
<title>TyporaCrack</title>
<link href="https://peach99cpp.github.io/2023/02/21/TyporaCrack/"/>
<id>https://peach99cpp.github.io/2023/02/21/TyporaCrack/</id>
<published>2023-02-21T07:02:13.000Z</published>
<updated>2023-05-06T05:21:21.516Z</updated>
<summary type="html"><h1 id="Typora激活破解"><a href="#Typora激活破解" class="headerlink" title="Typora激活破解"></a>Typora激活破解</h1><p>由于我是个<strong>白嫖怪</strong>,所以Typora也要白嫖!</p>
<p>接下来是激活教程</p></summary>
<category term="小东西" scheme="https://peach99cpp.github.io/categories/%E5%B0%8F%E4%B8%9C%E8%A5%BF/"/>
<category term="破解" scheme="https://peach99cpp.github.io/tags/%E7%A0%B4%E8%A7%A3/"/>
</entry>
<entry>
<title>LearningNote PyQt</title>
<link href="https://peach99cpp.github.io/2023/02/21/my-learning-post/"/>
<id>https://peach99cpp.github.io/2023/02/21/my-learning-post/</id>
<published>2023-02-21T04:31:39.138Z</published>
<updated>2023-08-11T09:11:52.773Z</updated>
<summary type="html"><h1 id="PyQt学习记录"><a href="#PyQt学习记录" class="headerlink" title="PyQt学习记录"></a>PyQt学习记录</h1><h2 id="目标:制作一个上位机来搭配我的ESP32蓝牙设备"><a href="#目标:制作一个上位机来搭配我的ESP32蓝牙设备" class="headerlink" title="目标:制作一个上位机来搭配我的ESP32蓝牙设备"></a>目标:制作一个上位机来搭配我的ESP32蓝牙设备</h2></summary>
<category term="软件制作" scheme="https://peach99cpp.github.io/categories/%E8%BD%AF%E4%BB%B6%E5%88%B6%E4%BD%9C/"/>
<category term="Python" scheme="https://peach99cpp.github.io/tags/Python/"/>
<category term="上位机" scheme="https://peach99cpp.github.io/tags/%E4%B8%8A%E4%BD%8D%E6%9C%BA/"/>
</entry>
<entry>
<title>Alist挂载阿里云盘</title>
<link href="https://peach99cpp.github.io/2023/02/14/Alist%E6%8C%82%E8%BD%BD%E9%98%BF%E9%87%8C%E4%BA%91%E7%9B%98/"/>
<id>https://peach99cpp.github.io/2023/02/14/Alist%E6%8C%82%E8%BD%BD%E9%98%BF%E9%87%8C%E4%BA%91%E7%9B%98/</id>
<published>2023-02-14T10:07:06.000Z</published>
<updated>2023-08-11T09:13:00.681Z</updated>
<summary type="html"><h1 id="Alist挂载阿里云盘"><a href="#Alist挂载阿里云盘" class="headerlink" title="Alist挂载阿里云盘"></a>Alist挂载阿里云盘</h1><h2 id="概览"><a href="#概览" class="headerlink" title="概览"></a>概览</h2><p> 在2023-02-13日开始,阿里云盘官方开始封禁第三方API,导致之前主流的AList、 小白羊、蜗牛云盘等第三方播放工具都失效了。本人一开始也是使用的Alist挂载阿里云盘作为影视NAS使用,也受到了本次封禁的影响,出现了报错提示。</p>
<p><code>ailed get link: invalid X-Device-Id</code></p>
<p> 在经过一段时间的尝试后,发现通过Alits挂载阿里云盘的分享链接的方式不受本次的影响。<br>因此以下为通过分享链接的方式进行挂载的教程</p></summary>
<category term="小东西" scheme="https://peach99cpp.github.io/categories/%E5%B0%8F%E4%B8%9C%E8%A5%BF/"/>
<category term="工具" scheme="https://peach99cpp.github.io/tags/%E5%B7%A5%E5%85%B7/"/>
</entry>
<entry>
<title>KalmanFilterNote</title>
<link href="https://peach99cpp.github.io/2023/02/09/KalmanFilterNote/"/>
<id>https://peach99cpp.github.io/2023/02/09/KalmanFilterNote/</id>
<published>2023-02-09T08:16:57.000Z</published>
<updated>2023-08-11T09:13:55.852Z</updated>
<summary type="html"><h1 id="卡尔曼滤波器学习笔记"><a href="#卡尔曼滤波器学习笔记" class="headerlink" title="卡尔曼滤波器学习笔记"></a>卡尔曼滤波器学习笔记</h1><p>[toc]</p>
<center><u>本笔记跟随<a href="https://www.bilibili.com/video/BV1Rh41117MT">华南理工大学华南虎团队相关讲解视频</a></u></center></summary>
<category term="学习笔记" scheme="https://peach99cpp.github.io/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
<category term="算法" scheme="https://peach99cpp.github.io/tags/%E7%AE%97%E6%B3%95/"/>
</entry>
<entry>
<title>HexoNote</title>
<link href="https://peach99cpp.github.io/2023/02/08/HexoNote/"/>
<id>https://peach99cpp.github.io/2023/02/08/HexoNote/</id>
<published>2023-02-08T05:48:37.000Z</published>
<updated>2023-08-11T09:10:04.399Z</updated>
<summary type="html"><h1 id="Hexo笔记"><a href="#Hexo笔记" class="headerlink" title="Hexo笔记"></a>Hexo笔记</h1><p>[TOC]</p>
<center>个人博客网址:https://peach99cpp.github.io</center></summary>
<category term="备忘录" scheme="https://peach99cpp.github.io/categories/%E5%A4%87%E5%BF%98%E5%BD%95/"/>
<category term="踩坑笔记" scheme="https://peach99cpp.github.io/tags/%E8%B8%A9%E5%9D%91%E7%AC%94%E8%AE%B0/"/>
</entry>
</feed>