摘要:
1. 关闭Launchpad动画效果: defaults write com.apple.dock springboard-show-duration -int 0 defaults write com.apple.dock springboard-hide-duration -int 0;kill... 阅读全文
摘要:
1. 函数1.1 多返回值函数——使用元祖类型(tuple)作为函数的返回值func count(string: String) -> (vowels: Int, consonants: Int, others: Int) { var vowels = 0, consonants = 0, oth... 阅读全文