12 2021 档案

read the docs
摘要:1. 在 GitHub 新建一个repo 2. git clone git@github.com:readthedocs/tutorial-template.git 3. 把刚刚 clone 的 repo 里的 docs 文件夹整个复制到自己新建的那个repo里 4. 新建 requirements 阅读全文

posted @ 2021-12-10 20:53 HolaWorld 阅读(304) 评论(0) 推荐(0)

linux 挂载移动硬盘
摘要:fdisk -l mkdir -p /mnt/usbhd1 mount -t ntfs /dev/sdc1 /mnt/usbhd1 # 挂载 umount /mnt/usbhd1 # 解挂载 https://www.linuxprobe.com/mount-detail-parameters.htm 阅读全文

posted @ 2021-12-09 11:11 HolaWorld 阅读(250) 评论(0) 推荐(0)

无法连接NVIDIA驱动
摘要:NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running. sudo a 阅读全文

posted @ 2021-12-08 11:43 HolaWorld 阅读(461) 评论(0) 推荐(0)

nodejs
摘要:sudo apt install nodejs npm nodejs-legacy 阅读全文

posted @ 2021-12-07 00:58 HolaWorld 阅读(25) 评论(0) 推荐(0)

音频读写
摘要:### 0. ```python import librosa import numpy as np from scipy.io.wavfile import write wav, sr = librosa.load("iii.wav", sr=16000) write("ooo.wav", 160 阅读全文

posted @ 2021-12-01 17:14 HolaWorld 阅读(401) 评论(0) 推荐(0)

导航