更新证书错误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
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.0 之后才支持的扫描二维码功能类。刚开始创建代码是这么写的 1 -(void)setUpCamera 2 { 3 self.device = [AVCaptureDevice defaultDeviceWithMediaType:AVMed...
分类:
移动开发 时间:
2014-06-25 20:54:51
阅读次数:
258
ORA-01722: invalid number 寻找具体数据原因...
分类:
其他好文 时间:
2014-06-25 19:44:14
阅读次数:
169
14年6月10日 今天在备份数据又出了状况:所有文件名中含有非英文字符的文件都被从Linux server上删除,而当要重新拷贝Windows下该文件时,则显示错误:invalid or incomplete multibyte or wide character看来是文件名编码出了问题。在Cygw...
1. 直接打 ifconfig ,显示 bash: ifconfig: command not found
打入全路径,查看IP /sbin/ifconfig
2. 主机ping不通虚拟机, 配置NAT
到适配器设置中,开启网卡
再次 ping 虚拟机IP 测试
3. 接下来设置 SecureCRTPortable, 这样的话,就能从...
分类:
系统相关 时间:
2014-06-25 00:10:08
阅读次数:
338
Python中的异常类型转自http://blog.csdn.net/fcoolx/archive/2009/05/20/4202872.aspx1、NameError:尝试访问一个未申明的变量>>>vNameError:name‘v‘isnotdefined2、ZeroDivisionError:除数为0>>>v=1/0ZeroDivisionError:intdivisionormodulobyzero3、Synt..
分类:
编程语言 时间:
2014-06-24 16:43:45
阅读次数:
229
The world is beautiful. Even if you’re full of tears and sadness, open your eyes. Do what you want to do. Be what you want to be. Find friends. Don’t....
分类:
其他好文 时间:
2014-06-24 14:47:06
阅读次数:
295
如果一个应用抛出大量的Class not found信息,一般你会怀疑包冲突。可是tomcat的webappclassloader却有这样的问题:如果一个应用发布出现问题, webappclassloader的started属性被设为false.然后其它线程如果继续使用webappclassloader进行class load,则大量的Class not found异常被抛出: 1391 ...
分类:
移动开发 时间:
2014-06-22 19:53:31
阅读次数:
211
升级后:
android studio 0.6.0
build tools 19.1.0
Android SDK tools 22.6.4.
错误信息:
Error Info
Error:(11) Error parsing XML: not well-formed (invalid token)
Error:(11) Execution failed for task ':proc...
分类:
移动开发 时间:
2014-06-22 19:31:38
阅读次数:
276