Skip to content

Commit 652dc0e

Browse files
add
1 parent 88a4c73 commit 652dc0e

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

README.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 程序员的自我修养
22

3-
这个repo的大致的想法是,把自己看到的东西或者觉得不错的一些零散碎片的东西,整理上来。
3+
这个repo的大致的想法是,把自己看到的,学到的东西 或者时觉得不错的一些零散碎片的东西,整理上来。
44

55

66
-----
@@ -31,15 +31,15 @@
3131
3232
> [编译,链接,装载](https://github.com/zhaozhengcoder/CoderNoteBook/blob/master/note/%E7%BC%96%E8%AF%91%2C%E9%93%BE%E6%8E%A5%E4%B8%8E%E8%A3%85%E8%BD%BD.md)
3333
34-
>[c++的new和delete](https://github.com/zhaozhengcoder/CoderNoteBook/blob/master/note/c%2B%2B%E7%9A%84new%E5%92%8Cdelete.md)
34+
> [c++的new和delete](https://github.com/zhaozhengcoder/CoderNoteBook/blob/master/note/c%2B%2B%E7%9A%84new%E5%92%8Cdelete.md)
3535
36-
>[c++的多态和虚函数](https://github.com/zhaozhengcoder/CoderNoteBook/blob/master/note/c%2B%2B%E7%9A%84%E5%A4%9A%E6%80%81%E5%92%8C%E8%99%9A%E5%87%BD%E6%95%B0.md)
36+
> [c++的多态和虚函数](https://github.com/zhaozhengcoder/CoderNoteBook/blob/master/note/c%2B%2B%E7%9A%84%E5%A4%9A%E6%80%81%E5%92%8C%E8%99%9A%E5%87%BD%E6%95%B0.md)
3737
38-
>[c++的前置声明](https://github.com/zhaozhengcoder/CoderNoteBook/blob/master/note/c%2B%2B%E7%9A%84%E5%89%8D%E7%BD%AE%E5%A3%B0%E6%98%8E.md)
38+
> [c++的前置声明](https://github.com/zhaozhengcoder/CoderNoteBook/blob/master/note/c%2B%2B%E7%9A%84%E5%89%8D%E7%BD%AE%E5%A3%B0%E6%98%8E.md)
3939
40-
>[c++面向对象](https://github.com/zhaozhengcoder/CoderNoteBook/blob/master/note/c%2B%2B%E9%9D%A2%E5%90%91%E5%AF%B9%E8%B1%A1.md)
40+
> [c++面向对象](https://github.com/zhaozhengcoder/CoderNoteBook/blob/master/note/c%2B%2B%E9%9D%A2%E5%90%91%E5%AF%B9%E8%B1%A1.md)
4141
42-
>[c++类型转换cast](https://github.com/zhaozhengcoder/CoderNoteBook/blob/master/note/c%2B%2B%E9%9D%A2%E5%90%91%E5%AF%B9%E8%B1%A1.md)
42+
> [c++类型转换cast](https://github.com/zhaozhengcoder/CoderNoteBook/blob/master/note/c%2B%2B%E9%9D%A2%E5%90%91%E5%AF%B9%E8%B1%A1.md)
4343
4444
## 操作系统
4545

@@ -55,6 +55,8 @@
5555

5656
>[数据库](https://github.com/zhaozhengcoder/CoderNoteBook/blob/master/note/%E6%95%B0%E6%8D%AE%E5%BA%93.md)
5757
58+
>[数据库索引](https://github.com/zhaozhengcoder/CoderNoteBook/blob/master/note/%E6%95%B0%E6%8D%AE%E5%BA%93-%E7%B4%A2%E5%BC%95.md)
59+
5860
## HTTP
5961

6062
## Linux
@@ -69,7 +71,9 @@
6971
7072
>[bash&shell 编程](https://github.com/zhaozhengcoder/CoderNoteBook/blob/master/note/bash%26shell%E7%BC%96%E7%A8%8B.md)
7173
72-
>[linux 关于配置的命令]()
74+
>[linux 关于配置的命令](https://github.com/zhaozhengcoder/CoderNoteBook/blob/master/note/linux%E9%85%8D%E7%BD%AE.md)
75+
76+
>[docker]()
7377
7478
## 编码实践/设计模式
7579

@@ -144,6 +148,12 @@
144148

145149
> [Google-style](https://zh-google-styleguide.readthedocs.io/en/latest/contents/)
146150
151+
152+
## 程序员身体保养
153+
154+
>[颈椎]()
155+
156+
147157
## 后记
148158

149159
**Typesetting**

0 commit comments

Comments
 (0)