IP属地:西藏
字典的索引值不是Key,是DictionaryIndex类型DictionaryIndex是一个指向字典内部缓存区的不透明的值 字典索引下标访问...
序列是可以无限的,集合不可以 满足 sequence的协议func makeIterator()->IteratorProtocal 满足Ite...
选自猫神的文章 https://onevcat.com/2016/11/pop-cocoa-1/ Swift协议初识 Protocol Swif...
GCD(Grand Central Dispatch) 核心是dispatch queue,队列就是一系列的代码块(WorkItem任务项).一...
正则表达式 收集自百度回答 ^([a-zA-Z0-9-])+@([a-zA-Z0-9-])+(\.[a-zA-Z0-9_-])+^ 表示开头.(...
layer.shouldRasterize 优化圆角图像的流畅度 当shouldRasterize设成true时,layer被渲染成一个bitm...
Younth glided past without our awareness青春在我们不知不觉中滑过 He was very gallant...
二维码Demo 必须继承AVCaptureMetadataOutputObjectsDelegate 实现识别二维码功能 captureOutp...