优化审批数据推送展示内容和数据下载
This commit is contained in:
@@ -163,6 +163,13 @@ public class SystemOperate {
|
||||
|
||||
}
|
||||
|
||||
public static void main(String[] args) throws UnsupportedEncodingException {
|
||||
String outputFileName = "总结3.docx";
|
||||
String encodeFileName = URLEncoder.encode(outputFileName, "UTF-8");
|
||||
encodeFileName = encodeFileName.replaceAll("\\+", "%20");
|
||||
System.out.printf("encodeFileName:%s\n", encodeFileName);
|
||||
}
|
||||
|
||||
public static void destroyProcess(Process process) {
|
||||
process.destroy();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user