Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ParsifalC committed Mar 18, 2018
1 parent 1f9f848 commit cbb9896
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Reports/#11.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ Apple 宣布 WWDC 2018 将于 6 月 4 日至 8 日在圣何塞举行,现已开

### 🐎 [机器学习与移动端会碰出怎样的火花?](https://www.zhihu.com/question/65957269)

自从 [CoreML](https://developer.apple.com/documentation/coreml) 随着 iOS11 发布之后,机器学习在移动端的应用就越来越被重视。知乎上也对其进行了热议,其中 『[网友微调](https://www.zhihu.com/people/breaknever/activities)』围绕着『移动设备适合做机器学习的原因』、『移动端机器学习的具体应用』和 『机器学习在移动端的特点』三方面和大家分享了自己的见解。
自从 [CoreML](https://developer.apple.com/documentation/coreml) 随着 iOS11 发布之后,机器学习在移动端的应用就越来越被重视。知乎上也对其进行了热议,其中 『[网友微调](https://www.zhihu.com/people/breaknever/activities)』围绕着『**移动设备适合做机器学习的原因**』、『**移动端机器学习的具体应用**』和 『**机器学习在移动端的特点**』三方面和大家分享了自己的看法,很有见地。

### 🐕 [给 NSBundle 添加一个 current 方法](http://bou.io/NSBundle.current.html)

[NSBundle](https://developer.apple.com/documentation/foundation/bundle) 是我们开发中的常见类,但苹果并没有提供直接通过 `[NSBundle current]` 方便地获得当前的 bundle 的 API。于是该文作者与其朋友开了个脑洞,通过 `backtrace()` 来获取调用者的函数指针,进而再使用 `dladdr()` 来得到该函数所在的库路径,最后通过这个路径去 `allBundles` 和 `allFrameworks` 中匹配,来实现了 `[NSBundle current]` 方法。

## 设计

Expand Down

0 comments on commit cbb9896

Please sign in to comment.