摘要:
< script type = "text/javascript" >function Person() { // 属性 this.head = 1; this.eye = 2; // 方法 this.eat = function () { alert("吃东西"); } } //扩展类的方法 Pe 阅读全文
posted @ 2016-06-16 19:12
N神3
阅读(156)
评论(0)
推荐(0)
摘要:
package com.it.simple.util; import java.io.BufferedOutputStream;import java.io.ByteArrayOutputStream;import java.io.File;import java.io.FileInputStrea 阅读全文
posted @ 2016-06-16 11:39
N神3
阅读(626)
评论(0)
推荐(0)
摘要:
由于HSSFWorkbook只能操作excel2003一下版本,XSSFWorkbook只能操作excel2007以上版本,所以利用Workbook接口创建对应的对象操作excel来处理兼容性 @Test public void test6() throws Exception{ HSSFWorkb 阅读全文
posted @ 2016-06-16 11:12
N神3
阅读(30986)
评论(0)
推荐(0)

浙公网安备 33010602011771号