netty版本 netty版本:io.netty:netty-all:4.1.33.Final 简介 网络数据的基本单位总是字节,java NIO提供ByteBuffer作为字节的容器,但是ByteBuffer使用起来过于复杂和繁琐。 ByteBuf是netty的Server与Client之间通信的 Read More
posted @ 2021-01-25 20:16
ck_2016
Views(566)
Comments(0)
Diggs(0)
一、异同点 <R> Stream<R> map(Function<? super T, ? extends R> mapper); <R> Stream<R> flatMap(Function<? super T, ? extends Stream<? extends R>> mapper); 他们 Read More
posted @ 2021-01-25 19:57
ck_2016
Views(628)
Comments(0)
Diggs(0)