1、在项目发版时,经常遇到整理并打包更新的文件,可以使用以下命令: ```shell git diff 旧版提交代号 新版提交代号 --name-only | xargs zip 生成压缩包名称.zip ``` 2、删除tag ```shell //1.删除本地tag git tag -d TAG名称 //2.删除远程tag git push origin ...
1、给音频添加背景音乐: ```shell ffmpeg -i 背景.mp3 -i 音频.mp3 -filter_complex amix=inputs=2:duration=first:dropout_transition=2 -c:v copy 输出.mp3 ``` 2、音频拼接: ```shell ffmpeg -i "concat:1.mp3|2.mp3" -ac...
详见:[ https://itiit.cn/html/ffmpeg.html]( https://itiit.cn/html/ffmpeg.html " https://itiit.cn/html/ffmpeg.html")
此教程适用于jetbrains 的所有系列的软件 ## 1.下载安装软件 去官网下载 http://www.jetbrains.com/products.html?fromMenu ## 2.下载jar包 下载链接: https://545c.com/file/18744103-424973548 ## 3.使用方法: - 先下载压缩包解压后得到jetbrains-a...
## 配置MySQL驱动文件 1、 打开PHPStorm,进入到数据源(Data Source)的配置窗口,如下图: ![phpstorm1.png](http://images.kuryun.com/blog/typecho/phpstorm1.png) 2、 点击左侧栏“Drivers”下的“MySQL”,有两种方式安装驱动文件: - 使用PHPStorm提供的驱动文件,默认是未...
## 下载软件 这边提供两个下载方式,都是一样的。软件版本是2019.3.3: - 百度网盘链接: https://pan.baidu.com/s/19f-gug-leOsQUh3KhLbbqw 提取码: yuer - 官网:https://download.jetbrains.com/idea/ideaIU-2019.3.3.dmg 下载后进行安装即可。 ## 破解 1....
详情请点击:**【[Intellij IDEA 中JAVA常用配置项总结](https://segmentfault.com/a/1190000021719915 "Intellij IDEA 中JAVA常用配置项总结")】**