码迷,mamicode.com
首页 >  
搜索关键字:cannot    ( 5234个结果
CentOS6.4安装readline时报错:/usr/bin/ld : cannot find -lncurses
CentOS6.4安装readline时报错:/usr/bin/ld : cannot find -lncurses解决方法:安装ncurses-devel,输入命令:#yum install ncurses-devel###安装完成后重新安装readline(#pip install readli...
分类:其他好文   时间:2014-08-09 21:14:29    阅读次数:1431
1.1
1.1 Implement an algorithm to determine if a string has all unique characters. Whatif you cannot use additional data structures? 1 #include 2 #includ....
分类:其他好文   时间:2014-08-09 18:17:58    阅读次数:199
appframework学习--appframework开发常见问题及解决方法(不定期更新)
1.页面跳转错误:Uncaught TypeError: Cannot read property 'afCSS3AnimateId' of undefined 原因:data-defer=""  跳转路径不正确 解决:路径正确即可 2.程序正在启动的圈圈一直  原因:转id冲突,出现重名id  解决:id冲突,出现重名id...
分类:移动开发   时间:2014-08-08 16:08:46    阅读次数:264
Android:解决cannot find zipalign的问题
如果当前使用的Android SDK是v20的话,在通过Eclipse或者Intellij IDEA打包Android项目时,会出现一个”cannot find zipalign”的错误。这个错误的原因在于google将zipalign程序移动到了build-tools/android-4.4W目录...
分类:移动开发   时间:2014-08-08 12:12:05    阅读次数:217
android 4.0之前版本出现JSONException异常
今天在调试解析服务器传过来的JSON数据时,在2.3.7的手机上报了下面这样一个异常。 08-07 22:00:29.597: W/System.err(7610): org.json.JSONException: Value ? of type java.lang.String cannot be converted to JSONArray 而在android4.0版本以上的手...
分类:移动开发   时间:2014-08-08 02:05:35    阅读次数:359
sqlserver导入数据时常出现的错误解答
在做SSIS项目的Data Coversion时,经常会遇到类似如下两个问题:1.Validating (Error) Messages * Error 0xc02020f4: Data Flow Task 1: The column "xxxx" cannot be processed beca....
分类:数据库   时间:2014-08-07 21:48:30    阅读次数:1329
ORA-07217: sltln: environment variable cannot be evaluated及RMAN-06059
备份脚本:RMAN>run{allocatechannelc1devicetypediskformat'$BACKUP_HOME/level0/level0_%d_%s_%p_%T.bkp'connectsys/oracle@app1;3>allocatechannelc2devicetypedis...
分类:其他好文   时间:2014-08-06 22:08:52    阅读次数:312
Cocos2d-x 2.2.3 使用NDK配置安卓编译环境问题之 Cannot find module with tag 'CocosDenshion/android' in import path
1、当做安卓移植的时候遇到如下问题: Android NDK: jni/Android.mk: Cannot find module with tag 'CocosDenshion/android' in import path Android NDK: Are you sure your NDK_MODULE_PATH variable is properly defined ? Andr...
分类:移动开发   时间:2014-08-06 19:16:22    阅读次数:214
ClassCastException: org.apache.xerces.parsers.XML11Configuration cannot be cast to org.apache.xerces
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
The type xxx cannot be resolved. It is indirectly referenced from required .class files
项目A中引入一个jar包B,在项目A中调用项目B,出现如下错误提示:大致意思是:这上面所需的包是间接引用的,即A项目调用B项目,B项目又引用了另外一个包C,而这个包现在不在你的A项目的引用中。所以你需要做的就是把jar包C引入至项目A中。
分类:其他好文   时间:2014-08-06 18:45:41    阅读次数:193
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!