摘要: 1. 编码质量,编码速度和编码时间的关系 You can have fast, high-quality encoding, but the file will be large You can have high-quality, smaller file size, but the encodi 阅读全文
posted @ 2022-06-24 19:37 MoonXu 阅读(113) 评论(0) 推荐(0)
摘要: 1 && ||ping -c1 www.baidu.com && echo "ok" || echo "no"2. expect perl java python shell3. cat 1.txt >> 2.txt4. python << -EOF(JWW)print "hello"EOF5. . 阅读全文
posted @ 2022-06-24 15:53 MoonXu 阅读(39) 评论(0) 推荐(0)