clear old record
This commit is contained in:
22
journals/2023_06_15.md
Normal file
22
journals/2023_06_15.md
Normal file
@@ -0,0 +1,22 @@
|
||||
- [[幸福是一种随机现象吗?]] #积极心理学
|
||||
- ffmpeg音频合并
|
||||
- 获取文件列表
|
||||
- ```bash
|
||||
(for %i in (*.aac) do @echo file '%i') > myAudioList.txt
|
||||
```
|
||||
- ```bash
|
||||
ffmpeg -f concat -safe 0 -i myAudioList.txt -c copy output.aac
|
||||
```
|
||||
- 按时间顺序合并
|
||||
- 重命名工具
|
||||
- 点击文件编辑名称
|
||||
- 拖动顺序后按顺序命名
|
||||
- can not set up a python sdk at python 3.11 #python
|
||||
- 删除虚拟环境后重新创建还是无法报错 #未解决
|
||||
background-color:: red
|
||||
- 临时替代方案
|
||||
- 使用系统python解释器
|
||||
- 使用wsl创建venv
|
||||
- 无法正常运行jupyter
|
||||
background-color:: red
|
||||
- 读书-出售自己的时间给公司-用出售时间和劳作的钱投入到毫无意义的消费主义陷阱中-等退休。
|
||||
Reference in New Issue
Block a user