摘要:
错误描述 在DBeaver执行DDL语句时报错:SQL 错误 [1293] [HY000]: Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or 阅读全文
摘要:
概述 fastjson是目前java语言中最快的json库,比自称最快的jackson速度要快,比gson快大约6倍。 https://github.com/alibaba/fastjson FastJson常用方法 public static final Object parse(String t 阅读全文