06 2013 档案

java ByteBuffer flip()和limit()的理解
摘要:先列点代码片段:// ...//// 此段代码功能为从 t.txt 里复制所有数据到 out_j.txt://...1 FileChannel fcin = new FileInputStream( "d:/t.txt" ).getChannel();2 FileChannel fcout = new FileOutputStream( new File( "d:/out_j.txt" )).getChannel();3 ByteBuffer buff = ByteBuffer.allocate( 1024 );4 long t1 = System.cu 阅读全文

posted @ 2013-06-10 22:33 防空洞123 阅读(2668) 评论(0) 推荐(0) 编辑

java mina学习资料
摘要:https://www.ibm.com/developerworks/cn/opensource/os-cn-apmina/http://blog.csdn.net/kongxx/article/details/7520599http://bhdweb.iteye.com/blog/1479459http://www.tuicool.com/articles/Vb6J3mhttp://www.cnblogs.com/feiling/archive/2012/11/17/2775444.htmlLog4j的配置http://www.cnblogs.com/alipayhutu/archive/2 阅读全文

posted @ 2013-06-05 20:57 防空洞123 阅读(231) 评论(0) 推荐(0) 编辑

导航