子敬正在创造自己的人生
需求有轻重缓急,功能有可控不可控。 需求有版本有截止(否则会无休无止),功能不可控变为可控。 集中兵力消灭敌人有生力量,集中优势兵力消灭敌人有生力量。
04 2014 档案
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) 推荐(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) 推荐(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) 推荐(0)
javascript深入理解js闭包
摘要:http://www.jb51.net/article/24101.htm 阅读全文
posted @ 2014-04-04 12:44 silentjesse 阅读(136) 评论(0) 推荐(0)