上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 34 下一页
摘要: https://kapeli.com/cheat_sheets/iOS_Design.docset/Contents/Resources/Documents/index https://help.apple.com/app-store-connect/#/dev4e413fcb8 审核视频需求 ht 阅读全文
posted @ 2018-09-12 09:05 雨筱逸悠 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 原理:先给NSURLSession地Configuration设置一个内存和本地代理,原来的网络请求结束后会查找缓存的代理字典,并执行代理对象对应的操作方法,需要做的就是拦截错误的方法,返回缓存的数据 AFURLSessionManager.m AFURLSessionManagerTaskDele 阅读全文
posted @ 2018-09-05 14:54 雨筱逸悠 阅读(341) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/wangyouxiang/article/details/17855255 https://www.cocoacontrols.com/controls?platform_id=mac-os-x 很多demo https://blog.csdn.net/l 阅读全文
posted @ 2018-09-02 15:40 雨筱逸悠 阅读(78) 评论(0) 推荐(0) 编辑
摘要: https://www.politepix.com/openears/ 一款免费的识别工具 阅读全文
posted @ 2018-09-01 16:20 雨筱逸悠 阅读(259) 评论(0) 推荐(0) 编辑
摘要: // // ViewController.m // 字幕解析 // // Created by admin on 2018/8/30. // Copyright © 2018年 admin. All rights reserved. // #import "ViewController.h" @interface ViewController () @end @implement... 阅读全文
posted @ 2018-08-30 17:27 雨筱逸悠 阅读(2259) 评论(0) 推荐(0) 编辑
摘要: GCC __builtin_expect的作用 https://blog.csdn.net/shuimuniao/article/details/8017971 https://blog.csdn.net/joker0910/article/details/6670436 __builtin_exp 阅读全文
posted @ 2018-08-29 17:09 雨筱逸悠 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 参考链接:https://blog.csdn.net/shenyi0106/article/details/47004039 https://blog.csdn.net/jeffasd/article/details/78181856?locationNum=1&fps=1 音频内容 AudioSt 阅读全文
posted @ 2018-08-22 11:48 雨筱逸悠 阅读(1033) 评论(0) 推荐(0) 编辑
摘要: 文件上传时 Function boringssl_session_errorlog: line 2878 [boringssl_session_write] SSL_ERROR_SYSCALL(5): operation failed externally to the library 定义了一个基 阅读全文
posted @ 2018-08-21 18:14 雨筱逸悠 阅读(356) 评论(0) 推荐(0) 编辑
摘要: 播放过程中由于资源不停的加载,视频确没有开始播放,这个时候如果频繁地调用play方法将导致视频一直无法开始播放,此时在调用play方法时,要先判断player的status是否为 AVPlayerStatusReadyToPlay https://www.jianshu.com/p/0d4588a7 阅读全文
posted @ 2018-08-21 14:25 雨筱逸悠 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 急需纠正自己的错误认识,Mac开发和iOS开发UI显示、事件交互、生命周期等存在极大的差距 首先点击事件NSButton和UIButton完全是两个不同的东西 列表UITableView和NSTableView也是神似而已 最终点击事件选择的是继承NSView重写了MouseDown方法 @inte 阅读全文
posted @ 2018-08-16 14:22 雨筱逸悠 阅读(139) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 34 下一页