javaee
Haptain
这个作者很懒,什么都没留下…
展开
-
在action,servlet之外的bean里获取applicationcontext的方法
1.通过Spring提供的工具类获取ApplicationContext对象 import javax.servlet.ServletContextEvent;import javax.servlet.ServletContextListener;import org.springframework.context.ApplicationContext;impo原创 2013-10-03 10:57:40 · 930 阅读 · 0 评论 -
将windows server2008上的web应用部署到Linux环境下
缘由:之前项目在windows server2008上运行好好的,后来faxi原创 2014-05-21 10:24:01 · 1200 阅读 · 0 评论 -
hibernate3.3.1和3.6.0版本的xml配置文件的写法
1.Hibernate 3.3.1 的XML的头: "-//Hibernate/Hibernate Configuration DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd"> "-//Hibernat原创 2013-10-09 21:21:01 · 1701 阅读 · 0 评论 -
The reference to entity "characterEncoding" must end with the ';' delimiter.
The reference to entity "characterEncoding" must end with the ';' delimiter. Java 解析XML文件错误。错误信息提示代码类似如下:The reference to entity "characterEncoding" must end with the ';' delimiter.org.转载 2013-10-04 17:26:43 · 1211 阅读 · 0 评论 -
表单提交后action获取到的中文为乱码排查步骤
struts2表单提交后数据库存储中文乱码问题原文地址:http://linux5.blog.51cto.com/1368878/1095592表单提交后action获取到的中文为乱码排查步骤(提交的是action的属性):1、需要在struts.xml中做i18n配置2、配置后action中打印是否能够获取到中文,如果获取不到中文,在action中进行转码,如下:转载 2013-09-01 14:09:59 · 3175 阅读 · 0 评论