Archive
文章列表
按当前筛选条件继续浏览文章。
Swift Concurrency Series 09|Cancellation semantic invalidation problem in Swift Concurrency
阅读What is really difficult to collect is whether the cancellation signal can pass through the Task, bridging layer and side effect boundaries, and do not let the old results be fed back on the page
单一鸣 · Apr 8, 2026
Asymmetric encryption, https, iOSAPP signature principle
阅读Asymmetric encryption, https, iOSAPP signature principle data collection
单一鸣 · Jan 25, 2019
iOS multithreading--GCD serial queue, concurrent queue, synchronous execution, and asynchronous execution
阅读Queues in GCD
The solution to the problem of Xcode9.x always being redirected and stuck
阅读After upgrading the system and Xcode, the running project often gets stuck and I can only force quit every time.
Research on the underlying implementation of iOS copy modifier
阅读Take a look at the underlying implementation of the copy, strong, retain, atmoic, and nonatomic modifiers