摘要:
注解定义: import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotat 阅读全文
摘要:
缩写释义: io:input/output 输入输出 fd: file descriptor 文件描述符,一个用于标识打开文件或网络连接的整数,系统为进程打开的每个文件保留一个文件描述符,可以用于读写文件 IO模型的分类: 分为同步IO和异步IO。 同步IO:用户发起IO,用户阻塞或轮训的查看是否就 阅读全文