上一页 1 2 3 4 5 6 7 8 ··· 32 下一页
摘要: Windows 11 nginx-1.20.0 "vue": "^3.4.21" 序章 vue3 开发,不需要后端服务业是可以的。 在需要后端服务时,使用 nginx 来转发请求是很好的(个人开发者)。 注,还有什么其它方式吗? 注,本文的后端服务 是使用 Java 开发的 HTTP 接口。 注,参 阅读全文
posted @ 2024-04-29 22:22 快乐的总统95 阅读(34) 评论(0) 推荐(0) 编辑
摘要: "@element-plus/icons-vue": "^2.3.1","axios": "^1.6.8","element-plus": "^2.6.2","pinia": "^2.1.7","pinia-plugin-persistedstate": "^3.2.1","vue": "^3.4. 阅读全文
posted @ 2024-04-22 14:14 快乐的总统95 阅读(732) 评论(0) 推荐(0) 编辑
摘要: Spring Boot 3.1.10 JAVA 17 序章 统一接口的返回值格式:ResultVO 对象。 拦截 Controller 的请求,对于 返回值不是 ResultVO 对象的,包装成 ResultVO 对象,返回 null(void) 的除外。 实现方式 接口 ResponseBodyA 阅读全文
posted @ 2024-04-21 20:02 快乐的总统95 阅读(503) 评论(0) 推荐(0) 编辑
摘要: mysql 8.0.25、8.0.32 序章 使用命令(mysqldump)备份旧数据库的数据——sql文件。 使用命令(mysql> source)导入备份数据到新数据库。 mysqldump 导出 为 sql 文件 使用 只导出数据不导出 结构: 整个数据库 mysqldump -t 数据库名 阅读全文
posted @ 2024-04-17 11:11 快乐的总统95 阅读(65) 评论(0) 推荐(0) 编辑
摘要: MySQL 8.0.33 mybatis 3.5.15 mybatis-plus 3.5.5 序章 功能:给文本内容打标签。 文本表:text,主键 uuid,还有 content 字段。 文本标签表:text_tag,主键uuid,字段text_uuid 为 text表的主键,还有 tag_nam 阅读全文
posted @ 2024-04-12 05:56 快乐的总统95 阅读(12) 评论(0) 推荐(0) 编辑
摘要: spring boot 3.1.10 spring-boot-starter-security 3.1.10 spring security web 6.1.8 -- ben发布于博客园 序章 自定义了 Bean SecurityFilterChain,在 http.authorizeHttpReq 阅读全文
posted @ 2024-04-10 11:14 快乐的总统95 阅读(581) 评论(0) 推荐(0) 编辑
摘要: Windows 11 x86_64 node: '20.11.1' npm: '10.2.4' -- cnpm@9.4.0:npm@9.9.2,node@20.11.1 -- vue@3.4.21 vite@5.2.8 -- nginx-1.20.0 on Windows -- 序章 作者 是 前端 阅读全文
posted @ 2024-04-09 13:14 快乐的总统95 阅读(33) 评论(0) 推荐(0) 编辑
摘要: IntelliJ IDEA 2023.1.1 (Community Edition) Build #IC-231.8770.65, built on April 27, 2023 -- 序章 两个分支:main、feature-security。 目标: 将 feature-security 合并 阅读全文
posted @ 2024-04-06 20:02 快乐的总统95 阅读(1569) 评论(0) 推荐(0) 编辑
摘要: spring boot 3.0.13(3.1.10) spring security 6.0.8(6.1.8) -- 官方文档: https://docs.spring.io/spring-security/reference/index.html 写文时最新为 6.2.3 。 说明,先是用 spr 阅读全文
posted @ 2024-04-03 13:24 快乐的总统95 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 1、factoryBeanObjectType spring boot 3.2.2 + mybatis-plus-boot-starter 3.5.5。 定义了 Mapper 、继承 com.baomidou.mybatisplus.extension.service.IService 的接口、实现 阅读全文
posted @ 2024-04-01 19:30 快乐的总统95 阅读(154) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 32 下一页