摘要: ByteBuffer ByteBuffer 使用byte[]数组存储 capacity 数组长度 limit 第一个不可读取或写入的index mark 标记当前position,通过reset返回到mark位置 position 下一个要读取或写入的index int remaining() 获取 阅读全文
posted @ 2021-07-29 17:40 fight139 阅读(39) 评论(0) 推荐(0) 编辑
摘要: AnnotationConfigApplicationContext Java配置方式 @Test(expected = BeanCreationException.class) public void testFbkMethod() { new AnnotationConfigApplicatio 阅读全文
posted @ 2021-07-29 11:21 fight139 阅读(34) 评论(0) 推荐(0) 编辑