<?xml version='1.0' encoding='utf-8'?>
<rss version='2.0' xmlns:dc='http://purl.org/dc/elements/1.1/'>
<channel>
<title>360doc--快乐学习的文章</title>
<description>360doc--快乐学习的文章</description>
<link>http://www.360doc.com/rssfeed.aspx</link>
<generator>360doc (http://www.360doc.com)</generator>
<language>zh-cn</language>
<docs>360doc--个人图书馆</docs>
<item>
<title>元建模技术研究进展(转)</title>
<link>http://www.360doc.com/content/081113/22/8309_1920028.html</link>
<category>
</category>
<pubDate>2008-11-13 22:09:05</pubDate>
<description>
<blockquote></blockquote></description>
<dc:creator></dc:creator>
</item>
<item>
<title>基于WF设计业务流程平台-权限体系 （转 WXWinter）</title>
<link>http://www.360doc.com/content/081111/13/8309_1903669.html</link>
<category>
</category>
<pubDate>2008-11-11 13:07:44</pubDate>
<description>
<blockquote>基于WF设计业务流程平台-权限体系 （转 WXWinter）基于WF设计业务流程平台-权限体系。业务流程平台的权限设计与门户类平台的设计完全不同,业务流程平台的权限设计最忌讳做成太监当政模式(也就是系统管理员最大,管理一且)流程办理职能。1.[流程办理人]不为[空]时,该流程属于[流程办理人]2. [流程办理部门][流程办理职能]为[空],[流程办理部门][与流程办理职能]者不为[空]时,该流程属于[流程办理部门][与流程办理职能]身份的所有人。</blockquote></description>
<dc:creator></dc:creator>
</item>
<item>
<title>pure::variants in a nutshell(转 www.software-acumen.com)</title>
<link>http://www.360doc.com/content/081031/10/8309_1853885.html</link>
<category>
</category>
<pubDate>2008-10-31 10:18:30</pubDate>
<description>
<blockquote>pure::variants in a nutshell(转 www.software-acumen.com)pure::variants - variant Configuration Management。Furthermore,since you have now explicitly captured what is common and what differsbetween variants, it becomes possible to perform variant management inother parts of the software life cycle such as Requirements Management, Quality Assurance, Defect Tracking, Documentation etc.</blockquote></description>
<dc:creator></dc:creator>
</item>
<item>
<title>Javascript 闭包(转 为之漫笔)</title>
<link>http://www.360doc.com/content/081027/22/8309_1835969.html</link>
<category>
</category>
<pubDate>2008-10-27 22:47:49</pubDate>
<description>
<blockquote>在下面的代码中，先定义了一个带有内部函数声明的外部函数，然后调用外部函数：/* 创建全局变量 - y - 它引用一个对象：- */var y = {x:5}; // 带有一个属性 - x - 的对象直接量function exampleFuncWith(){ var z; /* 将全局对象 - y - 引用的对象添加到作用域链的前端：- */ with(y){ /* 对函数表达式求值，以创建函数对象并将该函数对象的引用指定给局部变量 - z - :- */ z = function(){ ...// 内部函数表达式中的代码; } }</blockquote></description>
<dc:creator></dc:creator>
</item>
<item>
<title>LINQ与DLR的Expression tree（5）：用lambda表达式表示常见控制结构 （转 rednaxelafx.javaeye.com）</title>
<link>http://www.360doc.com/content/081027/18/8309_1834589.html</link>
<category>
</category>
<pubDate>2008-10-27 18:06:35</pubDate>
<description>
<blockquote>Func&lt;int, int&gt; factorial = null;Parameter(typeof(Expression&lt;SelfApplicableExpr&lt;Expression&lt;Func&lt;Expression&lt;Func&lt;Expression&lt;Func&lt;int, int&gt;&gt;,Expression&lt;Func&lt;int, int&gt;&gt;&gt;&gt;,Expression&lt;Func&lt;int, int&gt;&gt;&gt;&gt;&gt;&gt;),&quot;y&quot;);GetMethod( &quot;Compile&quot; ),new Expression[ ] { }),new Expression[ ] { y }),typeof(Expression&lt;Func&lt;Expression&lt;Func&lt;Expression&lt;Func&lt;int, int&gt;&gt;,Expression&lt;Func&lt;int, int&gt;&gt;&gt;&gt;,Expression&lt;Func&lt;int, int&gt;&gt;&gt;&gt;).</blockquote></description>
<dc:creator></dc:creator>
</item>
<item>
<title>LINQ与DLR的Expression tree（4）：创建静态类型的LINQ表达式树节点 （转 rednaxelafx.javaeye.com）</title>
<link>http://www.360doc.com/content/081027/18/8309_1834581.html</link>
<category>
</category>
<pubDate>2008-10-27 18:05:38</pubDate>
<description>
<blockquote>LINQ与DLR的Expression tree（4）：创建静态类型的LINQ表达式树节点 （转 rednaxelafx.javaeye.com）LINQ与DLR的Expression tree（4）：创建静态类型的LINQ表达式树节点关键字: linq dlr expression tree（Disclaimer：如果需要转载请先与我联系；Lambda&lt;Func&lt;Func&lt;int&gt;, int&gt;&gt;(Expression.注意到，Enumerable.Where&lt;int&gt;()的第二个参数是Func&lt;int, bool&gt;类型的，但我提供的参数数组里的却是Expression&lt;Func&lt;int, bool&gt;&gt;类型的。</blockquote></description>
<dc:creator></dc:creator>
</item>
<item>
<title>LINQ与DLR的Expression tree（3）：LINQ与DLR及另外两个库的AST对比 （转 rednaxelafx.javaeye.com ）</title>
<link>http://www.360doc.com/content/081027/16/8309_1834172.html</link>
<category>
</category>
<pubDate>2008-10-27 16:49:00</pubDate>
<description>
<blockquote>LINQ与DLR的Expression tree（3）：LINQ与DLR及另外两个库的AST对比 （转 rednaxelafx.javaeye.com ）LINQ与DLR的Expression tree（3）：LINQ与DLR及另外两个库的AST对比关键字: linq dlr expression tree codedom cci（Disclaimer：如果需要转载请先与我联系；语言特定的AST与DLR tree.IronPython自己的AST也是抽象语法树，DLR tree也是抽象语法树，既然用了DLR为何不在语法分析的时候跳过生成自己的AST，而直接生成DLR tree呢？</blockquote></description>
<dc:creator></dc:creator>
</item>
<item>
<title>LINQ与DLR的Expression tree（2）：简介DLR (转 rednaxelafx.javaeye.com)</title>
<link>http://www.360doc.com/content/081027/14/8309_1833363.html</link>
<category>
</category>
<pubDate>2008-10-27 14:05:53</pubDate>
<description>
<blockquote>LINQ与DLR的Expression tree（2）：简介DLR (转 rednaxelafx.javaeye.com)LINQ与DLR的Expression tree（2）：简介DLR关键字: dlr ironpython dynamic language（Disclaimer：如果需要转载请先与我联系；public static object _stub_( Closure closure, CallSite site, CodeContext context, object obj1, object obj2) { // Rule 1 if ((obj1 is string) &amp;&amp;(obj2 is string)) { return (((string)obj1) + ((string)obj2));</blockquote></description>
<dc:creator></dc:creator>
</item>
<item>
<title>LINQ与DLR的Expression tree（1）：简介LINQ与Expression tree （转rednaxelafx.javaeye.com）</title>
<link>http://www.360doc.com/content/081027/14/8309_1833348.html</link>
<category>
</category>
<pubDate>2008-10-27 14:03:14</pubDate>
<description>
<blockquote>LINQ与DLR的Expression tree（1）：简介LINQ与Expression tree （转rednaxelafx.javaeye.com）LINQ与DLR的Expression tree（1）：简介LINQ与Expression tree关键字: linq expression tree dot（Disclaimer：如果需要转载请先与我联系；LINQ的Expression&lt;TDelegate&gt;与其对应的TDelegate委托类型之间的关系是：1、同一个lambda表达式既可以赋值给Expression&lt;TDelegate&gt;类型的变量也可以赋值给TDelegate类型的委托变量；</blockquote></description>
<dc:creator></dc:creator>
</item>
<item>
<title>商业杂志图表的经典用色(转ExcelPro）</title>
<link>http://www.360doc.com/content/081020/09/8309_1792880.html</link>
<category>
</category>
<pubDate>2008-10-20 9:40:10</pubDate>
<description>
<blockquote>商业图表中的颜色运用，其重要性不言而喻，我们非设计专业人士，对色彩往往不是很有把握，色彩方面的教材看起来也不得要领，做出的图表用色上常常花哨或者脏乱，难以达到专业的效果。在《杂志级图表方法第一步：突破Excel的默认颜色》中已经提到，从商业杂志上的图表借鉴配色，则不失为一种非常保险和方便的办法。早年的商业周刊上的图表，几乎都使用这个颜色组合，基本成为商业周刊图表的招牌标志了，应该是来源于其VI系统。</blockquote></description>
<dc:creator></dc:creator>
</item>
<item>
<title>T4 (Text Template Transformation Toolkit) Code Generation - Best Kept Visual Studio Secret</title>
<link>http://www.360doc.com/content/081016/11/8309_1772517.html</link>
<category>
</category>
<pubDate>2008-10-16 11:08:58</pubDate>
<description>
<blockquote>He and I were singing its praises last night.Hopefully I can add something small to the conversation.Whatever you like.You can use it in your projects, as above, or you can call T4 from the command-line.He‘s got some great Tutorials:Plus, it all works in Visual Studio without installing anything.2008 Scott Hanselman.All rights reserved.</blockquote></description>
<dc:creator></dc:creator>
</item>
<item>
<title>Oslo’s place in the modeling world…(从 C l e m e n s 作者：Reijnen）</title>
<link>http://www.360doc.com/content/081015/11/8309_1766529.html</link>
<category>
</category>
<pubDate>2008-10-15 11:22:31</pubDate>
<description>
<blockquote>The modeling world -Models in the Application Lifecycle I often use these images [below] to organize the discussion that is going on in the modeling-world according to UML vs DSL. It gives some direction where we are talking about when discussing ''Modeling in the Application Lifecycle''.Domain Specific Languages [business, vertical, external]    Model Assisted Development (MAD)</blockquote></description>
<dc:creator></dc:creator>
</item>
<item>
<title>Ad Hoc Reporting with a Domain Model(转 domaindrivendesign.org)</title>
<link>http://www.360doc.com/content/080909/13/8309_1624566.html</link>
<category>
</category>
<pubDate>2008-9-9 13:22:14</pubDate>
<description>
<blockquote>Ad Hoc Reporting with a Domain ModelKickoff question: Luke Hohmann, Luke Hohmann Consulting.On the other hand business execs want / crave / require &amp;quot;ad-hoc&amp;quot; reporting, with the degree of &amp;quot;ad-hoc-ness&amp;quot; varying from simple reports to data warehouses.One is consider just how &amp;quot;ad hoc&amp;quot; ad hoc really is.Another perspective is to consider how timely the data subject to ad ho</blockquote></description>
<dc:creator></dc:creator>
</item>
<item>
<title>Domain-Driven / Model-Driven(转 domaindrivendesign.org)</title>
<link>http://www.360doc.com/content/080909/12/8309_1624416.html</link>
<category>
</category>
<pubDate>2008-9-9 12:23:22</pubDate>
<description>
<blockquote>Domain-Driven / Model-Drivenby Eric EvansFebruary 4, 2004.And so domain-driven design leads inevitably to modeling because modeling is the way we grapple with understanding complex domains.For in model-driven design, the design is not only based on the model, a model is also chosen to suit design and implementation considerations.</blockquote></description>
<dc:creator></dc:creator>
</item>
<item>
<title>探索模型驱动开发 (MDD) 和相关方法，将领域特定建模应用于模型驱动的体系结构（转IBM）</title>
<link>http://www.360doc.com/content/080725/12/8309_1467779.html</link>
<category>
</category>
<pubDate>2008-7-25 12:35:14</pubDate>
<description>
<blockquote>探索模型驱动开发 (MDD) 和相关方法，第 4 部分: 将领域特定建模应用于模型驱动的体系结构。使用 EMF 的建模 使用 GMF 模型来进行工具开发   模型转换概念和技术的建模 构件转换概念和技术的建模 软件工程和编程：模型中应该捕获多少信息？更容易和更快的工具开发 快速的原型开发 加强的工具易用性 更好的领域理解 更好的模型构造和更高的模型重用机会   遗憾的是，在捕获元模型时，减轻工具开发人员的工作不属于优先考虑的事项。</blockquote></description>
<dc:creator></dc:creator>
</item>
<item>
<title>Language Workbenches: The Killer-App for Domain Specific Languages?(转 Martin Fowler)</title>
<link>http://www.360doc.com/content/080716/13/8309_1436399.html</link>
<category>
</category>
<pubDate>2008-7-16 13:22:13</pubDate>
<description>
<blockquote>So a language workbench is one way to do language oriented programming.Internal DSLs are often called ''embedded DSLs'' but I''ve avoided the ''embedded'' term because it gets confused with embedded languages in applications (such as VBA embedded into Word which if anything is an external DSL.) However you''ll probably come across the embedded term if you look around at more writing on DSLs.</blockquote></description>
<dc:creator></dc:creator>
</item>
<item>
<title>A Language Workbench in Action - MPS(转 Martin Fowler,)</title>
<link>http://www.360doc.com/content/080715/09/8309_1431561.html</link>
<category>
</category>
<pubDate>2008-7-15 9:38:12</pubDate>
<description>
<blockquote>In general we build an editor for each concept in our model. (It''s not quite one for one, but that''s a good place to start thinking.)To define the editor for plans we use the editor for editors (it''s getting hard to avoid the metacircularity here.) Editors are defined as a hierarchy of cells.The delimiters in the plan editor (such as [/ and [&amp;gt;) are also constants defined in the editor for ed</blockquote></description>
<dc:creator></dc:creator>
</item>
<item>
<title>RepositoryBasedCode(转 Martin Fowler)</title>
<link>http://www.360doc.com/content/080715/09/8309_1431550.html</link>
<category>
</category>
<pubDate>2008-7-15 9:35:49</pubDate>
<description>
<blockquote>The tool persists the abstract representation in a storage representation, but this is entirely separated from any of the editable representations that it projects.The abstract representation may be edited through multiple projections, each projection can show a limited amount of the total information which isn''t tied to the actual structure of the abstract representation.</blockquote></description>
<dc:creator></dc:creator>
</item>
<item>
<title>Semantic Model(转 martinfowler)</title>
<link>http://www.360doc.com/content/080715/09/8309_1431429.html</link>
<category>
</category>
<pubDate>2008-7-15 9:03:41</pubDate>
<description>
<blockquote>In this approach the parser can generate an AST and the code generator can work directly off the AST. This is a reasonable approach providing the AST is a good model of the underlying semantics and you don''t mind coupling the code generation logic to the AST. If those aren''t the case you may well it''s simpler to transform the AST to a Semantic Model and do a simpler code generation from that.</blockquote></description>
<dc:creator></dc:creator>
</item>
<item>
<title>An Introduction to Software Factories (转与 architects.dzone.com)</title>
<link>http://www.360doc.com/content/080624/21/8309_1366783.html</link>
<category>
</category>
<pubDate>2008-6-24 21:43:52</pubDate>
<description>
<blockquote>The key deliverables for a Software Factory are the Software Factory Schema and the Software Factory Template as shown in Figure 5.Once more I would like to emphasize, that developing a Software Factory, as any other software development, should be done in an iterative way and the Software Factory Schema and Software Factory Template will be evolved over many development iterations.</blockquote></description>
<dc:creator></dc:creator>
</item>
</channel></rss>