04 2021 档案
摘要:@echo off SET Var0=%0 Set OP= FOR /f "delims=" %%I in ("%Var0%") do Set OP=%%~dpI cd /d %OP% title 安装运行高拍仪对接程序 echo 安装高拍仪驱动程序(注:复制驱动程序到对应目录) xcopy "WS
阅读全文
摘要:/** * 调用流程上传文件接口上传文件 * @param path * @return */ public String sendPostUplodFile(String path) { DataOutputStream out = null; BufferedReader in = null;
阅读全文