摘要: 1 /* 2 * To change this template, choose Tools | Templates 3 * and open the template in the editor. 4 */ 5 package inputtest; 6 7 import java.io.*; 8 import java.util.Scanner; 9 import java.util.logging.Level;10 import java.util.logging.Logger;11 12 /**13 *14 * @author Lowitty15 */16 public ... 阅读全文
posted @ 2012-11-09 17:43 端木芸萱 阅读(714) 评论(0) 推荐(0) 编辑
摘要: 1 import java.io.BufferedReader; 2 import java.io.File; 3 import java.io.FileInputStream; 4 import java.io.FileNotFoundException; 5 import java.io.IOException; 6 import java.io.InputStreamReader; 7 import java.util.Vector; 8 9 import jxl.Workbook; 10 import jxl.write.Label; 11 import jxl.... 阅读全文
posted @ 2012-11-09 17:34 端木芸萱 阅读(262) 评论(0) 推荐(0) 编辑