摘要: <HTML><HEAD><TITLE>mac</TITLE><script type="text/javascript"> function load(){ var locator =new ActiveXObject ("WbemScripting.SWbemLocator"); var serv 阅读全文
posted @ 2018-08-09 18:29 五等码农 阅读(244) 评论(0) 推荐(0) 编辑
摘要: # _*_ coding: utf-8 _*___author__ = 'pythonwu'__date__ = "2018/7/27 16:07"import random, stringdef GenPassword(length): #随机出数字的个数 numOfNum = random.ra 阅读全文
posted @ 2018-08-09 18:25 五等码农 阅读(214) 评论(0) 推荐(0) 编辑
摘要: # _*_ coding: utf-8 _*___author__ = 'pythonwu'__date__ = "2018/7/19 17:39"import pyaudioimport wave #使用wave模式CHUNK = 1024 #缓存区设置 1024个字节FORMAT = pyaud 阅读全文
posted @ 2018-08-09 18:24 五等码农 阅读(1101) 评论(0) 推荐(1) 编辑
摘要: # _*_ coding: utf-8 _*___author__ = 'pythonwu'__date__ = "2018/7/23 10:33"import pyaudioimport waveimport sys# 定义数据流块CHUNK = 1024# if len(sys.argv) < 阅读全文
posted @ 2018-08-09 18:19 五等码农 阅读(2808) 评论(0) 推荐(1) 编辑