摘要: # 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 阅读(1155) 评论(0) 推荐(0) 编辑
摘要: 根据指定字符长度,并指定生成个数,随机生成数字与字母的混合,并存入Mysql数据库中 阅读全文
posted @ 2017-10-24 11:31 milian0711 阅读(1481) 评论(0) 推荐(0) 编辑
摘要: 读取yaml文件时的报错处理:TypeError: 'encoding' is an invalid keyword argument for this function 阅读全文
posted @ 2017-07-07 15:18 milian0711 阅读(86431) 评论(3) 推荐(5) 编辑
摘要: 本人所用Django版本为1.11,在设置请求方法为POST时,遇到标题中的错误,尝试了多种方法,最终通过下面的操作来修复: 在template文件中添加图中红框部分 接着,导入csrf_exempt,同时在方法前面添加装饰器 阅读全文
posted @ 2017-05-25 09:27 milian0711 阅读(751) 评论(0) 推荐(0) 编辑
摘要: 在前面添加: 阅读全文
posted @ 2017-05-10 15:56 milian0711 阅读(25194) 评论(1) 推荐(2) 编辑