彻底搞懂IO多路复用(select,poll,epoll)
select and poll代码示例:https://gitee.com/tgwTTT/linux-lear…
select and poll代码示例:https://gitee.com/tgwTTT/linux-lear…
代码仓库:https://gitee.com/tgwTTT/linux-learning-dai/tree/m…
代码仓库地址:https://gitee.com/tgwTTT/linux-learning-dai/tree…
仓库:https://gitee.com/tgwTTT/linux-learning-dai/tree/mas…
代码仓库:https://gitee.com/tgwTTT/linux-learning-dai/tree/m…
理解源IP地址和⽬的IP地址: IP在⽹络中,⽤来标识主机的唯⼀性后⾯我们会讲 IP 的分类,后⾯会详细阐述 …
代码仓库地址:https://gitee.com/tgwTTT/linux-learning-dai/tree…
本文接上篇文章:http://www.tgwttt.xyz/?p=271 保存信号 信号其他相关常⻅概念 • …
1.Linux信号的基本概念 Linux 进程信号(Signal)是一种软件中断机制,用于通知进程发生了某个事…
仓库地址https://gitee.com/tgwTTT/linux-learning-dai/tree/ma…
代码仓库:https://gitee.com/tgwTTT/linux-learning-dai/tree/m…
具体代码在gitee仓库:https://gitee.com/tgwTTT/linux-learning-da…
如:我们在编写C/C++代码的时候,在链接的时候,从来不知道我们的所链接的动态静态库在哪⾥,但是照样可以链接成…
库是代码文件编译的最后一步链接的重要组成,库文件又分动态库和静态库库是一套方法和数据集,为我们开发提供最基本的…
vim的使用: wim 的三种模式: 命令模式 shift+$:直接定位到行末尾 h:左 j:下 k:上 l:…
最近博主在进行linux的学习故向大家分享一下linux中常见的指令。 pwd:当前所处路径 mkdir:创建…