摘要:
@RestController public class EnumTableController { private HashMap unflat(Object[] list) { HashMap<String, Object> ret = new HashMap<>(); for (int i = 阅读全文
摘要:
select @@GLOBAL.sql_mode; set global sql_mode=`STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION` htt 阅读全文