Interview
{{#allow-groups:sysop}} 這頁放各種Interview時會問的問題。
iOS
- Concurrency[1](GCD的概念,先是各種Dispatch Queue,再來是
NSOperation
)[2],然後可以問Cycle Detection的實作。- GCD是大池子,可以透過Dispatch Queue使用,而NSOperation算是比較高階的使用方式。
- ARC的優缺點。
參考文獻
- ↑ Concurrency and Application Design. 2012-12-13 [2019-03-21].
- ↑ iOS 並行程式設計: 初探 NSOperation 和 Dispatch Queues. [2019-03-21].