会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
菜枚
博客园
首页
新随笔
联系
订阅
管理
2015年7月30日
oracle 递归查询
摘要: 试验代码 1 with view_test as ( 2 3 select 'A' AS ID,'X' AS P_ID,'C' AS C_ID,'1' AS IND_EX FROM DUAL 4 5 UNION 6 select 'C' AS ID,'A'...
阅读全文
posted @ 2015-07-30 10:26 菜枚
阅读(181)
评论(0)
推荐(0)
2014年9月3日
EL,OGNL表达式 $ % #
摘要: 1、OGNL表达式依赖于struts2标签,必须结合struts2标签使用,%”符号的用途是在标志的属性为字符串类型时,计算OGNL表达式的值。作文上传访问session 包含loginUser的属性2、EL 提供了在 JSP脚本编制元素范围外使用运行时表达式的功能。EL存取变量数据 1 $(doc...
阅读全文
posted @ 2014-09-03 14:09 菜枚
阅读(248)
评论(0)
推荐(0)
2014年8月21日
TypeError: record.get is not a function
摘要: 错误信息为:TypeError: record.get is not a function custCardCode.setValue(record.get('custCardCode')); items : [{ ...
阅读全文
posted @ 2014-08-21 13:13 菜枚
阅读(978)
评论(0)
推荐(0)
2014年8月13日
sql添加、查询小错误
摘要: 1、java持久层使用mybatis,sql报错:org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.builder.BuilderException: Improper inline pa...
阅读全文
posted @ 2014-08-13 17:25 菜枚
阅读(312)
评论(0)
推荐(0)
公告