weblogic下报:Caused by: java.lang.ClassCastException: org.apache.xerces.parsers.XML11Configuration cannot be cast to org.apache.xerces.xni.parser.XMLParserConfiguration...
分类:
其他好文 时间:
2014-08-06 19:15:32
阅读次数:
236
项目A中引入一个jar包B,在项目A中调用项目B,出现如下错误提示:大致意思是:这上面所需的包是间接引用的,即A项目调用B项目,B项目又引用了另外一个包C,而这个包现在不在你的A项目的引用中。所以你需要做的就是把jar包C引入至项目A中。
分类:
其他好文 时间:
2014-08-06 18:45:41
阅读次数:
193
Cannot delete or update a parent row: a foreign key constraint fails (`myreview/zmax_text`, CONSTRAINT `zmax_text_ibfk_1` FOREIGN KEY (`lang`) REFEREN...
分类:
其他好文 时间:
2014-08-06 17:36:52
阅读次数:
277
在一个Windows Phone(sliverlight)中添加一个dll作为引用的时候出现了如下错误:A reference to a higher version or incompatible assembly cannot be added to the project.如果这个DLL是你下...
分类:
其他好文 时间:
2014-08-06 17:21:21
阅读次数:
211
问题1 org.apache.tomcat.websocket.server.WsServerContainer cannot be cast to javax.websocket.server
严重: Servlet.service() for servlet [SpringMVC] in context with path [/ZHDM] threw exception [Request p...
分类:
编程语言 时间:
2014-08-06 11:59:01
阅读次数:
12178
最近做Excel导入
有两个方法:JXL 和POI
各有问题:JXL 导入:文件中有宏就报错,找不到解决方法。
POI导入:文件太大造成内存溢出。
先说问题 :Exception in thread "main" java.lang.IllegalStateException: Cannot get a text value from a numer...
分类:
其他好文 时间:
2014-08-06 11:54:20
阅读次数:
293
切换至tdump.exe所在目录:C:\DocumentsandSettings\Administrator>cdD:\ProgramFiles\CodeGear\RADStudio\6.0\binD:\ProgramFiles\CodeGear\RADStudio\6.0\bin>tdump.exeD:\Program\CKD\05191800\Fnthex32.dll>d:\Fnthex32.txt输出结(红色字体为函数名):Exportsfr..
分类:
其他好文 时间:
2014-08-05 23:11:22
阅读次数:
236
8月5日,第一个项目即将完成,测试时,发现登录功能会出现小问题:记住密码的时候会报错Warning: Cannot modify header information - headers already sent by (output started at经过再三在百度上查询,终于查到错误的关键原因...
分类:
其他好文 时间:
2014-08-05 22:15:40
阅读次数:
195
删除:1、org.springframework.dao.DataIntegrityViolationException: Cannot delete or update a parent row: a foreign key constraint fails (`life`.`tb_ad`, CO...
分类:
系统相关 时间:
2014-08-05 22:00:30
阅读次数:
288
错误代码如下:
E:\>wsimport -keep service.xml
parsing WSDL...
[WARNING] src-resolve: Cannot resolve the name 'soapenc:Array' to a(n) 'type definition' component.
line 505 of file:/E:/service1.xml#types...
分类:
Web程序 时间:
2014-08-05 19:27:20
阅读次数:
242