@@ -3,6 +3,7 @@ title: Home
3
3
nav_order : 1
4
4
---
5
5
6
+
6
7
# 今天我学了什么 (Today I Learned)
7
8
8
9
> 博观而约取,厚积而薄发。
@@ -30,11 +31,12 @@ https://til.adoyle.me
30
31
- 指向 Github Issue/Disussion/PR/Code 的都用原链接。
31
32
- RFC 文档都使用 https://www.rfc-editor.org 的链接。
32
33
34
+
33
35
## 反馈问题或建议
34
36
35
37
本项目不接受 Pull Request。如果你有什么好的想法,或者改进的建议,请使用 [ Discussions] ( https://github.com/adoyle-h/Today-I-Learned/discussions ) 与我探讨。
36
38
37
- ** 建议 Watch 且 Star 本项目。但不要 Fork,这没有意义。**
39
+ ** 建议 Star 本项目。不要 Fork,这没有意义。Watch 似乎没用,基本不会触发通知 。**
38
40
39
41
40
42
## 版权声明
@@ -46,6 +48,7 @@ Read the [LICENSE](./LICENSE) file for the specific language governing permissio
46
48
47
49
Read the [ NOTICE] ( ./NOTICE ) file distributed with this work for additional information regarding copyright ownership.
48
50
51
+
49
52
## TOC
50
53
51
54
<!-- toc -->
@@ -538,6 +541,7 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
538
541
数学,不仅仅是算法
539
542
540
543
- [ 豪斯多夫维数] ( math/hausdorff-besicovitch-dimension.md )
544
+ - [ 进制表示法] ( math/positional-notation.md )
541
545
- [ 空间填充曲线 (Space-Filling Curve)] ( math/space-filling-curve.md )
542
546
543
547
[ ` ⬆ 返回目录 ` ] ( #toc )
@@ -618,6 +622,7 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
618
622
- [ Alfred Workflow debug 技巧] ( others/alfred-workflow-debug.md )
619
623
- [ Github Markdown 中的锚点引用] ( others/anchor-in-github-markdown.md )
620
624
- [ 永久链接] ( others/archive-webpage.md )
625
+ - [ ASCII 与 ANSI] ( others/ascii-and-ansi.md )
621
626
- [ 脱字符 (caret)] ( others/caret.md )
622
627
- [ Chrome 小技巧] ( others/chrome-tricks.md )
623
628
- [ 复制粘贴好过手写] ( others/copy-paste-better-than-handwriting.md )
@@ -640,6 +645,7 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
640
645
- [ Language Server Protocol] ( others/language-server-protocol.md )
641
646
- [ Makefile] ( others/makefile.md )
642
647
- [ 箴言] ( others/maxim.md )
648
+ - [ 修改进程的内存数据] ( others/memory-cheat.md )
643
649
- [ 元语法 (Metasyntax)] ( others/metasyntax.md )
644
650
- [ 乱码问题] ( others/mojibake.md )
645
651
- [ 终端邮件客户端 Mutt] ( others/mutt.md )
@@ -650,7 +656,6 @@ Read the [NOTICE](./NOTICE) file distributed with this work for additional infor
650
656
- [ 如何打开超大文件] ( others/open-huge-file-with-editor.md )
651
657
- [ Protocol Buffers] ( others/protocal-buffers.md )
652
658
- [ 正则表达式的小技巧] ( others/regexp-tricks.md )
653
- - [ 在中国注册 Google 账号] ( others/register-google-account-in-china.md )
654
659
- [ 在 Github Markdown 中如何填写图片的链接] ( others/relative-link-in-github-markdown.md )
655
660
- [ Markdown 里写反引号] ( others/reverse-quote-in-markdown.md )
656
661
- [ rsync] ( others/rsync.md )
0 commit comments