02 2023 档案

摘要:https://www.runoob.com/swift/swift-closures.html 阅读全文
posted @ 2023-02-22 10:18 itlover2013 阅读(6) 评论(0) 推荐(0)
摘要:https://www.jianshu.com/p/712bb9a60184 JSON(对象) >JSON字符串 //JSON >data >JSON字符串 let data = try?JSONSerialization.data(withJSONObject: json, options: [] 阅读全文
posted @ 2023-02-22 10:16 itlover2013 阅读(341) 评论(0) 推荐(0)
摘要:https://www.coder.work/article/785950 我用 UIBeizerPath 画了一条垂直线,我需要这条线的角半径值为 5。我试图记忆起 [pathLayer setCornerRadius: 5]; 但我没有得到结果... 你能帮助我吗?如何分配角半径值?这是我使用的 阅读全文
posted @ 2023-02-22 10:12 itlover2013 阅读(37) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/rockvine/article/details/122590041 文章目录一、添加远程仓库1.1、创建远程仓库1.2、关联远程仓库1.3、配置SSH密钥1.4、删除远程仓库二、从远程仓库克隆2.1、创建远程仓库2.2、克隆远程仓库一、添加远程仓库之前我 阅读全文
posted @ 2023-02-22 10:07 itlover2013 阅读(62) 评论(0) 推荐(0)
摘要:https://www.jianshu.com/p/bbe0951f1b0b 如果你用Swift开发SDK,你大概会收到类似这样的编译问题Module compiled with Swift 5.3.2 cannot be imported by the Swift 5.5.1 compiler这个 阅读全文
posted @ 2023-02-22 10:03 itlover2013 阅读(563) 评论(0) 推荐(0)
摘要:https://www.jianshu.com/p/39b7093fb862 在iOS应用开发的过程中,很多时候要用到数据存储,将数据存储在磁盘中。FileManager在存储的过程中就起到非常重要的作用,文件的管理都离不开它,这边文章从使用上简单讲一些常见用法。 写在前面:代码中的fileMane 阅读全文
posted @ 2023-02-20 14:54 itlover2013 阅读(264) 评论(0) 推荐(0)
摘要:oc 转swift https://swiftify.com/converter/code/ json 在线解析 https://www.json.cn/json/jsononline.html 字符串字数统计 http://tool.huixiang360.com/str/length.php h 阅读全文
posted @ 2023-02-20 14:54 itlover2013 阅读(18) 评论(0) 推荐(0)
摘要:苏州 https://www.anjuke.com/fangjia/suzhou/suzhoua/ 南京 https://www.anjuke.com/fangjia/nanjing/ 房贷计算器 https://www.greatdreams.com.cn/ 南京二手房价2013年房价走势 等额本 阅读全文
posted @ 2023-02-20 14:47 itlover2013 阅读(205) 评论(0) 推荐(0)
摘要:https://cloud.tencent.com/developer/article/1794757 https://github.com/apple/swift-protobuf ProtocolBuf Swift 使用 环境搭建 Mac安装swift-protobuf brew install 阅读全文
posted @ 2023-02-20 14:45 itlover2013 阅读(307) 评论(0) 推荐(0)