上一页 1 ··· 8 9 10 11 12
摘要: 问题 开发的时候debug到一条update的sql语句时程序就不动了,然后我就在plsql上试了一下,发现plsql一直在显示正在执行,等了好久也不出结果。但是奇怪的是执行其他的select语句却是可以执行的。 原因和解决方法 这种只有update无法执行其他语句可以执行的其实是因为记录锁导致的, 阅读全文
posted @ 2017-06-13 16:38 海尚书 阅读(805) 评论(0) 推荐(0)
摘要: new bigdecimal(double d) 会导致精度不准确。 new bigdecimal(doubble+"")或bigdecimal.valueof(double)可解决。 阅读全文
posted @ 2017-05-16 14:05 海尚书 阅读(298) 评论(0) 推荐(0)
摘要: 1,在oracle中,条件若是不等于一个字符,假如用<>操作符,有查不到字段为null的记录, 例如:select t.*, t.rowid from table t where t.user_id='123456' and t.bank_bind_order_type<>'1', 解决 添加or条 阅读全文
posted @ 2017-05-04 16:49 海尚书 阅读(499) 评论(0) 推荐(0)
摘要: 一 1,命令: mvn install:install-file -Dfile=d:\GroboTestingJUnit-1.2.1-core.jar -DgroupId=fakepath -DartifactId=groboutils-core -Dversion=5 -Dpackaging=ja 阅读全文
posted @ 2017-04-14 16:59 海尚书 阅读(266) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12