1 import java.text.ParseException; 2 import java.text.SimpleDateFormat; 3 import java.util.Calendar; 4 import java.util.Date; 5 6 7 public class Te... Read More
posted @ 2014-09-24 14:17 DurantSimpson Views(1309) Comments(0) Diggs(0) Edit
一、数据库部分1.创建bean对象 1 CREATE OR REPLACE TYPE "QUARTZJOBBEAN" as object 2 ( 3 -- Author : Duwc 4 -- Purpose : for QuartzJobBean 5 job_name va... Read More
posted @ 2014-09-23 14:12 DurantSimpson Views(770) Comments(0) Diggs(0) Edit
如果是Microsoft Excel 97-2003 工作表 (.xls)if(31 == cell.getCellStyle().getFillForegroundColor()) //判断单元格前景色为淡蓝色if(10 == book.getFontAt(cell.getCellStyle().... Read More
posted @ 2014-09-11 14:50 DurantSimpson Views(5919) Comments(0) Diggs(0) Edit
当读取如图所示的excel时,显示为第1行 第1列 的内容是:合并单元格其它在合并单元格区域内的单元格不显示示例代码如下: 1 import java.io.FileInputStream; 2 import java.io.FileNotFoundException; 3 import ja... Read More
posted @ 2014-09-11 14:34 DurantSimpson Views(6685) Comments(0) Diggs(0) Edit
1.创建bean对象1 --创建bean对象2 CREATE OR REPLACE TYPE "FM_FLOWCPHDTSWJJIMPBEAN" as object3 (4 wf_no varchar2(256),5 wf_priority_level varchar2(256)6 )... Read More
posted @ 2014-09-11 14:23 DurantSimpson Views(1179) Comments(0) Diggs(0) Edit
Log.java 1 package com.example.entity; 2 3 import java.util.Date; 4 5 public class Log { 6 7 private int id; 8 private Date timesta... Read More
posted @ 2014-09-09 16:37 DurantSimpson Views(666) Comments(0) Diggs(0) Edit