随笔- 310  文章- 1  评论- 0  阅读- 85655 
10 2021 档案
python 提取视频中音频
摘要:安装moviepy模块 pip install moviepy movie_to_mp3.py #!/usr/bin/env python #-*- coding:utf-8 -*- # 提取视频中的音频 # pip install moviepy from moviepy.editor impor 阅读全文
posted @ 2021-10-26 18:00 boye169 阅读(382) 评论(0) 推荐(0) 编辑
GIT 克隆代码、新建分支
摘要:克隆代码 git clone git@gitee.com/aa/test.git #克隆主分支 git clone -b boye-dev git@gitee.com/aa/test.git boye-dev #克隆boye-dev分支 创建并切换到新分支 git clone git@gitee.c 阅读全文
posted @ 2021-10-15 10:11 boye169 阅读(184) 评论(0) 推荐(0) 编辑
JS实现复制功能的方法
摘要:<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>JS实现复制功能的方法 </title> </head> <script type="text/javascript"> function copyText(){ var te 阅读全文
posted @ 2021-10-15 09:52 boye169 阅读(414) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示