Chinaunix首页 | 论坛 | 博客
  • 博客访问: 252150
  • 博文数量: 65
  • 博客积分: 2026
  • 博客等级: 大尉
  • 技术积分: 695
  • 用 户 组: 普通用户
  • 注册时间: 2006-02-12 14:34
文章分类

全部博文(65)

文章存档

2012年(1)

2011年(1)

2010年(1)

2009年(2)

2008年(7)

2007年(6)

2006年(47)

我的朋友

分类: Java

2006-04-06 20:26:29

1. 
Hashtable mhashtable = new Hashtable();
 2.
/**
* @return 返回 mhashtable。
  */
 public Hashtable getMhashtable() {
  return mhashtable;
 }
3.
uHashtable.put(username, usernamevalue);
 
4. 
LdapParse createM = new LdapParse();
Hashtable hashKey = (Hashtable)createM.getUHashtable();
 Enumeration enum;
 String name, value;
 enum = hashKey.keys();
 while (enum.hasMoreElements())
 {
  name = (String) enum.nextElement();
  value = (String) hashKey.get(name);
 }
阅读(4145) | 评论(10) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2009-09-04 22:01:50

http://www2.597update.com/donghai3/ietool.dll