Skip to content

Commit 357e4fe

Browse files
committed
update README
1 parent 6839d71 commit 357e4fe

File tree

4 files changed

+25
-7
lines changed

4 files changed

+25
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
# 1.操作系统
3+
# 1.操作系统简介
44

55

66

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1.进程
1+
# 2.进程与线程
22

33

44

File renamed without changes.

README.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Android学习笔记
1313

1414
- [史上最适合Android开发者学习的Go语言教程](https://github.com/CharonChui/GolangStudyNote)
1515
- [史上最适合Android开发者学习的iOS开发教程](https://github.com/CharonChui/iOSStudyNote)
16-
1716
- [源码解析][43]
1817
- [自定义View详解][1]
1918
- [Activity界面绘制过程详解][2]
@@ -32,7 +31,6 @@ Android学习笔记
3231
- [Volley源码分析][15]
3332
- [Retrofit详解(上)][16]
3433
- [Retrofit详解(下)][17]
35-
3634
- [Dagger2][199]
3735
- [1.Dagger2简介(一).md][200]
3836
- [2.Dagger2入门demo(二).md][201]
@@ -43,7 +41,6 @@ Android学习笔记
4341
- [7.Dagger2之dagger-android(七).md][206]
4442
- [8.Dagger2与MVP(八).md][207]
4543
- [9.Dagger2原理分析(九).md][212]
46-
4744
- [音视频开发][44]
4845
- [搭建nginx+rtmp服务器][18]
4946
- [视频播放相关内容总结][19]
@@ -98,6 +95,18 @@ Android学习笔记
9895
- [11.OpenGL ES滤镜][242]
9996
- [弹幕][243]
10097
- [Android弹幕实现][244]
98+
- [操作系统][263]
99+
- [1.操作系统简介][264]
100+
- [2.进程与线程][265]
101+
- [3.内存管理][266]
102+
- [4.调度][267]
103+
- [5.I/O][268]
104+
- [6.文件管理][269]
105+
- [7.嵌入式系统][270]
106+
- [8.虚拟机][271]
107+
- [架构设计][272]
108+
- [1.架构简介][273]
109+
101110
- [图片加载][45]
102111
- [Glide简介(上)][25]
103112
- [Glide简介(下)][26]
@@ -556,8 +565,17 @@ Android学习笔记
556565
[260]:https://github.com/CharonChui/AndroidNote/blob/master/VideoDevelopment/%E8%A7%86%E9%A2%91%E7%BC%96%E7%A0%81/H265.md "H265"
557566
[261]: https://github.com/CharonChui/AndroidNote/blob/master/VideoDevelopment/P2P%E6%8A%80%E6%9C%AF/P2P.md "P2P"
558567
[262]: https://github.com/CharonChui/AndroidNote/blob/master/VideoDevelopment/P2P%E6%8A%80%E6%9C%AF/P2P%E5%8E%9F%E7%90%86_NAT%E7%A9%BF%E9%80%8F.md "P2P原理_NAT穿透"
559-
560-
568+
[263]: https://github.com/CharonChui/AndroidNote/tree/master/OperatingSystem "操作系统"
569+
[264]: https://github.com/CharonChui/AndroidNote/blob/master/OperatingSystem/1.%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F.md "1.操作系统简介"
570+
[265]: https://github.com/CharonChui/AndroidNote/blob/master/OperatingSystem/2.%E8%BF%9B%E7%A8%8B.md "2.进程和线程"
571+
[266]: https://github.com/CharonChui/AndroidNote/blob/master/OperatingSystem/3.%E5%86%85%E5%AD%98%E7%AE%A1%E7%90%86.md "3.内存管理"
572+
[267]: https://github.com/CharonChui/AndroidNote/blob/master/OperatingSystem/4.%E8%B0%83%E5%BA%A6.md "4.调度"
573+
[268]: https://github.com/CharonChui/AndroidNote/blob/master/OperatingSystem/5.IO.md "5.I/O"
574+
[269]: https://github.com/CharonChui/AndroidNote/blob/master/OperatingSystem/6.%E6%96%87%E4%BB%B6%E7%AE%A1%E7%90%86.md "6.文件管理"
575+
[270]: https://github.com/CharonChui/AndroidNote/blob/master/OperatingSystem/7.%E5%B5%8C%E5%85%A5%E5%BC%8F%E7%B3%BB%E7%BB%9F.md "7.嵌入式系统"
576+
[271]: https://github.com/CharonChui/AndroidNote/blob/master/OperatingSystem/8.%E8%99%9A%E6%8B%9F%E6%9C%BA.md "8.虚拟机"
577+
[272]: https://github.com/CharonChui/AndroidNote/tree/master/Architect "架构设计"
578+
[273]: https://github.com/CharonChui/AndroidNote/blob/master/Architect/1.%E6%9E%B6%E6%9E%84%E7%AE%80%E4%BB%8B.md "1.架构简介"
561579

562580

563581
Developed By

0 commit comments

Comments
 (0)