2018年3月12日

摘要: 恢复内容开始 public static DirectoryEntry GetUserEntryByAccount(DirectoryEntry entry, string account) { DirectorySearcher searcher = new DirectorySearcher(e 阅读全文

posted @ 2018-03-12 14:09 Alex→Chen 阅读(290) 评论(0) 推荐(0)

摘要: 显示名称 属性名称 First Name givenName Last Name sn Initials initials Description description Office physicalDeliveryOfficeName Telephone Number telephoneNumb 阅读全文

posted @ 2018-03-12 14:07 Alex→Chen 阅读(189) 评论(0) 推荐(0)

摘要: 注意: App_Start 文件夹 下 WebApiConfig.cs文件 config.Routes.MapHttpRoute( name: "DefaultApi", routeTemplate: "api/{controller}/{id}", defaults: new { id = Rou 阅读全文

posted @ 2018-03-12 12:08 Alex→Chen 阅读(208) 评论(0) 推荐(0)

摘要: // // 摘要: // 指定打印队列或其打印机的状态。 [Flags] public enum PrintQueueStatus { // // 摘要: // 未指定状态。 None = 0, // // 摘要: // 打印队列已暂停。 Paused = 1, // // 摘要: // 由于错误情 阅读全文

posted @ 2018-03-12 11:41 Alex→Chen 阅读(2131) 评论(0) 推荐(0)