logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

SpringCloud:No qualifying bean of type 'org.springframework.cloud.client.discovery.DiscoveryClient'

问题描述org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'discoveryClientConfigServiceBootstrapConfiguration': Unsatisfied dependency expressed through fiel.

netty实战笔记 第五章 netty的数据容器--ByteBuf

Netty的字节容器ByteBuffer使用过于复杂,使用ByteBuf替代。5.1 ByteBuf的API详见 abstract class ByteBuf 和 interface ByteBufHolder.5.2网络通信涉及到字节序列的移动,所以高效易用的数据结构是很重要的。Netty的ByteBuf满足并超越了这些需求。5.2.1 工作原理ByteBuf维护了两个不同的索引,一...

到底了