摘要: 3.1 Netty开发环境的搭建 3.1.1 下载Netty的软件包 3.1.2 搭建Netty应用工程 3.2 Netty服务端开发 3.3 Netty客户端开发 3.4 运行和调试 3.4.1 服务端和客户端的运行 3.4.2 打包和部署 3.5 总结 3.1 Netty开发环境的搭建 3.1. 阅读全文
posted @ 2017-01-16 17:34 limeOracle 阅读(357) 评论(0) 推荐(0) 编辑
摘要: I/O模型 Linux 下的五种I/O模型 阻塞I/O(blocking I/O) 非阻塞I/O (nonblocking I/O) I/O复用(select 和poll) (I/O multiplexing) 信号驱动I/O (signal driven I/O (SIGIO)) 异步I/O (a 阅读全文
posted @ 2017-01-16 17:19 limeOracle 阅读(602) 评论(0) 推荐(0) 编辑