摘要: Referencing column 'x' and referenced column 'x' in foreign key constraint 'x' are incompatible.解决方案 第一步检查数据类型 参考https://www.cnblogs.com/jardeng/p/128 阅读全文
posted @ 2023-12-05 21:43 XiSoul 阅读(30) 评论(0) 推荐(0) 编辑
摘要: - 认识字符串- 下标- 切片- 常用操作方法 阅读全文
posted @ 2023-12-05 21:38 XiSoul 阅读(6) 评论(0) 推荐(0) 编辑
摘要: - 了解循环 - while语法【重点】 - while应用 - break和continue - while循环嵌套【重点】 - while循环嵌套应用【难点】 - for循环 阅读全文
posted @ 2023-12-05 21:26 XiSoul 阅读(10) 评论(0) 推荐(0) 编辑
摘要: - 条件语句作用 - if语法 - if...else... - 多重判断 - if嵌套 阅读全文
posted @ 2023-12-05 21:05 XiSoul 阅读(12) 评论(0) 推荐(0) 编辑