sax解析回传数据时,出现Error parsing XML: junk after document element 错误 <notify func="NewDevice" macaddress="00124B0004271B65" type="511" id="67"/> <notify func="NewDevice" macaddress="00124B000...
分类:
其他好文 时间:
2015-07-01 18:53:55
阅读次数:
127
昨天用androidsdkmanager更新了androidsdk,我是在myeclipse上面安装adt来开发android的现在每次打开myeclipse都报错,而且我每次打开虚拟机的时候也报错。报错的信息都是一样的。报错的信息如下:[2015-05-3010:14:35-AndroidSDK]...
分类:
移动开发 时间:
2015-06-30 10:12:30
阅读次数:
166
被这个问题折磨着很久:参考:http://have23.iteye.com/blog/1340777(cfx 与 spring 整合的时候出现的问题:org.springframework.beans.factory.parsing.BeanDefinitionParsingException: C...
分类:
编程语言 时间:
2015-06-27 15:20:07
阅读次数:
191
<?xmlversion="1.0"encoding="UTF-8"?>
<beansxmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xmlns:mvc="http://www.springframework.org/schema/mvc"
xmlns:context="http://www.springframework.org/..
分类:
编程语言 时间:
2015-06-26 13:08:55
阅读次数:
1167
http://www.groovy-lang.org/json.htmlGroovy comes with integrated support for converting between Groovy objects and JSON. The classes dedicated to JSON...
分类:
Web程序 时间:
2015-06-21 20:56:44
阅读次数:
149
Background
背景
Stacks and Queues are often considered the bread and butter of data structures and find use in architecture, parsing, operating systems, and discrete event simulation. Stacks are als...
分类:
其他好文 时间:
2015-06-21 09:27:20
阅读次数:
158
__halt_compiler(),顾名思义,是让编译器停止编译的函数,当编译器执行到这之后就不再去解析(parsing)后面的部分了。需要注意的是,该函数需要在php文件的最外层直接使用,不能在函数里使用。
根据php手册上的介绍,该函数常用与在脚本内嵌入数据,类似于安装文件。也就是说在__halt_compiler();后面放一些不需要编译的如:二进制噪音(clutter)、压缩文件等各种类...
分类:
其他好文 时间:
2015-06-18 11:31:16
阅读次数:
101
用maven编译,tomcat启动时报错:IOException parsing XML document from class path resource [applicationContext.xml]; nested exception is com.sun.org.apache.xerces...
分类:
其他好文 时间:
2015-06-15 00:02:40
阅读次数:
152
1.eclips Android-SDK:Resolving error markers
解决方式:删除workspace/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi文件,重启Eclipse即可
2.Parsing Data for android-21 failed Unsupported major.minor v...
分类:
其他好文 时间:
2015-06-13 12:54:01
阅读次数:
175
spring单元测试时发现的问题:
org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [spring/spring-datasource-mogon.xml]; nested exception is j...
分类:
编程语言 时间:
2015-06-08 13:27:58
阅读次数:
595