-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
361 lines (197 loc) · 24.7 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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Charfole's Blog</title>
<icon>https://blog.charfole.top/icon.png</icon>
<link href="https://blog.charfole.top/atom.xml" rel="self"/>
<link href="https://blog.charfole.top/"/>
<updated>2023-09-21T09:33:05.649Z</updated>
<id>https://blog.charfole.top/</id>
<author>
<name>Charfole</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>Docker镜像、容器、仓库基本概念介绍</title>
<link href="https://blog.charfole.top/docker-overview.html"/>
<id>https://blog.charfole.top/docker-overview.html</id>
<published>2023-09-21T09:05:45.000Z</published>
<updated>2023-09-21T09:33:05.649Z</updated>
<summary type="html"><p>Docker是快速搭建开发环境的好帮手,之前对它的了解一直处于使用层面,最近阅读了<span class="exturl" data-url="aHR0cHM6Ly9kb2NzLmRvY2tlci5jb20v">Docker的官方文档<i class="fa fa-external-link-alt"></i></span>发现里面的概念还挺清晰易懂的,遂写下博客,记录Docker中镜像、容器、仓库这三个最重要的概念。</p></summary>
<category term="Docker" scheme="https://blog.charfole.top/tags/Docker/"/>
</entry>
<entry>
<title>ginTodoList——基于gin和gorm的待办小清单</title>
<link href="https://blog.charfole.top/ginTodoList.html"/>
<id>https://blog.charfole.top/ginTodoList.html</id>
<published>2023-05-04T12:21:53.000Z</published>
<updated>2023-09-21T09:33:05.649Z</updated>
<summary type="html"><h1 id="前言"><a href="#前言" class="headerlink" title="前言"></a>前言</h1><p><a href>ginTodoList</a>是一款基于Vue.js、Golang、gin、gorm的的待办小清单,项目可通过前后端分离的方式进行部署,并按照web开发的规范对项目的功能进行了划分。项目的<span class="exturl" data-url="aHR0cDovLzEyMC4yNC4yMzIuNzk6ODA4MC8jLw==">demo<i class="fa fa-external-link-alt"></i></span>演示效果如下:</p>
<p>最近在整理该<span class="exturl" data-url="aHR0cHM6Ly9naXRodWIuY29tL2NoYXJmb2xlL2dpblRvZG9MaXN0">项目<i class="fa fa-external-link-alt"></i></span>,也一并将其同步到博客当中以作记录。项目学习自<span class="exturl" data-url="aHR0cHM6Ly93d3cuYmlsaWJpbGkuY29tL3ZpZGVvL0JWMWdKNDExcDd4Qy8/dmRfc291cmNlPTFmMDYxY2VkNGU5ZDg5NTNmNTEzMzIxYzRhNDRmODk3">该课程<i class="fa fa-external-link-alt"></i></span>,并在原基础上增加了记录待办清单的创建日期功能。下面是项目的详细文档。</p>
<p><img src="https://charfole-blog.oss-cn-shenzhen.aliyuncs.com/image/image-20230114192014784.png" alt="image-20230114192014784"></p></summary>
<category term="Golang" scheme="https://blog.charfole.top/categories/Golang/"/>
<category term="后端开发" scheme="https://blog.charfole.top/categories/%E5%90%8E%E7%AB%AF%E5%BC%80%E5%8F%91/"/>
<category term="MySQL" scheme="https://blog.charfole.top/tags/MySQL/"/>
<category term="Golang" scheme="https://blog.charfole.top/tags/Golang/"/>
<category term="Project" scheme="https://blog.charfole.top/tags/Project/"/>
<category term="Gin" scheme="https://blog.charfole.top/tags/Gin/"/>
<category term="Web" scheme="https://blog.charfole.top/tags/Web/"/>
</entry>
<entry>
<title>图论算法总结(搜索、拓扑排序、最短路、最小生成树、二分图)</title>
<link href="https://blog.charfole.top/graph-algorithms-summary.html"/>
<id>https://blog.charfole.top/graph-algorithms-summary.html</id>
<published>2021-12-26T01:36:51.000Z</published>
<updated>2023-09-21T09:33:05.649Z</updated>
<summary type="html"><h2 id="前言"><a href="#前言" class="headerlink" title="前言"></a>前言</h2><p>最近在 <span class="exturl" data-url="aHR0cHM6Ly93d3cuYWN3aW5nLmNvbS9hY3Rpdml0eS9jb250ZW50LzExLw==">AcWing<i class="fa fa-external-link-alt"></i></span> 学习图论算法,包含了图的存储、搜索、拓扑排序、最短路算法、最小生成树算法、二分图算法等知识。因为涉及到的内容和代码较多,所以将这些内容汇总成笔记,以便日后回顾。<br></p></summary>
<category term="数据结构与算法" scheme="https://blog.charfole.top/categories/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E4%B8%8E%E7%AE%97%E6%B3%95/"/>
<category term="Notes" scheme="https://blog.charfole.top/tags/Notes/"/>
<category term="Algorithm" scheme="https://blog.charfole.top/tags/Algorithm/"/>
<category term="Data Structrue" scheme="https://blog.charfole.top/tags/Data-Structrue/"/>
<category term="Graph theory" scheme="https://blog.charfole.top/tags/Graph-theory/"/>
</entry>
<entry>
<title>2021计算机保研面试经验与建议(中山、复旦、北航、浙大工程师、华东师、华工等院校)</title>
<link href="https://blog.charfole.top/baoyan-experience.html"/>
<id>https://blog.charfole.top/baoyan-experience.html</id>
<published>2021-10-14T12:57:40.000Z</published>
<updated>2023-09-21T09:33:05.629Z</updated>
<summary type="html"><h3 id="一、写在前面"><a href="#一、写在前面" class="headerlink" title="一、写在前面"></a>一、写在前面</h3><p>从大一下学期树立保研目标到现在,一眨眼已过去两年半了,这两年半的时间里获得了不少前辈们的帮助,如今也想将自己的保研经历记录下来,于是整理了这篇一万多字的计算机保研经验贴,希望能帮助更多有需要的学弟学妹们~</p></summary>
<category term="经验分享" scheme="https://blog.charfole.top/categories/%E7%BB%8F%E9%AA%8C%E5%88%86%E4%BA%AB/"/>
<category term="保研" scheme="https://blog.charfole.top/tags/%E4%BF%9D%E7%A0%94/"/>
</entry>
<entry>
<title>增强Linux云服务器SSH安全性的方法</title>
<link href="https://blog.charfole.top/ssh-configure.html"/>
<id>https://blog.charfole.top/ssh-configure.html</id>
<published>2021-08-22T09:27:19.000Z</published>
<updated>2023-09-21T09:33:05.661Z</updated>
<summary type="html"><h2 id="前言"><a href="#前言" class="headerlink" title="前言"></a>前言</h2><p>暑假在家,忽然想起上学期有一门课还有几百块的华为云代金券没用,算了一下,代金券剩下的额度还可以买大半年的云服务器玩一玩,于是就行动起来了。刚买完一天,按着自己之前留下的<a href="https://blog.charfole.top/Win10%E7%B3%BB%E7%BB%9F%E4%B8%8B%E7%9A%84Windows%20Terminal+WSL%E9%85%8D%E7%BD%AE%E6%8C%87%E5%8D%97.html">总结</a>在 Windows Terminal 中配置好了 Oh-My-Zsh 后,结果第二天起床就收到华为云发来的短信,说服务器遭到了暴力破解,但没有成功。</p>
<p><img src="https://charfole-blog.oss-cn-shenzhen.aliyuncs.com/image/image-20210822222415754.png" alt="image-20210822222415754"><br></p></summary>
<category term="技术" scheme="https://blog.charfole.top/categories/%E6%8A%80%E6%9C%AF/"/>
<category term="SSH" scheme="https://blog.charfole.top/tags/SSH/"/>
<category term="Server" scheme="https://blog.charfole.top/tags/Server/"/>
<category term="Linux" scheme="https://blog.charfole.top/tags/Linux/"/>
</entry>
<entry>
<title>蓝桥杯踩坑题</title>
<link href="https://blog.charfole.top/lanqiao-review.html"/>
<id>https://blog.charfole.top/lanqiao-review.html</id>
<published>2021-04-18T09:35:56.000Z</published>
<updated>2023-09-21T09:33:05.653Z</updated>
<summary type="html"><h2 id="前言"><a href="#前言" class="headerlink" title="前言"></a>前言</h2><p>今天又是一年一度的蓝桥(<del>baoli</del>)杯大赛,小 J 同学经过了两年的参赛,对于前三题秉承着能 baoli 就不要思考的出发点来做题,结果他今天在第三题填空题用暴力法踩坑了,比赛中卡了一小时居然还没做出来。睡了一觉下午清醒之后,用三分钟想到了一个简单的做法,写下了这篇博文。</p></summary>
<category term="技术" scheme="https://blog.charfole.top/categories/%E6%8A%80%E6%9C%AF/"/>
<category term="Algorithm" scheme="https://blog.charfole.top/tags/Algorithm/"/>
<category term="Data Structrue" scheme="https://blog.charfole.top/tags/Data-Structrue/"/>
</entry>
<entry>
<title>KG2Text-Notes</title>
<link href="https://blog.charfole.top/kg2text-Notes.html"/>
<id>https://blog.charfole.top/kg2text-Notes.html</id>
<published>2021-03-14T12:05:10.000Z</published>
<updated>2023-09-21T09:33:05.653Z</updated>
<summary type="html"><h3 id="Paper-Information"><a href="#Paper-Information" class="headerlink" title="Paper Information"></a>Paper Information</h3><hr>
<p><strong>Title</strong>: Modeling Global and Local Node Contexts for Text Generation from Knowledge Graphs<br><strong>Links</strong>: <span class="exturl" data-url="aHR0cHM6Ly9hcnhpdi5vcmcvYWJzLzIwMDEuMTEwMDM=">https://arxiv.org/abs/2001.11003<i class="fa fa-external-link-alt"></i></span><br><strong>Date</strong>: 2020.06.22<br><strong>Comments</strong>: Transactions of the Association for Computational Linguistics (TACL)<br><strong>Subjects</strong>: KG、AI<br><strong>Index Terms</strong>: Knowledge Graphs, Text Generation<br><strong>Authors</strong>: Leonardo F. R. Ribeiro, Yue Zhang, Claire Gardent, Iryna Gurevych<br></p></summary>
<category term="科研" scheme="https://blog.charfole.top/categories/%E7%A7%91%E7%A0%94/"/>
<category term="Paper" scheme="https://blog.charfole.top/tags/Paper/"/>
<category term="Notes" scheme="https://blog.charfole.top/tags/Notes/"/>
</entry>
<entry>
<title>各类终端走代理的设置方法</title>
<link href="https://blog.charfole.top/terminal-proxy.html"/>
<id>https://blog.charfole.top/terminal-proxy.html</id>
<published>2021-02-27T12:27:19.000Z</published>
<updated>2023-09-21T09:33:05.665Z</updated>
<summary type="html"><p>最近在 GitHub 上游玩,发现各种终端中 git 操作都变得奇慢无比,于是今天一并记录一下各类终端走代理的方法。</p>
<p>假设代理的端口号为1080,以下的一切命令均通过 <code>curl www.google.com</code> 命令验证成功。</p>
<h2 id="PowerShell"><a href="#PowerShell" class="headerlink" title="PowerShell"></a>PowerShell</h2><figure class="highlight powershell"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br></pre></td><td class="code"><pre><span class="line"><span class="comment"># 永久设置代理</span></span><br><span class="line"><span class="variable">$env:http_proxy</span>=<span class="string">"http://127.0.0.1:1080"</span></span><br><span class="line"><span class="variable">$env:https_proxy</span>=<span class="string">"http://127.0.0.1:1080"</span></span><br><span class="line"></span><br><span class="line"><span class="comment"># 取消代理</span></span><br><span class="line"><span class="variable">$env:http_proxy</span>=<span class="string">""</span></span><br><span class="line"><span class="variable">$env:https_proxy</span>=<span class="string">""</span></span><br></pre></td></tr></table></figure>
<p>全局代理下 PowerShell 不需设置也可以走代理。</p></summary>
<category term="技术" scheme="https://blog.charfole.top/categories/%E6%8A%80%E6%9C%AF/"/>
<category term="WSL" scheme="https://blog.charfole.top/tags/WSL/"/>
<category term="terminal" scheme="https://blog.charfole.top/tags/terminal/"/>
<category term="proxy" scheme="https://blog.charfole.top/tags/proxy/"/>
<category term="shell" scheme="https://blog.charfole.top/tags/shell/"/>
</entry>
<entry>
<title>大三上数据挖掘项目总结</title>
<link href="https://blog.charfole.top/SCNU-CS-2018-DataMining.html"/>
<id>https://blog.charfole.top/SCNU-CS-2018-DataMining.html</id>
<published>2021-02-18T12:50:46.000Z</published>
<updated>2023-09-21T09:33:05.569Z</updated>
<summary type="html"><h2 id="SCNU-CS-2018-DataMining"><a href="#SCNU-CS-2018-DataMining" class="headerlink" title="SCNU-CS-2018-DataMining"></a>SCNU-CS-2018-DataMining</h2><p>这一次整理的是数据挖掘课程项目,分为平时项目与期末项目。以小组为单位,课程要求使用数据挖掘方法进行数据分析和建模,最终需要提交代码、论文,期末项目还需要进行小组汇报,具体的内容请参见 <span class="exturl" data-url="aHR0cHM6Ly9naXRodWIuY29tL2NoYXJmb2xlL1NDTlUtQ1MtMjAxOC1EYXRhTWluaW5n">Github<i class="fa fa-external-link-alt"></i></span>。</p>
<h2 id="项目结构"><a href="#项目结构" class="headerlink" title="项目结构"></a>项目结构</h2><p>Project-1为平时项目,Project-2为期末项目,项目结构与具体的使用方法请参照下面的内容。<br><img src="https://charfole-blog.oss-cn-shenzhen.aliyuncs.com/image/项目结构图.png" alt="项目结构图"></p></summary>
<category term="课内学习" scheme="https://blog.charfole.top/categories/%E8%AF%BE%E5%86%85%E5%AD%A6%E4%B9%A0/"/>
<category term="科研" scheme="https://blog.charfole.top/categories/%E7%A7%91%E7%A0%94/"/>
<category term="技术" scheme="https://blog.charfole.top/categories/%E6%8A%80%E6%9C%AF/"/>
<category term="Data Mining" scheme="https://blog.charfole.top/tags/Data-Mining/"/>
<category term="Machine Learning" scheme="https://blog.charfole.top/tags/Machine-Learning/"/>
</entry>
<entry>
<title>大三上数据库项目总结</title>
<link href="https://blog.charfole.top/SCNU-CS-2018-DatabaseProject.html"/>
<id>https://blog.charfole.top/SCNU-CS-2018-DatabaseProject.html</id>
<published>2021-02-17T07:32:36.000Z</published>
<updated>2023-09-21T09:33:05.569Z</updated>
<summary type="html"><h2 id="SCNU-CS-2018-DatabaseProject"><a href="#SCNU-CS-2018-DatabaseProject" class="headerlink" title="SCNU-CS-2018-DatabaseProject"></a>SCNU-CS-2018-DatabaseProject</h2><p>最近打算整理一下上学期的项目作业到 Github 上,同时 post 到博客上以作记录与归档。这一次分享的是数据库课程项目,为了能够快速实现需求,我选用了微后端框架 Flask+web 的形式进行开发。</p>
<p>在与同学的合作下,两个子项目的开发与撰写文档分别花了将近一周的时间,完成了课程的基本和额外要求,具体的内容请参见 <span class="exturl" data-url="aHR0cHM6Ly9naXRodWIuY29tL2NoYXJmb2xlL1NDTlUtQ1MtMjAxOC1EYXRhYmFzZVByb2plY3Q=">GitHub<i class="fa fa-external-link-alt"></i></span>。</p>
<p>课程一共有两阶段的任务,要求分别选取一款传统型数据库和 NoSQL 数据库,在 Linux 环境下部署服务端,以 C/S 架构实现数据库的各项基本功能和部分特色操作。</p>
<p>本项目选用的是 MySQL 和 Redis ,由于课程不对性能作要求,因此为了能够快速实现要求的功能,项目选用了 Flask 作为服务端,并以 web 的方式开发客户端,具体的项目框架请参照下图。</p>
<p><img src="https://charfole-blog.oss-cn-shenzhen.aliyuncs.com/image/MySQL架构图.png" alt="MySQL架构图"></p></summary>
<category term="课内学习" scheme="https://blog.charfole.top/categories/%E8%AF%BE%E5%86%85%E5%AD%A6%E4%B9%A0/"/>
<category term="技术" scheme="https://blog.charfole.top/categories/%E6%8A%80%E6%9C%AF/"/>
<category term="MySQL" scheme="https://blog.charfole.top/tags/MySQL/"/>
<category term="Redis" scheme="https://blog.charfole.top/tags/Redis/"/>
<category term="Flask" scheme="https://blog.charfole.top/tags/Flask/"/>
<category term="Database" scheme="https://blog.charfole.top/tags/Database/"/>
<category term="web" scheme="https://blog.charfole.top/tags/web/"/>
</entry>
<entry>
<title>2021年1月编译原理考题汇总</title>
<link href="https://blog.charfole.top/2021%E5%B9%B41%E6%9C%88%E7%BC%96%E8%AF%91%E5%8E%9F%E7%90%86%E8%80%83%E9%A2%98%E6%B1%87%E6%80%BB.html"/>
<id>https://blog.charfole.top/2021%E5%B9%B41%E6%9C%88%E7%BC%96%E8%AF%91%E5%8E%9F%E7%90%86%E8%80%83%E9%A2%98%E6%B1%87%E6%80%BB.html</id>
<published>2021-02-04T13:39:17.000Z</published>
<updated>2023-09-21T09:33:05.569Z</updated>
<summary type="html"><h2 id="前言"><a href="#前言" class="headerlink" title="前言"></a>前言</h2><p>在编译原理的复习过程中,参考了许多前辈总结的考题,获益匪浅,在此向他们表示感谢。趁现在对考题仍有几分记忆,做下记录,希望帮助到学弟学妹们。</p>
<h2 id="考试题型"><a href="#考试题型" class="headerlink" title="考试题型"></a>考试题型</h2><p>考试题型近几年都较为固定,分为以下几种:</p>
<p><img src="https://charfole-blog.oss-cn-shenzhen.aliyuncs.com/image/image-20210214162929530.png" alt="image-20210214162929530"></p></summary>
<category term="课内学习" scheme="https://blog.charfole.top/categories/%E8%AF%BE%E5%86%85%E5%AD%A6%E4%B9%A0/"/>
<category term="课程" scheme="https://blog.charfole.top/tags/%E8%AF%BE%E7%A8%8B/"/>
<category term="编译原理" scheme="https://blog.charfole.top/tags/%E7%BC%96%E8%AF%91%E5%8E%9F%E7%90%86/"/>
</entry>
<entry>
<title>RECLE 阅读笔记</title>
<link href="https://blog.charfole.top/RECLE-Notes.html"/>
<id>https://blog.charfole.top/RECLE-Notes.html</id>
<published>2020-11-07T01:59:34.000Z</published>
<updated>2023-09-21T09:33:05.569Z</updated>
<summary type="html"><h3 id="Paper-Information"><a href="#Paper-Information" class="headerlink" title="Paper Information"></a>Paper Information</h3><hr>
<p><strong>Title</strong>: Representation Learning from Limited Educational Data with Crowdsourced Labels<br><strong>Links</strong>: <span class="exturl" data-url="aHR0cHM6Ly9hcnhpdi5vcmcvYWJzLzIwMDkuMTEyMjI=">https://arxiv.org/abs/2009.11222<i class="fa fa-external-link-alt"></i></span><br><strong>Date</strong>: 2020.09.23<br><strong>Comments</strong>: IEEE Transacitons on Knowledge and Data Engineering (TKDE\CCF-A)<br><strong>Subjects</strong>: ML、AI<br><strong>Index Terms</strong>: Representation learning, crowdsourcing, hard example mining, educational data.<br><strong>Authors</strong>: Wentao Wang, Guowei Xu, Wenbiao Ding, Gale Yan Huang, Guoliang Li, Jiliang Tang, Zitao Liu<br></p></summary>
<category term="科研" scheme="https://blog.charfole.top/categories/%E7%A7%91%E7%A0%94/"/>
<category term="Paper" scheme="https://blog.charfole.top/tags/Paper/"/>
<category term="Notes" scheme="https://blog.charfole.top/tags/Notes/"/>
</entry>
<entry>
<title>Win10系统下的Windows Terminal+WSL配置指南</title>
<link href="https://blog.charfole.top/Win10%E7%B3%BB%E7%BB%9F%E4%B8%8B%E7%9A%84Windows%20Terminal+WSL%E9%85%8D%E7%BD%AE%E6%8C%87%E5%8D%97.html"/>
<id>https://blog.charfole.top/Win10%E7%B3%BB%E7%BB%9F%E4%B8%8B%E7%9A%84Windows%20Terminal+WSL%E9%85%8D%E7%BD%AE%E6%8C%87%E5%8D%97.html</id>
<published>2020-08-15T15:38:53.000Z</published>
<updated>2023-09-21T09:33:05.569Z</updated>
<summary type="html"><p>在计算机学习的过程中,我们常常会纠结于 Windows、Linux 和 Mac OS 的选择。Mac OS X 凭借其出色的GUI与天然的 Unix-like 环境,倍受程序猿欢迎。但对于大部分同学来说,Macbook 系列的价格较为高昂,因而也自然无法接触到 Mac OS X 了。那么开发环境的选择一般就只剩下纯 Windows、Windows+虚拟机 和 Windows+双系统了。纯Windows环境往往会增加折腾过程的难度,同时Windows 老旧的命令行界面也让人不那么提得起劲。(<del>毕竟好看才是第一生产力</del>)后两种固然能够体验最纯粹的 Gnu/Linux 环境,但虚拟机的启动等待和系统的切换等待让这一过程显得不那么顺滑。</p>
<p>那么,有没有一种方法能让我们能够顺滑高效地体验Linux的魅力呢?</p>
<p>有!那就是上手微软的 <strong>Windows Terminal</strong> 和 <strong>Windows Subsystem for Linux</strong>(WSL)了!<br></p></summary>
<category term="技术" scheme="https://blog.charfole.top/categories/%E6%8A%80%E6%9C%AF/"/>
<category term="WSL" scheme="https://blog.charfole.top/tags/WSL/"/>
<category term="Windows Terminal" scheme="https://blog.charfole.top/tags/Windows-Terminal/"/>
<category term="terminal" scheme="https://blog.charfole.top/tags/terminal/"/>
</entry>
<entry>
<title>Hello World</title>
<link href="https://blog.charfole.top/Hello-World.html"/>
<id>https://blog.charfole.top/Hello-World.html</id>
<published>2020-08-05T14:38:53.000Z</published>
<updated>2023-09-21T09:33:05.569Z</updated>
<summary type="html"><p> 进入大学后,我直观地感受到了这里的知识体系远比高中庞大。此外,高中学习时我们常有充足的时间与精力来梳理碎片化的知识,构建自己的学习框架,而在大学做好这一点并不容易。</p>
<p> 因此,身为CS学子的我,决定用博客记录下自己的学习过程、思考感悟、和一些观影与读书的感</summary>
<category term="思考与感悟" scheme="https://blog.charfole.top/categories/%E6%80%9D%E8%80%83%E4%B8%8E%E6%84%9F%E6%82%9F/"/>
<category term="博客" scheme="https://blog.charfole.top/tags/%E5%8D%9A%E5%AE%A2/"/>
</entry>
</feed>