摘要: ORACLE日期时间函数大全 TO_DATE格式(以时间:2007-11-02 13:45:25为例) Year: yy two digits 两位年 显示值:07 yyy three digits 三位年 显示值:007 yyyy four digits 四位年 显示值:2007 Month: m 阅读全文
posted @ 2016-08-02 21:06 零零柒 阅读(208) 评论(0) 推荐(0)
摘要: 实体类 阅读全文
posted @ 2016-08-02 20:56 零零柒 阅读(400) 评论(0) 推荐(0)
摘要: package poiexcel; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStream; import java.lang.reflect.Method; import java.net.URLEncoder; import ja... 阅读全文
posted @ 2016-08-02 20:55 零零柒 阅读(249) 评论(0) 推荐(0)