2009年9月1日

读书笔记:实时设计模式(1)

摘要: 被用滥了的一个词——模式这本书翻译的很有特点,UML中的Profile翻译成衍型,的确很有个性;但是把并发中的recurrence properties这样翻译成了特性重现就有点……作者开篇狂讲了一堆UML的概念,然后提出了一个叫做ROPES (Rapid Object-orientend Process forEmbeddedSystems)的过程... 阅读全文

posted @ 2009-09-01 18:49 LoveIsRealIsLove 阅读(698) 评论(0) 推荐(0)

2009年8月13日

Expression or Statement

摘要: "The purpose of an expression is to compute a value, not to cause a side effect. The purpose of a statement is to cause a side effect. "  在使用Linq语法操作集合的时候,可以用Select,First,ToList 等等非常方便的方法进行操作。但是独独没有Fo... 阅读全文

posted @ 2009-08-13 17:43 LoveIsRealIsLove 阅读(408) 评论(1) 推荐(0)

导航