上一页 1 2 3 4 5 6 7 8 ··· 85 下一页
摘要: vue可视化图表 基于Echarts封装好的v-charts 近期公司又一个新的需求,要做一个订单和销售额统计的项目,需要用到可视化图表来更直观的展示数据。首先我想到的是Echarts,众所周知Echarts是一个应用很广的可视化图表库,用来展示统计数据更合适不过,但是偶然间发现了一个更为方便的图表 阅读全文
posted @ 2020-02-18 11:17 dekevin 阅读(896) 评论(0) 推荐(0) 编辑
摘要: 1、安装三个依赖包 npm install -S file-saver npm install -S xlsx npm install -D script-loader 2、在项目中创建一个文件夹(比如vendor,一般是在src目录下创建) 把Blob.js和 Export2Excel.js这两个 阅读全文
posted @ 2020-02-18 11:08 dekevin 阅读(490) 评论(0) 推荐(0) 编辑
摘要: 项目中原本使用的富文本编辑器是 wangEditor,这是一个很轻量、简洁编辑器 但是公司的业务升级,想要一个功能更全面的编辑器,我找了好久,目前常见的编辑器有这些: UEditor:百度前端的开源项目,功能强大,基于 jQuery,但已经没有再维护,而且限定了后端代码,修改起来比较费劲 boots 阅读全文
posted @ 2020-02-18 10:55 dekevin 阅读(5134) 评论(1) 推荐(0) 编辑
摘要: 安装 npm install --save screenfull 在需要的页面引用 import screenfull from 'screenfull' 全屏使用 <template> <span @click='clickFullscreen'>全屏</span> </template> <sc 阅读全文
posted @ 2020-02-18 09:22 dekevin 阅读(2864) 评论(0) 推荐(0) 编辑
摘要: pringboot项目端口配置可以通过application.yml或application.properties指定 server : port : 80 或者 server.port = 8089 阅读全文
posted @ 2020-02-17 15:45 dekevin 阅读(10689) 评论(0) 推荐(1) 编辑
摘要: 什么maven本地仓库,默认是用户目录下的.m2/repository这个文件。现在在网上搜,idea怎么使用maven?很多都还说要下载maven插件的,其实idea是自带maven插件的,所以不用我们再下载什么?怎么把依赖包下载到我们的本地仓库呢?一般是idea默认了路径,而且idea是没有所谓 阅读全文
posted @ 2020-02-15 21:11 dekevin 阅读(1480) 评论(0) 推荐(0) 编辑
摘要: finish父工程就创建完成 next next finish子工程就创建好了,在父工程的pom.xml文件中配置对springboot依赖 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-st 阅读全文
posted @ 2020-02-15 20:00 dekevin 阅读(652) 评论(0) 推荐(0) 编辑
摘要: 参考连接:https://blog.csdn.net/w405722907/article/details/94720868 1,关于文件名:必须以如下方式命名,不要乱起名,也无需专门手动控制加载哪个文件 .env 全局默认配置文件,不论什么环境都会加载合并 .env.development 开发环 阅读全文
posted @ 2020-02-14 16:57 dekevin 阅读(2478) 评论(0) 推荐(0) 编辑
摘要: 输入项目的git地址,就可以。 阅读全文
posted @ 2020-02-14 11:59 dekevin 阅读(2622) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_36407875/article/details/84642060 axios 简介 axios 是一个基于Promise 用于浏览器和 nodejs 的 HTTP 客户端,它本身具有以下特征: 从浏览器中创建 XMLHttpRequest 从 no 阅读全文
posted @ 2020-02-14 10:39 dekevin 阅读(138) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 85 下一页