Foundation框架的作用
Foundation框架是Mac\iOS中其他框架的基础
Foundation框架包含常见的数据类型
如果修改了系统的文件
缓存路径为/Users/用户名/Library/Developer/Xcode/DerivedDate
显示指令文件 defaults write com.apple.finder AppleShowAllFils -bool true
隐藏指令文件 defaults write com.apple.finder AppleShowAllFils -bool false
输入指令后重启Finder
|
|