- 浏览: 647508 次
- 性别:
- 来自: 青岛
最新评论
-
mojingqing:
感谢!
MySQL修改my.ini后,出现错误:Incorrect information in file: '.\xx\xx.frm -
qq3061280:
qq3061280 写道
FATAL ERROR in native method: JDWP No transports i -
qq3061280:
FATAL ERROR in native method: JDWP No transports i -
xiebo1983:
http://sqkoo.com/mysql-function ...
Date format -
java_xiaoyi:
...
[SQLServer]传入的表格格式数据流(TDS)远程过程调用(RPC)协议流不正确
文章列表
在inputtext中输入中文,然后在输出,显示为乱码。
解决方法:
我是使用的jsf+spring2.0+hibernate3所以解决这个问题不是很复杂.
在页面上添加:
xml 代码
<%@page contentType="text/html; charset=UTF-8"%>
主要是在工程web.xml中添加了spring对filter设置:
xml 代码
<filter>
<filter-name>CharacterEncodingFilterfilter-n ...
- 2007-11-01 15:22
- 浏览 2850
- 评论(1)
1. Xerces,是支持SAX的XML解析器。
当前版本:Xerces-J-bin.2.7.0.zip
包:resolver.jar xercesImpl.jar xml-apis.jar
下载地址:http://www.apache.org/dist/xml/
2. JDOM,新型XML解析器
当前版本:jdom-1.0.zip
包:jdom.jar
下载地址:http://www.jdom.org/downloads/index.html
3. JSTL,jsp标准标签库
当前版本:jakarta-taglibs-standard-current.zip
包:jstl.jar stan ...
- 2007-11-01 10:30
- 浏览 10227
- 评论(0)
1.
org.apache.jasper.JasperException: /login.jsp(12,9) The absolute uri: http://java.sun.com/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application问题解决:
在web.xml里添加
<jsp-config></jsp-config>xml 代码 <jsp-config> <taglib> < ...
- 2007-11-01 10:26
- 浏览 3841
- 评论(0)
myeclipse 整合 jsf+spring2.0+hibernate3.0 启动tomcat 报错如下:
2007-10-31 16:45:05 org.apache.catalina.core.ApplicationContext log
严重: StandardWrapper.Throwable
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in ServletContext resource [/WEB-INF ...