上一页 1 2 3 4 5 6 7 8 ··· 15 下一页
摘要: <template> <!--游玩区域--> <div class="panel"> <canvas id="canvas" @touchstart.prevent="touchStart($event)" @touchmove.prevent="eventMove($event)" :style= 阅读全文
posted @ 2020-04-02 11:23 努力~努力再努力~ 阅读(2523) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_41229588/article/details/101159755 一、配置 1.安装依赖: npm install svg-sprite-loader --save-dev 2.配置build文件夹中的webpack.base.conf. 阅读全文
posted @ 2020-03-28 20:05 努力~努力再努力~ 阅读(4917) 评论(0) 推荐(0) 编辑
摘要: 1.安装模块 npm install js-md5 -D 2.在项目中引入模块 import md5 from 'js-md5' 3.把你需要加密的信息进行前期处理 CalcuMD5 = function (pwd) { pwd = pwd.toUpperCase(); pwd = md5(pwd) 阅读全文
posted @ 2020-03-27 15:14 努力~努力再努力~ 阅读(1812) 评论(0) 推荐(0) 编辑
摘要: 1.gitclone前http://10.10.11.4:9999/SZRDC/I`````````.git改为http://git.berchina.com:9999/~~~~``` 2.Cloning into 'kxvc'... remote: HTTP Basic: Access denie 阅读全文
posted @ 2020-03-27 10:23 努力~努力再努力~ 阅读(157) 评论(0) 推荐(0) 编辑
摘要: npm install echarts -S 1.按需引入 新建echarts.js公共引入 // 文件路径 @/lib/echarts.js 自行配置 // 加载echarts,注意引入文件的路径 import echarts from 'echarts/lib/echarts' // 再引入你需 阅读全文
posted @ 2020-03-26 11:48 努力~努力再努力~ 阅读(6932) 评论(0) 推荐(1) 编辑
摘要: <template> <div class="about"> <!-- <h2>This is an aboutEchart page</h2> --> <div id="myChart" ref="myChart"></div> </div> </template> <script> import 阅读全文
posted @ 2020-03-25 15:13 努力~努力再努力~ 阅读(619) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/cjh-strive/p/11065005.html xAxis属性代表echarts图表的x轴设置代码如下 xAxis : [ { type : 'category', // type:坐标轴类型。 // [ default: 'category' 阅读全文
posted @ 2020-03-25 11:58 努力~努力再努力~ 阅读(5056) 评论(1) 推荐(0) 编辑
摘要: 解决办法: // 实例化echarts对象 var/let myChart = echarts.init(this.$refs.myChart) 阅读全文
posted @ 2020-03-25 10:12 努力~努力再努力~ 阅读(11664) 评论(0) 推荐(1) 编辑
摘要: 网上百度了下,解决方案是: 1. 以管理员身份运行PowerShell2. 执行:get-ExecutionPolicy,回复Restricted,表示状态是禁止的3.执行:set-ExecutionPolicy RemoteSigned4.选择Y 注意:一定要以管理员的身份运行PowerShell 阅读全文
posted @ 2020-03-24 18:43 努力~努力再努力~ 阅读(6240) 评论(0) 推荐(1) 编辑
摘要: 第一步 下载样式http://www.iconfont.cn/选择图表,点击加入购物车 第二步 解压下载文件 第三步 修改文件名称 与 iconfont.css 名路径 第四步 将@font-face 拷贝到原 iconfont.css 中 第五步:直接调用即可 阅读全文
posted @ 2020-03-22 11:08 努力~努力再努力~ 阅读(2604) 评论(1) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 15 下一页