摘要: 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 阅读(818) 评论(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 阅读(4536) 评论(0) 推荐(0) 编辑
摘要: textarea宽度、高度自动适应处理方法 阅读全文
posted @ 2011-08-07 16:09 zbjice 阅读(29353) 评论(1) 推荐(1) 编辑