摘要: 1 2 ORA-00904: "B"."METHOD": 标识符无效00904. 00000 - "%s: invalid identifier"*Cause: *Action:行 29 列 5 出错 阅读全文
posted @ 2016-11-16 19:41 Sharpest 阅读(2174) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/qqlrq/article/details/45825245 1. myBatis单独使用时,使用SqlSession来处理事务: Java代码 public class MyBatisTxTest { private static SqlSessi 阅读全文
posted @ 2016-11-16 18:51 Sharpest 阅读(760) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/buster2014/article/details/45789647 JSTL获取list的大小,jstl获取list 的长度,EL表达式获取list的长度,EL表达式获取list大小 在jsp页面中不能通过${list.size}取列表长度,而是 阅读全文
posted @ 2016-11-16 15:01 Sharpest 阅读(414) 评论(0) 推荐(0) 编辑
摘要: <body><% int x = 1; int y = 2; request.setAttribute("x", x); request.setAttribute("y", y);%> <c:set value="${x + y}" var="result" /> ${result} <c:set 阅读全文
posted @ 2016-11-16 15:00 Sharpest 阅读(744) 评论(0) 推荐(0) 编辑
摘要: 1 ${bndExport.containerList[0].kind eq '01' || bndExport.containerList[0].kind eq '02'} 阅读全文
posted @ 2016-11-16 13:52 Sharpest 阅读(249) 评论(0) 推荐(0) 编辑