目录一、五种IO模型1.1 高效IO的初步理解1.2 用“钓鱼”理解五种IO模型二、非阻塞轮询2.1fcntl2.2 实现函数SetNoblock2.3 轮询方式读取标准输入三、select-多路转接3.1 select介绍3.1.1 参数解释3.1.2 关于
I am trying to print the stack trace of the exception. However, for negative test case, only the unexpected exception is printed.