摘要:
概述 form表单传输到后端的数据,需要经过校验,前端的JS校验虽然可以涵盖大部分的校验职责,如生日格式,邮箱格式校验等。但是为了避免用户绕过浏览器,使用http/curl等工具直接向后端请求一些违法数据,造成安全事故,故服务端的数据校验显得更为重要。 JSR303/JSR349/JSR380 JS 阅读全文
摘要:
概述 零拷贝,zero-copy, Zero-copy describes computer operations in which the CPU does not perform the task of copying data from one memory area to another. 阅读全文