GPS平台、网站建设、软件开发、系统运维,找森大网络科技!http://cnsendnet.taobao.com来自森大科技官方博客http://www.cnsendblog.com/index.php/?p=653 Windows 7 及以上版本,可以使用命令行来计算文件的MD5值 certuti ...
分类:
其他好文 时间:
2020-05-20 22:48:14
阅读次数:
67
【目录】 一、jQuery操作标签 二、jQuery绑定事件 一、jQuery操作标签 1、操作类 js版本 jQuery版本classList.add() addClass()classList.remove() removeClass()classList.contains() hasClass ...
分类:
编程语言 时间:
2020-05-20 21:39:39
阅读次数:
76
os 模块提供了非常丰富的方法用来处理文件和目录。常用的方法如下表所示: os.access(path, mode) os.chdir(path) os.chflags(path, flags) os.chmod(path, mode) os.chown(path, uid, gid) os.chr ...
分类:
编程语言 时间:
2020-05-18 16:05:53
阅读次数:
52
文件上传的controller @Autowired private service uploadService; @PostMapping("/image") public ResponseEntity<String> saveImage(@RequestParam("file")Multipar ...
分类:
编程语言 时间:
2020-05-15 20:02:50
阅读次数:
91
以ASP.NET Core WebAPI 作后端 API ,用 Vue 构建前端页面,用 Axios 从前端访问后端 API ,包括文件的上传和下载。 准备文件上传的API #region 文件上传 可以带参数 [HttpPost("upload")] public JsonResult uploa ...
分类:
Web程序 时间:
2020-05-12 16:42:52
阅读次数:
70
一、通过下面方式 BasicFileAttributes attr = null; try { Path path = file.toPath(); attr = Files.readAttributes(path, BasicFileAttributes.class); } catch (IOEx ...
分类:
编程语言 时间:
2020-05-11 00:55:37
阅读次数:
237
本篇文章主要是讲解如何通过 FFmpeg 代码来获取文件信息。 首先准备一个文件,用命令行来查看它的基本信息。 文件地址如下: https://github.com/glumes/av beginner/blob/master/resource/video/video avi 320x320.avi ...
分类:
其他好文 时间:
2020-05-10 23:21:24
阅读次数:
82
MD5现在是用来作为一种数字签名算法,即A向B发送数据m,为了让B确信数据是A送来的并且没有被篡改于是A就是用hash算法将数据散列一并发送给 B。B接收到文件以后也用相同的hash算法校验数据是否被修改。主要是防止数据被修改的。MD5值的重复就是所谓的碰撞。 获取文件的MD5码 System.ou ...
分类:
编程语言 时间:
2020-05-10 21:21:10
阅读次数:
97
list_files.py from labelme2coco2 import labelme2coco import os import glob # 获取文件名 file_names = os.listdir("./img2/") json_files = [] new_json_files = ...
分类:
其他好文 时间:
2020-05-08 17:53:13
阅读次数:
66
错误如下:pacman -S make gcc diffutils :: 正在获取软件包......错误:无法从 repo.msys2.org : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds 获取 ...
分类:
其他好文 时间:
2020-05-07 22:54:18
阅读次数:
232