- 博客(5)
- 收藏
- 关注
原创 Vue-cli and Vue-router基本使用
vue-cli 准备工作 下载node.js 下载vue-cli脚手架 npm install vue-cli -g 下载webpack打包工具 npm install webpack -g 其余所需到网上下载并学习 vue-router 基础语法 <router-link to="/url"></router-link> <router-link to="url"></router-link> //带参 <router-link :to="na
2020-09-23 09:22:42
99
原创 Vue的基本使用
Vue 基础语法 js部分 var vm = new Vue({ el : '#目标id', data : { message: '', list: ['',''], map : { 'key':'value' } }, methods:{ methodName : function(){ methodContent; r
2020-09-23 09:20:59
72
原创 thymeleaf简单运用
thymeleaf 依赖:直接可以模板导入 名称空间:xmlns:th=“http://www.thymeleaf.org” 标准表达式语法: ${...} 变量表达式,Variable Expressions @{...} 链接表达式,Link URL Expressions #{...} 消息表达式,Message Expressions 消息表达式一般用于国际化的场景。 ~{...} 代码块表达式,Fragment Expressions th:insert:将代码块片
2020-09-20 08:47:36
144
原创 springboot-shiro-thymeleaf简单运用
springboot-shiro 依赖 <!--shiro--> <dependency> <groupId>com.github.boyazuo</groupId> <artifactId>shiro-spring-boot-starter</artifactId> <version>1.0.3</version> </dependency> <!--thym
2020-09-20 08:46:07
267
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人