参考 https://www.jianshu.com/p/348678918783 隐私权限 https://www.cnblogs.com/shisishao/p/5872178.html ...
分类:
编程语言 时间:
2019-10-22 12:43:36
阅读次数:
118
回到主线程 延时执行 开启一个异步线程 开启一个同步线程 线程优先级 分组执行 串行队列:只有一个线程,加入到队列中的操作按添加顺序依次执行。 并发队列:有多个线程,操作进来之后它会将这些队列安排在可用的处理器上,同时保证先进来的任务优先处理。 信号量 oc中dispatch_group_enter ...
分类:
编程语言 时间:
2019-10-18 19:21:49
阅读次数:
134
2018黑帽大会工具清单-Blackhat Android,iOS和移动黑客 易受攻击的iOS应用程序:Swift版 https://github.com/prateek147/DVIA-v2 代码评估 OWASP依赖性检查 https://github.com/jeremylong/Depende ...
分类:
其他好文 时间:
2019-10-18 15:39:58
阅读次数:
74
iOS开发 使用Pods中使用Swift和Objective C混编 编译不通过的原因 ld: symbol(s) not found for architecture arm64 问题基本描述 在Pods管理的Objective C中导入Swift过程中出现问题 项目中需要展示报表,而使用的第三方 ...
分类:
编程语言 时间:
2019-10-14 15:06:07
阅读次数:
111
**Ceph分布式radosgw对象存储融合Swift、S3的访问应用**确保集群状态正常:前半部分配置参照https://blog.51cto.com/jdonghong/244175上半部分配置。安装RGW实例[root@masteridc-cluster]#ceph-deployinstall--rgwclient1client2client3或[root@masteridc-cluster
分类:
编程语言 时间:
2019-10-13 11:01:51
阅读次数:
188
这里是我需要的两个Controller,从FirstVC跳转到TwoVC,TwoVC返回的时候给FirstVC传递参数 找window FirstVC的跳转代码 TwoVC的返回代码 ...
分类:
编程语言 时间:
2019-10-11 17:55:13
阅读次数:
145
func aa(){ let btn:UIButton = UIButton.init(type: UIButton.ButtonType.custom); btn.frame = CGRect.init(x: 10, y: 10, width: 100, height: 100);//frame ... ...
分类:
编程语言 时间:
2019-10-09 09:37:37
阅读次数:
104
import UIKit /// TableViewDataSource展示 class YJTableViewDataSourceVC: UIViewController, UITableViewDataSource { /// 数据源 var data = [[Int]]() /// UITab... ...
分类:
编程语言 时间:
2019-10-08 19:17:17
阅读次数:
103
AsyncAPI 类似openapi 也提供了一些周边工具 editor 类似openapi 的,但是目前官方已经不推荐使用了,推荐使用playground,以下是构建一个容器镜像 clone 代码 git clone https://github.com/asyncapi/editor.git g ...