摘要: 比较简单,直接看代码:import java.io.File;import java.io.FileInputStream;import org.apache.poi.hssf.usermodel.HSSFCell;import org.apache.poi.hssf.usermodel.HSSFRow;import org.apache.poi.hssf.usermodel.HSSFSheet;import org.apache.poi.hssf.usermodel.HSSFWorkbook;public class PoiReadExcel {public static void read 阅读全文
posted @ 2012-10-26 17:35 火光闪耀 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 直接看代码:package ldap.a;import java.util.Hashtable;import javax.naming.Context;import javax.naming.NamingEnumeration;import javax.naming.NamingException;import javax.naming.directory.Attribute;import javax.naming.directory.Attributes;import javax.naming.directory.SearchControls;import javax.naming.dire 阅读全文
posted @ 2012-10-26 17:29 火光闪耀 阅读(836) 评论(0) 推荐(1) 编辑