
Spring2.5学习开发应用
文章平均质量分 82
「已注销」
这个作者很懒,什么都没留下…
展开
-
birt db2 查不到结果集 报错
根据条件没有查询到结果,就是结果集是0的情况。错误信息:The following items have errors: Table (id = 96): - Can not load the report query: 96. Errors occurred when generating the report document for the report element with ID ...原创 2011-09-07 15:20:06 · 576 阅读 · 0 评论 -
birt db2 查不到结果集 报错
在Eclipse 里预览时报这个错误。就是因为没有值,rs.next()方法时报错了。不知道是不是在设计器里有设置处理空值得情况。下列项有错误: Table (id = 96): - 无法获取下一个数据行。 org.eclipse.birt.report.data.oda.jdbc.JDBCException: Cannot move down to ne...原创 2011-09-07 15:22:12 · 480 阅读 · 0 评论 -
spring事务管理 数据库事务的4个特性
spring学习笔记:spring事务管理 数据库事务的4个特性: 一致性(consistency):事务操作之后,数据库所处的状态和业务规则是一致的;比如a,b账户相互转账之后,总金额不变; 隔离性(isolation):操作中的事务不相互影响; 持久性(durability):事务提交后被持久化到数据库. 数据并发产生的问题: 脏读:...原创 2010-11-20 09:44:13 · 268 阅读 · 0 评论