Linux网络编程

Linux网络编程

IO复用 select poll epoll1 man selectNAME       select, pselect, FD_CLR, FD_ISSET, FD_SET, FD_ZERO - synchronous I/O...
Linux 终端直播方案

Linux 终端直播方案

首先SSH登录到同一主机1 script录制script -t 2>time.log -a record.session播放scriptreplay time.log record.session直播 一人mkfifo...