09 2021 档案
摘要:package com.example.tool.controller;import sun.misc.BASE64Decoder;import sun.misc.BASE64Encoder;import java.io.File;import java.io.FileInputStream;imp
阅读全文
摘要:一、需要jar包 commons-net-3.8.0.jar 二、部分实现代码 // 连接远程ftp文件服务器Map<String,String> filesMap = new HashMap<>();FtpFile ftpFile = new FtpFile();ftpFile.connectSe
阅读全文
摘要:一、先将Blob转为字节数组 Blob attFile = (Blob) queryFileByPkVal.get("ATT_FILE");byte[] blobToBytes = Base64Util.blobToBytes(attFile); public static byte[] blobT
阅读全文
摘要:一、需要3个jar包。aspose-words-15.8.0.jar itext2_rq.jar report4.jar二、一个xml文件去水印用,该文件放在resources路径下License.xml<License><Data><Products><Product>Aspose.Total f
阅读全文
摘要:package com.example.demo.controller; //需要rt.jar包 import sun.misc.BASE64Decoder; import java.io.FileOutputStream; import java.io.IOException; /** * Cre
阅读全文

浙公网安备 33010602011771号