上一页 1 ··· 65 66 67 68 69

2023年2月6日

注册功能

摘要: 前端: 后端: urls.py views.py 阅读全文

posted @ 2023-02-06 22:45 与太阳肩并肩 阅读(9) 评论(0) 推荐(0) 编辑

随机验证码图片代码生成

摘要: 前端: 后端: urls.py: 1.图片相关的模块 2.内存管理器模块 3. 随机模块包random+随机函数 4.功能代码实现 阅读全文

posted @ 2023-02-06 22:41 与太阳肩并肩 阅读(24) 评论(0) 推荐(0) 编辑

2023年2月5日

selenium详细介绍

摘要: 今天带大家一起学(复)习模拟浏览器运行的库Selenium,它是一个用于Web应用程序测试的工具。Selenium测试直接运行在浏览器中,就像真正的用户在操作一样。支持的浏览器包括IE(7, 8, 9, 10, 11),Mozilla Firefox,Safari,Google Chrome,Ope 阅读全文

posted @ 2023-02-05 21:21 与太阳肩并肩 阅读(149) 评论(0) 推荐(0) 编辑

当Django出现django.template.exceptions.TemplateDoesNotExist: list_class.html 时的解决方法

摘要: 修改settings配置文件,如下: 阅读全文

posted @ 2023-02-05 18:36 与太阳肩并肩 阅读(80) 评论(0) 推荐(0) 编辑

多对多表外键关系建立

摘要: 多对多共三种方法,常用半自动,需要建立第三张表做关联,如下 表1: 表2: 创建第3张关联表: 阅读全文

posted @ 2023-02-05 17:49 与太阳肩并肩 阅读(19) 评论(0) 推荐(0) 编辑

migrate数据迁移到数据库时遇到的以下错误:django.db.migrations.exceptions.InconsistentMigrationHistory: Migration admin.0001_initial is applied before its dependency user.0001_initial on database 'default'.

摘要: migrate数据迁移到数据库时遇到的以下错误: django.db.migrations.exceptions.InconsistentMigrationHistory: Migration admin.0001_initial is applied before its dependency u 阅读全文

posted @ 2023-02-05 17:35 与太阳肩并肩 阅读(248) 评论(0) 推荐(0) 编辑

忘记数据库密码如何在Navicat中修改数据库密码

摘要: 找到数据中的user表:执行SQL语句'update user set password=password('新密码') where user='root'' 阅读全文

posted @ 2023-02-05 11:00 与太阳肩并肩 阅读(57) 评论(0) 推荐(0) 编辑

上一页 1 ··· 65 66 67 68 69

导航