摘要:
error info=Error attempting to get column 'max_body_bytes_sent' from result set. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLDataException: '3.0854090 阅读全文
摘要:
Date转时间戳 public static void main(String[] args) { //获取指定时间的时间戳,除以1000说明得到的是秒级别的时间戳(10位) long time = (new SimpleDateFormat("yyyy-MM-dd HH:mm:ss")).pars 阅读全文