会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lianhuaren
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
50
下一页
2021年4月28日
第1年4月28日 LogAspect
摘要: 1.LogAspect https://my.oschina.net/langgege/blog/3025492
阅读全文
posted @ 2021-04-28 11:13 lianhuaren
阅读(19)
评论(0)
推荐(0)
2021年4月27日
第1年4月27日 rxswift中文文档
摘要: 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
阅读(52)
评论(0)
推荐(0)
2021年4月25日
第1年4月25日 swift - 从指定路径的文件中读取数据
摘要: 1.swift - 从指定路径的文件中读取数据 func readPathLossFile(_ path: String) -> [[Substring]]? { let fileManager = FileManager.default if let url = URL.init(string:
阅读全文
posted @ 2021-04-25 21:03 lianhuaren
阅读(126)
评论(0)
推荐(0)
2021年4月23日
第1年4月23日 swift Moya
摘要: 1.Moya TargetType => EndpointCloseure => endPoint => RequestClosure => Request https://segmentfault.com/a/1190000012997081 static let provider = MoyaP
阅读全文
posted @ 2021-04-23 09:53 lianhuaren
阅读(194)
评论(0)
推荐(0)
2021年4月22日
第1年4月22日 IBInspectable巧妙用法 cornerRadius
摘要: 1. @implementation UIView (Design) @dynamic cornerRadius,borderColor,borderWidth; #define CornerRadius_Key @"CornerRadius_Key" #define BorderWidth_Key
阅读全文
posted @ 2021-04-22 11:54 lianhuaren
阅读(58)
评论(0)
推荐(0)
2021年4月15日
第1年4月15日 gcd
摘要: 1. 场景需求:需要异步完成三个任务。任务一、任务二、任务三。要求:任务三必须在任务一、任务二完成之后触发。这就需要使用dispatch_barrier_async。 dispatch_queue_t queue = dispatch_queue_create("myQueue", DISPATCH
阅读全文
posted @ 2021-04-15 17:37 lianhuaren
阅读(32)
评论(0)
推荐(0)
2021年4月9日
第1年4月9日 Domain: com.apple.dt.MobileDeviceErrorDomain
摘要: 1. Domain: com.apple.dt.MobileDeviceErrorDomain Code: -402620383 清除所有预配配置文件,窗口 >> 设备和模拟器 >> 右键单击设备。 从计算机中取消配对 iPhone 并重新配对。 https://www.jianshu.com/p/
阅读全文
posted @ 2021-04-09 16:35 lianhuaren
阅读(1506)
评论(0)
推荐(0)
2021年4月7日
第1年4月7日 活体检测介绍
摘要: 1. 功能介绍 动作配合式活体检测 SDK给出指定动作要求,用户需配合完成,通过实时检测用户眼睛,嘴巴,头部姿态的状态,来判断是否是活体。支持7种预设动作,可自定义哪些生效以及检测顺序。 在线图片活体检测 基于图片中人像的破绽(摩尔纹、成像畸形等)来判断目标对象是否为活体,可有效防止屏幕二次翻拍等作
阅读全文
posted @ 2021-04-07 08:53 lianhuaren
阅读(374)
评论(0)
推荐(0)
2021年3月31日
第1年3月31日 drm防截屏
摘要: 1. 苹果系统是支持DRM(Digital Rights Management,数字版权管理)的。它表现在,当你播放一个加密了的hls流时,你进行截屏(用手机截屏或用Xcode截屏),该视频控件会显示空白。 这里,我们返回的key是16字节纯0的数据,其实mp4文件并没有加密,只是让系统以为加密了,
阅读全文
posted @ 2021-03-31 13:51 lianhuaren
阅读(421)
评论(0)
推荐(0)
2021年3月28日
第1年3月28日 ffmpeg压缩mov
摘要: 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
阅读(94)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
50
下一页
公告