摘要: javascript(jquery)判断页面元素是否存在 阅读全文
posted @ 2012-01-16 12:07 zbjice 阅读(762) 评论(0) 推荐(0)
摘要: org.apache.jasper.JasperException: /main/index.jsp(79,6) "${not empty(LOGINNAME_OA)&¬ empty(LOGINPWD_OA)&¬ empty(ISCHECK_OA)&¬ empty(OAIP)}" contains invalid expression(s): javax.el.ELException: Function ':empty' not found 阅读全文
posted @ 2012-01-11 13:59 zbjice 阅读(7047) 评论(0) 推荐(0)
摘要: 1, 在web.xml中定义 contextConfigLocation参数.spring会使用这个参数加载.所有逗号分割的xml.如果没有这个参数,spring默认加载web-inf/applicationContext.xml文件.<context-param><param-name>contextConfigLocation</param-name><param-value>classpath*:conf/spring/applicationContext_core*.xml,classpath*:conf/spring/applicati 阅读全文
posted @ 2011-12-02 01:40 zbjice 阅读(841) 评论(0) 推荐(0)
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="zh" xml:lang="zh"><head><meta http-equiv="Content-Type 阅读全文
posted @ 2011-12-02 01:16 zbjice 阅读(4555) 评论(0) 推荐(0)
摘要: textarea宽度、高度自动适应处理方法 阅读全文
posted @ 2011-08-07 16:09 zbjice 阅读(29647) 评论(1) 推荐(1)