09 2012 档案

摘要:WinRT是为消费市场准备的,和传统的桌面、企业应用差别巨大。 When designing apps for Windows 8, you must keep this in mind as well. You will build apps for consumers when using WinRT. otherwise, you are most likely building software for providers or enterprise users. Metro style development is not aimed at those scenarios. Win. 阅读全文
posted @ 2012-09-27 21:23 2012 阅读(566) 评论(0) 推荐(1) 编辑
摘要:IDE集成 Using Visual Studio as your DSL IDE Using #develop as your DSL IDESharpDevelop(#develop) Integrating an IDE with a DSL application The main difference between creating an IDE and integrating an IDE lies in the capa- bilities that you provide the user with. In the IDE scenario, you’re prov... 阅读全文
posted @ 2012-09-24 12:44 2012 阅读(465) 评论(0) 推荐(0) 编辑
摘要:测试驱动大家都很熟悉了,这两天正好看了一个java的书,对TDD中的一些基本概念进行了复习,具体如下:DummyAnobjectthatispassedaroundbutneverused.Typicallyusedtofulfilltheparameterlistofamethod.StubAnobjectthatalwaysreturnsthesamecannedresponse.Mayalsoholdsomedummystate.FakeAnactualworkingimplementation(notofproductionqualityorconfiguration)thatcanr 阅读全文
posted @ 2012-09-18 08:19 2012 阅读(1690) 评论(0) 推荐(0) 编辑
摘要:应用中集成DSL Naming conventions Ordering the execution of scripts Performance considerations when using a DSL Segregating the DSL from the application 集中集成方式的优缺点 BOO汇总和Rhino DSL infrastructure should meet: ƒ Codify common DSL idioms so you don’t have to keep rewriting them ƒ Handle cachin... 阅读全文
posted @ 2012-09-13 08:29 2012 阅读(375) 评论(0) 推荐(0) 编辑
摘要:fluent interfaces 与DSLs的区别 because you have a lot of freedomwhen you define the language for the DSL, but fluent interfaces have to work withinthe limits of a typically rigid language to work fluent interfaces的例子 newFluentTask("warn if website is down") .Every(TimeSpan.FromMinutes(3) ) .St 阅读全文
posted @ 2012-09-10 18:44 2012 阅读(2141) 评论(0) 推荐(0) 编辑
摘要:思维导图,又叫心智图,是表达发射性思维的有效的图形思维工具 ,它简单却又极其有效,是一种革命性的思维工具。思维导图运用图文并重的技巧,把各级主题的关系用相互隶属与相关的层级图表现出来,把主题关键词与图像、颜色等建立记忆链接,思维导图充分运用左右脑的机能,利用记忆、阅读、思维的规律,协助人们在科学与艺术、逻辑与想象之间平衡发展,从而开启人类大脑的无限潜能。思维导图因此具有人类思维的强大功能。参考资料博赞的图书http://www.verycd.com/topics/219147/思维导图丛书 大脑使用说明书思维导图丛书 唤醒创造天才的10种方法思维导图丛书 获取精神力量的10种方法思维导图丛书 阅读全文
posted @ 2012-09-06 08:29 2012 阅读(1110) 评论(0) 推荐(0) 编辑
摘要:DSL概念 Martin Fowler defines a domain-specific language (DSL) as “a computer languagethat’s targeted to a particular kind of problem, rather than a general purpose language that’s aimed at any kind of software problem” Domain-specific languages aren’t a new idea by any means. DSLs have been arounds.. 阅读全文
posted @ 2012-09-02 16:56 2012 阅读(2948) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示