Interview:修订间差异

来自Gea-Suan Lin's Wiki
跳到导航 跳到搜索
此页面具有访问限制。如果您看见此消息,则说明您没有权限访问此页面。
→‎iOS
→‎iOS
第4行: 第4行:
== iOS ==
== 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的實作。
* 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[1](GCD的概念,先是各种Dispatch Queue,再来是NSOperation[2],然后可以问Cycle Detection的实作。
  • ARC的优缺点。

参考文献

外部链接