iOS的keychain服务提供了一种安全的保存私密信息(密码,序列号,证书等)的方式,每个ios程序都有一个独立的keychain存储。相对于
NSUserDefaults、文件保存等一般方式,keychain保存更为安全,而且keychain里保存的信息不会因App被删除而丢失,所以在 重装Ap...
分类:
移动开发 时间:
2014-07-22 23:15:35
阅读次数:
476
Xenia the beginner mathematician is a third year student at elementary school. She is now learning the addition operation.
The teacher has written down the sum of multiple numbers. Pupils should ca...
分类:
其他好文 时间:
2014-07-22 23:05:53
阅读次数:
382
下载了PushMeBaby在xcode5里中不能使用,类库变了。需要添加Carbon.framework库,在引用的地方改成:
#include ,程序就可以 运行了。测试时要变成自己的证书。
下载地址:...
分类:
移动开发 时间:
2014-07-22 23:04:52
阅读次数:
466
public static String getMD5(String str) {
MessageDigest md5 = null; try { md5 = MessageDigest.getInstance("MD5"); } ca...
分类:
移动开发 时间:
2014-05-06 00:24:23
阅读次数:
430
一:缘由
在和很多学子交流,及老师上课的经历中,发现一个很普遍的现象:大一即失去了对学习、对专业的兴趣。有人在迷茫之后奋起直追,从而珍惜利用不多的大学时光努力提高自己;有人在迷茫中沉沦,沉迷与游戏;有更多的人在迷茫中选择了社团,社团活动的高参与度让我们保持激情;有人选择了沉默,熬到一张学位证书(沉默的大多数)。能够在大二、大三,甚至大四发现自己兴趣、职业与理想,并为之努力过半年以上的...
分类:
其他好文 时间:
2014-05-02 22:21:32
阅读次数:
378
public class cal{public static void main(String[]
args){calculator ca=new calculator();byte[] first=new byte[4];byte[] second=new
byte[4];System.out.p...
分类:
其他好文 时间:
2014-05-02 15:23:23
阅读次数:
395
前几天打开一个老项目,然后真机运行了,但是提示没有对应的签名。然后xcode弹出一个提示 解决的提示框。就点了,然后就能解决。但是昨天准备上传到App Stroe的过程中,进行validate的时候,提示了下面图1的错误。 No identities were available 。然后各种折腾也不行,其实以前也遇到的,但是那时候没有记下解决的方法。
其实解决方法挺简单的:
第一次生成证书从第...
分类:
其他好文 时间:
2014-05-01 18:35:36
阅读次数:
400
select * from sys_role_list where id in (select c
from (with test as (select roleid c from sys_role_info where id=1) select
substr(t.ca,instr(t.ca,...
分类:
数据库 时间:
2014-05-01 02:34:49
阅读次数:
670
在ios注册远程通知获取设备令牌token的时候
//注册远程通知获取设备令牌toKen
[[UIApplication
sharedApplication] registerForRemoteNotificationTypes:(UIRemoteNotificationTypeBadge |
UIRemoteNotificationTypeSound | UIRemo...
分类:
其他好文 时间:
2014-04-30 22:45:40
阅读次数:
288
本文基于Android 4.2.2+Linux3.6.9+SAMA5D3 SoC从源代码的角度审视Android Camera子系统。
应用层
Androd原生Camera应用
/system/app/LegacyCamera.apk
http://androidxref.com/4.2.2_r1/xref/packages/apps/LegacyCamera/
Ca...
分类:
移动开发 时间:
2014-04-30 22:32:38
阅读次数:
431