- 浏览: 76665 次
- 性别:
- 来自: 杭州
最新评论
文章列表
Exception in thread "Thread-6" java.lang.NoSuchMethodError: org.w3c.dom.Node.getTextContent()Ljava/lang/String;
原因:tomcat在解析某些xml的时候有问题, 解决方法:删除Tomcat \common\endorsed\ 下xercesImpl.jar ,xml-apis.jar
com.mysql.jdbc.PacketTooBigException: Packet for query is too large (2054817 > 1048576). You can change this value on the server by setting the max_allowed_packet' variable. 原因:字段数据特别大 解决方法 :在mysql.ini中增加或者修改(如max_ ...
最好使用Spring3+spring3MVC+SpringJDBC 最好有通用DAO
1. 修改配置不需要重新加载
<constant name="struts.devMode" value="true" />
设置成开发模式
2. 设置myeclipse视图是Navigator 切换到pack
配置查看源码 点击jar包 选择 External Foalder 选择源码所在 例如查看 源码
查看jar doc
3. 配置struts.xml 提示 首选项 catalog 找到xml catalog
复制struts.xml 里面那句http://struts.apache.org/dtds/struts- ...