mac 10.15.7 修改PATH

摘要: 在.zprofile 文件中修改 export PATH="/Users/用户/bin:$PATH" .zprofile 相当于 .bash_profile.zshrc 相当于 .bashrc 阅读全文
posted @ 2020-11-08 14:32 少杨 阅读(183) 评论(0) 推荐(0)

oc 属性类型一般用法

摘要: @property (nonatomic,assign) int ticketCount; NSString :copy -> @property (nonatomic,copy) NSTring *name; block :copy -> @property (nonatomic,copy) vo 阅读全文
posted @ 2020-11-08 11:54 少杨 阅读(131) 评论(0) 推荐(0)