2016-03-02 Programming Abstractions in C++ 作者:Eric Roberts 来源:CS106B: Programming Abstractions 格式:PDF Read More
2016-03-02 Foundations of Computation 作者:David J. Eck 来源:Foundations of Computation 协议:CC BY-NC-ND 3.0 Read More
2016-03-02 Introduction to Computer Graphics 作者:David J. Eck 来源:Introduction to Computer Graphics 协议:CC BY-NC-SA 4.0 Read More
2016-03-02 Introduction to Programming Using Java 7e 作者:David J. Eck 来源:Introduction to Programming Using Java 协议:CC BY-NC-ND 3.0 Read More
2016-02-29 Git 参考手册 Git 手册简介本站为 Git 参考手册。目的是为学习与记忆 Git 使用中最重要、最普遍的命令提供快速翻阅。 这些命令以你可能需要的操作类型划分,并且将提供日常使用中需要的一些常用的命令以及参数。 每个章节都有到下一个章节的链接,所以本手册也可以当作一个入门指导。 每个页面还有一个深度 Git 文档阅读的链接,比如官方的使用手册页面或者 《Pro Git》 书中的相关章节,以便于你学习了解更多的 Git 命令。首先,我们要从如何以 Git 的思维方式管理源代码开始。 Read More