美文网首页
七月第一周总结

七月第一周总结

作者: 玉思盈蝶 | 来源:发表于2018-07-09 10:48 被阅读50次

    1.打开App显示文件已损坏,打不开,您应该将它移到废纸篓,怎么办?

    终端输入执行:sudo spctl --master-disable

    2.Mac的Siri打开网页控制台,进入开发中模式;不过我觉得用Chrome进控制台特别方便。

    3.判断一个字符串是否包含另外一个字符串:

    contains()函数

    4.Swift 4.2更新学习:

    https://www.raywenderlich.com/194066/whats-new-in-swift-4-2

    https://www.jianshu.com/p/50b004211200

    5.Double和String精度丢失问题解决:

    https://www.jianshu.com/p/5117b5ec095a

    6.Trello进行版本记录的使用:

    7.String和Data相互转换:

    // data转字符串let newStr = String(data: jzipData, encoding: String.Encoding.utf8)

    print("data=", jzipData ,"\n","newStr=", newStr!)

                                // 字符串转datalet data = newStr?.data(using: String.Encoding.utf8)

    思思个人公众号:思思小窝

    博客园: https://home.cnblogs.com/u/pengsi/

    Github:https://github.com/PengSiSi

    相关文章

      网友评论

          本文标题:七月第一周总结

          本文链接:https://www.haomeiwen.com/subject/akyzuftx.html