NSDictionary *headerFieldsDic = request.responseHeaders; 包大小为:[headerFieldsDic[@"Content-Length"] longLongValue] 参考代码 - (void)connectionNSURLConnectio Read More
posted @ 2022-03-10 19:37 milaliu99 Views(213) Comments(0) Diggs(0) Edit
https://svga.io/integrated.html Read More
posted @ 2022-01-17 17:44 milaliu99 Views(81) Comments(0) Diggs(0) Edit
在iOS里,我们经常能看到 CVPixelBufferRef 这个类型,在Camera 采集返回的数据里得到一个CMSampleBufferRef,而每个CMSampleBufferRef里则包含一个 CVPixelBufferRef,在视频硬解码的返回数据里也是一个 CVPixelBufferRe Read More
posted @ 2022-01-01 16:21 milaliu99 Views(443) Comments(0) Diggs(0) Edit
CMTime CMTimeRange CMTimeMapping 在使用 AVFoundation 框架处理多媒体资源时,通常会用到一些在 CoreMedia 框架中定义的结构体, 这里对其中描述时间的类型 CMTime 、CMTimeRange 、CMTimeMapping 进行简单的小结。 CM Read More
posted @ 2021-12-30 19:23 milaliu99 Views(180) Comments(0) Diggs(0) Edit
1、cd到指定的路径文件夹下 ,创建本地库,如:pod lib create XXNetworking 2、删除Classes文件下的ReplaceMe文件,添加自己的类。 3、修改XXNetworking.podspec,按照本文开头期望那样,依赖AFNetworking。XXNetworking Read More
posted @ 2021-12-07 19:21 milaliu99 Views(822) Comments(0) Diggs(0) Edit
一、打开VSCode,点击侧边栏扩展按钮,搜索flutter,安装Flutter和Dart 二、按command+shift+P,输入flutter,选择Flutter:New project,新建项目,输入项目名称,选择项目存放路径 三、连接设备运行Flutter应用(体连接具操作看文档) htt Read More
posted @ 2021-11-20 17:20 milaliu99 Views(95) Comments(0) Diggs(0) Edit
1、下载Flutter SDK git clone https://github.com/flutter/flutter.git 2、配置Flutter镜像+Flutter环境变量 ( 先创建.bash_profile文件,再将Flutter镜像+Flutter环境变量添加到bash_profile Read More
posted @ 2021-11-09 18:51 milaliu99 Views(353) Comments(0) Diggs(0) Edit
参考:https://www.jianshu.com/p/57bc6d229be2 Read More
posted @ 2021-04-08 11:07 milaliu99 Views(468) Comments(0) Diggs(0) Edit
一、申请邓白氏编码 二、申请充值 苹果手机安装最新版本的developer app进行申请充值。 其中注意点: 1. appID双重认证,就是手机上登陆申请开发者账号的appID,设置密码手势。 2. 申请的时候一开始需要填写账号持有者的姓名,身份证号码,以及人脸拍照。这个账号持有者需要他的身份证信 Read More
posted @ 2021-04-08 11:06 milaliu99 Views(531) Comments(0) Diggs(0) Edit
一、登入苹果的邓白氏编码申请地址,提交信息申请(这一步都是英文+阿拉伯数字提交相关信息) https://developer.apple.com/enroll/duns-lookup/ 所需资料: 1. 未注册过开发者账号的appId账号 2. 公司英文名字 3. 公司街道地址(街道地址:使含空格及 Read More
posted @ 2021-04-08 10:49 milaliu99 Views(1544) Comments(0) Diggs(0) Edit