「Interview」:修訂間差異
跳至導覽
跳至搜尋
第4行: | 第4行: | ||
== iOS == | == iOS == | ||
* | * Concurrency<ref>{{Cite web |url=https://developer.apple.com/library/archive/documentation/General/Conceptual/ConcurrencyProgrammingGuide/ConcurrencyandApplicationDesign/ConcurrencyandApplicationDesign.html |title=Concurrency and Application Design |accessdate=2019-03-21 |date=2012-12-13}}</ref>(GCD的概念,先是各種Dispatch Queue,再來是<code>NSOperation</code>)<ref>{{Cite web |url=https://www.appcoda.com.tw/ios-concurrency/ |title=iOS 並行程式設計: 初探 NSOperation 和 Dispatch Queues |accessdate=2019-03-21}}</ref>,然後可以問Cycle Detection的實作。 | ||
* ARC的優缺點。 | |||
== 參考文獻 == | == 參考文獻 == |
於 2019年3月21日 (四) 04:53 的修訂
{{#allow-groups:sysop}} 這頁放各種Interview時會問的問題。
iOS
參考文獻
- ↑ Concurrency and Application Design. 2012-12-13 [2019-03-21].
- ↑ iOS 並行程式設計: 初探 NSOperation 和 Dispatch Queues. [2019-03-21].