1.打開App顯示文件已損壞,打不開,您應該將它移到廢紙簍,怎麼辦?swift
終端輸入執行:sudo spctl --master-disable函數
2.Mac的Siri打開網頁控制檯,進入開發中模式;不過我以爲用Chrome進控制檯特別方便。學習
3.判斷一個字符串是否包含另一個字符串:spa
contains()函數code
4.Swift 4.2更新學習:blog
https://www.raywenderlich.com/194066/whats-new-in-swift-4-2ip
https://www.jianshu.com/p/50b004211200開發
5.Double和String精度丟失問題解決:字符串
https://www.jianshu.com/p/5117b5ec095aget
6.Trello進行版本記錄的使用:
7.String和Data相互轉換:
// data轉字符串 let newStr = String(data: jzipData, encoding: String.Encoding.utf8) print("data=" , jzipData , "\n" , "newStr=" , newStr!) // 字符串轉data let data = newStr?.data(using: String.Encoding.utf8)