05 2021 档案

摘要:1. 扩展组件 新建一个基类为 WXComponent 的类。如果这个类里什么代码也不写,它和默认的的 div 组件能力是一致的。 覆盖 WXComponent 中的生命周期方法 loadView一个组件默认对应于一个 view,如果未覆盖 loadView 提供自定义 view,会让 WXComp 阅读全文
posted @ 2021-05-25 15:51 lianhuaren 阅读(205) 评论(0) 推荐(0)
摘要:1. Testin :https://www.testin.cn/ https://blog.csdn.net/weixin_41225426/article/details/80621026 阅读全文
posted @ 2021-05-20 09:13 lianhuaren 阅读(47) 评论(0) 推荐(0)
摘要:1. let synthesizer = AVSpeechSynthesizer() synthesizer.speak(AVSpeechUtterance(string: "Hello AV Foundation. How are you?")) https://blog.csdn.net/wei 阅读全文
posted @ 2021-05-19 08:43 lianhuaren 阅读(56) 评论(0) 推荐(0)
摘要:1. #import "ReplaceURLProtocol.h" // 为了避免canInitWithRequest和canonicalRequestForRequest的死循环 static NSString *const URLProtocolHandledKey = @"URLProtoco 阅读全文
posted @ 2021-05-06 08:42 lianhuaren 阅读(257) 评论(0) 推荐(0)
摘要:1. 如何实现1080P延迟低于500ms的实时超清直播传输技术 https://blog.csdn.net/yuanrxdu/article/details/78584284?spm=1001.2014.3001.5501 阅读全文
posted @ 2021-05-02 07:41 lianhuaren 阅读(43) 评论(0) 推荐(0)