1. 编译iPad真机时,选择了 Architetures:Standard(armv6) BaseSDK:iPhoneDevice3.2 TargetDeviceFamily:iPad.若编译出现如下错误:Command /Developer/Platforms/iPhoneOS.platform...
分类:
其他好文 时间:
2014-10-11 19:31:26
阅读次数:
356
今天在签出程序时,更改了profile,当再次进行整理编译项目时,就出现了这个问题,在xCode 6 开发环境下出现了,
出现这个错误提示Code Sign error: Provisioning profile XXXX can't be found 经查找 找到解决方案与大家共享,解决方案如下:
1.先copy上面那行出错信息,然后关闭这个项目,打开finder到你的项目文件xxxx.xc...
分类:
其他好文 时间:
2014-10-11 18:20:35
阅读次数:
133
使用JNI开发,需要在java端声明本地方法,并在jni层实现本地方法。有时运行项目时会先抛出异常:No implementation found for native xxx然后直接挂掉:java.lang.UnsatisfiedLinkError: Native method not found...
分类:
其他好文 时间:
2014-10-11 17:22:05
阅读次数:
655
import paramikodef fw_exec(self, command): def fw_exec(self, command): FW_USER = '' FW_PASSWD = '' FW_HOST = '' paramiko.util.log_to_fi...
分类:
编程语言 时间:
2014-10-11 17:02:35
阅读次数:
256
Host Ubuntu系统:sudo ifconfig eth0 192.168.1.2打补丁(补丁和内核在同一目录下/home/chris/temp):cd /home/chris/temp/linux-3.0patch -p1 < ../linux-3.0-s3c2440.patch开发板u-b...
分类:
系统相关 时间:
2014-10-11 16:52:15
阅读次数:
258
问题:在部署hexo 时执行hexo d 结果显示【Error】hexo Deployer not found: undefined几经查找后发现问题出现在_config.yml文件中。出现以上问题的原因可能是:1.文件中包含中文但是保存格式为anscii码格式导致乱码是的文件解析失败。解决方法:....
分类:
其他好文 时间:
2014-10-11 14:48:35
阅读次数:
1728
以下在系统CentOS 6.3 x86_64上操作1.试图运行程序,提示"libc.so.6: version `GLIBC_2.14' not found",原因是系统的glibc版本太低,软件编译时使用了较高版本的glibc引起的:[work@zc-mc-face01 src]$ ./redis...
分类:
其他好文 时间:
2014-10-11 14:05:16
阅读次数:
4647
这里定义的是C的类型数据。直接在文件中加入#import解决I had the same issue on my project when I was trying to mix C code (.h and .c) with Objective-C code. Found the reason o...
分类:
移动开发 时间:
2014-10-11 12:38:05
阅读次数:
520
Invalid property 'hibernateTemplate' of bean class [com.lzj.www.dao.impl.UserDaoImpl]: No property 'hibernateTemplate' found对于这个问题,在网上有很多相关的文章,但差不多都说同...
分类:
编程语言 时间:
2014-10-10 22:38:34
阅读次数:
2045
摘要: 1.本文将详细介绍迭代器模式的原理和实际代码中特别是Android系统代码中的应用。 纲要: 1. 引入迭代器模式 2. 迭代器的概念及优缺点介绍 3. 迭代器在Android源码中的应用 1.段子404 Not Found: 迭代器(迭代子)模式真的找不到段子了,不过好在这个模式不仅非常好...
分类:
其他好文 时间:
2014-10-10 17:06:04
阅读次数:
181