摘要: 1.用例图用于分析这个系统:1.有那些角色(一类人、或是另一个系统): 2.各个角色有哪些功能; 阅读全文
posted @ 2015-10-05 19:07 BeanPaste 阅读(154) 评论(0) 推荐(0)
摘要: 在字典转模型中遇到了这样的代码: 1 #import "HMAppInfo.h" 2 3 @implementation HMAppInfo 4 5 - (instancetype)initWithDict:(NSDictionary *)dict 6 { 7 // self 是 对象 ... 阅读全文
posted @ 2015-10-05 09:38 BeanPaste 阅读(335) 评论(0) 推荐(0)