05 2017 档案

[解决]--java_out: User.proto: User.proto: Cannot generate Java output because the file 's
摘要:在使用 protocol buffer 的时候,用.proto文件生成代码文件时报错 使用命令 protoc.exe --java_out c:\logs\ User.proto User.proto文件内容格式如下 --java_out: User.proto: User.proto: Canno 阅读全文
posted @ 2017-05-22 11:16 冰花ぃ雪魄 阅读(1668) 评论(0) 推荐(0) 编辑
Java NIO Tutorial
摘要:http://tutorials.jenkov.com/java-nio/index.html 阅读全文
posted @ 2017-05-10 21:06 冰花ぃ雪魄 阅读(106) 评论(0) 推荐(0) 编辑
深入浅出 MappedByteBuffer
摘要:前言 java io操作中通常采用BufferedReader,BufferedInputStream等带缓冲的IO类处理大文件,不过java nio中引入了一种基于MappedByteBuffer操作大文件的方式,其读写性能极高,本文会介绍其性能如此高的内部实现原理。 内存管理 在深入Mapped 阅读全文
posted @ 2017-05-10 21:05 冰花ぃ雪魄 阅读(792) 评论(0) 推荐(0) 编辑