上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 35 下一页
摘要: referrer <meta name="referrer" content="no-referrer"> referrer content的值空字符串no-referrerno-referrer-when-downgradesame-originoriginstrict-originorigin- 阅读全文
posted @ 2022-05-18 10:45 翠微 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 【JavaCV】OpenCV基本使用 OpenCV documentation 阅读全文
posted @ 2022-05-14 11:14 翠微 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 【JavaCV】FFmpeg基本使用 FFmpeg documentation FFmpegFrameFilter fFmpegFrameFilter;FFmpegFrameGrabber fFmpegFrameGrabber;FFmpegFrameRecorder fFmpegFrameRecor 阅读全文
posted @ 2022-05-14 11:08 翠微 阅读(745) 评论(0) 推荐(0) 编辑
摘要: mp4 转 m3u8 ffmpeg -i D:/01_doc/mp4/test/1.mp4 -codec copy -vbsf h264_mp4toannexb -map 0 -f segment -segment_list D:/01_doc/mp4/test/index.m3u8 -segmen 阅读全文
posted @ 2022-05-10 21:33 翠微 阅读(722) 评论(0) 推荐(0) 编辑
摘要: 格式 ffmpeg [选项] [输入文件选项] -i 输入文件 [输出文件选项] 输出文件 参数 ffmpeg -h ffmpeg version 5.0.1-full_build-www.gyan.dev Copyright (c) 2000-2022 the FFmpeg developers 阅读全文
posted @ 2022-05-10 21:17 翠微 阅读(138) 评论(0) 推荐(0) 编辑
摘要: Object.keys Object.defineProperty(p, 'age', { value: 18, enumerable: false }) 阅读全文
posted @ 2022-04-29 21:59 翠微 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 1、没有提供者可用 1、没有提供者可用 {"status":500,"message":"系统异常","data":"No provider available from registry nacos:8848 for service com.feign.DataFeign:1.0.0 on con 阅读全文
posted @ 2022-04-28 10:43 翠微 阅读(330) 评论(0) 推荐(0) 编辑
摘要: 1、创建流 2、过滤 filter 3、映射 map flatMap 4、分组 groupingBy 5、排序 sorted import java.util.*; import java.util.stream.Collectors; 人对象 class Person { private Stri 阅读全文
posted @ 2022-04-24 22:03 翠微 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 作用指定parent的pom文件的路径,Maven构建jar包时候查找顺序:relativePath元素中的地址>本地仓库>远程仓库 1、默认值 默认我们不用写<relativePath>,那默认值就是 ../pom.xml,会从本地路径中获取parent的pom,我们建多模块的项目就是这个情况。 阅读全文
posted @ 2022-04-20 21:26 翠微 阅读(954) 评论(0) 推荐(1) 编辑
摘要: Markdown语法 1、标题 2、无序列表 3、有序列表 4、列表嵌套 1、标题 使用 # 号可表示 1-6 级标题,一级标题对应一个 # 号,二级标题对应两个 # 号,以此类推。# 一级标题## 二级标题### 三级标题#### 四级标题##### 五级标题###### 六级标题 特殊的一级和二 阅读全文
posted @ 2022-04-17 14:50 翠微 阅读(23) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 35 下一页