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 与太阳肩并肩 阅读(132) 评论(0) 推荐(0) 编辑

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

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

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

多对多表外键关系建立

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

posted @ 2023-02-05 17:49 与太阳肩并肩 阅读(18) 评论(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 与太阳肩并肩 阅读(240) 评论(0) 推荐(0) 编辑

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

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

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

导航