ermao3
Results
1
issues of
ermao3
Sequence 的incr 里面建议换成BigDecimal 这样可以支持几乎无限位自增 ```java public class Sequence { public final static String HEAD = KeyEnum.SEQ.getKey(); private final static byte[] HEAD_B = HEAD.getBytes(); private final byte[] key_b; private DB db;...