摘要:
MySQL 事务配置命令行操作和持久化 参考 MySQL 官方参考手册 提供 5.5 5.6 5.7 8.0 版本的参考手册 https://dev.mysql.com/doc/refman/5.5/en/set transaction.html 帮助信息,本质上是查询4个帮助表获取帮助信息 隔离级 阅读全文
摘要:
springboot 整合 jpa pom.xml application.properties 实体类 Dao 接口 启动类 测试类 Bugs 阅读全文
摘要:
spring 整合 jpa 客户的基本CRUD 依赖 spring jpa 配置文件 实体类 编写符合 Spring Data JPA 规范的 Dao 层接口 在 Spring Data JPA 中,对于定义符合规范的 Dao 层接口,我们只需要遵循以下几点就可以了: 1. 创建一个 Dao 层接口 阅读全文
摘要:
Linux 上安装 redis redis 下载 redis 版本 redis 安装步骤 下载、解压、编译Redis `tar` redis 安装实战 编译 使用 make 编译失败,因为没有安装 gcc。 gcc: Command not found cc: command not found [ 阅读全文
摘要:
配置本地 yum 仓库 `CentOS Media.repo 本地软件源 downloadonly downloaddir 只下载不安装` Linux 挂载镜像源 "Centos制作本地yum源" https://www.cnblogs.com/daleyzou/p/Linux.html Linux 阅读全文
摘要:
mv 命令 no target directory 参数确保对目录进行重命名而不是移动 https://www.gnu.org/software/coreutils/manual/html_node/Target directory.html Target directory 场景 通配符匹配文件或 阅读全文