上一页 1 2 3 4 5 6 ··· 37 下一页
摘要: 汇总 # 1 和 3 同时修改 ffmpeg -i yasuo.mp4 -r 20 -s 428*240 out2.mp4 ffmpeg -i yasuo.mp4 -r 20 -vf scale=428:-1 out3.mp4 # 同上 # 1 和 4 同时修改 ffmpeg -i yasuo.mp 阅读全文
posted @ 2022-03-25 18:38 该显示昵称已被使用了 阅读(131) 评论(0) 推荐(0)
摘要: 安装后重启 sudo apt-get install ubuntu-restricted-extras sudo apt install ffmpeg 阅读全文
posted @ 2022-03-25 10:06 该显示昵称已被使用了 阅读(985) 评论(0) 推荐(0)
摘要: 非正式【鸭子类型】 # 接口 class InformalParserInterface: def load_data_source(self, path: str, file_name: str) -> str: """Load in the file for extracting text."" 阅读全文
posted @ 2022-03-24 11:25 该显示昵称已被使用了 阅读(78) 评论(0) 推荐(0)
摘要: def printSomething(param){ println param } def printSomething(param01,param02){ println param01+" "+param02 } printSomething("hello") printSomething(" 阅读全文
posted @ 2022-02-15 15:09 该显示昵称已被使用了 阅读(153) 评论(0) 推荐(0)
摘要: 《红楼梦》在流传过程中逐步形成了众多版本,大致可分为两个系统: 一是八十回抄本系统,其书名或为《石头记》;或为《红楼梦》,因部分版本中有脂砚斋等人的大量批语而被统称为脂评本或脂批本,简称为脂本。包括有甲戌本、已卯本、庚辰本、蒙府本、戚序本、舒序本、列藏本、甲辰本、郑藏本、梦稿本、卞藏本等。秒本据曹雪 阅读全文
posted @ 2022-02-03 09:39 该显示昵称已被使用了 阅读(833) 评论(0) 推荐(0)
摘要: 0.1两黄金=1两白银=1吊(贯)铜钱=1000文铜钱。 这个公式是一个理论上的公式,是一个假定的公式。其实,在不同时代金银铜之间有不同的比价关系,并非固定不变的 0.1两黄金=1两白银=1吊(贯)铜钱=1700文铜钱。 值五分一斤。十斤五钱,五五二两五,三五一十五,再搭上酒菜,一共倒有二十多两银子 阅读全文
posted @ 2022-01-24 12:22 该显示昵称已被使用了 阅读(1270) 评论(0) 推荐(0)
摘要: 一两,一贯, 阅读全文
posted @ 2022-01-21 09:07 该显示昵称已被使用了 阅读(40) 评论(0) 推荐(0)
摘要: get_pty参数 # pty(pseudo terminal device)由两部分构成,ptmx是master端,pts是slave端, get_pty这个参数,实际在远程执行sudo命令时,一般主机都会需要通过tty才能执行,通过把get_pty值设置为True,可以模拟tty, 但是随之而来 阅读全文
posted @ 2022-01-14 15:43 该显示昵称已被使用了 阅读(413) 评论(0) 推荐(0)
摘要: 登陆串口,并且记录log https://blog.csdn.net/hansel/article/details/114682539 putty -serial COMxxx -sercfg 115200,8,n,1,N -sessionlog xxxx.log 更加复杂的操作 https://s 阅读全文
posted @ 2022-01-13 17:09 该显示昵称已被使用了 阅读(286) 评论(0) 推荐(0)
摘要: 1.安装termux 2.安装proot pkg install proot wget -y pkg installl proot-distro proot-distro install ubuntu # 安装ubuntu proot-distro login ubuntu # 登陆ubuntu a 阅读全文
posted @ 2022-01-06 18:01 该显示昵称已被使用了 阅读(225) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 37 下一页