摘要:
查看当前安装的版本 gem list 卸载版本 sudo gem uninstall cocoapods 安装 sudo gem install cocoapods 安装指定版本 sudo gem install cocoapods -v 1.5.3 阅读全文
摘要:
https://www.jianshu.com/p/213641cf524a https://www.jianshu.com/p/f9bef7e7a4ab https://www.cnblogs.com/cy568searchx/p/5521545.html PushKit是一种新的消息通知方式,旨 阅读全文
摘要:
https://github.com/fastred/Optimizing-Swift-Build-Times 在Xcode中直接看到编译项目的时间 step1:关闭Xcode step2:打开终端执行 defaults write com.apple.dt.Xcode ShowBuildOpera 阅读全文
摘要:
https://sspai.com/post/45442 public beta网站上安装profile, 去手机看更新 developer beta, 登录开发者网站, downloads, 下载profile或image, 更新. 阅读全文
摘要:
1 enable SSL 2 chls.pro/ssl to install certificate 3 General -> About -> Certificate Trust Settings 阅读全文
摘要:
https://design-patterns.readthedocs.io/zh_CN/latest/read_uml.html 这里不会将UML的各种元素都提到,我只想讲讲类图中各个类之间的关系; 能看懂类图中各个类之间的线条、箭头代表什么意思后,也就足够应对 日常的工作和交流; 同时,我们应该 阅读全文
摘要:
UML示例图 在Visio里,包和类的关系是包含关系,将类拖入包的文件夹之后,关系就建立了,二元关联符号可以设置为:聚合、合成。接口:空心圆+直线(唐老鸭类实现了'讲人话’);依赖:虚线+箭头(动物和空气的关系);关联:实线+箭头(企鹅需要知道气候才迁移);聚合:空心四边形+实线+箭头(雁群和大雁的 阅读全文
摘要:
view-source:https://dpx.shopo.com.cn/down.html lmxmn117:~ will.wei$ curl https://dpx.shopo.com.cn/down.html 阅读全文
摘要:
https://qiushao.net/article/1489983836453?p=1&m=0 阅读全文
摘要:
1 选中request, 右键选择 Breakpoints 2 再次运行edit request, excute, edit response. excute 阅读全文