上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 87 下一页
摘要: https://schools.collinsdictionary.com/ https://kids.britannica.com/show-what-you-know-podcast 阅读全文
posted @ 2024-07-29 10:05 profesor 阅读(26) 评论(0) 推荐(0)
摘要: 【/tmp/open*****_last_version】Download Failed:【how to fix it, please visit the web page mentioned above.】 登录openwrt后台主页,http://your-router-ip/cgi-bin/l 阅读全文
posted @ 2024-07-26 09:26 profesor 阅读(0) 评论(0) 推荐(0)
摘要: from random import sample mylist = ['python', 'c++', 'html', 'CSS', 'JavaScript'] print(sample(mylist, k=4)) 使用choices会有重复,而使用sample,则不会出现重复。 来源:https 阅读全文
posted @ 2024-07-23 18:38 profesor 阅读(80) 评论(0) 推荐(0)
摘要: https://corpus.rae.es/lfrecuencias.html Corpus de Referencia del Español Actual (CREA) - Listado de frecuencias 1000 formas más frecuentes 5000 formas 阅读全文
posted @ 2024-07-21 19:52 profesor 阅读(201) 评论(0) 推荐(0)
摘要: erótico: 1. adj. Perteneciente o relativo al amor o al placer sexuales. Sentía una fuerte atracción erótica hacia ella. circular: 2. intr. Ir y venir. 阅读全文
posted @ 2024-07-21 18:03 profesor 阅读(30) 评论(0) 推荐(0)
摘要: You could use this command: ffmpeg -i input.wav -vn -ar 44100 -ac 2 -b:a 192k output.mp3 Explanation of the used arguments in this example: -i - input 阅读全文
posted @ 2024-07-19 21:18 profesor 阅读(105) 评论(0) 推荐(0)
摘要: gentoo linux: https://mirrors.ustc.edu.cn/help/gentoo.html https://mirrors.ustc.edu.cn/gentoo/releases/amd64/autobuilds/ Installation Guide for AMD64: 阅读全文
posted @ 2024-07-16 10:51 profesor 阅读(65) 评论(0) 推荐(0)
摘要: efibootmgr sudo efibootmgr -b 0001 -B sudo !! 来源:https://www.youtube.com/watch?v=C_m0_JzbydU&ab_channel=GaryNewell 阅读全文
posted @ 2024-07-16 10:47 profesor 阅读(23) 评论(0) 推荐(0)
摘要: Network中设置Adapter 1 Promiscuous Mode: Allow VMs 阅读全文
posted @ 2024-07-15 01:55 profesor 阅读(23) 评论(0) 推荐(0)
摘要: bash shell: vim ~/.bash_aliases export PATH=$PATH:/opt:/home/euler/.bin 注意/opt,后面不要加/,不能写成/opt/ 同理/home/euler/.bin,不能写成home/euler/.bin/ :wq 保存退出 . ~/. 阅读全文
posted @ 2024-07-11 19:09 profesor 阅读(45) 评论(0) 推荐(0)
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 87 下一页