随笔 - 3  文章 - 0  评论 - 0  阅读 - 103 
  2022年10月14日
摘要: 1.pom.xml中添加依赖 <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>5.2.16.RELEASE</version> </depende 阅读全文
posted @ 2022-10-14 14:25 INDream 阅读(9) 评论(0) 推荐(0) 编辑
  2022年10月13日
摘要: Thymeleaf 1.标准表达式 ${...}:变量表达式 *{...}: 选择表达式 #{...} : 消息表达式 @{...}: 连接表达式 <img th:src="@{url}"> ~{...} : 片段表达式 2.基础语法 文本标签 th:text/th:utext ​ 1.th:tex 阅读全文
posted @ 2022-10-13 18:18 INDream 阅读(31) 评论(0) 推荐(0) 编辑
  2022年8月7日
摘要: Ajax 1.XMLHttpRequest对象 执行的操作: 从客户端发送数据到服务器后台 从服务器接收数据 更新网页而不需要重新加载页面 属性: onReadyStateChange, 只要readystate属性发生变化就会调用它 readyState 表示请求的状态 0-未打开,未调用open 阅读全文
posted @ 2022-08-07 18:58 INDream 阅读(63) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示