摘要: https://blog.csdn.net/qq_57581439/article/details/132086303 阅读全文
posted @ 2024-06-13 10:33 xd99 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 参考链接:https://blog.csdn.net/qq_63218179/article/details/133947498 阅读全文
posted @ 2024-05-16 18:08 xd99 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 引入pom文件依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-validation</artifactId></dependency> 依赖文章地址https:// 阅读全文
posted @ 2024-05-16 18:07 xd99 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 第一步,引入依赖 <!--验证码依赖--><dependency><groupId>com.github.whvcse</groupId><artifactId>easy-captcha</artifactId><version>1.6.2</version></dependency> <!-- 算 阅读全文
posted @ 2024-05-16 18:07 xd99 阅读(49) 评论(0) 推荐(0) 编辑
摘要: 详情:https://www.jb51.net/article/254947.htm 文章详情https://blog.csdn.net/oldGreenHand46/article/details/119928582 阅读全文
posted @ 2024-05-11 09:49 xd99 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 详细教程:https://www.cnblogs.com/ya-qiang/p/9462766.html 1、 File >> Settings… >> Editor >> File and Code Templates /*** @Auther: Zxd* @Date: ${YEAR}/${MON 阅读全文
posted @ 2024-05-02 18:48 xd99 阅读(47) 评论(0) 推荐(0) 编辑
摘要: nacos配置详细教程:https://blog.csdn.net/qq_20957669/article/details/132019408 nacos父子工程配置依赖:https://blog.csdn.net/ggjklncffd/article/details/129170887 nacos 阅读全文
posted @ 2024-05-02 13:18 xd99 阅读(5) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_43600166/article/details/136187969 前提条件需要安装docker https://yeasy.gitbook.io/docker_practice/install/centos NameServer 1.拉取容器 d 阅读全文
posted @ 2024-04-28 13:24 xd99 阅读(152) 评论(0) 推荐(0) 编辑
摘要: b站教学 通过小乌龟可视化软件提交 https://www.bilibili.com/video/BV1hf4y1W7yT/?p=1&vd_source=714b8a2323b700f15d0b7b31226f1d5d idea中将代码上传到gitee https://www.bilibili.co 阅读全文
posted @ 2024-04-28 10:32 xd99 阅读(12) 评论(0) 推荐(0) 编辑
摘要: jdk https://blog.csdn.net/qq_41694906/article/details/126372085 通过Xftp把jdk安装包上传到linux服务器 解压jdk命令 tar -zxvf jdk-8u341-linux-x64.tar.gz 配置环境变量 vim /etc/ 阅读全文
posted @ 2024-04-28 10:32 xd99 阅读(49) 评论(0) 推荐(0) 编辑