摘要:
# coding:utf-8 import re def CountNum(filepath): myfile = open(filepath, 'r') content = myfile.read() CountDict = {} pattern = '[,.\s]\s*' words = re. 阅读全文
posted @ 2017-10-24 17:27
milian0711
阅读(1178)
评论(0)
推荐(0)
摘要:
根据指定字符长度,并指定生成个数,随机生成数字与字母的混合,并存入Mysql数据库中 阅读全文
posted @ 2017-10-24 11:31
milian0711
阅读(1513)
评论(0)
推荐(0)