2004年2月6日

MSMQ

摘要: http://www.codeproject.com/w2k/msmq.asp Windows 2000 (NT 4.0 with its service packs) provides you with MTS, IIS, MSMQ. Microsoft Transaction Server (MTS) provides you with the ability to write service... 阅读全文

posted @ 2004-02-06 17:11 coollzh 阅读(866) 评论(1) 推荐(0) 编辑

用C#修改Windows 2000用户密码

摘要: // Programming in C# using System; using System.DirectoryServices; public class MyChangePasswordExample { public static void Main(string[] args) { DirectoryEntry myDirectoryEntry; myDirectoryEntr... 阅读全文

posted @ 2004-02-06 14:06 coollzh 阅读(699) 评论(0) 推荐(0) 编辑

导航