摘要:
$ omz update Updating Oh My Zsh fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.b 阅读全文
摘要:
Swift Keywords 环境 Swift 5 Keywords used in declarations: associatedtype, class, deinit, enum, extension, fileprivate, func, import, init, inout, inter 阅读全文
摘要:
swift 交互式 1. 简介 REPL: Read Eval Print Loop. 可以在终端直接敲入swift回车就能进入,在这里你做很多事 快速验证一些结果 做一些简洁的算法 可直接执行一个swift 文件 ➜ ~ swift Welcome to Apple Swift version 5 阅读全文