摘要:
JDK8之前 日期与时间戳之间的转换 public class Test { public static void main(String[] args) { Date date = new Date(); System.out.println("date = " + date); // date 阅读全文
摘要:
解决方案 # 临时修改 mysql> set global sql_mode='ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' 阅读全文