• Stars
    star
    345
  • Rank 122,750 (Top 3 %)
  • Language
  • Created over 4 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Record CS knowledge with XMind

ZeroMind

使用XMind记录CS的一些基础知识,项目包括.xmind源文件以及输出的.pdf文件。


Index

LinuxAPI

内容来源于《Linux-UNIX系统编程手册》以及《UNIX高级环境编程》

数据结构

内容来源于自己在实际应用中使用的总结,感觉数据结构其实就两种: 数组+链表

Network

内容来自于《计算机网络:自顶向下方法》,《Wireshark网络分析就这么简单》以及《TCP/IP详解 卷1:协议》

设计模式

Go语言基础

大部分内容源自于《Go程序设计语言》

Python

内容源自于《Fluent Python》,《Python Cookbook》以及Python源码

Kubernetes基础

MySQL

分布式系统

C++基础