-1

我想在我的浏览器中进行全球研究。我有 5 个文件夹,我希望这 5 个文件夹中存在所有解决方案。

有人有想法吗?

ctx = new InitialDirContext(env);

             Attributes matchAttrs = new BasicAttributes(true); // ignore attribute name case

             matchAttrs.put(new BasicAttribute("mail");

             // Search for objects that have those matching attributes
             NamingEnumeration<SearchResult> answer = ctx.search("DC=corp", matchAttrs);`enter code here`
4

1 回答 1

0

好的,不知道为什么,但我的功能searchCtls.setSearchScope(SearchControls.SUBTREE_SCOPE);不起作用。

在这里它正在工作。

对不起帮手,对不起我的名声:D

于 2013-02-27T13:01:54.393 回答