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