码迷,mamicode.com
首页 >  
搜索关键字:nerror not found    ( 6292个结果
更新证书错误Code Sign error: Provisioning profile ‘XXXX'can't be found
更新证书错误Code Sign error: Provisioning profile ‘XXXX'can't be found在Xcode中当你在更新了你得证书而再重新编译你的程序,真机调试一直会出现 Code Sign error: Provisioning profile ‘XXXX’ can...
分类:其他好文   时间:2014-06-27 21:21:37    阅读次数:300
工具异常问题解决
Eclipse中SVN插件常遇到的异常:Subclipse talks to Subversion via a Java API that requires access to native libraries.Those libraries where either not found or an...
分类:其他好文   时间:2014-06-27 21:03:57    阅读次数:264
Appstore提交 被拒绝
Reasons16.1: Apps that present excessively objectionable or crude content will be rejected16.1We found that your app contains content that many audien...
分类:移动开发   时间:2014-06-25 21:30:02    阅读次数:267
iOS7后使用AVCapture出现 unsupported type found. Use -availableMetadataObjectTypes错误的解决
在集成扫描二维码功能时候,我使用的是系统在iOS7.0 之后才支持的扫描二维码功能类。刚开始创建代码是这么写的 1 -(void)setUpCamera 2 { 3 self.device = [AVCaptureDevice defaultDeviceWithMediaType:AVMed...
分类:移动开发   时间:2014-06-25 20:54:51    阅读次数:258
Linux VM环境配置
1. 直接打 ifconfig ,显示 bash: ifconfig: command not found      打入全路径,查看IP     /sbin/ifconfig  2. 主机ping不通虚拟机, 配置NAT 到适配器设置中,开启网卡 再次 ping 虚拟机IP 测试 3.  接下来设置 SecureCRTPortable, 这样的话,就能从...
分类:系统相关   时间:2014-06-25 00:10:08    阅读次数:338
Eclipse C/C++和MinGW开发环境配置
最近开始重新学习C/C++,第一步当然就是IDE环境配置,一直Eclipse,buxiang...
分类:编程语言   时间:2014-06-22 21:53:24    阅读次数:297
leetcode——Search for a Range 排序数组中寻找目标下标范围(AC)
Given a sorted array of integers, find the starting and ending position of a given target value. Your algorithm's runtime complexity must be in the order of O(log n). If the target is not found ...
分类:其他好文   时间:2014-06-22 21:47:15    阅读次数:269
PHP安装mcrypt.so报错 mcrypt.h not found 的解决办法
报错内容:configure: error: mcrypt.h not found. Please reinstall libmcrypt 网上搜索了很多,包括自带的 yum install libmcrypt libmcrypt-devel,这个是没有效果的。 去SourceForget下载libmcrypt http://sourceforge.net/projects/mcrypt/fi...
分类:Web程序   时间:2014-06-22 21:13:35    阅读次数:272
tomcat的webappclassloader中一个奇怪的异常信息
如果一个应用抛出大量的Class not found信息,一般你会怀疑包冲突。可是tomcat的webappclassloader却有这样的问题:如果一个应用发布出现问题, webappclassloader的started属性被设为false.然后其它线程如果继续使用webappclassloader进行class load,则大量的Class not found异常被抛出: 1391     ...
分类:移动开发   时间:2014-06-22 19:53:31    阅读次数:211
【DataStructure】Some useful methods for arrays
Last night it took me about two hours to learn arrays. For the sake of less time, I did not put emphaises on the practice question, just now when reading the book, I found that some methods referred...
分类:其他好文   时间:2014-06-22 17:14:10    阅读次数:152
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!