摘要:
数据库异常1.data truncate for column “*” at row *:就是数据被截断,类似时间被截短(字段属性为date,要存储的数据为timestamp),精度下降。将数据库的字段属性调整合适,或者将要存储的数据进行精度调整即可。2.data too long ***:显然就是... 阅读全文
摘要:
有一个线上环境使用的是c3p0数据库,为外部提供接口服务。最近访问压力增大后台tomcat的日志里面频繁出现com.mchange.v2.resourcepool.TimeoutException: A client timed out while waiting to acquire a reso... 阅读全文