04 2020 档案
摘要:package com.o2o.util; import net.coobird.thumbnailator.Thumbnails; import net.coobird.thumbnailator.geometry.Positions; import javax.imageio.ImageIO;
阅读全文
摘要:1、首先查看数据库设置的时区是否正确,如果正确的话排除数据库时区设置原因 2、jdbc 的url问题 jdbc:mysql://localhost:3306/o2o?characterEncoding=utf8&allowPublicKeyRetrieval=true&useSSL=false&se
阅读全文
摘要:mysql> show variables like '%time_zone%'; #查询当前时区 + + + | Variable_name | Value | + + + | system_time_zone | CST | | time_zone | SYSTEM | + + + 2 rows
阅读全文
摘要:Caused by: java.lang.IllegalStateException: Failed to introspect Class [com.mchange.v2.c3p0.ComboPooledDataSource] from ClassLoader [ParallelWebappCla
阅读全文