摘要: 一, Dot Net 1.1 1.FileObject 实体类,用来存储文件名和文件创建时间 public class FileObjClass{ public string fileName;public DateTime fileTime;} 2.自定义排序规则,按照文件创建时间排序 public class SortClass:IComparer{public SortClass(... 阅读全文
posted @ 2006-12-22 14:36 upzone 阅读(343) 评论(0) 推荐(0) 编辑
摘要: When you attempt to start the MSDTC (MicroSoft Distributed Transaction Coordinator) service in Windows XP, or Windows Server 2003, you receive: Windows could not start the Distributed Transaction Co... 阅读全文
posted @ 2006-12-22 00:47 upzone 阅读(1799) 评论(0) 推荐(0) 编辑