摘要:
SHOW BINARY LOGS; set global binlog_expire_logs_seconds=60*60*24; show variables like '%expire%'; flush privileges; 永久改动可以找到/etc/mysql/my.cnf(Ubuntu)文 阅读全文
摘要:
public static boolean isBetween(LocalDateTime beginTime, LocalDateTime endTime) { LocalDateTime now = LocalDateTime.now(); boolean flag = false; if (n 阅读全文