上一页 1 2 3 4 5 6 7 8 ··· 50 下一页
摘要: 1.LogAspect https://my.oschina.net/langgege/blog/3025492 阅读全文
posted @ 2021-04-28 11:13 lianhuaren 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 1. https://beeth0ven.github.io/RxSwift-Chinese-Documentation/content/decision_tree/reduce.html https://blog.csdn.net/kyl282889543/article/details/1001 阅读全文
posted @ 2021-04-27 13:43 lianhuaren 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 1.swift - 从指定路径的文件中读取数据 func readPathLossFile(_ path: String) -> [[Substring]]? { let fileManager = FileManager.default if let url = URL.init(string: 阅读全文
posted @ 2021-04-25 21:03 lianhuaren 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 1.Moya TargetType => EndpointCloseure => endPoint => RequestClosure => Request https://segmentfault.com/a/1190000012997081 static let provider = MoyaP 阅读全文
posted @ 2021-04-23 09:53 lianhuaren 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 1. @implementation UIView (Design) @dynamic cornerRadius,borderColor,borderWidth; #define CornerRadius_Key @"CornerRadius_Key" #define BorderWidth_Key 阅读全文
posted @ 2021-04-22 11:54 lianhuaren 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 1. 场景需求:需要异步完成三个任务。任务一、任务二、任务三。要求:任务三必须在任务一、任务二完成之后触发。这就需要使用dispatch_barrier_async。 dispatch_queue_t queue = dispatch_queue_create("myQueue", DISPATCH 阅读全文
posted @ 2021-04-15 17:37 lianhuaren 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 1. Domain: com.apple.dt.MobileDeviceErrorDomain Code: -402620383 清除所有预配配置文件,窗口 >> 设备和模拟器 >> 右键单击设备。 从计算机中取消配对 iPhone 并重新配对。 https://www.jianshu.com/p/ 阅读全文
posted @ 2021-04-09 16:35 lianhuaren 阅读(1479) 评论(0) 推荐(0) 编辑
摘要: 1. 功能介绍 动作配合式活体检测 SDK给出指定动作要求,用户需配合完成,通过实时检测用户眼睛,嘴巴,头部姿态的状态,来判断是否是活体。支持7种预设动作,可自定义哪些生效以及检测顺序。 在线图片活体检测 基于图片中人像的破绽(摩尔纹、成像畸形等)来判断目标对象是否为活体,可有效防止屏幕二次翻拍等作 阅读全文
posted @ 2021-04-07 08:53 lianhuaren 阅读(320) 评论(0) 推荐(0) 编辑
摘要: 1. 苹果系统是支持DRM(Digital Rights Management,数字版权管理)的。它表现在,当你播放一个加密了的hls流时,你进行截屏(用手机截屏或用Xcode截屏),该视频控件会显示空白。 这里,我们返回的key是16字节纯0的数据,其实mp4文件并没有加密,只是让系统以为加密了, 阅读全文
posted @ 2021-03-31 13:51 lianhuaren 阅读(368) 评论(0) 推荐(0) 编辑
摘要: 1. ffmpeg -i 2021.mov -vcodec libx264 -preset fast -crf 20 -y -vf "scale=750:-1" -acodec libmp3lame -ab 128k out2.mp4 https://www.jianshu.com/p/7de95d 阅读全文
posted @ 2021-03-28 00:22 lianhuaren 阅读(90) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 50 下一页