会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
5s005
博客园
首页
新随笔
联系
订阅
管理
2022年7月17日
通过 SQL 语句查看外键约束的相关信息,使用存储系统信息的数据库:information_schema。
摘要: 通过 SQL 语句查看外键约束的相关信息,使用存储系统信息的数据库:information_schema。 SELECT constraint_name, -- 表示外键约束名称 table_name, -- 表示外键约束所属数据表的名称 column_name, -- 表示外键约束的字段名称 re
阅读全文
posted @ 2022-07-17 17:13 os005
阅读(404)
评论(0)
推荐(0)
2022年4月1日
因为杀毒软件,而报错:selenium.common.exceptions.WebDriverException: Message: unknown error: DevToolsActivePort file doesn't exist
摘要: 以前可以运行selenium的driver.get() 今天不能自动打开网页,报错:selenium.common.exceptions.WebDriverException: Message: unknown error: DevToolsActivePort file doesn't exist
阅读全文
posted @ 2022-04-01 12:29 os005
阅读(443)
评论(0)
推荐(0)
公告