摘要: //规格代码的生成 private String getCode (String code) { char[] chars=code.toCharArray(); if (chars[2]==57){ chars[2]+=8; }else if (chars[2]<90){ chars[2]+... 阅读全文
posted @ 2018-12-26 16:19 zc1212 阅读(1290) 评论(0) 推荐(0) 编辑
摘要: public static boolean waterMark(String inputFile, String outputFile, String waterMarkName)throws IOException { try { //inputFile = new String(i... 阅读全文
posted @ 2018-12-26 16:09 zc1212 阅读(666) 评论(0) 推荐(0) 编辑