Bolik‘s AIO Blog
All In One Team Blog
摘要: 下图为今天设计脚本管理模块时采用VS2005随手画的结构图 对脚本管理有如下构想: 1、 脚本存储分多种方式(当前设计考虑支持文件存储&数据库存储) 2、 要求脚本管理系统实现与存储系统解耦,即使得脚本管理对存储系统透明,脚本管理系统不必知道如何存储 3、 脚本能够UNC唯一,AIO要求脚本可以相互调用,设计UNC是为了能够正确调用正确的脚本 4、 脚本可以实现多种分类方式,支持多种目... 阅读全文
posted @ 2006-05-10 19:57 Bolik 阅读(1302) 评论(0) 推荐(0) 编辑
摘要: SingletonProvider 实现代码 1using System; 2using System.Collections.Generic; 3using System.Text; 4using System.Reflection; 5 6namespace AIO.DesignPattern.Singleton 7{ 8 public sealed class SingletonProv... 阅读全文
posted @ 2006-05-10 14:55 Bolik 阅读(1156) 评论(5) 推荐(0) 编辑
摘要: SingletonProvider 实现代码 1using System; 2using System.Collections.Generic; 3using System.Text; 4using System.Reflection; 5 6namespace AIO.DesignPattern.Singleton 7{ 8 public sealed class SingletonProv... 阅读全文
posted @ 2006-05-10 14:50 Bolik 阅读(372) 评论(0) 推荐(0) 编辑
摘要: AIO项目初始化完成 初步建立两个Solution AIO.sln(for windows ) & PPCAIO.sln(WM5.0 for PPC) 采用Team foundation build建立了每日构建(包含单元测试) 项目第一步实现各种语言脚本引擎 并实现跨脚本之间相互调用 (All in one must be all in script) 拟支持脚本:.Net Script(VB.... 阅读全文
posted @ 2006-05-10 14:20 Bolik 阅读(666) 评论(5) 推荐(0) 编辑