Linux IO模型详解
-
Linux中的几种IO模型详解
目录一、五种IO模型1.1 高效IO的初步理解1.2 用“钓鱼”理解五种IO模型二、非阻塞轮询2.1fcntl2.2 实现函数SetNoblock2.3 轮询方式读取标准输入三、select-多路转接3.1 select介绍3.1.1 参数解释3.1.2 关于[详细]
2025-08-06 09:56 分类:运维 Junit : add handling logic when exception is not expected
I am trying to print the stack trace of the exception. However, for negative test case, only the unexpected exception is printed.[详细]
2022-12-29 05:58 分类:问答