04 2021 档案

摘要:1.LogAspect https://my.oschina.net/langgege/blog/3025492 阅读全文
posted @ 2021-04-28 11:13 lianhuaren 阅读(27) 评论(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 阅读(54) 评论(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 阅读(140) 评论(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 阅读(202) 评论(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 阅读(66) 评论(0) 推荐(0)
摘要:1. 场景需求:需要异步完成三个任务。任务一、任务二、任务三。要求:任务三必须在任务一、任务二完成之后触发。这就需要使用dispatch_barrier_async。 dispatch_queue_t queue = dispatch_queue_create("myQueue", DISPATCH 阅读全文
posted @ 2021-04-15 17:37 lianhuaren 阅读(44) 评论(0) 推荐(0)
摘要:1. www.macwk.com 2.思维导图 https://mubu.com/ 阅读全文
posted @ 2021-04-14 10:19 lianhuaren 阅读(24) 评论(0) 推荐(0)
摘要:1. Domain: com.apple.dt.MobileDeviceErrorDomain Code: -402620383 清除所有预配配置文件,窗口 >> 设备和模拟器 >> 右键单击设备。 从计算机中取消配对 iPhone 并重新配对。 https://www.jianshu.com/p/ 阅读全文
posted @ 2021-04-09 16:35 lianhuaren 阅读(1517) 评论(0) 推荐(0)
摘要:1. 功能介绍 动作配合式活体检测 SDK给出指定动作要求,用户需配合完成,通过实时检测用户眼睛,嘴巴,头部姿态的状态,来判断是否是活体。支持7种预设动作,可自定义哪些生效以及检测顺序。 在线图片活体检测 基于图片中人像的破绽(摩尔纹、成像畸形等)来判断目标对象是否为活体,可有效防止屏幕二次翻拍等作 阅读全文
posted @ 2021-04-07 08:53 lianhuaren 阅读(388) 评论(0) 推荐(0)