随笔
wanghuaidongmmm
这个作者很懒,什么都没留下…
展开
-
使用json所需要的包
commons-beanutils-1.7.0.jarcommons-collections-3.2.jarcommons-lang-2.4.jarcommons-logging-1.1.jarezmorph-1.0.4-jarjson-lib-2.2.2-jdk15.jar原创 2014-03-10 16:25:50 · 506 阅读 · 0 评论 -
struts2简单配置
导入的包:commons-logging-1.0.4.jarfreemarker-2.3.8.jarjsonplugin-0.32.jarognl-2.6.11.jarstruts2-core-2.0.11.1.jarxwork-2.0.4.jarweb.xml: test2 index.html index.htm原创 2014-03-10 16:30:59 · 303 阅读 · 0 评论 -
jsp路径使用
String path = request.getContextPath();// 获得项目完全路径(假设你的项目叫MyApp,那么获得到的地址就是 http://localhost:8080/MyApp/):String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPo原创 2014-03-10 16:20:25 · 257 阅读 · 0 评论 -
mysql连接中文乱码设置
数据源配置时加上编码转换格式后出问题了:The reference to entity "characterEncoding" must end with the ';' delimiter这个错误就是 context.xml中设置数据源链接URL的问题 url jdbc:mysql://localhost:3306/bookstore?u转载 2014-03-17 11:26:54 · 339 阅读 · 0 评论