05 2019 档案
摘要:需求: server端:接收时间戳时间,转换成格式化时间 client端:每隔10秒中把时间戳发给server端,time.time() 1、时间格式转换模块time_convert.py 模块说明: 导入time模块,定义时间戳转成格式化时间(字符串时间)的函数custom_time(timest
阅读全文
摘要:from random import choice import string passwd_length = int(input('请输入要生成的密码长度:')) passwd_count = int(input('请输入要生成几组密码:')) symbols = string.punctuati
阅读全文

浙公网安备 33010602011771号