摘要: ffmpeg 合并视频报"Unsafe file name" 问题: 增加-safe=0 参数 ffmpeg -f concat -safe 0 -i ./video.txt -c copy -y ./Scratch安装步骤.mp4 # 第一种方式 # video.txt 文本内容 需要注意文件顺序 阅读全文
posted @ 2023-09-10 16:35 蒂尔捷绅の 阅读(68) 评论(0) 推荐(0)
摘要: 下载地址:https://www.elastic.co/cn/downloads/ 支持:https://www.elastic.co/cn/support/matrix # elastrcsearch.yml需要注意 xpack安全配置修改为: false # 解决[.geoip_database 阅读全文
posted @ 2022-12-25 17:10 蒂尔捷绅の 阅读(427) 评论(0) 推荐(0)
摘要: Java反汇编:HSDIS、JITWatch windwos: https://blog.51cto.com/u_11966318/5374259 # git https://github.com/liuzhengyang/hsdis # 让JVM以编译模式执行代码,即JVM会在第一次运行时即将所有 阅读全文
posted @ 2022-12-25 10:42 蒂尔捷绅の 阅读(62) 评论(0) 推荐(0)
摘要: curl : curl - How To Use tcpdump 下载地址: Microolap TCPDUMP for Windows — Download web services : Web Services Addressing 1.0 - Core (w3.org) w3 tools :  阅读全文
posted @ 2022-12-15 10:03 蒂尔捷绅の 阅读(28) 评论(0) 推荐(0)
摘要: 1. xml文件加载 #beanFactroy下属性 #(XmlBeanDefinitionReader)解析spring.xml文件, 注册registerBeanDefinitions 1. entityResolver -> schemaResolver 主要加载META-INF/spring 阅读全文
posted @ 2022-11-21 20:42 蒂尔捷绅の 阅读(33) 评论(0) 推荐(0)
摘要: 切换字符编码 chcp # 设置cmd面板字符集为utf-8 chcp 65001 注册号表中: 计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor下新建autorun 值:chcp 65001 阅读全文
posted @ 2022-10-21 17:33 蒂尔捷绅の 阅读(61) 评论(0) 推荐(0)
摘要: ##2004-03-24 ###spring1.0 @Transaction ##2006-10-03 ###spring2.0 @Required @Repository @Aspect扩展配置 @Autowired @Qualifier @Component @Service @Controll 阅读全文
posted @ 2022-10-15 09:46 蒂尔捷绅の 阅读(42) 评论(0) 推荐(0)
摘要: Git 全局设置: git config --global user.name "蒂尔" git config --global user.email "dater5ed@163.com" 创建 git 仓库: mkdir reactor-webflux cd reactor-webflux git 阅读全文
posted @ 2022-10-14 19:59 蒂尔捷绅の 阅读(94) 评论(0) 推荐(0)
摘要: # 前提需要本地仓库下存在项目的所有依赖包 1. maven settings.xml文件配置。 如果idea和本地mvn环境使用的settings.xml路径不一致。则需要同步修改。 <!-- 第一种方式,修改mirrors --> <!-- # 前提需要本地仓库下存在项目的所有依赖包 --> < 阅读全文
posted @ 2022-08-19 13:23 蒂尔捷绅の 阅读(272) 评论(0) 推荐(0)
摘要: 此下载 https://gitee.com/fastdfs100/fastdfs ,最新安装包有问题,暂未解决。 安装包如下: 链接:https://pan.baidu.com/s/1uihcXbpp4PvcF4mZ8kFhTw?pwd=1234 提取码:1234 #本配置为centos7下部署 # 阅读全文
posted @ 2022-06-21 11:56 蒂尔捷绅の 阅读(107) 评论(0) 推荐(0)