1. SQLite數(shù)據(jù)庫的特點(diǎn): SQLite是一款輕量級的嵌入式數(shù)據(jù)庫(用于移動端) 處理數(shù)據(jù)的速度, 比MySQL還要快 SQLite不需要進(jìn)行配置(只需要引入依賴庫, ...
Xcode工具解析 注:文參考apple官網(wǎng)Instruments User Guide Page Not Found - Apple Developer Analyze-x...
1. block基本概念 Block是C級別的語法和運(yùn)行時特性。Block是一種比較特殊的數(shù)據(jù)類型,它可以保存一段代碼,在合適的時候取出來調(diào)用。Block比較類似C函數(shù),但是...