代码改变世界

04 2020 档案

java 工具类 复制文件目录 批量修改替换文件
摘要:import java.io.*;public class moveMain { public static void main(String[] args) throws Exception {// String path="G:\\ideaWorkspace\\tzlion-data-platf 阅读全文

posted @ 2020-04-14 10:36 Captain林 阅读(1019) 评论(0) 推荐(0)

windows bat 批量修改文件名。不改变后缀
摘要:@echo offsetlocal enabledelayedexpansionfor %%x in (*.java) do ( rename "%%x" " %%~nxResp.java")pause ###### 1、*.java 当前目录 2、 %%x 为文件名称 3、 %%~nx不带后缀 阅读全文

posted @ 2020-04-09 11:19 Captain林 阅读(946) 评论(1) 推荐(0)

plupload 获取视频时长
摘要:file 已经被拦截处理, file.getNative()获取真正的对象 let fileurl = URL.createObjectURL(file.getNative())let audioElement = new Audio(fileurl)audioElement.addEventLis 阅读全文

posted @ 2020-04-02 09:28 Captain林 阅读(630) 评论(0) 推荐(0)

导航