SpringBoot自定义注解参数校验
-
SpringBoot通过自定义注解实现参数校验
目录1. 为什么要进行参数校验2. 如何实现参数校验3. 注解实现参数校验4. 自定义注解实现参数校验1. 为什么要进行参数校验[详细]
2022-12-24 10:22 分类:开发 File transfer from C++ client to Java server
I have a c++ client which needs to send a file to a c++ server. I\'m splitting the file to chunks of PACKET_SIZE (=1024) bytes and send them over a TCP socket. At the server side I read at most PACKET[详细]
2022-12-16 10:45 分类:问答