博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  Language(Express Tools)

摘要:Things won't make sense the first time you see them, and that's perfectly normal. Keep practicing and you'll get there. 1. OP: 基于过程,系统由一个个逻辑过程组成,每个过程密不可分 + 数学应用题的解答方式 + 面向对象思路对解决数学问题有没有启发OO:系统由一系列对象... 阅读全文

posted @ 2011-11-26 11:43 sytjs 阅读(174) 评论(0) 推荐(0)

摘要:语言的构架和设计一定有其逻辑,不可能杂乱无章或随心所欲! 1. 类属性修饰符:assign, retain, copy, nonatomic, strong, weak 1.1. assign: In your setter method for the property, there is a simple assignment of your instance variable to the... 阅读全文

posted @ 2011-11-25 23:05 sytjs 阅读(346) 评论(0) 推荐(1)