Wang shaodong's Blog
about-poll-seletc
Back to Home
about-poll-seletc
Created
2021-08-26
|
Updated
2021-08-26
|
Post Views:
平台特性
linux : select poll epool
windows: select
Author:
wang shaodong
Link:
http://linuxmint17.github.io/2021/08/26/about-poll-select/
Copyright Notice:
All articles on this blog are licensed under
CC BY-NC-SA 4.0
unless otherwise stated.
Previous
about-vim
本文章主要讲解vim的学习路径和常用配置及基本介绍和操作模式切换,此处的模式不一定是vim官方的叫法,主要是我自己的理解浏览模式(只能使用hjkl进行上下左右光标切换)到编辑模式(可以输入字符) 键盘上的小写字符(a,i,o) a(append)光标的后边位置加入字符 i(insert)光标当前位置插入字符 o (open) 在光标的下一行新插入一行空行 键盘上的大写字符(A,I,O) A(Append)在行尾加入字符 I(Insert)在行首插入字符 O (Open) 在光标的上一行新插入一行空行 退出任意(命令模式,编辑模式,列编辑模式)模式到浏览模式 按键盘上的Esc键一次不行,按两次 ## 从浏览模式到命令模式,英文冒号 : wq(保存退出) 浏览模式到行编辑模式 V (大写字母v),可以选中多行进行批量操作 浏览模式下其他不常用的命令J(大写字母j)可以合并当前行和下一行,当前行的行尾和下一行的首部合并到当前行 命令模式的常用命令x (保存并退出)q (没有编辑,直接退出)q! (已经编辑了,放弃修改退出)w (把编辑内容从...
Next
about-ethernet
以太网帧的尺寸https://www.zhihu.com/question/58979135
wang shaodong
Articles
83
Tags
15
Categories
0
Follow Me
Announcement
This is my Blog
Recent Posts
Contact ways
2026-06-13
Hexo Quick Manual
2023-01-24
kernel structs pos
2022-03-23
busybox SUID support
2022-03-23
kernel image formats
2022-03-23