摘要: // // ViewController.m // 多线程 // // #import "ViewController.h" @interface ViewController () @end @implementation ViewController /* >1 队列和线程的区别: 队列:是管理 阅读全文
posted @ 2016-01-26 22:39 张凯泽 阅读(206) 评论(0) 推荐(0) 编辑
摘要: // // ViewController.m // 链表 // // Created by 张凯泽 on 16/1/26. // Copyright © 2016年 rytong_zkz. All rights reserved. // #import "ViewController.h" /* static 关键字的作用: (1)函数体内 static 变... 阅读全文
posted @ 2016-01-26 22:34 张凯泽 阅读(219) 评论(0) 推荐(0) 编辑
摘要: C程序一直由下列部分组成:1)正文段——CPU执行的机器指令部分;一个程序只有一个副本;只读,防止程序由于意外事故而修改自身指令;2)初始化数据段(数据段)——在程序中所有赋了初值的全局变量,存放在这里。3)非初始化数据段(bss段)——在程序中没有初始化的全局变量;内核将此段初始化为0。4)栈——... 阅读全文
posted @ 2016-01-26 10:45 张凯泽 阅读(1112) 评论(0) 推荐(0) 编辑
摘要: //// ViewController.m// tttttttt//// Created by 张凯泽 on 16/1/20.// Copyright © 2016年 rytong_zkz. All rights reserved.//#import "ViewController.h"typede... 阅读全文
posted @ 2016-01-21 20:44 张凯泽 阅读(139) 评论(0) 推荐(0) 编辑
摘要: ERROR ITMS-90086: "Missing 64-bit support. Beginning on February 1, 2015 new iOS apps submitted to the App Store must include 64-bit support and be bu... 阅读全文
posted @ 2016-01-19 13:53 张凯泽 阅读(560) 评论(0) 推荐(0) 编辑
摘要: http://www.360doc.com/content/15/0118/17/1073512_441822850.shtml 阅读全文
posted @ 2016-01-11 23:02 张凯泽 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 在下载文件页 阅读全文
posted @ 2016-01-10 20:32 张凯泽 阅读(226) 评论(0) 推荐(0) 编辑
摘要: Last login: Wed Jan 6 21:42:36 on ttys001zkzMacBook-Air:~ zkz$ cd /Users/zkz/Desktop/mytestopnsslzkzMacBook-Air:mytestopnssl zkz$ opensslecho"Generati... 阅读全文
posted @ 2016-01-06 22:16 张凯泽 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 一篇搞定RSA加密与SHA签名|与Java完全同步字数1588阅读1376评论12喜欢22看到这篇文章的同学可幸福了,当时在做RSA加密与签名的时候网上的资料简直不要太老,做完后实在是忍受不下去了,这篇文章我会详细讲解iOS如何实现RSA加密与签名,并且与Java完全同步,这是我的第二篇博客,若有什... 阅读全文
posted @ 2016-01-06 21:31 张凯泽 阅读(758) 评论(1) 推荐(0) 编辑
摘要: http://bugly.qq.com/bbs/forum.php?mod=viewthread&tid=417&fromuid=6各位使用百度、谷歌或淘宝的时候,有没有注意浏览器左上角已经全部出现了一把绿色锁,这把锁表明该网站已经使用了 HTTPS 进行保护。仔细观察,会发现这些网站已经全站使用 ... 阅读全文
posted @ 2016-01-04 21:55 张凯泽 阅读(363) 评论(0) 推荐(0) 编辑