-
Notifications
You must be signed in to change notification settings - Fork 0
/
atom.xml
567 lines (258 loc) · 19.8 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
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
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>谢舟的博客</title>
<subtitle>学习经验</subtitle>
<link href="/atom.xml" rel="self"/>
<link href="https://blog.hsiehchou.com/"/>
<updated>2021-08-15T15:35:42.863Z</updated>
<id>https://blog.hsiehchou.com/</id>
<author>
<name>谢舟</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>R 语言实战(第2版)第一部分 入门</title>
<link href="https://blog.hsiehchou.com/2021/08/16/r-yu-yan-shi-zhan-di-2-ban-di-yi-bu-fen-ru-men/"/>
<id>https://blog.hsiehchou.com/2021/08/16/r-yu-yan-shi-zhan-di-2-ban-di-yi-bu-fen-ru-men/</id>
<published>2021-08-16T11:11:20.000Z</published>
<updated>2021-08-15T15:35:42.863Z</updated>
<summary type="html">
<h2 id="第一部分-入门"><a href="#第一部分-入门" class="headerlink" title="第一部分 入门"></a>第一部分 入门</h2><h3 id="第-1-章-R-语言介绍"><a href="#第-1-章-R-语言介绍"
</summary>
<category term="R 语言实战(第2版)" scheme="https://blog.hsiehchou.com/categories/R-%E8%AF%AD%E8%A8%80%E5%AE%9E%E6%88%98%EF%BC%88%E7%AC%AC2%E7%89%88%EF%BC%89/"/>
<category term="R语言实战(第2版)" scheme="https://blog.hsiehchou.com/tags/R%E8%AF%AD%E8%A8%80%E5%AE%9E%E6%88%98%EF%BC%88%E7%AC%AC2%E7%89%88%EF%BC%89/"/>
</entry>
<entry>
<title>机器学习推荐两本书</title>
<link href="https://blog.hsiehchou.com/2021/01/21/ji-qi-xue-xi-tui-jian-liang-ben-shu/"/>
<id>https://blog.hsiehchou.com/2021/01/21/ji-qi-xue-xi-tui-jian-liang-ben-shu/</id>
<published>2021-01-21T05:15:03.000Z</published>
<updated>2021-01-21T07:36:22.907Z</updated>
<summary type="html">
<h4 id="1、周志华教授的《机器学习》"><a href="#1、周志华教授的《机器学习》" class="headerlink" title="1、周志华教授的《机器学习》"></a>1、周志华教授的《机器学习》</h4><h4
</summary>
<category term="机器学习" scheme="https://blog.hsiehchou.com/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
<category term="机器学习" scheme="https://blog.hsiehchou.com/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
<category term="统计学习方法" scheme="https://blog.hsiehchou.com/tags/%E7%BB%9F%E8%AE%A1%E5%AD%A6%E4%B9%A0%E6%96%B9%E6%B3%95/"/>
</entry>
<entry>
<title>第七章 机器学习入门</title>
<link href="https://blog.hsiehchou.com/2020/08/12/di-qi-zhang-ji-qi-xue-xi-ru-men/"/>
<id>https://blog.hsiehchou.com/2020/08/12/di-qi-zhang-ji-qi-xue-xi-ru-men/</id>
<published>2020-08-12T15:14:44.000Z</published>
<updated>2021-08-15T15:25:40.506Z</updated>
<summary type="html">
<h2 id="第七章-机器学习入门"><a href="#第七章-机器学习入门" class="headerlink" title="第七章 机器学习入门"></a>第七章 机器学习入门</h2><h3 id="1、绪论"><a href="#1、绪论"
</summary>
<category term="机器学习" scheme="https://blog.hsiehchou.com/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
<category term="Python" scheme="https://blog.hsiehchou.com/tags/Python/"/>
<category term="机器学习" scheme="https://blog.hsiehchou.com/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
</entry>
<entry>
<title>MATLAB 学习</title>
<link href="https://blog.hsiehchou.com/2020/06/19/matlab-xue-xi/"/>
<id>https://blog.hsiehchou.com/2020/06/19/matlab-xue-xi/</id>
<published>2020-06-19T12:12:35.000Z</published>
<updated>2021-08-15T15:25:23.642Z</updated>
<summary type="html">
<h3 id="第一章-MATLAB-介绍"><a href="#第一章-MATLAB-介绍" class="headerlink" title="第一章 MATLAB 介绍"></a>第一章 MATLAB
</summary>
<category term="Matlab" scheme="https://blog.hsiehchou.com/categories/Matlab/"/>
<category term="Matlab" scheme="https://blog.hsiehchou.com/tags/Matlab/"/>
</entry>
<entry>
<title>第六章 Python机器学习</title>
<link href="https://blog.hsiehchou.com/2020/06/07/di-liu-zhang-python-ji-qi-xue-xi/"/>
<id>https://blog.hsiehchou.com/2020/06/07/di-liu-zhang-python-ji-qi-xue-xi/</id>
<published>2020-06-07T01:15:03.000Z</published>
<updated>2021-08-15T15:02:38.787Z</updated>
<summary type="html">
<h2 id="第六章-Python-机器学习"><a href="#第六章-Python-机器学习" class="headerlink" title="第六章 Python 机器学习"></a>第六章 Python 机器学习</h2><h3 id="1、机器学习基础"><a
</summary>
<category term="机器学习" scheme="https://blog.hsiehchou.com/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
<category term="Python" scheme="https://blog.hsiehchou.com/tags/Python/"/>
<category term="机器学习" scheme="https://blog.hsiehchou.com/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
</entry>
<entry>
<title>第五章 Python 数据可视化</title>
<link href="https://blog.hsiehchou.com/2020/06/06/di-wu-zhang-python-shu-ju-ke-shi-hua/"/>
<id>https://blog.hsiehchou.com/2020/06/06/di-wu-zhang-python-shu-ju-ke-shi-hua/</id>
<published>2020-06-06T11:35:32.000Z</published>
<updated>2021-08-15T15:11:53.222Z</updated>
<summary type="html">
<h2 id="第五章-Python-数据可视化"><a href="#第五章-Python-数据可视化" class="headerlink" title="第五章 Python 数据可视化"></a>第五章 Python 数据可视化</h2><h3
</summary>
<category term="Python" scheme="https://blog.hsiehchou.com/categories/Python/"/>
<category term="Python" scheme="https://blog.hsiehchou.com/tags/Python/"/>
</entry>
<entry>
<title>第四章 Python 数据处理</title>
<link href="https://blog.hsiehchou.com/2020/06/04/di-si-zhang-python-shu-ju-chu-li/"/>
<id>https://blog.hsiehchou.com/2020/06/04/di-si-zhang-python-shu-ju-chu-li/</id>
<published>2020-06-04T02:12:35.000Z</published>
<updated>2021-08-15T15:01:59.905Z</updated>
<summary type="html">
<h2 id="第四章-Python-数据处理"><a href="#第四章-Python-数据处理" class="headerlink" title="第四章 Python 数据处理"></a>第四章 Python 数据处理</h2><h3
</summary>
<category term="Python" scheme="https://blog.hsiehchou.com/categories/Python/"/>
<category term="Python" scheme="https://blog.hsiehchou.com/tags/Python/"/>
</entry>
<entry>
<title>第三章 Python 编程进阶</title>
<link href="https://blog.hsiehchou.com/2020/06/02/di-san-zhang-python-bian-cheng-jin-jie/"/>
<id>https://blog.hsiehchou.com/2020/06/02/di-san-zhang-python-bian-cheng-jin-jie/</id>
<published>2020-06-02T04:12:35.000Z</published>
<updated>2020-10-05T07:29:40.547Z</updated>
<summary type="html">
<h2 id="第三章-Python-编程进阶"><a href="#第三章-Python-编程进阶" class="headerlink" title="第三章 Python 编程进阶"></a><strong>第三章 Python 编程进阶</strong></h2><h3
</summary>
<category term="Python" scheme="https://blog.hsiehchou.com/categories/Python/"/>
<category term="Python" scheme="https://blog.hsiehchou.com/tags/Python/"/>
</entry>
<entry>
<title>如何阅读一本书</title>
<link href="https://blog.hsiehchou.com/2020/05/12/ru-he-yue-du-yi-ben-shu-du-shu/"/>
<id>https://blog.hsiehchou.com/2020/05/12/ru-he-yue-du-yi-ben-shu-du-shu/</id>
<published>2020-05-12T14:19:35.000Z</published>
<updated>2021-08-15T15:22:23.938Z</updated>
<summary type="html">
<h2 id="第一篇-阅读的层次"><a href="#第一篇-阅读的层次" class="headerlink" title="第一篇 阅读的层次"></a>第一篇 阅读的层次</h2><h3 id="第一章-阅读的活力与艺术"><a
</summary>
<category term="读书" scheme="https://blog.hsiehchou.com/categories/%E8%AF%BB%E4%B9%A6/"/>
<category term="读书笔记" scheme="https://blog.hsiehchou.com/tags/%E8%AF%BB%E4%B9%A6%E7%AC%94%E8%AE%B0/"/>
</entry>
<entry>
<title>第二章 Python基础语法</title>
<link href="https://blog.hsiehchou.com/2020/05/02/di-er-zhang-python-ji-chu-yu-fa/"/>
<id>https://blog.hsiehchou.com/2020/05/02/di-er-zhang-python-ji-chu-yu-fa/</id>
<published>2020-05-02T14:12:35.000Z</published>
<updated>2020-10-05T07:29:59.553Z</updated>
<summary type="html">
<h2 id="第二章-Python-基础语法"><a href="#第二章-Python-基础语法" class="headerlink" title="第二章 Python 基础语法"></a>第二章 Python 基础语法</h2><h3
</summary>
<category term="Python" scheme="https://blog.hsiehchou.com/categories/Python/"/>
<category term="Python" scheme="https://blog.hsiehchou.com/tags/Python/"/>
</entry>
<entry>
<title>第一章 Python 概述与开发环境安装</title>
<link href="https://blog.hsiehchou.com/2020/04/30/di-yi-zhang-python-gai-shu-yu-kai-fa-huan-jing-an-zhuang/"/>
<id>https://blog.hsiehchou.com/2020/04/30/di-yi-zhang-python-gai-shu-yu-kai-fa-huan-jing-an-zhuang/</id>
<published>2020-04-30T08:39:35.000Z</published>
<updated>2020-10-05T07:29:50.211Z</updated>
<summary type="html">
<h2 id="第一章-Python-概述与开发环境安装"><a href="#第一章-Python-概述与开发环境安装" class="headerlink" title="第一章 Python 概述与开发环境安装"></a>第一章 Python
</summary>
<category term="Python" scheme="https://blog.hsiehchou.com/categories/Python/"/>
<category term="Python" scheme="https://blog.hsiehchou.com/tags/Python/"/>
</entry>
<entry>
<title>对抗击新冠肺炎疫情斗争牺牲烈士和逝世同胞的深切哀悼</title>
<link href="https://blog.hsiehchou.com/2020/04/04/dui-kang-ji-xin-guan-fei-yan-yi-qing-dou-zheng-xi-sheng-lie-shi-he-shi-shi-tong-bao-de-shen-qie-ai-dao/"/>
<id>https://blog.hsiehchou.com/2020/04/04/dui-kang-ji-xin-guan-fei-yan-yi-qing-dou-zheng-xi-sheng-lie-shi-he-shi-shi-tong-bao-de-shen-qie-ai-dao/</id>
<published>2020-04-04T02:00:00.000Z</published>
<updated>2020-04-30T09:05:45.408Z</updated>
<summary type="html">
<h3 id="对抗击新冠肺炎疫情斗争牺牲烈士和逝世同胞的深切哀悼"><a href="#对抗击新冠肺炎疫情斗争牺牲烈士和逝世同胞的深切哀悼" class="headerlink"
</summary>
<category term="全国性哀悼活动" scheme="https://blog.hsiehchou.com/categories/%E5%85%A8%E5%9B%BD%E6%80%A7%E5%93%80%E6%82%BC%E6%B4%BB%E5%8A%A8/"/>
<category term="哀悼" scheme="https://blog.hsiehchou.com/tags/%E5%93%80%E6%82%BC/"/>
</entry>
<entry>
<title>MySQL将Windows和Linux时区同步的时区表</title>
<link href="https://blog.hsiehchou.com/2020/04/03/wang-zhan-zai-ai-dao-jie-ri-shi-shi-zheng-ge-ye-mian-hui-se-de-dai-ma/"/>
<id>https://blog.hsiehchou.com/2020/04/03/wang-zhan-zai-ai-dao-jie-ri-shi-shi-zheng-ge-ye-mian-hui-se-de-dai-ma/</id>
<published>2020-04-03T12:05:12.000Z</published>
<updated>2020-04-30T09:04:02.966Z</updated>
<summary type="html">
<h3 id="网站在哀悼节日时使整个页面灰色的代码"><a href="#网站在哀悼节日时使整个页面灰色的代码" class="headerlink" title="网站在哀悼节日时使整个页面灰色的代码"></a>网站在哀悼节日时使整个页面灰色的代码</h3><p>html
</summary>
<category term="工具" scheme="https://blog.hsiehchou.com/categories/%E5%B7%A5%E5%85%B7/"/>
<category term="哀悼" scheme="https://blog.hsiehchou.com/tags/%E5%93%80%E6%82%BC/"/>
</entry>
<entry>
<title>npm换成淘宝的源</title>
<link href="https://blog.hsiehchou.com/2020/02/26/npm-huan-cheng-tao-bao-de-yuan/"/>
<id>https://blog.hsiehchou.com/2020/02/26/npm-huan-cheng-tao-bao-de-yuan/</id>
<published>2020-02-26T10:39:35.000Z</published>
<updated>2020-02-26T16:00:38.926Z</updated>
<summary type="html">
<p><strong>安装npm install时,长时间停留在fetchMetadata: sill fetchPackageMetaData error for …</strong></p>
<p><strong>方法如下</strong></p>
<h3
</summary>
<category term="npm" scheme="https://blog.hsiehchou.com/categories/npm/"/>
<category term="npm" scheme="https://blog.hsiehchou.com/tags/npm/"/>
</entry>
<entry>
<title>MySQL将Windows和Linux时区同步的时区表</title>
<link href="https://blog.hsiehchou.com/2020/02/26/mysql-jiang-windows-he-linux-shi-qu-tong-bu-de-shi-qu-biao/"/>
<id>https://blog.hsiehchou.com/2020/02/26/mysql-jiang-windows-he-linux-shi-qu-tong-bu-de-shi-qu-biao/</id>
<published>2020-02-26T09:54:12.000Z</published>
<updated>2020-04-30T09:01:47.670Z</updated>
<summary type="html">
<p><strong>时区表</strong> mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql
</summary>
<category term="MySQL" scheme="https://blog.hsiehchou.com/categories/MySQL/"/>
<category term="MySQL" scheme="https://blog.hsiehchou.com/tags/MySQL/"/>
</entry>
<entry>
<title>Github Hexo 建站</title>
<link href="https://blog.hsiehchou.com/2020/02/24/github-hexo-jian-zhan/"/>
<id>https://blog.hsiehchou.com/2020/02/24/github-hexo-jian-zhan/</id>
<published>2020-02-24T04:11:54.000Z</published>
<updated>2020-02-27T11:40:34.647Z</updated>
<summary type="html">
<h2 id="Github-Hexo-建站"><a href="#Github-Hexo-建站" class="headerlink" title="Github Hexo 建站"></a>Github Hexo 建站</h2><h3 id="初始化"><a
</summary>
<category term="工具" scheme="https://blog.hsiehchou.com/categories/%E5%B7%A5%E5%85%B7/"/>
<category term="工具" scheme="https://blog.hsiehchou.com/tags/%E5%B7%A5%E5%85%B7/"/>
</entry>
<entry>
<title>Django阿里云部署详解之服务器安装安装Nginx</title>
<link href="https://blog.hsiehchou.com/2020/02/22/django-a-li-yun-bu-shu-xiang-jie-zhi-fu-wu-qi-an-zhuang-an-zhuang-nginx/"/>
<id>https://blog.hsiehchou.com/2020/02/22/django-a-li-yun-bu-shu-xiang-jie-zhi-fu-wu-qi-an-zhuang-an-zhuang-nginx/</id>
<published>2020-02-22T08:54:36.000Z</published>
<updated>2020-04-30T09:00:03.134Z</updated>
<summary type="html">
<h3 id="Django阿里云部署详解之服务器安装安装Nginx"><a href="#Django阿里云部署详解之服务器安装安装Nginx" class="headerlink"
</summary>
<category term="Django" scheme="https://blog.hsiehchou.com/categories/Django/"/>
<category term="Django" scheme="https://blog.hsiehchou.com/tags/Django/"/>
</entry>
<entry>
<title>github ssh 连接失败解决方法</title>
<link href="https://blog.hsiehchou.com/2020/02/21/github-ssh-lian-jie-shi-bai-jie-jue-fang-fa/"/>
<id>https://blog.hsiehchou.com/2020/02/21/github-ssh-lian-jie-shi-bai-jie-jue-fang-fa/</id>
<published>2020-02-21T03:16:24.000Z</published>
<updated>2020-02-27T08:00:49.877Z</updated>
<summary type="html">
<h3 id="github-ssh-连接失败"><a href="#github-ssh-连接失败" class="headerlink" title="github ssh 连接失败"></a>github ssh 连接失败</h3><p>$ ssh -T <a
</summary>
<category term="工具" scheme="https://blog.hsiehchou.com/categories/%E5%B7%A5%E5%85%B7/"/>
<category term="工具" scheme="https://blog.hsiehchou.com/tags/%E5%B7%A5%E5%85%B7/"/>
</entry>
<entry>
<title>Django阿里云部署详解之服务器安装安装uwsgi</title>
<link href="https://blog.hsiehchou.com/2020/02/16/django-a-li-yun-bu-shu-xiang-jie-zhi-fu-wu-qi-an-zhuang-an-zhuang-uwsgi/"/>
<id>https://blog.hsiehchou.com/2020/02/16/django-a-li-yun-bu-shu-xiang-jie-zhi-fu-wu-qi-an-zhuang-an-zhuang-uwsgi/</id>
<published>2020-02-16T06:33:36.000Z</published>
<updated>2020-04-30T08:58:51.493Z</updated>
<summary type="html">
<h3 id="Django阿里云部署详解之服务器安装安装uwsgi"><a href="#Django阿里云部署详解之服务器安装安装uwsgi" class="headerlink"
</summary>
<category term="Django" scheme="https://blog.hsiehchou.com/categories/Django/"/>
<category term="Django" scheme="https://blog.hsiehchou.com/tags/Django/"/>
</entry>
<entry>
<title>Django阿里云部署详解之服务器安装MySQL8.0系列的版本(服务器是Linux的系统)</title>
<link href="https://blog.hsiehchou.com/2020/02/10/django-a-li-yun-bu-shu-xiang-jie-zhi-fu-wu-qi-an-zhuang-mysql8.0-xi-lie-de-ban-ben-fu-wu-qi-shi-linux-de-xi-tong/"/>
<id>https://blog.hsiehchou.com/2020/02/10/django-a-li-yun-bu-shu-xiang-jie-zhi-fu-wu-qi-an-zhuang-mysql8.0-xi-lie-de-ban-ben-fu-wu-qi-shi-linux-de-xi-tong/</id>
<published>2020-02-10T15:35:30.000Z</published>
<updated>2020-04-30T08:56:58.230Z</updated>
<summary type="html">
<h3 id="Django阿里云部署详解之服务器安装MySQL8-0系列的版本(服务器是Linux的系统)"><a href="#Django阿里云部署详解之服务器安装MySQL8-0系列的版本(服务器是Linux的系统)" class="headerlink"
</summary>
<category term="Django" scheme="https://blog.hsiehchou.com/categories/Django/"/>
<category term="Django" scheme="https://blog.hsiehchou.com/tags/Django/"/>
</entry>
</feed>