05 2022 档案

摘要:###html菜鸟教程 https://www.runoob.com/html/html-basic.html ###开发工具 https://element.eleme.cn/#/zh-CN ##脚本script 全称JavaScript语言,可实现 1.页面动态效果 2.和后台进行数据交互,页面 阅读全文
posted @ 2022-05-30 22:34 想吃坚果 阅读(18) 评论(0) 推荐(0) 编辑
摘要:###统一json返回的数据格式 1.接上篇,在common中添加常数类 1.1ApiResult类 /** * 统一返回对象 * * @author haowei */ //@ApiModel("返回对象") @Getter @Setter @ToString @Builder public cl 阅读全文
posted @ 2022-05-29 21:55 想吃坚果 阅读(347) 评论(0) 推荐(0) 编辑
摘要:##创建SpringBoot项目 1.创建空项目 2.在项目结构中添加模块 3.选择添加SPring Initializr模块 4.新建Controller类,测试springboot @RestController @RequestMapping("/users") public class Us 阅读全文
posted @ 2022-05-16 22:42 想吃坚果 阅读(29) 评论(0) 推荐(0) 编辑
摘要:##Spring+Mybatis+MP ###使用SpringBoot实现增删改查 1.编写pom文件 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-st 阅读全文
posted @ 2022-05-13 23:21 想吃坚果 阅读(14) 评论(0) 推荐(0) 编辑
摘要:##MyBatis-Plus ###用Mybatid-plus实现增删改查 1.将StudentMapper接口继承BaseMapper,将拥有了BaseMapper中的所有方法: public interface StudentMapper extends BaseMapper<Student> 阅读全文
posted @ 2022-05-12 22:21 想吃坚果 阅读(38) 评论(0) 推荐(0) 编辑
摘要:##框架发展 Dao层->数据库的架构 Hibernate Mybatis Mybatis-plus 用户->Servlet层 Struts-2 Springmvc Spring SpringBoot(整合几个框架) ##Mybatis-plus 是一个Mybaits的增强工具,在Mybaits的基 阅读全文
posted @ 2022-05-11 17:15 想吃坚果 阅读(29) 评论(0) 推荐(0) 编辑
摘要:##Ajax 异步的JavaScript和XML,是一种无需重新加载整个网页的情况下,能够更新部分网页的技术,一种用于创建更好更快以及交互性更强的Web应用程序的技术 阅读全文
posted @ 2022-05-07 17:12 想吃坚果 阅读(16) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示