随笔分类 - sprint-boot
摘要:1、效果 2、代码 import org.springframework.stereotype.Component; import java.time.Duration; import java.time.LocalDate; import java.time.LocalDateTime; impo
阅读全文
摘要:作用:WebMvcConfigurer是一个用于处理网络请求的接口,它是网络通行的规范,使用时需要实现它的方法,有如下几个常用方法: 2.1 addInterceptors:拦截器 2.2 addViewControllers:页面跳转 2.3 addResourceHandlers:静态资源 2.
阅读全文
摘要:Vue 工程 创建 Vue 工程 安装 Element UI、axios 插件 安装 Echarts 1、执行命令 cnpm install echarts@4.9.0 --save 2、main.js 中引入 import echarts from 'echarts' Vue.prototype.
阅读全文