摘要: DirectoryEntry dir = new DirectoryEntry("LDAP://ap.sony.com", txtUserName.Text, txtPWD.Text);DirectorySearcher searcher = new DirectorySearcher(dir); 阅读全文
posted @ 2017-06-11 13:00 xiaoyi.devil 阅读(849) 评论(0) 推荐(0)
摘要: 阅读本文章之前的准备阅读本文章前,需要读者对以下知识有所了解。否则,阅读过程中会在相应的内容上遇到不同程度的问题。懂得ASP/ASP.NET编程 了解ASP/ASP.NET的Session模型 了解ASP.NET程序模型 了解ASP.NETWeb应用程序文件Web.config的作用、意义及使用方法 阅读全文
posted @ 2017-05-14 15:34 xiaoyi.devil 阅读(414) 评论(0) 推荐(0)
摘要: public class ConvertCase { private static char[] x = { 'Q', 'W', 'E', 'R', 'T', 'Y', 'U', 'I', 'O', 'P', 'A', 'S', 'D', 'F', 'G', 'H', 'J', 'K', 'L' 阅读全文
posted @ 2017-04-18 09:48 xiaoyi.devil 阅读(456) 评论(0) 推荐(0)