Skip to content

Commit

Permalink
修改预计阅读时间标示
Browse files Browse the repository at this point in the history
  • Loading branch information
lacklock committed Mar 17, 2018
1 parent 9f77925 commit d040b88
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Reports/#11.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@

## 文章

### 🛀[Solving a Mysterious Heap Corruption Crash](https://topologyeyewear.github.io/engineering-blog/2018/03/07/heap_corruption/)
### 🐕 [Solving a Mysterious Heap Corruption Crash](https://topologyeyewear.github.io/engineering-blog/2018/03/07/heap_corruption/)

这是一个悲剧的故事,笔者业务中遇到了一个诡异的内存问题引起的crash,百般追查,历尽千辛万苦,怀疑过是复杂AR业务代码所致,也怀疑过是C/C++ low level代码内存控制不当所致然后开始疯狂的一步步移除业务中所有的三方库,依然Crash,移除了重业务代码,依然Crash,最后终于确定是xcode的bug,提交bug后被xcode新版本修复,虽然是一个悲剧的故事,但整个过程从发现 bug 到解决 bug 再到细挖为什么的过程,值得借鉴

文章阅读推荐时长:😗

### 🌟🚽[AppDelegate瘦身指南](http://kyson.cn/index.php/archives/105/)
### 🐢 🌟🚽[AppDelegate瘦身指南](http://kyson.cn/index.php/archives/105/)

什么代码都往 AppDelegate 里放是业内常见的问题作者整理了 AppDelegate 的代码解耦方式:
- FRDModuleManager:模块管理者统一管理子模块
Expand All @@ -24,7 +25,7 @@
- JLRoutesMGJRouter:也是模块化后模块管理者管理的策略,只是结合了路由系统注册方式和第一种略有不同
- Objection:利用轻量级的依赖注入框架解决不过这个方式不太主流,而且并没有真正解决AppDelegate 设计上的问题

### 🚬[Getting Started with Flutter](https://www.raywenderlich.com/188257/getting-started-with-flutter)
### 🐕 [Getting Started with Flutter](https://www.raywenderlich.com/188257/getting-started-with-flutter)

这是很标准的一篇 `Getting Started With XX` ,分别从简单介绍,配置环境,helloworld,热重载调试,组件复用,网络请求,Table 界面,图片与网络,使用主题,这几个方面一一带你体验了一把 Flutter,Talk is cheap,代码操练起来,亲自感受一下

Expand All @@ -35,7 +36,7 @@

## 设计

### [🚧 Designing a better notification experience for iOS](https://uxdesign.cc/designing-a-better-notification-experience-for-ios-def1df8e89e8)
### 🐕 🚧 [ Designing a better notification experience for iOS](https://uxdesign.cc/designing-a-better-notification-experience-for-ios-def1df8e89e8)

从设计角度分析 Apple 应该如何优化 iOS 目前的通知系统,通过“分组”和“暂时静音”两种方式来过滤噪音,让用户快速轻松地理解信息

Expand Down Expand Up @@ -68,3 +69,5 @@
## 说明

🚧 表示需翻墙,🌟 表示店长推荐

预计阅读时间:🐎 很快就能读完(1 - 5 min);🐕 中等 (5 - 20 min);🐢 慢(20+ min)

0 comments on commit d040b88

Please sign in to comment.