
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
setAutoCommit使用及java.sql.SQLException: Could not commit with auto-commit set on
con.setAutoCommit(false):关闭con事务自动提交功能,必须在sql执行完commit或rollback。con.setAutoCommit(true):开始con事务自动提交功能,默认开启,sql执行即可提交,在服务器迁移过程中会遇到java.sql.SQLException: Could not commit with auto-commit set on报错“原因:早期
Linux Crontab命令定时任务
Linux Crontab命令定时任务
到底了