
Tools
日常工作中会用到的一些工具
iwill567
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
JRebel and XRebel
1. Settings-Plugins-Marketplace中搜索"JRebel and XRebel" 2. Help-JRebel-Activation中激活 “https://jrebel.qekang.com/” + 32位UUID进行注册 邮箱填自己的 3. 设置为离线使用 4. View-Tool Windows-JRebel面板中勾选项目 5. 点击Rebel Debug运行 ...原创 2022-04-13 11:26:16 · 882 阅读 · 0 评论 -
FFmpeg 4.3.1
1. 官网 http://www.ffmpeg.org/download.html 2. 下载 3. 将解压后bin录入加入到Path系统环境变量 4. 测试配置是否成功 ffmpeg -version 5. 切割文件为m3u8 ffmpeg.exe -i D:\file.mp4 -c:v libx264 -c:a aac -strict -2 -f hls -hls_list_size 0 D:\output.m3u8 ...原创 2021-01-06 11:25:53 · 364 阅读 · 0 评论