0%

学习需要搭建一个由视频循环播放产生的rtsp源,使用vlc循环播放遇到了每次循环播放时流都会短暂中断的问题,使用ffmepg方案解决了,做个记录备忘。

阅读全文 »

Window环境:

在git bash中设置如下config

1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 编辑器 这个可以不改..修改之后git所有编辑器都会调用vscode
git config --global core.editor 'code --wait'

# merge工具
git config --global merge.tool vscode
git config --global mergetool.vscode.cmd 'code --wait $MERGED'
git config --global mergetool.vscode.trustExitCode true

# diff工具
git config --global diff.tool vscode
git config --global difftool.vscode.cmd 'code --wait --diff $LOCAL $REMOTE'

# 关闭*.orig备份文件生成
git config --global mergetool.keepBackup false
阅读全文 »

最近因为阿里云的服务器快到期了,那边备案啊监管比较麻烦,所以干脆把服务器迁到了海外。迁移wordpress整个过程还是遇到了挺多的麻烦事,记录一下以便以后可能会用得上。

阅读全文 »

这里是🍊的个人blog,记录一些生活的点滴琐事。