摘要:
1. Transaction rolled back because it has been marked as rollback-only事务已回滚,因为它被标记成了只回滚<prop key="query*">PROPAGATION_REQUIRED,readOnly</prop>query开头的 阅读全文
摘要:
异常报错: 2.mysql数据库的配置 3.缺少如下配置项: I had used the same settings in pure JDBC projects few times before and never encoutered similar exception so now I wan 阅读全文
摘要:
基本格式: DELETE t1 FROM t1,t2 WHERE t1.id=t2.id 或 DELETE FROM t1 USING t1,t2 WHERE t1.id=t2.id 示例应用: DELETE coupon FROM coupon,member WHERE coupon.mem_no 阅读全文