摘要:
private void saveBinary(InputStream in, Long userId, String remark) { Sql sql = new Sql("insert into 表名 (id,CONTENT,USER_ID,REMARK) values(序列.N... 阅读全文
摘要:
select SEQ_a.NEXTVAL from dual 阅读全文
摘要:
public static void createFileToNewPath(InputStream inStream, String newPath) { try { int bytesum = 0; int byteread = 0; ... 阅读全文