- 浏览: 10765 次
- 性别:
- 来自: 广州
最新评论
文章列表
String nameString = "test";
List<String> nameStrings = new ArrayList<String>();
for(int i=0;i<10;i++){
nameStrings.add(nameString);
}
for(String name:nameStrings){
nameStrings.remove(nam ...
nested exception is org.hibernate.exception.SQLGrammarException: could not execute native bulk manipulation query
for the exception above is due to I hava used "INNER JOIN" in my sql for delete , for example as follow:
delete from A
INNER JION B ON A.id = B.a_id
where B.tag='Y'
for thi ...
ireport 子报表加载不了问题,路径设置错误。
正确的设置Subreport Expression应该是:
"com/XXX/XXX/report/.jasper"
1.D
2.A
3.D
4.B
5.AD
6.D
7.D
8.D
9.3
2
1
0
-1
-1
-1
0
1
2