上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 25 下一页
摘要: File ==> setting 阅读全文
posted @ 2022-03-07 18:04 叕叕666 阅读(360) 评论(0) 推荐(0)
摘要: 下载安装 File -> setting -> plugins -> 查找lombok后安装重启 导入依赖 o... 阅读全文
posted @ 2022-03-07 18:04 叕叕666 阅读(187) 评论(0) 推荐(0)
摘要: 以下为源代码 @Target(ElementType.TYPE)@Retention(RetentionPolicy.RUNTIME... 阅读全文
posted @ 2022-03-07 18:04 叕叕666 阅读(69) 评论(0) 推荐(0)
摘要: 添加依赖 在pow.xml中加入: 4.0.0 com.example demo 0.0.1-SNAPS... 阅读全文
posted @ 2022-03-07 18:04 叕叕666 阅读(62) 评论(0) 推荐(0)
摘要: mysql的分页查询 -- select 字段 from 库名.表名 limit m,n;-- m:需要查询的页数减1,n:每页显示... 阅读全文
posted @ 2022-03-07 18:04 叕叕666 阅读(186) 评论(0) 推荐(0)
摘要: 存放表名和库名的对应 select * from information_schema.tables 存放字段名和表名和库名的对... 阅读全文
posted @ 2022-03-07 18:04 叕叕666 阅读(158) 评论(0) 推荐(0)
摘要: 查oracle的版本 select * from v$version 查询出所有的用户 SELECT * FROM ALL_... 阅读全文
posted @ 2022-03-07 18:04 叕叕666 阅读(390) 评论(0) 推荐(0)
摘要: django.db.utils.OperationalError: (2003, "Can't connect to MySQL s... 阅读全文
posted @ 2022-03-07 18:04 叕叕666 阅读(829) 评论(0) 推荐(0)
摘要: django.core.exceptions.ImproperlyConfigured: Specifying a namespac... 阅读全文
posted @ 2022-03-07 18:04 叕叕666 阅读(58) 评论(0) 推荐(0)
摘要: 1)使用json模块 python类型转json字符串 json.dumps(data) json字符串转python类型 json... 阅读全文
posted @ 2022-03-07 18:04 叕叕666 阅读(43) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 25 下一页