-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatom.xml
More file actions
525 lines (231 loc) · 18.1 KB
/
Copy pathatom.xml
File metadata and controls
525 lines (231 loc) · 18.1 KB
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
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>一汪白水</title>
<subtitle>程序员的自留地</subtitle>
<link href="http://tdingquan.github.io/atom.xml" rel="self"/>
<link href="http://tdingquan.github.io/"/>
<updated>2022-06-21T07:36:37.214Z</updated>
<id>http://tdingquan.github.io/</id>
<author>
<name>一汪白水</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>01 ROCKET: Exceptionally fast and accurate time series classification using random convolution kernels</title>
<link href="http://tdingquan.github.io/2022-06-21/everday-paper-reading/01-rocket-exceptionally-fast-and-accurate-time-series-classification-using-random-convolution-kernels/"/>
<id>http://tdingquan.github.io/2022-06-21/everday-paper-reading/01-rocket-exceptionally-fast-and-accurate-time-series-classification-using-random-convolution-kernels/</id>
<published>2022-06-21T07:36:21.000Z</published>
<updated>2022-06-21T07:36:37.214Z</updated>
<category term="Everyday Paper Reading" scheme="http://tdingquan.github.io/categories/Everyday-Paper-Reading/"/>
</entry>
<entry>
<title>Python Sorted Containers 02 - SortedDict & SortedSet</title>
<link href="http://tdingquan.github.io/2022-06-20/python/data-structure/sorted-containers/02-sorteddict-and-sortedset/"/>
<id>http://tdingquan.github.io/2022-06-20/python/data-structure/sorted-containers/02-sorteddict-and-sortedset/</id>
<published>2022-06-20T03:50:25.000Z</published>
<updated>2022-06-21T07:51:21.951Z</updated>
<summary type="html"><h1 id="SortedDict"><a href="#SortedDict" class="headerlink" title="SortedDict"></a>SortedDict</h1><p>在插入、删除键值对后仍然可以按照键值自动维护顺序的字典。</p>
<pre</summary>
<category term="Python" scheme="http://tdingquan.github.io/categories/Python/"/>
<category term="Data Structure" scheme="http://tdingquan.github.io/tags/Data-Structure/"/>
<category term="Sorted Containers" scheme="http://tdingquan.github.io/tags/Sorted-Containers/"/>
</entry>
<entry>
<title>Python Sorted Containers 01 - Install and SortedList</title>
<link href="http://tdingquan.github.io/2022-06-20/python/data-structure/sorted-containers/01-install-and-sortedlist/"/>
<id>http://tdingquan.github.io/2022-06-20/python/data-structure/sorted-containers/01-install-and-sortedlist/</id>
<published>2022-06-20T02:50:25.000Z</published>
<updated>2022-06-21T06:35:07.892Z</updated>
<summary type="html"><h1 id="Install"><a href="#Install" class="headerlink" title="Install"></a>Install</h1><pre class="line-numbers language-bash"</summary>
<category term="Python" scheme="http://tdingquan.github.io/categories/Python/"/>
<category term="Data Structure" scheme="http://tdingquan.github.io/tags/Data-Structure/"/>
<category term="Sorted Containers" scheme="http://tdingquan.github.io/tags/Sorted-Containers/"/>
</entry>
<entry>
<title>Shell 基础知识 06 输入输出重定向</title>
<link href="http://tdingquan.github.io/2022-05-28/shell-ji-chu-zhi-shi-06-shu-ru-shu-chu-chong-ding-xiang/"/>
<id>http://tdingquan.github.io/2022-05-28/shell-ji-chu-zhi-shi-06-shu-ru-shu-chu-chong-ding-xiang/</id>
<published>2022-05-28T04:07:36.000Z</published>
<updated>2022-06-06T13:08:53.721Z</updated>
<summary type="html"><ol>
<li>输出重定向,覆盖版本</li>
</ol>
<pre class="line-numbers language-bash" data-language="bash"><code class="language-bash">command1 <span</summary>
<category term="Language" scheme="http://tdingquan.github.io/categories/Language/"/>
<category term="Shell" scheme="http://tdingquan.github.io/tags/Shell/"/>
</entry>
<entry>
<title>Shell 基础知识 04 流程控制</title>
<link href="http://tdingquan.github.io/2022-05-28/shell-ji-chu-zhi-shi-04-liu-cheng-kong-zhi/"/>
<id>http://tdingquan.github.io/2022-05-28/shell-ji-chu-zhi-shi-04-liu-cheng-kong-zhi/</id>
<published>2022-05-28T04:05:56.000Z</published>
<updated>2022-06-06T13:08:58.539Z</updated>
<summary type="html"><ol>
<li>if 语句</li>
</ol>
<pre class="line-numbers language-bash" data-language="bash"><code class="language-bash"><span class="token</summary>
<category term="Language" scheme="http://tdingquan.github.io/categories/Language/"/>
<category term="Shell" scheme="http://tdingquan.github.io/tags/Shell/"/>
</entry>
<entry>
<title>Shell 基础知识 03 运算符</title>
<link href="http://tdingquan.github.io/2022-05-28/shell-ji-chu-zhi-shi-03-yun-suan-fu/"/>
<id>http://tdingquan.github.io/2022-05-28/shell-ji-chu-zhi-shi-03-yun-suan-fu/</id>
<published>2022-05-28T04:04:58.000Z</published>
<updated>2022-06-06T13:08:58.539Z</updated>
<summary type="html"><h1 id="算术运算符"><a href="#算术运算符" class="headerlink" title="算术运算符"></a>算术运算符</h1><p>原生的shell语言不支持数学计算,会将数学运算符和 <code>expr</code></summary>
<category term="Language" scheme="http://tdingquan.github.io/categories/Language/"/>
<category term="Shell" scheme="http://tdingquan.github.io/tags/Shell/"/>
</entry>
<entry>
<title>Shell 基础知识 05 函数和传参</title>
<link href="http://tdingquan.github.io/2022-05-28/shell-ji-chu-zhi-shi-05-han-shu-yu-chuan-can/"/>
<id>http://tdingquan.github.io/2022-05-28/shell-ji-chu-zhi-shi-05-han-shu-yu-chuan-can/</id>
<published>2022-05-28T03:46:08.000Z</published>
<updated>2022-06-06T13:08:58.539Z</updated>
<summary type="html"><h1 id="脚本参数"><a href="#脚本参数" class="headerlink" title="脚本参数"></a>脚本参数</h1><ol>
<li><p>执行脚本时传入的参数,按照传参的顺序,在脚本内可通过 <code>$n</code></summary>
<category term="Language" scheme="http://tdingquan.github.io/categories/Language/"/>
<category term="Shell" scheme="http://tdingquan.github.io/tags/Shell/"/>
</entry>
<entry>
<title>Shell 基础知识 02 字符串与数组</title>
<link href="http://tdingquan.github.io/2022-05-28/shell-ji-chu-zhi-shi-02-zi-fu-chuan-yu-shu-zu/"/>
<id>http://tdingquan.github.io/2022-05-28/shell-ji-chu-zhi-shi-02-zi-fu-chuan-yu-shu-zu/</id>
<published>2022-05-28T03:24:12.000Z</published>
<updated>2022-06-06T13:08:58.539Z</updated>
<summary type="html"><h1 id="字符串"><a href="#字符串" class="headerlink" title="字符串"></a>字符串</h1><p>字符串可以用单引号,双引号(推荐使用)括起来,也可以不用引号</p>
<h2 id="单引号"><a href="#单引号"</summary>
<category term="Language" scheme="http://tdingquan.github.io/categories/Language/"/>
<category term="Shell" scheme="http://tdingquan.github.io/tags/Shell/"/>
</entry>
<entry>
<title>Shell 基础知识 01 运行环境和变量</title>
<link href="http://tdingquan.github.io/2022-05-28/shell-ji-chu-zhi-shi-01-yun-xing-huan-jing-he-bian-liang/"/>
<id>http://tdingquan.github.io/2022-05-28/shell-ji-chu-zhi-shi-01-yun-xing-huan-jing-he-bian-liang/</id>
<published>2022-05-28T03:09:32.000Z</published>
<updated>2022-06-06T13:08:58.539Z</updated>
<summary type="html"><h1 id="Shell-运行环境"><a href="#Shell-运行环境" class="headerlink" title="Shell 运行环境"></a>Shell 运行环境</h1><ol>
<li>Linux</summary>
<category term="Language" scheme="http://tdingquan.github.io/categories/Language/"/>
<category term="Shell" scheme="http://tdingquan.github.io/tags/Shell/"/>
</entry>
<entry>
<title>Python Functools</title>
<link href="http://tdingquan.github.io/2022-05-20/python/data-structure/python-gao-ji-bian-cheng-02-functools/"/>
<id>http://tdingquan.github.io/2022-05-20/python/data-structure/python-gao-ji-bian-cheng-02-functools/</id>
<published>2022-05-20T02:50:25.000Z</published>
<updated>2022-05-21T07:38:13.190Z</updated>
<summary type="html"><p>该模块设计的目的是包含一些面向函数式编程的接口,具有两个功能:<br>对函数执行前进行修饰,将函数作为返回值。任何可调用对象都符合该模块的设计理念。</p>
<h3 id="1-cache-user-function"><a</summary>
<category term="Language" scheme="http://tdingquan.github.io/categories/Language/"/>
<category term="Python" scheme="http://tdingquan.github.io/tags/Python/"/>
</entry>
<entry>
<title>Pytorch 编程常用代码 - 模型参数</title>
<link href="http://tdingquan.github.io/2022-04-19/pytorch-bian-cheng-chang-yong-dai-ma-mo-xing-can-shu/"/>
<id>http://tdingquan.github.io/2022-04-19/pytorch-bian-cheng-chang-yong-dai-ma-mo-xing-can-shu/</id>
<published>2022-04-19T06:44:38.000Z</published>
<updated>2022-04-19T10:35:40.741Z</updated>
<category term="Language" scheme="http://tdingquan.github.io/categories/Language/"/>
<category term="Pytorch" scheme="http://tdingquan.github.io/tags/Pytorch/"/>
</entry>
<entry>
<title>Linux 命令 rsync</title>
<link href="http://tdingquan.github.io/2022-04-19/linux-ming-ling-rsync/"/>
<id>http://tdingquan.github.io/2022-04-19/linux-ming-ling-rsync/</id>
<published>2022-04-19T03:03:08.000Z</published>
<updated>2022-04-20T03:21:52.321Z</updated>
<summary type="html"><h1 id="描述"><a href="#描述" class="headerlink" title="描述"></a>描述</h1><ol>
<li>是一个远程数据同步命令,支持通过 LAN/WAN</summary>
<category term="Engineering" scheme="http://tdingquan.github.io/categories/Engineering/"/>
<category term="Linux Command" scheme="http://tdingquan.github.io/tags/Linux-Command/"/>
</entry>
<entry>
<title>Pytorch 编程常用代码 - 基本配置与张量</title>
<link href="http://tdingquan.github.io/2022-04-18/pytorch-bian-cheng-chang-yong-dai-ma-ji-ben-pei-zhi-yu-zhang-liang/"/>
<id>http://tdingquan.github.io/2022-04-18/pytorch-bian-cheng-chang-yong-dai-ma-ji-ben-pei-zhi-yu-zhang-liang/</id>
<published>2022-04-18T12:43:59.000Z</published>
<updated>2022-04-19T06:46:14.389Z</updated>
<summary type="html"><h1 id="基本配置"><a href="#基本配置" class="headerlink" title="基本配置"></a>基本配置</h1><h2 id="导入包和版本查询"><a href="#导入包和版本查询" class="headerlink"</summary>
<category term="Language" scheme="http://tdingquan.github.io/categories/Language/"/>
<category term="Pytorch" scheme="http://tdingquan.github.io/tags/Pytorch/"/>
</entry>
<entry>
<title>Beamer-使用指南</title>
<link href="http://tdingquan.github.io/2021-09-06/beamer-shi-yong-zhi-nan/"/>
<id>http://tdingquan.github.io/2021-09-06/beamer-shi-yong-zhi-nan/</id>
<published>2021-09-06T07:50:02.000Z</published>
<updated>2022-04-19T02:55:23.718Z</updated>
<summary type="html"><h1 id="介绍"><a href="#介绍" class="headerlink" title="介绍"></a>介绍</h1><h2 id="Beamer-框架代码"><a href="#Beamer-框架代码" class="headerlink"</summary>
<category term="Language" scheme="http://tdingquan.github.io/categories/Language/"/>
<category term="Beamer" scheme="http://tdingquan.github.io/tags/Beamer/"/>
</entry>
<entry>
<title>Pandas 读取 Excel 文件</title>
<link href="http://tdingquan.github.io/2021-09-02/pandas-du-qu-excel-wen-jian/"/>
<id>http://tdingquan.github.io/2021-09-02/pandas-du-qu-excel-wen-jian/</id>
<published>2021-09-02T03:16:51.000Z</published>
<updated>2022-04-18T12:50:07.872Z</updated>
<summary type="html"><ol>
<li>使用接口 <a</summary>
<category term="Language" scheme="http://tdingquan.github.io/categories/Language/"/>
<category term="Pandas" scheme="http://tdingquan.github.io/tags/Pandas/"/>
</entry>
<entry>
<title>Linux 命令 nohup</title>
<link href="http://tdingquan.github.io/2021-08-07/linux-ming-ling-nohup/"/>
<id>http://tdingquan.github.io/2021-08-07/linux-ming-ling-nohup/</id>
<published>2021-08-07T09:19:35.000Z</published>
<updated>2022-04-19T06:34:08.724Z</updated>
<summary type="html"><h1 id="什么是-nohup-命令"><a href="#什么是-nohup-命令" class="headerlink" title="什么是 nohup 命令"></a>什么是 <code>nohup</code></summary>
<category term="Engineering" scheme="http://tdingquan.github.io/categories/Engineering/"/>
<category term="Linux Command" scheme="http://tdingquan.github.io/tags/Linux-Command/"/>
</entry>
<entry>
<title>VScode 使用技巧</title>
<link href="http://tdingquan.github.io/2021-06-05/vscode-shi-yong-ji-qiao/"/>
<id>http://tdingquan.github.io/2021-06-05/vscode-shi-yong-ji-qiao/</id>
<published>2021-06-05T14:20:01.000Z</published>
<updated>2022-04-18T12:52:26.644Z</updated>
<summary type="html"><h1 id="遇到的问题"><a href="#遇到的问题" class="headerlink" title="遇到的问题"></a>遇到的问题</h1><ol>
<li>VSCode</summary>
<category term="Engineering" scheme="http://tdingquan.github.io/categories/Engineering/"/>
<category term="VScode" scheme="http://tdingquan.github.io/tags/VScode/"/>
</entry>
<entry>
<title>包工具命令</title>
<link href="http://tdingquan.github.io/2021-06-05/bao-guan-li-gong-ju-ming-ling/"/>
<id>http://tdingquan.github.io/2021-06-05/bao-guan-li-gong-ju-ming-ling/</id>
<published>2021-06-05T14:02:06.000Z</published>
<updated>2022-04-18T12:52:21.436Z</updated>
<summary type="html"><h2 id="npm"><a href="#npm" class="headerlink" title="npm"></a>npm</h2><ol>
<li><p>简介</p>
</li>
<li><p>安装 <code>cnpm</code> 进行包安装</p>
<pre</summary>
<category term="Engineering" scheme="http://tdingquan.github.io/categories/Engineering/"/>
<category term="npm" scheme="http://tdingquan.github.io/tags/npm/"/>
<category term="pip" scheme="http://tdingquan.github.io/tags/pip/"/>
</entry>
<entry>
<title>Latex 常用输入片段</title>
<link href="http://tdingquan.github.io/2021-05-24/markdownlatex-chang-yong-shu-ru-pian-duan/"/>
<id>http://tdingquan.github.io/2021-05-24/markdownlatex-chang-yong-shu-ru-pian-duan/</id>
<published>2021-05-24T06:07:55.000Z</published>
<updated>2022-04-18T12:52:26.638Z</updated>
<summary type="html"><h1 id="Mathpix-公式转换"><a href="#Mathpix-公式转换" class="headerlink" title="Mathpix 公式转换"></a>Mathpix 公式转换</h1><p>人生苦短,我选择 <a</summary>
<category term="Language" scheme="http://tdingquan.github.io/categories/Language/"/>
<category term="Latex" scheme="http://tdingquan.github.io/tags/Latex/"/>
</entry>
<entry>
<title>核方法</title>
<link href="http://tdingquan.github.io/2021-05-23/he-fang-fa/"/>
<id>http://tdingquan.github.io/2021-05-23/he-fang-fa/</id>
<published>2021-05-23T13:21:31.000Z</published>
<updated>2021-08-07T09:05:53.965Z</updated>
<summary type="html"><h1 id="一些空间的定义"><a href="#一些空间的定义" class="headerlink" title="一些空间的定义"></a>一些空间的定义</h1><h2 id="泛函分析"><a href="#泛函分析" class="headerlink"</summary>
<category term="Math" scheme="http://tdingquan.github.io/categories/Math/"/>
<category term="Machine Learning" scheme="http://tdingquan.github.io/tags/Machine-Learning/"/>
</entry>
</feed>