上一页 1 2 3 4 5 6 7 8 9 ··· 33 下一页
摘要: HTTP The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems. bing.com 阅读全文
posted @ 2024-05-07 06:06 快乐的欧阳天美1114 阅读(15) 评论(0) 推荐(0) 编辑
摘要: go1.22.2 -- 序章 golang 官网的 代码汇总,汇总到一起,方便查阅。 注,如有侵权,请通知我 处理🥂。 go.dev 首页 同 https://golang.google.cn 首页。 说明,go.dev 访问时,可能存在访问失败的情况。 搜索:Try Go package mai 阅读全文
posted @ 2024-05-04 10:10 快乐的欧阳天美1114 阅读(10) 评论(0) 推荐(0) 编辑
摘要: vs code 1.88.1(2024-04-10) gitea-1.20-gogit-windows-4.0-amd64 Windows 11 序章 本文演示 自己用的 Visual Studio code 1.88.1 中: 新建分支 合并分支 两个操作。 说明,本文仅展示了 在自己的开发环境, 阅读全文
posted @ 2024-05-03 12:12 快乐的欧阳天美1114 阅读(2602) 评论(0) 推荐(0) 编辑
摘要: go version go1.22.1 windows/amd64 Windows 11 + amd64 x86_64 x86_64 GNU/Linux 序章 golang 支持 跨平台,支持的方式 是 在一个平台 编译其它平台的可执行程序。 本文 介绍 Windows 11(开发主机) 上 编译 阅读全文
posted @ 2024-05-02 21:21 快乐的欧阳天美1114 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 序章 什么是 RPC? 答:RPC(Remote Procedure Call)远程过程调用协议。 RPC 协议的用途是什么? 答:服务间方便地调用,主要后端服务之间。看到一段话,【对外使用 RESTful API,对内使用 RPC】 使用RPC协议的好处? 答:相对于 RESTful API,(数 阅读全文
posted @ 2024-04-29 23:23 快乐的欧阳天美1114 阅读(36) 评论(0) 推荐(0) 编辑
摘要: Windows 11 nginx-1.20.0 "vue": "^3.4.21" 序章 vue3 开发,不需要后端服务业是可以的。 在需要后端服务时,使用 nginx 来转发请求是很好的(个人开发者)。 注,还有什么其它方式吗? 注,本文的后端服务 是使用 Java 开发的 HTTP 接口。 注,参 阅读全文
posted @ 2024-04-29 22:22 快乐的欧阳天美1114 阅读(45) 评论(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 快乐的欧阳天美1114 阅读(1034) 评论(0) 推荐(0) 编辑
摘要: Spring Boot 3.1.10 JAVA 17 序章 统一接口的返回值格式:ResultVO 对象。 拦截 Controller 的请求,对于 返回值不是 ResultVO 对象的,包装成 ResultVO 对象,返回 null(void) 的除外。 实现方式 接口 ResponseBodyA 阅读全文
posted @ 2024-04-21 20:02 快乐的欧阳天美1114 阅读(633) 评论(0) 推荐(0) 编辑
摘要: mysql 8.0.25、8.0.32 序章 使用命令(mysqldump)备份旧数据库的数据——sql文件。 使用命令(mysql> source)导入备份数据到新数据库。 mysqldump 导出 为 sql 文件 使用 只导出数据不导出 结构: 整个数据库 mysqldump -t 数据库名 阅读全文
posted @ 2024-04-17 11:11 快乐的欧阳天美1114 阅读(100) 评论(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 快乐的欧阳天美1114 阅读(20) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 33 下一页