傻强

岂是池鱼恋旧渊,敢比雄鹰上九天。
轻酌小唱性情酣,宏图霸业谈笑间。

导航

文章分类 -  RuleEngine

CodeDom生成代码编译后反射调用
摘要:代码: 1usingSystem; 2usingSystem.CodeDom; 3usingSystem.CodeDom.Compiler; 4usingSystem.Collections; 5usingSystem.IO; 6usingSystem.Reflection; 7usingMicrosoft.CSharp; 8... 阅读全文

posted @ 2005-05-13 14:15 傻强 阅读(773) 评论(1) 推荐(0)

高可配置规则引擎
摘要:1.将规则表示为XML,然后通过XML将判断语句都生成代码,编译成程序集,动态加载到规则引擎中去 2.将规则表示为XML然后通过加载XML文档每次有数据产生时组织递归判断 阅读全文

posted @ 2005-04-14 14:10 傻强 阅读(706) 评论(0) 推荐(0)