C# 和 API2008-04-01 13:17API (Application Programming Interface) is a set of commands, which interfaces the programs with the processors. The most commonly used set of externa ...……
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts……
using System;
using System.Collections.Generic;
using System.Text;
using System.DirectoryServices;
namespace ChangePwdWebpart
{
class OperateDirectory
{
//修改密码
...……