上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 30 下一页
摘要: e://python/ffmpeg-20200403-52523b6-win64-static/bin/ffmpeg -i e://python/music/a.m4a e://python/music/a.mp3 e://python/ffmpeg-20200403-52523b6-win64-s 阅读全文
posted @ 2020-10-10 20:02 3ξ 阅读(81) 评论(0) 推荐(0) 编辑
摘要: #创建定长数字def creat_fivenum(num,n=5): for i in range(1,10): s=str(num) j=10**i if (int(num/j)==0): for a in range(1,6-i): s="0"+s return s+"-" 傻子谁还用那种方法: 阅读全文
posted @ 2020-10-10 19:58 3ξ 阅读(98) 评论(0) 推荐(0) 编辑
摘要: # 查看当前目录文件 ls 查看当前路径 pwd 创建文件 touch 1 1.txt 创建目录 mkdir 1 1.txt 删除文件 rm 1 1.txt 删除目录 rmdir 1 rm -r 1 清屏 clear 查看所有文件 ls -a 查看详细信息 ls -l 查看详细信息并且人性化文件大小 阅读全文
posted @ 2020-10-10 19:57 3ξ 阅读(73) 评论(0) 推荐(0) 编辑
摘要: ''' @author:wusen time :2020-02-28 10:12:41 ''' # # Ctrl + 1: 注释/反注释 # # Ctrl + 4/5: 块注释/块反注释 # '''和"""都可以注释 # #获取当前时间 import datetime now_time=dateti 阅读全文
posted @ 2020-10-10 19:53 3ξ 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 买笔记本: 处理器:因特尔i5 i7 锐龙r5 r7 超威(AMD)不推荐 运行内存:nG 是指可以容纳多少程序同时执行 显卡:集成显卡和独立显卡 独立显卡比集成显卡要好 几核=进程:操作系统进行资源分配和调度的基本单位 。程序之间是时刻来回切换执行的, 4核,代表4个发动机 线程:CPU进行资源分 阅读全文
posted @ 2020-10-10 19:23 3ξ 阅读(237) 评论(0) 推荐(0) 编辑
摘要: <html> <head> <style type="text/css"> /*<!-- 雪花背景色 -->*/ #Snow{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99999; backgroun 阅读全文
posted @ 2020-10-04 04:06 3ξ 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 主网址:https://api.isoyu.com/ VIP视频破解: https://api.isoyu.com/ckplayer/?url=https://www.iqiyi.com/v_1rr6mwddx94.html?vfrm=pcw_home&vfrmblk=L&vfrmrst=71121 阅读全文
posted @ 2020-10-04 03:05 3ξ 阅读(2547) 评论(0) 推荐(0) 编辑
摘要: https://cn.bing.com/translator?from=zh-CHS&to=en&text=代码 翻译: http://fy.iciba.com/ajax.php?a=fy&f=auto&t=auto&w=爱 http://fanyi.youdao.com/translate?sma 阅读全文
posted @ 2020-10-04 02:27 3ξ 阅读(110) 评论(0) 推荐(0) 编辑
摘要: <html> <head></head> <body> <!-- type=0/1 声音不同 --> <audio controls src="http://dict.youdao.com/dictvoice?audio=hello&type=0"> </audio> <audio controls 阅读全文
posted @ 2020-10-04 02:15 3ξ 阅读(680) 评论(0) 推荐(0) 编辑
摘要: import pyttsx3 engine = pyttsx3.init() engine.say("Good") engine.runAndWait() import win32com.client as win speak = win.Dispatch("SAPI.SpVoice") speak 阅读全文
posted @ 2020-10-04 00:18 3ξ 阅读(458) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 30 下一页