06 2022 档案

摘要:注入测试不全(下面测试同理),有空回去看 package com.kuang.lesson02; import com.kuang.lesson02.utils.JdbcUtils; import java.sql.Connection; import java.sql.ResultSet; imp 阅读全文
posted @ 2022-06-29 14:47 天井听雨 阅读(31) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/qq_44870887/article/details/119942721 阅读全文
posted @ 2022-06-29 14:45 天井听雨 阅读(8) 评论(0) 推荐(0) 编辑
摘要:https://www.bilibili.com/video/BV1NJ411J79W?p=40&spm_id_from=333.880.my_history.page.click 口诀:贾琏欲执事(加连预执释) 引入依赖,加载驱动 连接数据库 创建预编译语句 设置参数,执行sql 关闭连接,释放资 阅读全文
posted @ 2022-06-29 14:45 天井听雨 阅读(25) 评论(0) 推荐(0) 编辑
摘要:未敲(idea 数据库未安装成功) 阅读全文
posted @ 2022-06-29 14:45 天井听雨 阅读(12) 评论(0) 推荐(0) 编辑
摘要:事务 阅读全文
posted @ 2022-06-29 14:44 天井听雨 阅读(9) 评论(0) 推荐(0) 编辑
摘要:http://blog.codinglabs.org/articles/theory-of-mysql-index.html 有机会再了解 MySQL索引背后的数据结构及算法原理 阅读全文
posted @ 2022-06-29 14:42 天井听雨 阅读(4) 评论(0) 推荐(0) 编辑
摘要:创建用户(暂时先了解一下,不深究) 可视化工具直接用,但是lunix 和 服务器只能靠手敲 MYSQL 备份 阅读全文
posted @ 2022-06-29 14:42 天井听雨 阅读(21) 评论(0) 推荐(0) 编辑
摘要:三大范式 ( 背三大,其他了解) https://www.cnblogs.com/yun meng/p/12783304.html 阅读全文
posted @ 2022-06-29 14:42 天井听雨 阅读(15) 评论(0) 推荐(0) 编辑