We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
“JavaNIO”应为“Java NIO”
第一章示例,client相关参数建议配置到ide当中
#18
“可以通过 SelectionKey 的 selectedKeySet() 方法访问这些对象。”应为“可以通过 Selector 的 selectedKeys() 方法访问这些对象。”
参考文献补充下面一条:
[19] 柳伟卫. 大型互联网应用轻量级架构实战[M]. 北京:北京大学出版社,2019.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
内容简介
“JavaNIO”应为“Java NIO”
第一章示例加运行参数
第一章示例,client相关参数建议配置到ide当中
#18
p43
“可以通过 SelectionKey 的 selectedKeySet() 方法访问这些对象。”应为“可以通过 Selector 的 selectedKeys() 方法访问这些对象。”
参考文献
参考文献补充下面一条:
[19] 柳伟卫. 大型互联网应用轻量级架构实战[M]. 北京:北京大学出版社,2019.
The text was updated successfully, but these errors were encountered: