toretto.huang
toretto.huang
1、修复LocalTime序列化,格式飘忽不定问题,比如LocalTime(20:30:01)可以正常序列化为20:30:01,但比如LocalTime(20:30:00)却序列化为20:30,没有秒单位。由于原来使用的是LocalTime的toString()方法导致;Fixed [#1858](https://github.com/alibaba/fastjson/issues/1858) 2、支持全局配置LocalTime序列化格式;
Why not provide an exe file for redis-rdb-tools on windows?Meet the needs of different users,Users do not need to install python environment
Regarding the use of byte-buddy, I have 2 questions, which are as follows: 1. How to remove the annotation above the class; 2. How to change the attribute value in...