上一页 1 2 3 4 5 6 7 ··· 15 下一页
摘要: 一.哪些情况出现循环引用 计时器NSTimer:外部暴露清理定时器的方法 blcok: 使用copy,即使在你的block代码中没有显式地出现"self",也会出现循环引用!只要你在block里用到了self所拥有的东西 委托delegate:出现循环引用问题 二.多线程的使用 NSThread、N 阅读全文
posted @ 2017-12-28 16:22 shidaying 阅读(119) 评论(0) 推荐(0) 编辑
摘要: [TOC] 熟悉Obejective C 了解Obejective C语言 在类的头文件中尽量少引入其他头文件 多用字面量语法,少用与之等价的方法 多用类型常量,少用 define 用枚举表示状态、选项、状态码 对象、消息、运行期 属性 对象内部尽量使用直接访问实例变量 对象等同性 类簇摸式隐藏实现 阅读全文
posted @ 2017-12-28 13:54 shidaying 阅读(148) 评论(0) 推荐(0) 编辑
摘要: Code signing is required for product type 'Unit Test Bundle' in SDK 'iOS 11.0.1' 进入 projects and lists ,如图 1. Select your tests target 2. Set "Code Si 阅读全文
posted @ 2017-12-06 18:10 shidaying 阅读(932) 评论(0) 推荐(0) 编辑
摘要: ES6 生命周期图解 很多文章里的图解,第一步是 getDefaultProps , 第二步是 getinitialstate ,这是 ES5 的写法; 实际上ES6 中 getinitialstate 是不会再执行的,初始化state都是在 constructor中完成; 强制刷新 某些情况下,可 阅读全文
posted @ 2017-11-22 16:23 shidaying 阅读(181) 评论(0) 推荐(0) 编辑
摘要: StackNavigator 从A跳转到B 父组件A给子组件B传值 A B C D, D 完成了某个操作,业务逻辑上要刷新A界面 阅读全文
posted @ 2017-11-10 11:05 shidaying 阅读(216) 评论(0) 推荐(0) 编辑
摘要: McAfee Agent 占用8081 端口号 公司电脑被标装,McAfee Agent关不掉 阅读全文
posted @ 2017-11-08 11:44 shidaying 阅读(1207) 评论(0) 推荐(0) 编辑
摘要: 一.当width 和 height 设置的不对的时候,会出现边框线如图所示: 解决办法:Echarts/index.js文件中 二 折线区域图设置为渐变色,去掉节点,变成平滑 三 环图某一个项,设置为渐变色 四 android 打包后,所有的图表显示不出来 source={{uri: 'file:/ 阅读全文
posted @ 2017-11-08 11:34 shidaying 阅读(715) 评论(0) 推荐(0) 编辑
摘要: React/RCTBridgeModule.h not found 同样也有可能遇到 import "RCTBridgeModule.h" 找不到,可以尝试替换为 import Ignoring return value of function declared with 'warn_unused_ 阅读全文
posted @ 2017-10-14 23:37 shidaying 阅读(1082) 评论(0) 推荐(0) 编辑
摘要: Mac Finder 标题显示文件完整路径 显示/隐藏Mac 隐藏文件 JDK下载路径 Android Studio 下载路径 Mac 查看安装的JDK路径 command + shift + g 查看Xcode安装好的插件 阅读全文
posted @ 2017-09-16 00:01 shidaying 阅读(293) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-06-10 00:03 shidaying 阅读(89) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 15 下一页