安装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
问题:[root@cddserver2 ~]#yum -y install gcc-*Loaded plugins: fastestmirror, prestoCould not retrieve mirrorlisthttp://mirrorlist.centos.org/?release=6&a...
分类:
系统相关 时间:
2014-11-10 21:28:04
阅读次数:
521
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
使用npm install -g 'xxx' 之后仍然报Cannot find module 'xxx' 错误,可以通过设置环境变量来解决;Java代码exportNODE_PATH=/usr/local/lib/node_modules/echo$NODE_PATH
分类:
Web程序 时间:
2014-11-07 16:54:10
阅读次数:
171