摘要: // dn = "cn=1,cn=Users,DC=域名,DC=COM";// Attributes answer = ctx.getAttributes(dn);// for (NamingEnumeration ae = answer.getAll(); ae.hasMore();) {// A 阅读全文
posted @ 2016-03-08 15:41 智华 阅读(2244) 评论(0) 推荐(0)
摘要: 开源组件: https://sourceforge.net/projects/htmlunit/ demo public void post() { try { WebClient client = new WebClient(BrowserVersion.INTERNET_EXPLORER_7); 阅读全文
posted @ 2016-03-08 13:28 智华 阅读(582) 评论(0) 推荐(0)