office转换成pdf
摘要:import java.io.File;import java.io.FileNotFoundException;import java.io.FileOutputStream;import java.io.IOException;import com.itextpdf.text.Document;...
阅读全文
posted @
2014-04-22 10:16
silentjesse
阅读(5549)
推荐(0)
repo_file_in_folder
摘要:-- Create tablecreate table repo_file( uuid varchar2(50), create_time TIMESTAMP(6), creator varchar2(50), modify_time ...
阅读全文
posted @
2014-04-18 10:57
silentjesse
阅读(192)
推荐(0)
repo_folder
摘要:-- Create tablecreate table REPO_FOLDER( UUID VARCHAR2(50) not null, VALID VARCHAR2(2) not null, CREATE_TIME TIMESTAMP(6) not null, C...
阅读全文
posted @
2014-04-18 10:36
silentjesse
阅读(305)
推荐(0)
javascript深入理解js闭包
摘要:http://www.jb51.net/article/24101.htm
阅读全文
posted @
2014-04-04 12:44
silentjesse
阅读(136)
推荐(0)