摘要: private void saveBinary(InputStream in, Long userId, String remark) { Sql sql = new Sql("insert into 表名 (id,CONTENT,USER_ID,REMARK) values(序列.N... 阅读全文
posted @ 2014-09-24 17:10 IT菜菜 阅读(2025) 评论(0) 推荐(0) 编辑
摘要: select SEQ_a.NEXTVAL from dual 阅读全文
posted @ 2014-09-24 17:08 IT菜菜 阅读(249) 评论(0) 推荐(1) 编辑
摘要: public static void createFileToNewPath(InputStream inStream, String newPath) { try { int bytesum = 0; int byteread = 0; ... 阅读全文
posted @ 2014-09-24 17:05 IT菜菜 阅读(177) 评论(0) 推荐(0) 编辑