
linux相关
文章平均质量分 78
带着天使反上帝 - Kaybee
一些笔记:https://liukay.github.io/KaybeeNotes/#/?id=kaybeenotes
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
IO Models 参考
I/O Models 参考以后的博客记录会先发布于 GitHub: https://github.com/LiuKay/KaybeeNotes, 欢迎关注在 Unix 下有 5 种 I/O 模型:阻塞 I/O非阻塞 I/OI/O 多路复用 (select and poll)信号驱动的 I/O (SIGIO)异步 I/O (the POSIX aio_ functions)《Unix 网络编程》中介绍了这 5 种 I/O 模型,由于该书中的示例图比较模糊,我照着画了一遍,原书中使用原创 2021-12-28 09:05:18 · 564 阅读 · 0 评论 -
linux项目环境配置(自用).md
自用:CentOS 6.8 64位1)源配置CentOS 1、备份mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup2、下载新的CentOS-Base.repo 到/etc/yum.repos.d/CentOS 6wget -O /etc/yum.repos....原创 2018-03-29 18:44:53 · 455 阅读 · 0 评论