1.Maven project facet配置错误信息: One or more constraints have not been satisfied.以及Cannot change version of project facet Dynamic web module to 2.5;类型为Mav...
分类:
其他好文 时间:
2014-09-16 18:44:10
阅读次数:
215
在将ADT和SDK Tool升级到最新(分别是21.1和16.0.1)之后,我的一个工程(相对比较大)在编译并运行的时候,出现错误,Eclipse控制台输出如下信息: Unable to execute dex: Cannot merge new index 67208 into a non-...
分类:
其他好文 时间:
2014-09-16 15:34:50
阅读次数:
170
原因:项目中缺少servlet-api.jar文件。
解决办法:将D:\Program Files\Apache Software Foundation\Tomcat 5.5\common\lib下的servlet-api.jar拷贝到项目中,然后编译即可。...
分类:
编程语言 时间:
2014-09-16 12:38:20
阅读次数:
232
These are two different concepts, you cannot compare them. What the difference between the skunk and the moonlight?Null pointer is a special reserved ...
分类:
其他好文 时间:
2014-09-16 06:00:20
阅读次数:
216
在mybatis 中使用databaseIdProvider节点配置项()时, 出现如下错误提示:
Caused by: java.lang.ClassNotFoundException: Cannot find class: DB_VENDOR
at org.apache.ibatis.io.ClassLoaderWrapper.classForName(ClassLoaderWrapper.java:188)
at org.a...
分类:
数据库 时间:
2014-09-16 00:23:29
阅读次数:
648
其他配置均没有任何问题,在从SQLServer2005迁移到SQLServer2012的时候一直出现这个问题
org.hibernate.exception.JDBCConnectionException: Cannot open connection
at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter....
分类:
数据库 时间:
2014-09-15 19:32:59
阅读次数:
221
制作ssh rpm 包升级后,ssh无法登录系统,报错如下: PAM?unable?to?dlopen(/lib64/security/pam_stack.so):?/lib64/security/pam_stack.so:?cannot?open?shared?object?file:?No?such?file?or?dir...
分类:
其他好文 时间:
2014-09-15 18:01:09
阅读次数:
705
.layout.main总是在layout上有错误提示波浪线。解决方法:(1) 删除"import android.R;".(2) 勾选上Eclipse中的"Project->BuildAutomatically";原因是:添加文件,比如xml文件或者资源文件时,系统自动添加了importandro...
分类:
其他好文 时间:
2014-09-15 09:59:48
阅读次数:
195
今天在做XML解析的时候,总是给我报XML Parsing Error: XML or text declaration not at start of entity的错误,后来查了下讲大概意思是android中解析的时候xml文件格式问题。在文件的最前端 即前面不能有空格。修改即好。
分类:
其他好文 时间:
2014-09-15 09:56:48
阅读次数:
155
Failed to get the adb version: Cannot run program "/home/jayhomzhou/android/android-sdk/platform-tools/adb": error=2, 没有那个文件或目录64位系统,Ubuntu11.04,搭建JDK...
分类:
移动开发 时间:
2014-09-14 13:59:27
阅读次数:
197