首页
首页
沸点
课程
直播
活动
竞赛
商城
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
seaBright
掘友等级
iOS
|
bzl
疯狂写bug中...
获得徽章 0
动态
文章
专栏
沸点
收藏集
关注
赞
8
文章 8
沸点 0
赞
8
返回
|
搜索文章
文章
热门
最新
2022 OC / RN 开发环境配置 homebrew ruby cocoapods
记录一下 homebrew 一句话安装 /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/m
Mac M1 升级 ventura 导致ssh 报错 no matching host key type found. Their offer: ssh-r
Unable to negotiate with XXXX port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss
记录 BUG 集合
xcrun: error: unable to find utility "simctl", not a developer tool or in PATH Xcode 11 Command Phas
算法基础 - 关于复杂度 O 表示法
如何评价一个算法的好坏 正确性\可读性\健壮性 时间复杂度: 估算程序指令的执行次数 空间复杂度: 估算所需占用的存储空间 大O 表示法 常数 O(1) 当N大道一定程度 | 执行次数 | 复杂度 |
oc 基础 - weak & autoreleasepool
__weak Person *person; __unsafe_unretained Person *person; nslog(111) autorelesePool { } struct __At
oc 基础 -计时器
使用 CADisplayLink, NSTimer 的注意点 会对target产生强应用,如果target又对他们产生强引用,那么就会引发 循环引用 CADisplayLink 保证调用频率和屏幕的刷
oc 基础 多线程
pthread c 语言 NSthread GDC 充分利用多核 NSOperation GCD 常用API 主队列:dispatch_get_main_queue() 专门用来在主线程上调度任务的队
oc 基础 - Runloop 保活线程
@interface @property (noatomoc) NSthred thred; @property (noaotonc) Bool stoped = NO; @end @implemen
oc 基础 - Runloop
runloop 作用 保持程序不会马上退出 处理APP的各种事件 (比如触摸事件 定时器事件) 节省CPU资源 提高程序性能 NSrunloop = [NSrunloop currentRunloop
oc 基础 -runtime -super
nslog(self class]); lldb sutdent nslog(self superClass); lldb person nslog(super class); lldb sutden
下一页
个人成就
文章被点赞
9
文章被阅读
6,400
掘力值
320
关注了
12
关注者
0
收藏集
2
关注标签
6
加入于
2016-10-17