2020年7月23日

django 后端自带加密方法

摘要: 1.在django项目中 /app/test.py 中测试的 导入自带的 模块 from django.contrib.auth.hashers import make_password, check_password 2. 准备 1.加密pwd = make_password('123456', 阅读全文

posted @ 2020-07-23 11:29 mldsh 阅读(1106) 评论(0) 推荐(0) 编辑

2020年7月15日

2020.7.15 遇到一个bug

摘要: 所有的db_table选项都以逗号结尾,这会将它们转换为元组。去掉那些逗号。 db_table = 'renterinfo_osnovanie', 阅读全文

posted @ 2020-07-15 20:30 mldsh 阅读(97) 评论(0) 推荐(0) 编辑

2020年7月12日

签到流程图

摘要: 阅读全文

posted @ 2020-07-12 18:10 mldsh 阅读(702) 评论(0) 推荐(0) 编辑

讲师直播 流程图

摘要: 阅读全文

posted @ 2020-07-12 18:09 mldsh 阅读(124) 评论(0) 推荐(0) 编辑

课程评论

摘要: 阅读全文

posted @ 2020-07-12 18:08 mldsh 阅读(100) 评论(0) 推荐(0) 编辑

2020年7月11日

注册流程图

摘要: 阅读全文

posted @ 2020-07-11 20:36 mldsh 阅读(229) 评论(0) 推荐(0) 编辑

忘记密码,找回密码流程图

摘要: 阅读全文

posted @ 2020-07-11 20:34 mldsh 阅读(1082) 评论(0) 推荐(0) 编辑

支付操作流程图

摘要: 阅读全文

posted @ 2020-07-11 20:32 mldsh 阅读(293) 评论(0) 推荐(0) 编辑

用户查询流程图

摘要: 阅读全文

posted @ 2020-07-11 20:30 mldsh 阅读(805) 评论(0) 推荐(0) 编辑

邀请码生成流程图

摘要: 阅读全文

posted @ 2020-07-11 20:24 mldsh 阅读(595) 评论(0) 推荐(0) 编辑

导航