1:lesson6

1.1:Thrift概述

Apache Thrift官网: https://thrift.apache.org/。

官网教程: https://thrift.apache.org/tutorial/。

官网推荐指南: https://diwakergupta.github.io/thrift-missing-guide/。

学习项目地址: https://git.acwing.com/grant_drew/thrift_lesson。

大佬详细课程笔记: https://git.acwing.com/fashen/thrift_learning。

阅读全文 »

6.3 联表查询

在关系型数据库中,表与表之间是有联系的,所以在实际应用中,经常使用多表查询。多表查询就是同时查询两个或两个以上的表。

阅读全文 »

第一章:Wireshark实验

《计算机网络—自顶向下方法》笔记及配套资料

《计算机网络—自顶向下方法》资料: https://github.com/jzplp/Computer-Network-A-Top-Down-Approach-Answer。

实验与习题答案: https://blog.csdn.net/qq278672818/category_8368262.html。

在线实验平台: https://www.educoder.net/paths/734。(强烈推荐!)

阅读全文 »

1.4:Git远程仓库

代码托管平台:git.acwing.com,比访问Github更快更方便。

“有了远程仓库,妈妈再也不用担心我的硬盘了。”——Git点读机

阅读全文 »