摘要: using System;using System.Collections.Generic;using System.Text;using System.Data;namespace dtTest{ class Program { static void Main(string[] args) { DataTable dt = new ... 阅读全文
posted @ 2006-07-20 14:17 mazei 阅读(168) 评论(0) 推荐(0)
摘要: 其它:1.工具里删除不显示加载不需要的工具2.启动时设置为空。 阅读全文
posted @ 2006-07-03 11:50 mazei 阅读(162) 评论(0) 推荐(0)
摘要: 1.以前一直是用自成的DB类库+Commons类库作为通用层2.最近看了LTP的架构及Microsoft的PetShop.3.目前决定对自己类库作改进。其中DB核心代码:DBOperator.cs(abstract) using System;using System.Collections.Generic;using System.Text;using System.Data;using Sys... 阅读全文
posted @ 2006-07-03 04:17 mazei 阅读(512) 评论(1) 推荐(0)