08 2016 档案

摘要:Class clazz = Class.forName("cn.walle.sysGrid.MyMethod"); Object show = (Object) clazz.newInstance(); getMethod("show",show,null); 阅读全文
posted @ 2016-08-11 11:35 Devan.Yan 阅读(2152) 评论(0) 推荐(0) 编辑
摘要:package cn.walle.sysGrid; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.util.Iterator; import org.apache.poi.hssf.usermodel.HSSFCell; ... 阅读全文
posted @ 2016-08-10 10:14 Devan.Yan 阅读(158) 评论(0) 推荐(0) 编辑
摘要://写文件 public void writeFile(String filePath, String sets) throws IOException { try{ String encoding = "UTF-8";//设置文件的编码!! OutputStreamWriter outstream = new OutputStreamWriter(new F... 阅读全文
posted @ 2016-08-10 09:27 Devan.Yan 阅读(103) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示