虚函数实现多态 Posted on 2019-09-15 | In C++程序语言 Words count in article: 793 | Reading time ≈ 3 C++通过虚函数实现多态 Read more »
STL 顺序容器 Posted on 2019-08-25 | In STL Words count in article: 1.4k | Reading time ≈ 5 STL 顺序容器 Read more »
经典服务器项目tinyhttpd详细源码注释 Posted on 2019-07-10 | In C/C++ HTTP服务器 Words count in article: 3.1k | Reading time ≈ 16 经典服务器项目tinyhttpd详细源码注释 Read more »
TCP客户/服务器程序 Posted on 2019-06-25 | In Unix网络编程 Words count in article: 1.1k | Reading time ≈ 3 TCP客户/服务器程序-POSIX信号处理 Read more »
套接字编程 Posted on 2019-06-23 | In Unix网络编程 Words count in article: 2.9k | Reading time ≈ 11 各类套接字函数 Read more »
二叉树 Posted on 2019-06-20 | In 二叉树 Words count in article: 188 | Reading time ≈ 1 输入二叉树的前序遍历和中序遍历,重建二叉树 Read more »
进程间通信 Posted on 2019-06-13 | In 进程 Words count in article: 1.6k | Reading time ≈ 6 进程间通信-管道、消息队列、共享内存和信号量 Read more »
进程 Posted on 2019-06-12 | In 进程 Words count in article: 1.7k | Reading time ≈ 6 进程-程序和进程的关系和区别、进程的创建和结束、孤儿进程、僵尸进程、守护进程 Read more »
多线程 Posted on 2019-06-11 | In 线程 Words count in article: 2.2k | Reading time ≈ 8 多线程-线程的创建和结束、线程的属性、多线程同步、多线程可重入 Read more »
网络IO模型 Posted on 2019-06-09 | In 网络IO模型 Words count in article: 2.9k | Reading time ≈ 10 网络IO模型-四种网络IO模型、select/poll/epoll基本原理和异同点以及各自的优缺点 Read more »