0%

学习计划

Linux

鸟哥的 Linux 私房菜(三遍)

https://wizardforcel.gitbooks.io/vbird-linux-basic-4e/content/1.html

跟我一起写 Makefile(三遍)

https://seisman.github.io/how-to-write-makefile/overview.html

Cmake(三遍)

https://cmake.org/cmake/help/latest/guide/tutorial/index.html

C++

C++ 学习路线图

https://csguide.cn/roadmap/cpp/how_to_learn_cpp.html

C++ 程序设计教程(三遍)(在读第二遍)

https://weread.qq.com/web/bookDetail/8c83265072327b258c888fa

C++ 新经典(三遍)

https://weread.qq.com/web/bookDetail/55f32d30813ab6ea1g017832

C++ Primer(三遍)

https://weread.qq.com/web/bookDetail/ff732fe072021a24ff7bb24

C

C 语言程序设计:现代方法(三遍)

https://weread.qq.com/web/bookDetail/36b32e5071de82f936b66dc

汇编

汇编语言(三遍)

https://book-and-note.readthedocs.io/zh/latest/book/asm_c_cpp_book/assembly_language.html#

Android

RxJava(源码看三遍)

https://github.com/ReactiveX/RxJava

Android 系统源代码情景分析

阅读电子书

Android 系统架构

https://sharrychoo.github.io/blog/android-source/overview

Android 整体学习框架

https://feelschaotic.gitbook.io/android-knowledge-system/ling-fang-xiang/yi-dong-duan-kai-fa-de-wei-lai-fang-xiang-0.-fang-xiang-yi-dong-duan-kai-fa-de-wei-lai-fang-xiang-.m

Gradle

https://docs.gradle.org/current/userguide/userguide.html

音视频

雷神博客

https://blog.csdn.net/leixiaohua1020?type=blog

Media3 (源码看三遍)

https://github.com/androidx/media
https://github.com/CharonChui/AndroidNote/blob/master/VideoDevelopment/ExoPlayer/1.%20ExoPlayer%E7%AE%80%E4%BB%8B.md

流媒体协议

https://github.com/CharonChui/AndroidNote/blob/master/VideoDevelopment/%E6%B5%81%E5%AA%92%E4%BD%93%E5%8D%8F%E8%AE%AE/%E6%B5%81%E5%AA%92%E4%BD%93%E5%8D%8F%E8%AE%AE.md

算法

Leetcode 每日一题

算法(三遍)

https://weread.qq.com/web/bookDetail/7cc32910718ff66b7cc8d9d

数据结构(三遍)

https://weread.qq.com/web/bookDetail/b57320b071db572cb578fb5

Java

Java 编程思想(三遍)

http://pauli.cn/think-in-java/

深入理解 Java 虚拟机(三遍)

https://weread.qq.com/web/bookDetail/9b832f305933f09b86bd2a9

OpenGL

计算机图形学编程 (三遍)

https://weread.qq.com/web/bookDetail/dc332130813ab77dcg010762

计算机网络

计算机网络(三遍)

https://weread.qq.com/web/bookDetail/af532c005a007caf51371b1

操作系统

操作系统(三遍)

https://www.w3schools.cn/operating_system/index.html

计算机组成原理

深入理解计算机系统(三遍)

https://hansimov.gitbook.io/csapp/

数学

数学简史(三遍)

https://weread.qq.com/web/bookDetail/a00321d05e0deaa00f74036

高等数学(三遍)

https://weread.qq.com/web/bookDetail/f783265071eaca4bf7877c5
https://weread.qq.com/web/bookDetail/99a32f70718b737999add33

哲学

西方哲学史(三遍)

https://weread.qq.com/web/bookDetail/5aa32d705e41dd5aaf9ea31

参考网站

https://csguide.cn/

Python

JavaScript