换了msys2后,编译xerces-c-2.8.0,./runConfigure -pmingw-msys -cgcc -xg++ -s -P/opt/xercesc-2.8.0 后遇到如标题所示问题,详下:
checking for unistd.h... yes
checking for XMLByte... no
checking build system type... ./conf...
分类:
其他好文 时间:
2014-11-12 11:50:18
阅读次数:
274
转:在线安装maven插件问题:Cannot complete the install because one or more required items could not be found.使用Eclipse在线安装的方式:Help-->Install New Software地址输入:htt...
分类:
系统相关 时间:
2014-11-11 21:03:16
阅读次数:
264
安装mysql-python之前, 请先安装setuptools.https://pypi.python.org/pypi/setuptools/7.0下载mysql-python. 下载源码包. https://pypi.python.org/pypi/MySQL-python/1.2.5解压后执...
分类:
数据库 时间:
2014-11-11 15:42:55
阅读次数:
1625
The type java.lang.Object cannot be resolved. It is indirectly referenced from
required .class files
当你在Eclipse引用不同版本JDK工程时会发生该问题。由于你开发环境中应用了多个版本的JDK 或JRE导致的。Eclipse会按照最初的开发环境默认选择对应的Jre。如Eclipse上...
分类:
编程语言 时间:
2014-11-11 12:47:52
阅读次数:
165
Fatal error: Cannot redeclare class 原因详细介绍...
分类:
其他好文 时间:
2014-11-11 12:45:06
阅读次数:
114
HQLin关键字查询报出“Ljava.lang.Long;cannotbecasttojava.lang.Long“异常。传入参数Long[]类型:userIdsLong类型:ridQueryq=getSession().createQuery("selectuserfromUseruserjoinuser.rolesasrolewhererole.id<>:ridanduser.idnotin(:uids)");q.setParameter("rid"..
分类:
编程语言 时间:
2014-11-10 15:40:49
阅读次数:
197
java.lang.ClassCastException:org.apache.xerces.parsers.XML11Configurationcannotbecasttoorg.apache.xerces.xni.parser.XMLParserConfigurationatorg.apache.axis.AxisFault.makeFault(AxisFault.java:101)atorg.apache.axis.client.AxisClient.invoke(AxisClient.java:216..
分类:
编程语言 时间:
2014-11-09 06:28:07
阅读次数:
311
安装coreseek 出现了cannot find input file: src/Makefile.in解决方法如下>autoheader>automake --add-missing --copy >autoconf然后再执行./configure --prefix=/usr/local/mms...
分类:
其他好文 时间:
2014-11-08 16:24:11
阅读次数:
161
============问题描述============ 我新建了一个android项目以后,发现gen目录是空的。不知道为什么,请高手指点。 ============解决方案1============ ...
分类:
其他好文 时间:
2014-11-08 13:29:36
阅读次数:
154
python2.7,报错如下:Traceback (most recent call last): File "/usr/local/bin/pip", line 9, in load_entry_point('pip==1.4.1', 'console_scripts', 'pip')() F.....
分类:
Web程序 时间:
2014-11-07 23:23:31
阅读次数:
789