摘要:
一, Dot Net 1.1 1.FileObject 实体类,用来存储文件名和文件创建时间 public class FileObjClass{ public string fileName;public DateTime fileTime;} 2.自定义排序规则,按照文件创建时间排序 public class SortClass:IComparer{public SortClass(... 阅读全文
摘要:
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... 阅读全文