上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 31 下一页
摘要: ''' @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ξ 阅读(68) 评论(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ξ 阅读(2871) 评论(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ξ 阅读(112) 评论(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ξ 阅读(686) 评论(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ξ 阅读(466) 评论(0) 推荐(0) 编辑
摘要: import os def get_all_file(file_dir): all_file_list = [] for root, dirs, files in os.walk(file_dir): # root 表示当前正在访问的文件夹路径 # dirs 表示该文件夹下的子目录名list # f 阅读全文
posted @ 2020-10-03 23:37 3ξ 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 第一步:爬取照片: Teleport Ultra 用这个 第二步:筛选图片: import os def checkimg(url): from PIL import Image # url = "D://a.jpg" try: image = Image.open(url) if (image.s 阅读全文
posted @ 2020-10-03 23:26 3ξ 阅读(142) 评论(0) 推荐(0) 编辑
摘要: https://www.lfd.uci.edu/~gohlke/pythonlibs/ 阅读全文
posted @ 2020-10-01 13:40 3ξ 阅读(141) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 31 下一页