-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
247 lines (136 loc) · 8.27 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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>HollowGL的个人空间</title>
<icon>https://hollowgl.github.io/icon.png</icon>
<link href="https://hollowgl.github.io/atom.xml" rel="self"/>
<link href="https://hollowgl.github.io/"/>
<updated>2024-09-18T13:00:00.000Z</updated>
<id>https://hollowgl.github.io/</id>
<author>
<name>HollowGL</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>CSAPP实验二Bomb</title>
<link href="https://hollowgl.github.io/2024/09/18/240918-bombLab/"/>
<id>https://hollowgl.github.io/2024/09/18/240918-bombLab/</id>
<published>2024-09-18T13:00:00.000Z</published>
<updated>2024-09-18T13:00:00.000Z</updated>
<summary type="html">耐炸王</summary>
<category term="csapp" scheme="https://hollowgl.github.io/categories/csapp/"/>
<category term="C" scheme="https://hollowgl.github.io/tags/C/"/>
</entry>
<entry>
<title>Edge禁用Adobe Acrobat作为PDF阅读器</title>
<link href="https://hollowgl.github.io/2024/05/19/240519-EdgePdfReader/"/>
<id>https://hollowgl.github.io/2024/05/19/240519-EdgePdfReader/</id>
<published>2024-05-19T14:34:42.000Z</published>
<updated>2024-05-19T14:34:42.000Z</updated>
<summary type="html"><p>参考链接:<a href="https://www.askvg.com/enable-or-disable-adobe-acrobat-pdf-reader-in-microsoft-edge/">[Tip] How to Restore Classic Native PDF Viewer in Microsoft Edge</a></p>
<ol>
<li>Edge地址栏输入<code>edge://flags/</code></li>
<li>搜索 <code>new PDF</code>,找到<code>New PDF Viewer</code>一项,将选项置为<strong>Disabled</strong></li>
<li>重启Edge即可生效</li>
</ol></summary>
<category term="代码以外的Bug" scheme="https://hollowgl.github.io/categories/%E4%BB%A3%E7%A0%81%E4%BB%A5%E5%A4%96%E7%9A%84Bug/"/>
</entry>
<entry>
<title>numpy实现softmax回归</title>
<link href="https://hollowgl.github.io/2024/05/06/240506-softmaxFromNumpy/"/>
<id>https://hollowgl.github.io/2024/05/06/240506-softmaxFromNumpy/</id>
<published>2024-05-06T14:20:05.000Z</published>
<updated>2024-05-27T15:30:00.000Z</updated>
<summary type="html"><p>从<strong>线性代数</strong>到<strong>概率论与数理统计</strong></p></summary>
<category term="Python" scheme="https://hollowgl.github.io/tags/Python/"/>
</entry>
<entry>
<title>友链页面的实现</title>
<link href="https://hollowgl.github.io/2024/05/05/240505-friends/"/>
<id>https://hollowgl.github.io/2024/05/05/240505-friends/</id>
<published>2024-05-05T12:45:27.000Z</published>
<updated>2024-05-05T12:45:27.000Z</updated>
<summary type="html"><p>一个好友也建了<a href="https://maksymilan.github.io/">博客</a>,特此创建友链以示支持</p></summary>
<category term="建站历程" scheme="https://hollowgl.github.io/categories/%E5%BB%BA%E7%AB%99%E5%8E%86%E7%A8%8B/"/>
</entry>
<entry>
<title>typing在3.9中的变化</title>
<link href="https://hollowgl.github.io/2024/04/14/python-typing/"/>
<id>https://hollowgl.github.io/2024/04/14/python-typing/</id>
<published>2024-04-13T16:00:38.000Z</published>
<updated>2024-04-13T16:00:38.000Z</updated>
<summary type="html">Python3.9支持直接使用tuple, list等进行类型注解</summary>
<category term="Python" scheme="https://hollowgl.github.io/tags/Python/"/>
</entry>
<entry>
<title>碎碎念(纸条)模块实现</title>
<link href="https://hollowgl.github.io/2023/10/07/self-talking/"/>
<id>https://hollowgl.github.io/2023/10/07/self-talking/</id>
<published>2023-10-07T14:01:11.000Z</published>
<updated>2023-10-07T14:01:11.000Z</updated>
<summary type="html">记录了自己模块化实现碎碎念功能的一些坑。</summary>
<category term="建站历程" scheme="https://hollowgl.github.io/categories/%E5%BB%BA%E7%AB%99%E5%8E%86%E7%A8%8B/"/>
</entry>
<entry>
<title>csapp实验一datalab</title>
<link href="https://hollowgl.github.io/2023/09/29/csapp-1-datalab/"/>
<id>https://hollowgl.github.io/2023/09/29/csapp-1-datalab/</id>
<published>2023-09-29T14:33:03.000Z</published>
<updated>2023-09-29T14:33:03.000Z</updated>
<summary type="html"><style type="text/css">
.heimu { color: #888f96; background-color: #888f96; }
.heimu:hover { color: #fff; }
</style>
<p>一些感想,留作纪念。<del>后续可能会给出分析</del></p></summary>
<category term="csapp" scheme="https://hollowgl.github.io/categories/csapp/"/>
<category term="C" scheme="https://hollowgl.github.io/tags/C/"/>
</entry>
<entry>
<title>docker配置csapp环境</title>
<link href="https://hollowgl.github.io/2023/09/19/csapp-env/"/>
<id>https://hollowgl.github.io/2023/09/19/csapp-env/</id>
<published>2023-09-19T13:33:47.000Z</published>
<updated>2023-09-19T13:33:47.000Z</updated>
<summary type="html">描述了如何使用docker在mac上配置csapp实验环境</summary>
<category term="csapp" scheme="https://hollowgl.github.io/categories/csapp/"/>
<category term="C" scheme="https://hollowgl.github.io/tags/C/"/>
</entry>
<entry>
<title>博客的迁移</title>
<link href="https://hollowgl.github.io/2023/09/12/rebuild-blog/"/>
<id>https://hollowgl.github.io/2023/09/12/rebuild-blog/</id>
<published>2023-09-12T10:56:37.000Z</published>
<updated>2023-09-12T10:56:37.000Z</updated>
<summary type="html">这篇文章简要的记录了迁移博客的方法。</summary>
<category term="建站历程" scheme="https://hollowgl.github.io/categories/%E5%BB%BA%E7%AB%99%E5%8E%86%E7%A8%8B/"/>
</entry>
<entry>
<title>selenium笔记</title>
<link href="https://hollowgl.github.io/2023/08/09/selenium%E7%AC%94%E8%AE%B0/"/>
<id>https://hollowgl.github.io/2023/08/09/selenium%E7%AC%94%E8%AE%B0/</id>
<published>2023-08-09T10:48:13.000Z</published>
<updated>2023-08-09T10:48:13.000Z</updated>
<summary type="html"><p>去年学习selenium模块时做的的笔记,当时看完<a href="https://www.byhy.net/tut/auto/selenium/01/">网上教程</a>后写了一个简单的项目。</p></summary>
<category term="笔记" scheme="https://hollowgl.github.io/categories/%E7%AC%94%E8%AE%B0/"/>
<category term="Python" scheme="https://hollowgl.github.io/tags/Python/"/>
<category term="Selenium" scheme="https://hollowgl.github.io/tags/Selenium/"/>
</entry>
<entry>
<title>回溯法求解数独</title>
<link href="https://hollowgl.github.io/2023/08/08/backtracking-sudoku/"/>
<id>https://hollowgl.github.io/2023/08/08/backtracking-sudoku/</id>
<published>2023-08-08T08:30:00.000Z</published>
<updated>2023-09-25T05:00:00.000Z</updated>
<summary type="html">暑假时解决的有关课程作业的问题,推迟到开学才发表</summary>
<category term="算法" scheme="https://hollowgl.github.io/categories/%E7%AE%97%E6%B3%95/"/>
<category term="回溯法" scheme="https://hollowgl.github.io/tags/%E5%9B%9E%E6%BA%AF%E6%B3%95/"/>
</entry>
<entry>
<title>Hello world!</title>
<link href="https://hollowgl.github.io/2023/07/20/hello-world/"/>
<id>https://hollowgl.github.io/2023/07/20/hello-world/</id>
<published>2023-07-20T15:34:56.578Z</published>
<updated>2023-07-23T06:30:00.000Z</updated>
<summary type="html"><p>花了数个小时,终于建立起了<strong>专属于我的个人网站</strong>。</p></summary>
<category term="建站历程" scheme="https://hollowgl.github.io/categories/%E5%BB%BA%E7%AB%99%E5%8E%86%E7%A8%8B/"/>
</entry>
</feed>