摘要: 更改SpringBoot的运行输出log 创建一个Spring Boot项目 在SpringBoot项目的resources目录下新建一个banner.txt文件,然后将启动Banner粘贴到文件内,启动项目即可! 五颜六色的佛祖保佑永无BUG 直接复制使用... 阅读全文
posted @ 2020-09-24 15:44 余光都是你 阅读(70) 评论(0) 推荐(0)
摘要: 安装依赖包 npm i echarts -S 在组件内引入echarts improt echarts from 'echarts' html部分 js部分 methods: { setChart() { // 基于准备好的dom,初始化ec... 阅读全文
posted @ 2020-09-24 15:14 余光都是你 阅读(84) 评论(0) 推荐(0)
摘要: 一、下载依赖包 npm i xlsx --savenpm i file-saver --save 二、在需要导出excel的组件导入xlsx、file-saver import XLSX from 'xlsx'import FileSaver from 'fi... 阅读全文
posted @ 2020-09-24 14:34 余光都是你 阅读(625) 评论(0) 推荐(0)