码迷,mamicode.com
首页 >  
搜索关键字:nerror not found    ( 6292个结果
Spark of work
Today I attended a meeting of reviewing code, and I learned a lot from it. In the discuss, we found out a problem that our program didn't have a good ...
分类:其他好文   时间:2014-09-09 22:49:59    阅读次数:220
Symbol(s) not found for architecture arm64
修改 Project --> BuildSetting --》Architectures:Build Active Architecture Only = YES;Valid Architectures = arm64 armv7 armv7s armv6;原文:http://stackoverfl...
分类:其他好文   时间:2014-09-09 15:44:09    阅读次数:203
no matching provisioning profiles found问题
下载真机调试证书,添加到organizer,添加完成后xcode还是找不到,真操蛋的bug,怎么都找不到,指定名称也不行,关了重开也不行最后clean一下项目 出来了 这个问题搞了我半天时间无语啊苹果的开发工具和微软比真不是一个级别。
分类:其他好文   时间:2014-09-08 06:25:56    阅读次数:146
eclipse安装maven报错
Cannot complete the install because one or more required items could not be found. Software being installed: m2e - Maven Integration for Eclipse (inc....
分类:系统相关   时间:2014-09-06 00:59:32    阅读次数:288
ibatis 更改resultmap后 java.sql.SQLException: Column 'del_status' not found.
当在resultmap中增加字段后,查询语句也必须增加相应字段,否则会报错,java.sql.SQLException: Column 'del_status' not found.因为查询结果与resultmap对应不上,ibatis在查询获得结果集中找不到resultmap的对应字段,我是在re...
分类:数据库   时间:2014-09-05 18:05:51    阅读次数:257
在3.2使用cocoStudio移植安卓出现cocos-ext.h file not found
在3.2使用cocoStudio的时候出现这个错误, 嗯  以前版本貌似没有出现?????? 看错误截图 解决办法: 在adnroid.mk问价加入头文件路径 LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../cocos2d/cocos/editor-support/cocostudio  LOCAL_C_INCLUDES +...
分类:移动开发   时间:2014-09-05 16:17:41    阅读次数:223
Eclipse导入Gradle时报错:SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable
百度查到http://stackoverflow.com/questions/19794200/gradle-android-and-the-android-home-sdk-location按照其中的讲解设置了ANDROID_HOME环境变量为E:\android\adt-bundle-windo...
分类:移动开发   时间:2014-09-04 23:36:40    阅读次数:981
lob类型数据处理 java.lang.IllegalStateException: No LobHandler found for configuration
1 、MySQL处理数据库中lob类型数据,如longblob类型;2、实体类定义: private byte[] clientFile;3、映射文件定义: 4、如果在spring上要使用Struts中自带的上传功能必须在spring的配置文件中加以声明.否者将会出现java....
分类:编程语言   时间:2014-09-04 20:41:50    阅读次数:613
win7 装了VB虚拟机 开始挺好用 后来突然就打不开了 提示如下错误:(如图)创建 COM 对象失败.
创建 COM 对象失败. 应用程序将被中断. Start tag expected, '<' not found. Location: 'C:\Users\Mike/.VirtualBox\VirtualBox.xml', line 1 (0), column 1. C:\tinderbox\...
分类:Windows程序   时间:2014-09-04 18:36:09    阅读次数:355
自己编译的openwrt在开机时一直打印jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found...的错误提示
具体的输入信息是这样的。uboot> httpLink down: eth0Ethernet mode (duplex/speed): 1/1000 MbpsHTTP server is starting at IP: 192.168.0.250HTTP server is ready!Reques...
分类:其他好文   时间:2014-09-04 18:31:59    阅读次数:266
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!