├── .gitignore ├── 2018-Linux-system-basics ├── README.md ├── Shell编程.md ├── linux-01.简介.md ├── linux-02.硬盘.md ├── linux-03.图形界面.md ├── linux-04.字符界面.md ├── linux-05.文件和目录.md ├── linux-06.常用操作.md ├── linux-07.Shell编程.md ├── linux-08-用户和组群账户管理.md ├── linux-09-磁盘和文件系统管理.md ├── linux-10.日常管理和维护.md ├── linux-11-linux网络基本配置.md ├── linux-12-Linux网络服务器配置.md └── 实际环境中遇到问题解决.md ├── 2019-COA19 ├── README.md ├── lecture0.md ├── lecture01.md ├── lecture02.md ├── lecture03.md ├── lecture04.md ├── lecture05.md ├── lecture06.md ├── lecture07.md ├── lecture08.md ├── lecture09.md ├── lecture10.md ├── lecture11.md ├── lecture12.md ├── lecture13.md ├── lecture14.md ├── lecture15.md ├── lecture16.md ├── lecture17.md ├── 存储结构的解释.md └── 计算机组成与结构作业讲解.md ├── 2019-Data-Structure ├── README.md ├── 数据结构1-绪论.md ├── 数据结构2-algrorithm Analysis.md ├── 数据结构2-递归和迭代.md ├── 数据结构3.0-List.md ├── 数据结构3.1-stack and queue.md ├── 数据结构3.2-单调栈.md ├── 数据结构4-Tree.md ├── 数据结构4.1-specific Tree.md ├── 数据结构5-hashing.md ├── 数据结构6.0-优先级队列.md ├── 数据结构7.0-排序.md ├── 数据结构7.1-The Disjoint Set.md └── 数据结构8.0-graphs.md ├── 2020-Big-data-analysis ├── Exam-整理.md ├── Lecture1-大数据分析.md ├── Lecture10-Graph DB.md ├── Lecture11-图挖掘.md ├── Lecture12-Spark与数据分析.md ├── Lecture2-大数据平台.md ├── Lecture3-大数据存储和处理.md ├── Lecture4-链接分析.md ├── Lecture5-数据降维.md ├── Lecture6-分类.md ├── Lecture7-聚类.md ├── Lecture8-推荐系统.md ├── Lecture9-知识图谱.md ├── README.md ├── SUMMARY.md ├── Tec1-TF-IDF算法.md ├── Tec10-基于MovieLens的推荐系统.md ├── Tec2-安装Hadoop和Spark.md ├── Tec3-yolo.md ├── Tec4-情感分析.md ├── Tec5-pdfminer.md ├── Tec6-文本预处理与关键词提取.md ├── Tec7-图片处理.md ├── Tec8-鸢尾花数据集分类.md └── Tec9-SVD.md ├── 2020-Business-Intelligence ├── Exam01-考试讲解.md ├── Exam02-复习提纲.md ├── Lecture1-Business Intelligence.md ├── Lecture2-Data Warehouse.md ├── Lecture3-OLAP.md ├── Lecture4-Design of Data Warehouse.md ├── Lecture5-Dimensional Modeling.md ├── Lecture6-Data Mining.md └── README.md ├── 2020-C-plus-plus-advanced-programming ├── C++ 11.md ├── C++ Cpp.md ├── C++ exam.md ├── C++ 函数.md ├── C++ 命名空间.md ├── C++ 头文件.md ├── C++ 异常处理.md ├── C++ 指针与引用.md ├── C++ 数据.md ├── C++ 核心关键字.md ├── C++ 环境问题.md ├── C++ 表达式.md ├── C++ 输入输出.md ├── C++ 输入重定向到文件.md ├── C++ 部分内置函数.md ├── C++ 部分特殊符号.md ├── C++ 高级程序设计.md ├── C++-OOP │ ├── C++ OOP基础.md │ ├── C++ 动态内存.md │ ├── C++ 友元.md │ ├── C++ 多态.md │ ├── C++ 类成员变量.md │ ├── C++ 类的封装.md │ ├── C++ 继承.md │ └── C++ 虚函数.md ├── C++-数据结构 │ ├── C++ List.md │ ├── C++ Map.md │ ├── C++ String.md │ ├── C++ Union.md │ ├── C++ Vector.md │ ├── C++ stack.md │ ├── C++ 数组.md │ └── C++ 结构体.md ├── C++.md ├── README.md ├── exam-final.md └── 作业总结.md ├── 2020-Compilation-Principle ├── Crash Course Computer Science.md ├── Exam.md ├── IR1-中间代码生成概述.md ├── IR2-中间代码继承.md ├── IR3-回填技术.md ├── IR4-函数与补充.md ├── Lecture1-Overview.md ├── Lexer.md ├── Parser1-概述.md ├── Parser2-上下文无关文法.md ├── Parser3-LL(1)语法分析器.md ├── Parser4-LR语法分析器.md ├── Parser5-错误恢复.md ├── Parser6-Bison.md ├── README.md ├── Semantics1-概述.md ├── Semantics2-SDT.md ├── Semantics3-实验代码示例.md └── Semantics4-补充.md ├── 2020-Demand-and-business-model-innovation ├── Exam-2020.md ├── Exam-商业模式.md ├── Exam-需求.md ├── Lecture1-导论.md ├── Lecture2-商业模式画布.md ├── README.md ├── 商业模式 │ ├── Book1-商业模式画布.md │ ├── Book2-商业模式类型.md │ ├── Book3-设计.md │ ├── Book4-战略.md │ ├── Book5-流程.md │ └── Book6-五个课题.md └── 需求 │ ├── Book1-需求工程导论.md │ ├── Book10-观察和文档审查.md │ ├── Book11-需求分析概述.md │ ├── Book12-面向过程建模.md │ ├── Book13-数据建模.md │ ├── Book14-面向对象建模.md │ ├── Book15-需求规格说明.md │ ├── Book16-需求验证.md │ ├── Book17-需求管理.md │ ├── Book2-需求基础.md │ ├── Book3-需求工程过程.md │ ├── Book4-需求获取概述.md │ ├── Book5-确定项目的前景和范围.md │ ├── Book6-涉众分析与硬采样.md │ ├── Book7-基于用例或场景模型展开用户需求获取.md │ ├── Book8-面谈.md │ └── Book9-原型.md ├── 2020-Devops-introduction ├── Docker │ ├── Docker.md │ └── Docker常用命令部分.md ├── Exam1-2021年考试复习.md ├── Lec0-Devops导论.md ├── Lec1-从凤凰项目谈起.md ├── Lec10-微服务开发与部署.md ├── Lec11-DevSecOps.md ├── Lec2-云计算与云时代运维.md ├── Lec3-敏捷软件开发方法-Scrum.md ├── Lec4-敏捷与精益.md ├── Lec5-看板.md ├── Lec6-软件架构演化与最新进展.md ├── Lec7-K8S入门.md ├── Lec8-Devops思考实践.md ├── Lec9-探索可观测性的技术原理.md ├── README.md ├── 云原生与容器技术.md └── 软件架构演化.md ├── 2020-Fundamentals-of-Data-Management ├── README.md ├── ch01-数据库概述.md ├── ch02-关系模型.md ├── ch03-基本SQL查询语言.md ├── ch04-Object-Relational SQL.md ├── ch05-访问数据库的程序.md ├── ch06-数据库设计.md ├── ch07-完整性、视图、安全和目录.md ├── ch08-数据库索引.md ├── ch10-更新事务.md └── exam-考试题目考点整理.md ├── 2020-Fundamentals-of-Data-Science ├── 01-数据科学.md ├── 02-概率基础.md ├── 03-概率分布.md ├── 03-离散概率分布.md └── README.md ├── 2020-Internet-computing ├── README.md ├── Tec01-JQuery.md ├── Tec02-BootStrap.md ├── Tec03-Socket.md ├── exam-final-考试试卷汇总.md ├── exam.md ├── exam1-考试题型分析.md ├── exam2-名词分析.md ├── exam3-部分简答题.md ├── lecture01-计算机网络及其参考模型.md ├── lecture02-物理层原理与技术.md ├── lecture03-局域网数据链路层原理与技术.md ├── lecture04-网络层原理与技术.md ├── lecture05-运输层.md ├── lecture06-应用层.md ├── lecture07-路由器和网络.md ├── lecture08-Routing Protocols.md ├── lecture09-局域网交换与VLAN.md ├── lecture10-WANs.md └── lecture11-网络安全.md ├── 2020-Introduction-to-Embedded-Systems ├── Exam-嵌入式总结.md ├── Hw01-Homework for uC OS-II.md ├── README.md ├── Ref01-物联网的M2M.md ├── lec0-嵌入式系统概论导言.md ├── lec01-嵌入式系统概论.md ├── lec02-嵌入式系统设计.md ├── lec03-Enbedded Software System.md ├── lec04-Memory Architectures.md ├── lec05-Bus.md ├── lec06-Embedded Software System.md ├── lec07-The Real-Time Kernel.md ├── lec08-嵌入式系统建模.md └── lec09-板级支持包与系统引导.md ├── 2020-OS ├── Exam1-复习.md ├── Exam2-考试.md ├── Lecture0-概论.md ├── Lecture1-操作系统概论.md ├── Lecture2-处理器管理.md ├── Lecture3-存储管理.md ├── Lecture4-设备管理.md ├── Lecture5-文件管理.md ├── Lecture6-并发程序设计.md └── README.md ├── 2020-Software-Engineering-and-Computing-II ├── 00-题目.md ├── 01-软件工程基础.md ├── 02-软件工程的发展.md ├── 03-实例项目描述.md ├── 04-项目启动.md ├── 05-需求基础.md ├── 06-需求分析方法.md ├── 07-需求文档化与验证.md ├── 08-软件设计基础.md ├── 09-软件体系结构基础.md ├── 10-软件体系结构设计与构建.md ├── 11-人机交互设计.md ├── 12-详细设计.md ├── 13-模块化与信息隐藏.md ├── 14-面向对象的模块化.md ├── 15-面向对象的信息隐藏.md ├── 16-设计模式.md ├── 17-软件构造.md ├── 18-代码设计.md ├── 19-软件测试.md ├── 20-软件交付.md ├── 21-软件的维护与演化.md ├── 22-软件开发过程模型.md ├── 23-软件工程职业基础.md ├── README.md ├── git说明规范.md ├── summary-重点.md ├── web-01-浏览器原理.md ├── web-02-HTTP协议.md ├── web-03-REST和JSON.md ├── web-04-数据库基础.md ├── web-05-GUI入门.md └── 用例文档例子.md ├── 2020-Software-Test ├── README.md ├── 功能测试.md ├── 性能测试.md ├── 白盒测试.md ├── 移动应用测试.md └── 随机测试.md ├── 2020-Web-Front-End-development ├── Exam01-Summary.md ├── Exam02-考试题.md └── README.md ├── 2021-Data-Integration ├── Hw2-第二次作业说明.md ├── Hw3-第三次作业说明.md ├── Lec0-Introduction.md ├── Lec1-数据集成概述(企业数据集成背景).md ├── Lec2-xml.md ├── Lec3-数据集成框架.md ├── Lec4-Python数据爬取技术与实战.md ├── Lec5-批数据集成.md ├── README.md ├── web service.md ├── 数据集成与大数据.md └── 消息中间件.md ├── 2021-Database-Development ├── Exam0-复习提纲.md ├── Lec1-课程介绍.md ├── Lec2-开发数据库的要点.md ├── Lec3-索引结构及使用.md ├── Lec4-SQL优化.md ├── Lec5-数据表的物理实现.md ├── Lec6-数据库模式设计之层次结构.md ├── Lec7-对冗余的控制(反范式模式).md ├── Lec8-并发处理.md ├── Lec9-为性能而设计.md └── README.md ├── 2021-Linux-Programming ├── Exam-2021年考试题.md ├── Exam0-往年试题.md ├── Exam1-重点.md ├── Exam2-核心版.md ├── Lec0-Introduction.md ├── Lec1-Linux Basics.md ├── Lec2-Shell Programming.md ├── Lec3-Linux Programming Prerequisite.md ├── Lec4-Kernel Driver.md └── README.md ├── 2021-Server-Development ├── Exam0-课程复习.md ├── Exam1-题目复习.md └── README.md ├── 2021-Software-System-Design ├── Exam0-往年考试.md ├── Exam1-ADD.md ├── Lec01-Principles of Software Design.md ├── Lec02-Strategy Pattern.md ├── Lec03-Factory.md ├── Lec04-Creational.md ├── Lec05-State&Command.md ├── Lec06-Behavioral Patterns.md ├── Lec07-Adapter and Composite.md ├── Lec08-Bridge and Decorator.md ├── Lec09-Structural Pattern.md ├── Lec10-Defensive Programming.md ├── Lec11-Table-Driven Methods.md ├── Lec12-Introduction.md ├── Lec13-Quality Attributes.md ├── Lec14-Architectural Pattern.md ├── Lec15-Design.md ├── Lec16-Description.md ├── Lec17-Document.md ├── Lec18-Evaluating Architecture.md ├── Lec19-Microservice Architecture.md ├── Lec20-Software System Design(Architecture).md ├── Lec21-Review Part2.md ├── Lec22-Patterns of Patterns.md ├── README.md ├── Test1-模式选择.md ├── 软件系统设计-系统架构.pdf ├── 软件系统设计-系统架构(简).pdf ├── 软件系统设计-设计模式 - 具体设计模式.pdf ├── 软件系统设计-设计模式 - 整体.pdf └── 软件系统设计-设计模式 - 设计模式原则.pdf ├── 2021-human-computer-interaction ├── Exam1-试卷内容.md ├── Exam2-文献阅读.md ├── Exam3-2021复习提纲.md ├── Exam4-复习总览.md ├── Exam5-2021试卷.md ├── Lec-1 人机交互概述.md ├── Lec-2 交互设计的原则和方法.md ├── Lec-3 评估的基础知识.md ├── Lec-4 评估之观察用户.md ├── Lec-5 评估之询问用户和专家.md ├── Lec-6 评估之用户测试.md ├── Lec-7 交互需求定义.md ├── Lec-8 交互式系统的设计.md ├── Lec-9 人机交互基础知识.md ├── Lec10-交互设计模型.md ├── README.md └── Reading-Effects of Display Size and Navigation Type on Classificaiton Task.md ├── 2021-software-quality-management ├── Big-Hw TSP 项目会议.md ├── Exam 2021.md ├── Exam 复习.md ├── Exam 复习简化.md ├── Hw1-项目方案.md ├── Lec-0 软件质量与管理课程介绍.md ├── Lec-1 概述.md ├── Lec-2 软件过程的历史演变和经典工作.md ├── Lec-3 团队动力学.md ├── Lec-4 估算、计划和跟踪.md ├── Lec-5 质量管理.md ├── Lec-6 团队工程开发.md ├── Lec-7 项目支持活动.md ├── Lec-8 定量管理与仿真建模.md └── README.md └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | **/.DS_Store -------------------------------------------------------------------------------- /2018-Linux-system-basics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2018-Linux-system-basics/README.md -------------------------------------------------------------------------------- /2018-Linux-system-basics/Shell编程.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2018-Linux-system-basics/Shell编程.md -------------------------------------------------------------------------------- /2018-Linux-system-basics/linux-01.简介.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2018-Linux-system-basics/linux-01.简介.md -------------------------------------------------------------------------------- /2018-Linux-system-basics/linux-02.硬盘.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2018-Linux-system-basics/linux-02.硬盘.md -------------------------------------------------------------------------------- /2018-Linux-system-basics/linux-03.图形界面.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2018-Linux-system-basics/linux-03.图形界面.md -------------------------------------------------------------------------------- /2018-Linux-system-basics/linux-04.字符界面.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2018-Linux-system-basics/linux-04.字符界面.md -------------------------------------------------------------------------------- /2018-Linux-system-basics/linux-05.文件和目录.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2018-Linux-system-basics/linux-05.文件和目录.md -------------------------------------------------------------------------------- /2018-Linux-system-basics/linux-06.常用操作.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2018-Linux-system-basics/linux-06.常用操作.md -------------------------------------------------------------------------------- /2018-Linux-system-basics/linux-07.Shell编程.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2018-Linux-system-basics/linux-07.Shell编程.md -------------------------------------------------------------------------------- /2018-Linux-system-basics/linux-08-用户和组群账户管理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2018-Linux-system-basics/linux-08-用户和组群账户管理.md -------------------------------------------------------------------------------- /2018-Linux-system-basics/linux-09-磁盘和文件系统管理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2018-Linux-system-basics/linux-09-磁盘和文件系统管理.md -------------------------------------------------------------------------------- /2018-Linux-system-basics/linux-10.日常管理和维护.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2018-Linux-system-basics/linux-10.日常管理和维护.md -------------------------------------------------------------------------------- /2018-Linux-system-basics/linux-11-linux网络基本配置.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2018-Linux-system-basics/linux-11-linux网络基本配置.md -------------------------------------------------------------------------------- /2018-Linux-system-basics/linux-12-Linux网络服务器配置.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2018-Linux-system-basics/linux-12-Linux网络服务器配置.md -------------------------------------------------------------------------------- /2018-Linux-system-basics/实际环境中遇到问题解决.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2018-Linux-system-basics/实际环境中遇到问题解决.md -------------------------------------------------------------------------------- /2019-COA19/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-COA19/README.md -------------------------------------------------------------------------------- /2019-COA19/lecture0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-COA19/lecture0.md -------------------------------------------------------------------------------- /2019-COA19/lecture01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-COA19/lecture01.md -------------------------------------------------------------------------------- /2019-COA19/lecture02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-COA19/lecture02.md -------------------------------------------------------------------------------- /2019-COA19/lecture03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-COA19/lecture03.md -------------------------------------------------------------------------------- /2019-COA19/lecture04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-COA19/lecture04.md -------------------------------------------------------------------------------- /2019-COA19/lecture05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-COA19/lecture05.md -------------------------------------------------------------------------------- /2019-COA19/lecture06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-COA19/lecture06.md -------------------------------------------------------------------------------- /2019-COA19/lecture07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-COA19/lecture07.md -------------------------------------------------------------------------------- /2019-COA19/lecture08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-COA19/lecture08.md -------------------------------------------------------------------------------- /2019-COA19/lecture09.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-COA19/lecture09.md -------------------------------------------------------------------------------- /2019-COA19/lecture10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-COA19/lecture10.md -------------------------------------------------------------------------------- /2019-COA19/lecture11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-COA19/lecture11.md -------------------------------------------------------------------------------- /2019-COA19/lecture12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-COA19/lecture12.md -------------------------------------------------------------------------------- /2019-COA19/lecture13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-COA19/lecture13.md -------------------------------------------------------------------------------- /2019-COA19/lecture14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-COA19/lecture14.md -------------------------------------------------------------------------------- /2019-COA19/lecture15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-COA19/lecture15.md -------------------------------------------------------------------------------- /2019-COA19/lecture16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-COA19/lecture16.md -------------------------------------------------------------------------------- /2019-COA19/lecture17.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-COA19/lecture17.md -------------------------------------------------------------------------------- /2019-COA19/存储结构的解释.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-COA19/存储结构的解释.md -------------------------------------------------------------------------------- /2019-COA19/计算机组成与结构作业讲解.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-COA19/计算机组成与结构作业讲解.md -------------------------------------------------------------------------------- /2019-Data-Structure/README.md: -------------------------------------------------------------------------------- 1 | # 2019-Data-Structure 2 | 数据结构 3 | -------------------------------------------------------------------------------- /2019-Data-Structure/数据结构1-绪论.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-Data-Structure/数据结构1-绪论.md -------------------------------------------------------------------------------- /2019-Data-Structure/数据结构2-algrorithm Analysis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-Data-Structure/数据结构2-algrorithm Analysis.md -------------------------------------------------------------------------------- /2019-Data-Structure/数据结构2-递归和迭代.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-Data-Structure/数据结构2-递归和迭代.md -------------------------------------------------------------------------------- /2019-Data-Structure/数据结构3.0-List.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-Data-Structure/数据结构3.0-List.md -------------------------------------------------------------------------------- /2019-Data-Structure/数据结构3.1-stack and queue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-Data-Structure/数据结构3.1-stack and queue.md -------------------------------------------------------------------------------- /2019-Data-Structure/数据结构3.2-单调栈.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-Data-Structure/数据结构3.2-单调栈.md -------------------------------------------------------------------------------- /2019-Data-Structure/数据结构4-Tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-Data-Structure/数据结构4-Tree.md -------------------------------------------------------------------------------- /2019-Data-Structure/数据结构4.1-specific Tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-Data-Structure/数据结构4.1-specific Tree.md -------------------------------------------------------------------------------- /2019-Data-Structure/数据结构5-hashing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-Data-Structure/数据结构5-hashing.md -------------------------------------------------------------------------------- /2019-Data-Structure/数据结构6.0-优先级队列.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-Data-Structure/数据结构6.0-优先级队列.md -------------------------------------------------------------------------------- /2019-Data-Structure/数据结构7.0-排序.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-Data-Structure/数据结构7.0-排序.md -------------------------------------------------------------------------------- /2019-Data-Structure/数据结构7.1-The Disjoint Set.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-Data-Structure/数据结构7.1-The Disjoint Set.md -------------------------------------------------------------------------------- /2019-Data-Structure/数据结构8.0-graphs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2019-Data-Structure/数据结构8.0-graphs.md -------------------------------------------------------------------------------- /2020-Big-data-analysis/Exam-整理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Big-data-analysis/Exam-整理.md -------------------------------------------------------------------------------- /2020-Big-data-analysis/Lecture1-大数据分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Big-data-analysis/Lecture1-大数据分析.md -------------------------------------------------------------------------------- /2020-Big-data-analysis/Lecture10-Graph DB.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Big-data-analysis/Lecture10-Graph DB.md -------------------------------------------------------------------------------- /2020-Big-data-analysis/Lecture11-图挖掘.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Big-data-analysis/Lecture11-图挖掘.md -------------------------------------------------------------------------------- /2020-Big-data-analysis/Lecture12-Spark与数据分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Big-data-analysis/Lecture12-Spark与数据分析.md -------------------------------------------------------------------------------- /2020-Big-data-analysis/Lecture2-大数据平台.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Big-data-analysis/Lecture2-大数据平台.md -------------------------------------------------------------------------------- /2020-Big-data-analysis/Lecture3-大数据存储和处理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Big-data-analysis/Lecture3-大数据存储和处理.md -------------------------------------------------------------------------------- /2020-Big-data-analysis/Lecture4-链接分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Big-data-analysis/Lecture4-链接分析.md -------------------------------------------------------------------------------- /2020-Big-data-analysis/Lecture5-数据降维.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Big-data-analysis/Lecture5-数据降维.md -------------------------------------------------------------------------------- /2020-Big-data-analysis/Lecture6-分类.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Big-data-analysis/Lecture6-分类.md -------------------------------------------------------------------------------- /2020-Big-data-analysis/Lecture7-聚类.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Big-data-analysis/Lecture7-聚类.md -------------------------------------------------------------------------------- /2020-Big-data-analysis/Lecture8-推荐系统.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Big-data-analysis/Lecture8-推荐系统.md -------------------------------------------------------------------------------- /2020-Big-data-analysis/Lecture9-知识图谱.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Big-data-analysis/Lecture9-知识图谱.md -------------------------------------------------------------------------------- /2020-Big-data-analysis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Big-data-analysis/README.md -------------------------------------------------------------------------------- /2020-Big-data-analysis/SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Big-data-analysis/SUMMARY.md -------------------------------------------------------------------------------- /2020-Big-data-analysis/Tec1-TF-IDF算法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Big-data-analysis/Tec1-TF-IDF算法.md -------------------------------------------------------------------------------- /2020-Big-data-analysis/Tec10-基于MovieLens的推荐系统.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Big-data-analysis/Tec10-基于MovieLens的推荐系统.md -------------------------------------------------------------------------------- /2020-Big-data-analysis/Tec2-安装Hadoop和Spark.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Big-data-analysis/Tec2-安装Hadoop和Spark.md -------------------------------------------------------------------------------- /2020-Big-data-analysis/Tec3-yolo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Big-data-analysis/Tec3-yolo.md -------------------------------------------------------------------------------- /2020-Big-data-analysis/Tec4-情感分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Big-data-analysis/Tec4-情感分析.md -------------------------------------------------------------------------------- /2020-Big-data-analysis/Tec5-pdfminer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Big-data-analysis/Tec5-pdfminer.md -------------------------------------------------------------------------------- /2020-Big-data-analysis/Tec6-文本预处理与关键词提取.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Big-data-analysis/Tec6-文本预处理与关键词提取.md -------------------------------------------------------------------------------- /2020-Big-data-analysis/Tec7-图片处理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Big-data-analysis/Tec7-图片处理.md -------------------------------------------------------------------------------- /2020-Big-data-analysis/Tec8-鸢尾花数据集分类.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Big-data-analysis/Tec8-鸢尾花数据集分类.md -------------------------------------------------------------------------------- /2020-Big-data-analysis/Tec9-SVD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Big-data-analysis/Tec9-SVD.md -------------------------------------------------------------------------------- /2020-Business-Intelligence/Exam01-考试讲解.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Business-Intelligence/Exam01-考试讲解.md -------------------------------------------------------------------------------- /2020-Business-Intelligence/Exam02-复习提纲.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Business-Intelligence/Exam02-复习提纲.md -------------------------------------------------------------------------------- /2020-Business-Intelligence/Lecture1-Business Intelligence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Business-Intelligence/Lecture1-Business Intelligence.md -------------------------------------------------------------------------------- /2020-Business-Intelligence/Lecture2-Data Warehouse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Business-Intelligence/Lecture2-Data Warehouse.md -------------------------------------------------------------------------------- /2020-Business-Intelligence/Lecture3-OLAP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Business-Intelligence/Lecture3-OLAP.md -------------------------------------------------------------------------------- /2020-Business-Intelligence/Lecture4-Design of Data Warehouse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Business-Intelligence/Lecture4-Design of Data Warehouse.md -------------------------------------------------------------------------------- /2020-Business-Intelligence/Lecture5-Dimensional Modeling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Business-Intelligence/Lecture5-Dimensional Modeling.md -------------------------------------------------------------------------------- /2020-Business-Intelligence/Lecture6-Data Mining.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Business-Intelligence/Lecture6-Data Mining.md -------------------------------------------------------------------------------- /2020-Business-Intelligence/README.md: -------------------------------------------------------------------------------- 1 | # 2020-Business-Intelligence 2 | 2020年商务智能 3 | -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++ 11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++ 11.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++ Cpp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++ Cpp.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++ exam.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++ exam.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++ 函数.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++ 函数.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++ 命名空间.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++ 命名空间.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++ 头文件.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++ 头文件.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++ 异常处理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++ 异常处理.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++ 指针与引用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++ 指针与引用.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++ 数据.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++ 数据.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++ 核心关键字.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++ 核心关键字.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++ 环境问题.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++ 环境问题.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++ 表达式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++ 表达式.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++ 输入输出.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++ 输入输出.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++ 输入重定向到文件.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++ 输入重定向到文件.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++ 部分内置函数.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++ 部分内置函数.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++ 部分特殊符号.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++ 部分特殊符号.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++ 高级程序设计.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++ 高级程序设计.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++-OOP/C++ OOP基础.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++-OOP/C++ OOP基础.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++-OOP/C++ 动态内存.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++-OOP/C++ 动态内存.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++-OOP/C++ 友元.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++-OOP/C++ 友元.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++-OOP/C++ 多态.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++-OOP/C++ 多态.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++-OOP/C++ 类成员变量.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++-OOP/C++ 类成员变量.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++-OOP/C++ 类的封装.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++-OOP/C++ 类的封装.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++-OOP/C++ 继承.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++-OOP/C++ 继承.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++-OOP/C++ 虚函数.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++-OOP/C++ 虚函数.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++-数据结构/C++ List.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++-数据结构/C++ List.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++-数据结构/C++ Map.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++-数据结构/C++ Map.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++-数据结构/C++ String.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++-数据结构/C++ String.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++-数据结构/C++ Union.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++-数据结构/C++ Union.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++-数据结构/C++ Vector.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++-数据结构/C++ Vector.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++-数据结构/C++ stack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++-数据结构/C++ stack.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++-数据结构/C++ 数组.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++-数据结构/C++ 数组.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++-数据结构/C++ 结构体.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++-数据结构/C++ 结构体.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/C++.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/C++.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/README.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/exam-final.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/exam-final.md -------------------------------------------------------------------------------- /2020-C-plus-plus-advanced-programming/作业总结.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-C-plus-plus-advanced-programming/作业总结.md -------------------------------------------------------------------------------- /2020-Compilation-Principle/Crash Course Computer Science.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Compilation-Principle/Crash Course Computer Science.md -------------------------------------------------------------------------------- /2020-Compilation-Principle/Exam.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Compilation-Principle/Exam.md -------------------------------------------------------------------------------- /2020-Compilation-Principle/IR1-中间代码生成概述.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Compilation-Principle/IR1-中间代码生成概述.md -------------------------------------------------------------------------------- /2020-Compilation-Principle/IR2-中间代码继承.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Compilation-Principle/IR2-中间代码继承.md -------------------------------------------------------------------------------- /2020-Compilation-Principle/IR3-回填技术.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Compilation-Principle/IR3-回填技术.md -------------------------------------------------------------------------------- /2020-Compilation-Principle/IR4-函数与补充.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Compilation-Principle/IR4-函数与补充.md -------------------------------------------------------------------------------- /2020-Compilation-Principle/Lecture1-Overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Compilation-Principle/Lecture1-Overview.md -------------------------------------------------------------------------------- /2020-Compilation-Principle/Lexer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Compilation-Principle/Lexer.md -------------------------------------------------------------------------------- /2020-Compilation-Principle/Parser1-概述.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Compilation-Principle/Parser1-概述.md -------------------------------------------------------------------------------- /2020-Compilation-Principle/Parser2-上下文无关文法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Compilation-Principle/Parser2-上下文无关文法.md -------------------------------------------------------------------------------- /2020-Compilation-Principle/Parser3-LL(1)语法分析器.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Compilation-Principle/Parser3-LL(1)语法分析器.md -------------------------------------------------------------------------------- /2020-Compilation-Principle/Parser4-LR语法分析器.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Compilation-Principle/Parser4-LR语法分析器.md -------------------------------------------------------------------------------- /2020-Compilation-Principle/Parser5-错误恢复.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Compilation-Principle/Parser5-错误恢复.md -------------------------------------------------------------------------------- /2020-Compilation-Principle/Parser6-Bison.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Compilation-Principle/Parser6-Bison.md -------------------------------------------------------------------------------- /2020-Compilation-Principle/README.md: -------------------------------------------------------------------------------- 1 | # 2020-Compilation-Principle 2 | 编译原理 3 | -------------------------------------------------------------------------------- /2020-Compilation-Principle/Semantics1-概述.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Compilation-Principle/Semantics1-概述.md -------------------------------------------------------------------------------- /2020-Compilation-Principle/Semantics2-SDT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Compilation-Principle/Semantics2-SDT.md -------------------------------------------------------------------------------- /2020-Compilation-Principle/Semantics3-实验代码示例.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Compilation-Principle/Semantics3-实验代码示例.md -------------------------------------------------------------------------------- /2020-Compilation-Principle/Semantics4-补充.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Compilation-Principle/Semantics4-补充.md -------------------------------------------------------------------------------- /2020-Demand-and-business-model-innovation/Exam-2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Demand-and-business-model-innovation/Exam-2020.md -------------------------------------------------------------------------------- /2020-Demand-and-business-model-innovation/Exam-商业模式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Demand-and-business-model-innovation/Exam-商业模式.md -------------------------------------------------------------------------------- /2020-Demand-and-business-model-innovation/Exam-需求.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Demand-and-business-model-innovation/Exam-需求.md -------------------------------------------------------------------------------- /2020-Demand-and-business-model-innovation/Lecture1-导论.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Demand-and-business-model-innovation/Lecture1-导论.md -------------------------------------------------------------------------------- /2020-Demand-and-business-model-innovation/Lecture2-商业模式画布.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Demand-and-business-model-innovation/Lecture2-商业模式画布.md -------------------------------------------------------------------------------- /2020-Demand-and-business-model-innovation/README.md: -------------------------------------------------------------------------------- 1 | # Demand-and-business-model-innovation 2 | 需求与商业模式创新 3 | -------------------------------------------------------------------------------- /2020-Demand-and-business-model-innovation/商业模式/Book1-商业模式画布.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Demand-and-business-model-innovation/商业模式/Book1-商业模式画布.md -------------------------------------------------------------------------------- /2020-Demand-and-business-model-innovation/商业模式/Book2-商业模式类型.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Demand-and-business-model-innovation/商业模式/Book2-商业模式类型.md -------------------------------------------------------------------------------- /2020-Demand-and-business-model-innovation/商业模式/Book3-设计.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Demand-and-business-model-innovation/商业模式/Book3-设计.md -------------------------------------------------------------------------------- /2020-Demand-and-business-model-innovation/商业模式/Book4-战略.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Demand-and-business-model-innovation/商业模式/Book4-战略.md -------------------------------------------------------------------------------- /2020-Demand-and-business-model-innovation/商业模式/Book5-流程.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Demand-and-business-model-innovation/商业模式/Book5-流程.md -------------------------------------------------------------------------------- /2020-Demand-and-business-model-innovation/商业模式/Book6-五个课题.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Demand-and-business-model-innovation/商业模式/Book6-五个课题.md -------------------------------------------------------------------------------- /2020-Demand-and-business-model-innovation/需求/Book1-需求工程导论.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Demand-and-business-model-innovation/需求/Book1-需求工程导论.md -------------------------------------------------------------------------------- /2020-Demand-and-business-model-innovation/需求/Book10-观察和文档审查.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Demand-and-business-model-innovation/需求/Book10-观察和文档审查.md -------------------------------------------------------------------------------- /2020-Demand-and-business-model-innovation/需求/Book11-需求分析概述.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Demand-and-business-model-innovation/需求/Book11-需求分析概述.md -------------------------------------------------------------------------------- /2020-Demand-and-business-model-innovation/需求/Book12-面向过程建模.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Demand-and-business-model-innovation/需求/Book12-面向过程建模.md -------------------------------------------------------------------------------- /2020-Demand-and-business-model-innovation/需求/Book13-数据建模.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Demand-and-business-model-innovation/需求/Book13-数据建模.md -------------------------------------------------------------------------------- /2020-Demand-and-business-model-innovation/需求/Book14-面向对象建模.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Demand-and-business-model-innovation/需求/Book14-面向对象建模.md -------------------------------------------------------------------------------- /2020-Demand-and-business-model-innovation/需求/Book15-需求规格说明.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Demand-and-business-model-innovation/需求/Book15-需求规格说明.md -------------------------------------------------------------------------------- /2020-Demand-and-business-model-innovation/需求/Book16-需求验证.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Demand-and-business-model-innovation/需求/Book16-需求验证.md -------------------------------------------------------------------------------- /2020-Demand-and-business-model-innovation/需求/Book17-需求管理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Demand-and-business-model-innovation/需求/Book17-需求管理.md -------------------------------------------------------------------------------- /2020-Demand-and-business-model-innovation/需求/Book2-需求基础.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Demand-and-business-model-innovation/需求/Book2-需求基础.md -------------------------------------------------------------------------------- /2020-Demand-and-business-model-innovation/需求/Book3-需求工程过程.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Demand-and-business-model-innovation/需求/Book3-需求工程过程.md -------------------------------------------------------------------------------- /2020-Demand-and-business-model-innovation/需求/Book4-需求获取概述.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Demand-and-business-model-innovation/需求/Book4-需求获取概述.md -------------------------------------------------------------------------------- /2020-Demand-and-business-model-innovation/需求/Book5-确定项目的前景和范围.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Demand-and-business-model-innovation/需求/Book5-确定项目的前景和范围.md -------------------------------------------------------------------------------- /2020-Demand-and-business-model-innovation/需求/Book6-涉众分析与硬采样.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Demand-and-business-model-innovation/需求/Book6-涉众分析与硬采样.md -------------------------------------------------------------------------------- /2020-Demand-and-business-model-innovation/需求/Book7-基于用例或场景模型展开用户需求获取.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Demand-and-business-model-innovation/需求/Book7-基于用例或场景模型展开用户需求获取.md -------------------------------------------------------------------------------- /2020-Demand-and-business-model-innovation/需求/Book8-面谈.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Demand-and-business-model-innovation/需求/Book8-面谈.md -------------------------------------------------------------------------------- /2020-Demand-and-business-model-innovation/需求/Book9-原型.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Demand-and-business-model-innovation/需求/Book9-原型.md -------------------------------------------------------------------------------- /2020-Devops-introduction/Docker/Docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Devops-introduction/Docker/Docker.md -------------------------------------------------------------------------------- /2020-Devops-introduction/Docker/Docker常用命令部分.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Devops-introduction/Docker/Docker常用命令部分.md -------------------------------------------------------------------------------- /2020-Devops-introduction/Exam1-2021年考试复习.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Devops-introduction/Exam1-2021年考试复习.md -------------------------------------------------------------------------------- /2020-Devops-introduction/Lec0-Devops导论.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Devops-introduction/Lec0-Devops导论.md -------------------------------------------------------------------------------- /2020-Devops-introduction/Lec1-从凤凰项目谈起.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Devops-introduction/Lec1-从凤凰项目谈起.md -------------------------------------------------------------------------------- /2020-Devops-introduction/Lec10-微服务开发与部署.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Devops-introduction/Lec10-微服务开发与部署.md -------------------------------------------------------------------------------- /2020-Devops-introduction/Lec11-DevSecOps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Devops-introduction/Lec11-DevSecOps.md -------------------------------------------------------------------------------- /2020-Devops-introduction/Lec2-云计算与云时代运维.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Devops-introduction/Lec2-云计算与云时代运维.md -------------------------------------------------------------------------------- /2020-Devops-introduction/Lec3-敏捷软件开发方法-Scrum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Devops-introduction/Lec3-敏捷软件开发方法-Scrum.md -------------------------------------------------------------------------------- /2020-Devops-introduction/Lec4-敏捷与精益.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Devops-introduction/Lec4-敏捷与精益.md -------------------------------------------------------------------------------- /2020-Devops-introduction/Lec5-看板.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Devops-introduction/Lec5-看板.md -------------------------------------------------------------------------------- /2020-Devops-introduction/Lec6-软件架构演化与最新进展.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Devops-introduction/Lec6-软件架构演化与最新进展.md -------------------------------------------------------------------------------- /2020-Devops-introduction/Lec7-K8S入门.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Devops-introduction/Lec7-K8S入门.md -------------------------------------------------------------------------------- /2020-Devops-introduction/Lec8-Devops思考实践.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Devops-introduction/Lec8-Devops思考实践.md -------------------------------------------------------------------------------- /2020-Devops-introduction/Lec9-探索可观测性的技术原理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Devops-introduction/Lec9-探索可观测性的技术原理.md -------------------------------------------------------------------------------- /2020-Devops-introduction/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Devops-introduction/README.md -------------------------------------------------------------------------------- /2020-Devops-introduction/云原生与容器技术.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Devops-introduction/云原生与容器技术.md -------------------------------------------------------------------------------- /2020-Devops-introduction/软件架构演化.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Devops-introduction/软件架构演化.md -------------------------------------------------------------------------------- /2020-Fundamentals-of-Data-Management/README.md: -------------------------------------------------------------------------------- 1 | # 2020-Fundamentals-of-Data-Management 2 | 数据管理基础 3 | -------------------------------------------------------------------------------- /2020-Fundamentals-of-Data-Management/ch01-数据库概述.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Fundamentals-of-Data-Management/ch01-数据库概述.md -------------------------------------------------------------------------------- /2020-Fundamentals-of-Data-Management/ch02-关系模型.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Fundamentals-of-Data-Management/ch02-关系模型.md -------------------------------------------------------------------------------- /2020-Fundamentals-of-Data-Management/ch03-基本SQL查询语言.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Fundamentals-of-Data-Management/ch03-基本SQL查询语言.md -------------------------------------------------------------------------------- /2020-Fundamentals-of-Data-Management/ch04-Object-Relational SQL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Fundamentals-of-Data-Management/ch04-Object-Relational SQL.md -------------------------------------------------------------------------------- /2020-Fundamentals-of-Data-Management/ch05-访问数据库的程序.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Fundamentals-of-Data-Management/ch05-访问数据库的程序.md -------------------------------------------------------------------------------- /2020-Fundamentals-of-Data-Management/ch06-数据库设计.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Fundamentals-of-Data-Management/ch06-数据库设计.md -------------------------------------------------------------------------------- /2020-Fundamentals-of-Data-Management/ch07-完整性、视图、安全和目录.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Fundamentals-of-Data-Management/ch07-完整性、视图、安全和目录.md -------------------------------------------------------------------------------- /2020-Fundamentals-of-Data-Management/ch08-数据库索引.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Fundamentals-of-Data-Management/ch08-数据库索引.md -------------------------------------------------------------------------------- /2020-Fundamentals-of-Data-Management/ch10-更新事务.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Fundamentals-of-Data-Management/ch10-更新事务.md -------------------------------------------------------------------------------- /2020-Fundamentals-of-Data-Management/exam-考试题目考点整理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Fundamentals-of-Data-Management/exam-考试题目考点整理.md -------------------------------------------------------------------------------- /2020-Fundamentals-of-Data-Science/01-数据科学.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Fundamentals-of-Data-Science/01-数据科学.md -------------------------------------------------------------------------------- /2020-Fundamentals-of-Data-Science/02-概率基础.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Fundamentals-of-Data-Science/02-概率基础.md -------------------------------------------------------------------------------- /2020-Fundamentals-of-Data-Science/03-概率分布.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Fundamentals-of-Data-Science/03-概率分布.md -------------------------------------------------------------------------------- /2020-Fundamentals-of-Data-Science/03-离散概率分布.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Fundamentals-of-Data-Science/03-离散概率分布.md -------------------------------------------------------------------------------- /2020-Fundamentals-of-Data-Science/README.md: -------------------------------------------------------------------------------- 1 | # 2020-Fundamentals-of-Data-Science 2 | 数据科学基础(部分) 3 | -------------------------------------------------------------------------------- /2020-Internet-computing/README.md: -------------------------------------------------------------------------------- 1 | # 2020-Internet-computing 2 | 互联网计算 3 | -------------------------------------------------------------------------------- /2020-Internet-computing/Tec01-JQuery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Internet-computing/Tec01-JQuery.md -------------------------------------------------------------------------------- /2020-Internet-computing/Tec02-BootStrap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Internet-computing/Tec02-BootStrap.md -------------------------------------------------------------------------------- /2020-Internet-computing/Tec03-Socket.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Internet-computing/Tec03-Socket.md -------------------------------------------------------------------------------- /2020-Internet-computing/exam-final-考试试卷汇总.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Internet-computing/exam-final-考试试卷汇总.md -------------------------------------------------------------------------------- /2020-Internet-computing/exam.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Internet-computing/exam.md -------------------------------------------------------------------------------- /2020-Internet-computing/exam1-考试题型分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Internet-computing/exam1-考试题型分析.md -------------------------------------------------------------------------------- /2020-Internet-computing/exam2-名词分析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Internet-computing/exam2-名词分析.md -------------------------------------------------------------------------------- /2020-Internet-computing/exam3-部分简答题.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Internet-computing/exam3-部分简答题.md -------------------------------------------------------------------------------- /2020-Internet-computing/lecture01-计算机网络及其参考模型.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Internet-computing/lecture01-计算机网络及其参考模型.md -------------------------------------------------------------------------------- /2020-Internet-computing/lecture02-物理层原理与技术.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Internet-computing/lecture02-物理层原理与技术.md -------------------------------------------------------------------------------- /2020-Internet-computing/lecture03-局域网数据链路层原理与技术.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Internet-computing/lecture03-局域网数据链路层原理与技术.md -------------------------------------------------------------------------------- /2020-Internet-computing/lecture04-网络层原理与技术.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Internet-computing/lecture04-网络层原理与技术.md -------------------------------------------------------------------------------- /2020-Internet-computing/lecture05-运输层.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Internet-computing/lecture05-运输层.md -------------------------------------------------------------------------------- /2020-Internet-computing/lecture06-应用层.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Internet-computing/lecture06-应用层.md -------------------------------------------------------------------------------- /2020-Internet-computing/lecture07-路由器和网络.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Internet-computing/lecture07-路由器和网络.md -------------------------------------------------------------------------------- /2020-Internet-computing/lecture08-Routing Protocols.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Internet-computing/lecture08-Routing Protocols.md -------------------------------------------------------------------------------- /2020-Internet-computing/lecture09-局域网交换与VLAN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Internet-computing/lecture09-局域网交换与VLAN.md -------------------------------------------------------------------------------- /2020-Internet-computing/lecture10-WANs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Internet-computing/lecture10-WANs.md -------------------------------------------------------------------------------- /2020-Internet-computing/lecture11-网络安全.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Internet-computing/lecture11-网络安全.md -------------------------------------------------------------------------------- /2020-Introduction-to-Embedded-Systems/Exam-嵌入式总结.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Introduction-to-Embedded-Systems/Exam-嵌入式总结.md -------------------------------------------------------------------------------- /2020-Introduction-to-Embedded-Systems/Hw01-Homework for uC OS-II.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Introduction-to-Embedded-Systems/Hw01-Homework for uC OS-II.md -------------------------------------------------------------------------------- /2020-Introduction-to-Embedded-Systems/README.md: -------------------------------------------------------------------------------- 1 | # Introduction-to-Embedded-Systems 2 | 嵌入式系统概论 3 | -------------------------------------------------------------------------------- /2020-Introduction-to-Embedded-Systems/Ref01-物联网的M2M.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Introduction-to-Embedded-Systems/Ref01-物联网的M2M.md -------------------------------------------------------------------------------- /2020-Introduction-to-Embedded-Systems/lec0-嵌入式系统概论导言.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Introduction-to-Embedded-Systems/lec0-嵌入式系统概论导言.md -------------------------------------------------------------------------------- /2020-Introduction-to-Embedded-Systems/lec01-嵌入式系统概论.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Introduction-to-Embedded-Systems/lec01-嵌入式系统概论.md -------------------------------------------------------------------------------- /2020-Introduction-to-Embedded-Systems/lec02-嵌入式系统设计.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Introduction-to-Embedded-Systems/lec02-嵌入式系统设计.md -------------------------------------------------------------------------------- /2020-Introduction-to-Embedded-Systems/lec03-Enbedded Software System.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Introduction-to-Embedded-Systems/lec03-Enbedded Software System.md -------------------------------------------------------------------------------- /2020-Introduction-to-Embedded-Systems/lec04-Memory Architectures.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Introduction-to-Embedded-Systems/lec04-Memory Architectures.md -------------------------------------------------------------------------------- /2020-Introduction-to-Embedded-Systems/lec05-Bus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Introduction-to-Embedded-Systems/lec05-Bus.md -------------------------------------------------------------------------------- /2020-Introduction-to-Embedded-Systems/lec06-Embedded Software System.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Introduction-to-Embedded-Systems/lec06-Embedded Software System.md -------------------------------------------------------------------------------- /2020-Introduction-to-Embedded-Systems/lec07-The Real-Time Kernel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Introduction-to-Embedded-Systems/lec07-The Real-Time Kernel.md -------------------------------------------------------------------------------- /2020-Introduction-to-Embedded-Systems/lec08-嵌入式系统建模.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Introduction-to-Embedded-Systems/lec08-嵌入式系统建模.md -------------------------------------------------------------------------------- /2020-Introduction-to-Embedded-Systems/lec09-板级支持包与系统引导.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Introduction-to-Embedded-Systems/lec09-板级支持包与系统引导.md -------------------------------------------------------------------------------- /2020-OS/Exam1-复习.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-OS/Exam1-复习.md -------------------------------------------------------------------------------- /2020-OS/Exam2-考试.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-OS/Exam2-考试.md -------------------------------------------------------------------------------- /2020-OS/Lecture0-概论.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-OS/Lecture0-概论.md -------------------------------------------------------------------------------- /2020-OS/Lecture1-操作系统概论.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-OS/Lecture1-操作系统概论.md -------------------------------------------------------------------------------- /2020-OS/Lecture2-处理器管理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-OS/Lecture2-处理器管理.md -------------------------------------------------------------------------------- /2020-OS/Lecture3-存储管理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-OS/Lecture3-存储管理.md -------------------------------------------------------------------------------- /2020-OS/Lecture4-设备管理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-OS/Lecture4-设备管理.md -------------------------------------------------------------------------------- /2020-OS/Lecture5-文件管理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-OS/Lecture5-文件管理.md -------------------------------------------------------------------------------- /2020-OS/Lecture6-并发程序设计.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-OS/Lecture6-并发程序设计.md -------------------------------------------------------------------------------- /2020-OS/README.md: -------------------------------------------------------------------------------- 1 | # 2020-OS 2 | 2020年计算机操作系统 3 | -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/00-题目.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Engineering-and-Computing-II/00-题目.md -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/01-软件工程基础.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Engineering-and-Computing-II/01-软件工程基础.md -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/02-软件工程的发展.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Engineering-and-Computing-II/02-软件工程的发展.md -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/03-实例项目描述.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Engineering-and-Computing-II/03-实例项目描述.md -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/04-项目启动.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Engineering-and-Computing-II/04-项目启动.md -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/05-需求基础.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Engineering-and-Computing-II/05-需求基础.md -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/06-需求分析方法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Engineering-and-Computing-II/06-需求分析方法.md -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/07-需求文档化与验证.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Engineering-and-Computing-II/07-需求文档化与验证.md -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/08-软件设计基础.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Engineering-and-Computing-II/08-软件设计基础.md -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/09-软件体系结构基础.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Engineering-and-Computing-II/09-软件体系结构基础.md -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/10-软件体系结构设计与构建.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Engineering-and-Computing-II/10-软件体系结构设计与构建.md -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/11-人机交互设计.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Engineering-and-Computing-II/11-人机交互设计.md -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/12-详细设计.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Engineering-and-Computing-II/12-详细设计.md -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/13-模块化与信息隐藏.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Engineering-and-Computing-II/13-模块化与信息隐藏.md -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/14-面向对象的模块化.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Engineering-and-Computing-II/14-面向对象的模块化.md -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/15-面向对象的信息隐藏.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Engineering-and-Computing-II/15-面向对象的信息隐藏.md -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/16-设计模式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Engineering-and-Computing-II/16-设计模式.md -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/17-软件构造.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Engineering-and-Computing-II/17-软件构造.md -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/18-代码设计.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Engineering-and-Computing-II/18-代码设计.md -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/19-软件测试.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Engineering-and-Computing-II/19-软件测试.md -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/20-软件交付.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Engineering-and-Computing-II/20-软件交付.md -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/21-软件的维护与演化.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Engineering-and-Computing-II/21-软件的维护与演化.md -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/22-软件开发过程模型.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Engineering-and-Computing-II/22-软件开发过程模型.md -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/23-软件工程职业基础.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Engineering-and-Computing-II/23-软件工程职业基础.md -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/README.md: -------------------------------------------------------------------------------- 1 | # 2020-Software-Engineering-and-Computing-II 2 | 软件工程与计算II 3 | -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/git说明规范.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Engineering-and-Computing-II/git说明规范.md -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/summary-重点.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Engineering-and-Computing-II/summary-重点.md -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/web-01-浏览器原理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Engineering-and-Computing-II/web-01-浏览器原理.md -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/web-02-HTTP协议.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Engineering-and-Computing-II/web-02-HTTP协议.md -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/web-03-REST和JSON.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Engineering-and-Computing-II/web-03-REST和JSON.md -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/web-04-数据库基础.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Engineering-and-Computing-II/web-04-数据库基础.md -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/web-05-GUI入门.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Engineering-and-Computing-II/web-05-GUI入门.md -------------------------------------------------------------------------------- /2020-Software-Engineering-and-Computing-II/用例文档例子.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Engineering-and-Computing-II/用例文档例子.md -------------------------------------------------------------------------------- /2020-Software-Test/README.md: -------------------------------------------------------------------------------- 1 | # 2020-Software-Test 2 | 软件测试 3 | -------------------------------------------------------------------------------- /2020-Software-Test/功能测试.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Test/功能测试.md -------------------------------------------------------------------------------- /2020-Software-Test/性能测试.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Test/性能测试.md -------------------------------------------------------------------------------- /2020-Software-Test/白盒测试.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Test/白盒测试.md -------------------------------------------------------------------------------- /2020-Software-Test/移动应用测试.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Test/移动应用测试.md -------------------------------------------------------------------------------- /2020-Software-Test/随机测试.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Software-Test/随机测试.md -------------------------------------------------------------------------------- /2020-Web-Front-End-development/Exam01-Summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Web-Front-End-development/Exam01-Summary.md -------------------------------------------------------------------------------- /2020-Web-Front-End-development/Exam02-考试题.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2020-Web-Front-End-development/Exam02-考试题.md -------------------------------------------------------------------------------- /2020-Web-Front-End-development/README.md: -------------------------------------------------------------------------------- 1 | # 2020-Web-Front-End-development 2 | web前端开发(非专业方向,慎用) 3 | -------------------------------------------------------------------------------- /2021-Data-Integration/Hw2-第二次作业说明.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Data-Integration/Hw2-第二次作业说明.md -------------------------------------------------------------------------------- /2021-Data-Integration/Hw3-第三次作业说明.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Data-Integration/Hw3-第三次作业说明.md -------------------------------------------------------------------------------- /2021-Data-Integration/Lec0-Introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Data-Integration/Lec0-Introduction.md -------------------------------------------------------------------------------- /2021-Data-Integration/Lec1-数据集成概述(企业数据集成背景).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Data-Integration/Lec1-数据集成概述(企业数据集成背景).md -------------------------------------------------------------------------------- /2021-Data-Integration/Lec2-xml.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Data-Integration/Lec2-xml.md -------------------------------------------------------------------------------- /2021-Data-Integration/Lec3-数据集成框架.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Data-Integration/Lec3-数据集成框架.md -------------------------------------------------------------------------------- /2021-Data-Integration/Lec4-Python数据爬取技术与实战.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Data-Integration/Lec4-Python数据爬取技术与实战.md -------------------------------------------------------------------------------- /2021-Data-Integration/Lec5-批数据集成.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Data-Integration/Lec5-批数据集成.md -------------------------------------------------------------------------------- /2021-Data-Integration/README.md: -------------------------------------------------------------------------------- 1 | # 2021-Data-Integration 2 | 2021年数据集成 3 | -------------------------------------------------------------------------------- /2021-Data-Integration/web service.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Data-Integration/web service.md -------------------------------------------------------------------------------- /2021-Data-Integration/数据集成与大数据.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Data-Integration/数据集成与大数据.md -------------------------------------------------------------------------------- /2021-Data-Integration/消息中间件.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Data-Integration/消息中间件.md -------------------------------------------------------------------------------- /2021-Database-Development/Exam0-复习提纲.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Database-Development/Exam0-复习提纲.md -------------------------------------------------------------------------------- /2021-Database-Development/Lec1-课程介绍.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Database-Development/Lec1-课程介绍.md -------------------------------------------------------------------------------- /2021-Database-Development/Lec2-开发数据库的要点.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Database-Development/Lec2-开发数据库的要点.md -------------------------------------------------------------------------------- /2021-Database-Development/Lec3-索引结构及使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Database-Development/Lec3-索引结构及使用.md -------------------------------------------------------------------------------- /2021-Database-Development/Lec4-SQL优化.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Database-Development/Lec4-SQL优化.md -------------------------------------------------------------------------------- /2021-Database-Development/Lec5-数据表的物理实现.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Database-Development/Lec5-数据表的物理实现.md -------------------------------------------------------------------------------- /2021-Database-Development/Lec6-数据库模式设计之层次结构.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Database-Development/Lec6-数据库模式设计之层次结构.md -------------------------------------------------------------------------------- /2021-Database-Development/Lec7-对冗余的控制(反范式模式).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Database-Development/Lec7-对冗余的控制(反范式模式).md -------------------------------------------------------------------------------- /2021-Database-Development/Lec8-并发处理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Database-Development/Lec8-并发处理.md -------------------------------------------------------------------------------- /2021-Database-Development/Lec9-为性能而设计.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Database-Development/Lec9-为性能而设计.md -------------------------------------------------------------------------------- /2021-Database-Development/README.md: -------------------------------------------------------------------------------- 1 | # 2021-Database-Development 2 | 2021年数据库开发 3 | -------------------------------------------------------------------------------- /2021-Linux-Programming/Exam-2021年考试题.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Linux-Programming/Exam-2021年考试题.md -------------------------------------------------------------------------------- /2021-Linux-Programming/Exam0-往年试题.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Linux-Programming/Exam0-往年试题.md -------------------------------------------------------------------------------- /2021-Linux-Programming/Exam1-重点.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Linux-Programming/Exam1-重点.md -------------------------------------------------------------------------------- /2021-Linux-Programming/Exam2-核心版.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Linux-Programming/Exam2-核心版.md -------------------------------------------------------------------------------- /2021-Linux-Programming/Lec0-Introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Linux-Programming/Lec0-Introduction.md -------------------------------------------------------------------------------- /2021-Linux-Programming/Lec1-Linux Basics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Linux-Programming/Lec1-Linux Basics.md -------------------------------------------------------------------------------- /2021-Linux-Programming/Lec2-Shell Programming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Linux-Programming/Lec2-Shell Programming.md -------------------------------------------------------------------------------- /2021-Linux-Programming/Lec3-Linux Programming Prerequisite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Linux-Programming/Lec3-Linux Programming Prerequisite.md -------------------------------------------------------------------------------- /2021-Linux-Programming/Lec4-Kernel Driver.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Linux-Programming/Lec4-Kernel Driver.md -------------------------------------------------------------------------------- /2021-Linux-Programming/README.md: -------------------------------------------------------------------------------- 1 | # 2021-Linux-Programming 2 | Linux 程序设计 3 | -------------------------------------------------------------------------------- /2021-Server-Development/Exam0-课程复习.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Server-Development/Exam0-课程复习.md -------------------------------------------------------------------------------- /2021-Server-Development/Exam1-题目复习.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Server-Development/Exam1-题目复习.md -------------------------------------------------------------------------------- /2021-Server-Development/README.md: -------------------------------------------------------------------------------- 1 | # 2021-Server-Development 2 | 2021年服务端开发 3 | -------------------------------------------------------------------------------- /2021-Software-System-Design/Exam0-往年考试.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Software-System-Design/Exam0-往年考试.md -------------------------------------------------------------------------------- /2021-Software-System-Design/Exam1-ADD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Software-System-Design/Exam1-ADD.md -------------------------------------------------------------------------------- /2021-Software-System-Design/Lec01-Principles of Software Design.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Software-System-Design/Lec01-Principles of Software Design.md -------------------------------------------------------------------------------- /2021-Software-System-Design/Lec02-Strategy Pattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Software-System-Design/Lec02-Strategy Pattern.md -------------------------------------------------------------------------------- /2021-Software-System-Design/Lec03-Factory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Software-System-Design/Lec03-Factory.md -------------------------------------------------------------------------------- /2021-Software-System-Design/Lec04-Creational.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Software-System-Design/Lec04-Creational.md -------------------------------------------------------------------------------- /2021-Software-System-Design/Lec05-State&Command.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Software-System-Design/Lec05-State&Command.md -------------------------------------------------------------------------------- /2021-Software-System-Design/Lec06-Behavioral Patterns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Software-System-Design/Lec06-Behavioral Patterns.md -------------------------------------------------------------------------------- /2021-Software-System-Design/Lec07-Adapter and Composite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Software-System-Design/Lec07-Adapter and Composite.md -------------------------------------------------------------------------------- /2021-Software-System-Design/Lec08-Bridge and Decorator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Software-System-Design/Lec08-Bridge and Decorator.md -------------------------------------------------------------------------------- /2021-Software-System-Design/Lec09-Structural Pattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Software-System-Design/Lec09-Structural Pattern.md -------------------------------------------------------------------------------- /2021-Software-System-Design/Lec10-Defensive Programming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Software-System-Design/Lec10-Defensive Programming.md -------------------------------------------------------------------------------- /2021-Software-System-Design/Lec11-Table-Driven Methods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Software-System-Design/Lec11-Table-Driven Methods.md -------------------------------------------------------------------------------- /2021-Software-System-Design/Lec12-Introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Software-System-Design/Lec12-Introduction.md -------------------------------------------------------------------------------- /2021-Software-System-Design/Lec13-Quality Attributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Software-System-Design/Lec13-Quality Attributes.md -------------------------------------------------------------------------------- /2021-Software-System-Design/Lec14-Architectural Pattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Software-System-Design/Lec14-Architectural Pattern.md -------------------------------------------------------------------------------- /2021-Software-System-Design/Lec15-Design.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Software-System-Design/Lec15-Design.md -------------------------------------------------------------------------------- /2021-Software-System-Design/Lec16-Description.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Software-System-Design/Lec16-Description.md -------------------------------------------------------------------------------- /2021-Software-System-Design/Lec17-Document.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Software-System-Design/Lec17-Document.md -------------------------------------------------------------------------------- /2021-Software-System-Design/Lec18-Evaluating Architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Software-System-Design/Lec18-Evaluating Architecture.md -------------------------------------------------------------------------------- /2021-Software-System-Design/Lec19-Microservice Architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Software-System-Design/Lec19-Microservice Architecture.md -------------------------------------------------------------------------------- /2021-Software-System-Design/Lec20-Software System Design(Architecture).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Software-System-Design/Lec20-Software System Design(Architecture).md -------------------------------------------------------------------------------- /2021-Software-System-Design/Lec21-Review Part2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Software-System-Design/Lec21-Review Part2.md -------------------------------------------------------------------------------- /2021-Software-System-Design/Lec22-Patterns of Patterns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Software-System-Design/Lec22-Patterns of Patterns.md -------------------------------------------------------------------------------- /2021-Software-System-Design/README.md: -------------------------------------------------------------------------------- 1 | # 2021-Software--System-Design 2 | 2021年软件系统设计与体系结构 3 | -------------------------------------------------------------------------------- /2021-Software-System-Design/Test1-模式选择.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Software-System-Design/Test1-模式选择.md -------------------------------------------------------------------------------- /2021-Software-System-Design/软件系统设计-系统架构.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Software-System-Design/软件系统设计-系统架构.pdf -------------------------------------------------------------------------------- /2021-Software-System-Design/软件系统设计-系统架构(简).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Software-System-Design/软件系统设计-系统架构(简).pdf -------------------------------------------------------------------------------- /2021-Software-System-Design/软件系统设计-设计模式 - 具体设计模式.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Software-System-Design/软件系统设计-设计模式 - 具体设计模式.pdf -------------------------------------------------------------------------------- /2021-Software-System-Design/软件系统设计-设计模式 - 整体.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Software-System-Design/软件系统设计-设计模式 - 整体.pdf -------------------------------------------------------------------------------- /2021-Software-System-Design/软件系统设计-设计模式 - 设计模式原则.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-Software-System-Design/软件系统设计-设计模式 - 设计模式原则.pdf -------------------------------------------------------------------------------- /2021-human-computer-interaction/Exam1-试卷内容.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-human-computer-interaction/Exam1-试卷内容.md -------------------------------------------------------------------------------- /2021-human-computer-interaction/Exam2-文献阅读.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-human-computer-interaction/Exam2-文献阅读.md -------------------------------------------------------------------------------- /2021-human-computer-interaction/Exam3-2021复习提纲.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-human-computer-interaction/Exam3-2021复习提纲.md -------------------------------------------------------------------------------- /2021-human-computer-interaction/Exam4-复习总览.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-human-computer-interaction/Exam4-复习总览.md -------------------------------------------------------------------------------- /2021-human-computer-interaction/Exam5-2021试卷.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-human-computer-interaction/Exam5-2021试卷.md -------------------------------------------------------------------------------- /2021-human-computer-interaction/Lec-1 人机交互概述.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-human-computer-interaction/Lec-1 人机交互概述.md -------------------------------------------------------------------------------- /2021-human-computer-interaction/Lec-2 交互设计的原则和方法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-human-computer-interaction/Lec-2 交互设计的原则和方法.md -------------------------------------------------------------------------------- /2021-human-computer-interaction/Lec-3 评估的基础知识.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-human-computer-interaction/Lec-3 评估的基础知识.md -------------------------------------------------------------------------------- /2021-human-computer-interaction/Lec-4 评估之观察用户.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-human-computer-interaction/Lec-4 评估之观察用户.md -------------------------------------------------------------------------------- /2021-human-computer-interaction/Lec-5 评估之询问用户和专家.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-human-computer-interaction/Lec-5 评估之询问用户和专家.md -------------------------------------------------------------------------------- /2021-human-computer-interaction/Lec-6 评估之用户测试.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-human-computer-interaction/Lec-6 评估之用户测试.md -------------------------------------------------------------------------------- /2021-human-computer-interaction/Lec-7 交互需求定义.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-human-computer-interaction/Lec-7 交互需求定义.md -------------------------------------------------------------------------------- /2021-human-computer-interaction/Lec-8 交互式系统的设计.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-human-computer-interaction/Lec-8 交互式系统的设计.md -------------------------------------------------------------------------------- /2021-human-computer-interaction/Lec-9 人机交互基础知识.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-human-computer-interaction/Lec-9 人机交互基础知识.md -------------------------------------------------------------------------------- /2021-human-computer-interaction/Lec10-交互设计模型.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-human-computer-interaction/Lec10-交互设计模型.md -------------------------------------------------------------------------------- /2021-human-computer-interaction/README.md: -------------------------------------------------------------------------------- 1 | # human-computer-interaction 2 | 人机交互 3 | -------------------------------------------------------------------------------- /2021-human-computer-interaction/Reading-Effects of Display Size and Navigation Type on Classificaiton Task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-human-computer-interaction/Reading-Effects of Display Size and Navigation Type on Classificaiton Task.md -------------------------------------------------------------------------------- /2021-software-quality-management/Big-Hw TSP 项目会议.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-software-quality-management/Big-Hw TSP 项目会议.md -------------------------------------------------------------------------------- /2021-software-quality-management/Exam 2021.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-software-quality-management/Exam 2021.md -------------------------------------------------------------------------------- /2021-software-quality-management/Exam 复习.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-software-quality-management/Exam 复习.md -------------------------------------------------------------------------------- /2021-software-quality-management/Exam 复习简化.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-software-quality-management/Exam 复习简化.md -------------------------------------------------------------------------------- /2021-software-quality-management/Hw1-项目方案.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-software-quality-management/Hw1-项目方案.md -------------------------------------------------------------------------------- /2021-software-quality-management/Lec-0 软件质量与管理课程介绍.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-software-quality-management/Lec-0 软件质量与管理课程介绍.md -------------------------------------------------------------------------------- /2021-software-quality-management/Lec-1 概述.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-software-quality-management/Lec-1 概述.md -------------------------------------------------------------------------------- /2021-software-quality-management/Lec-2 软件过程的历史演变和经典工作.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-software-quality-management/Lec-2 软件过程的历史演变和经典工作.md -------------------------------------------------------------------------------- /2021-software-quality-management/Lec-3 团队动力学.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-software-quality-management/Lec-3 团队动力学.md -------------------------------------------------------------------------------- /2021-software-quality-management/Lec-4 估算、计划和跟踪.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-software-quality-management/Lec-4 估算、计划和跟踪.md -------------------------------------------------------------------------------- /2021-software-quality-management/Lec-5 质量管理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-software-quality-management/Lec-5 质量管理.md -------------------------------------------------------------------------------- /2021-software-quality-management/Lec-6 团队工程开发.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-software-quality-management/Lec-6 团队工程开发.md -------------------------------------------------------------------------------- /2021-software-quality-management/Lec-7 项目支持活动.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-software-quality-management/Lec-7 项目支持活动.md -------------------------------------------------------------------------------- /2021-software-quality-management/Lec-8 定量管理与仿真建模.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/2021-software-quality-management/Lec-8 定量管理与仿真建模.md -------------------------------------------------------------------------------- /2021-software-quality-management/README.md: -------------------------------------------------------------------------------- 1 | # software-quality-management 2 | 软件质量管理 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpriCoder/SpriCoder-Notes/HEAD/README.md --------------------------------------------------------------------------------