会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
努力~努力再努力~
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
···
15
下一页
2020年4月2日
vue 刮刮乐功能实现
摘要: <template> <!--游玩区域--> <div class="panel"> <canvas id="canvas" @touchstart.prevent="touchStart($event)" @touchmove.prevent="eventMove($event)" :style=
阅读全文
posted @ 2020-04-02 11:23 努力~努力再努力~
阅读(2684)
评论(0)
推荐(0)
2020年3月28日
vue-cli3引入svg图标全过程以及遇到的坑
摘要: 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 努力~努力再努力~
阅读(5046)
评论(0)
推荐(0)
2020年3月27日
在vue项目中使用md5加密 sirai
摘要: 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 努力~努力再努力~
阅读(1818)
评论(0)
推荐(0)
gitlab问题
摘要: 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 努力~努力再努力~
阅读(172)
评论(0)
推荐(0)
2020年3月26日
vue按需引入/全局引入echarts
摘要: npm install echarts -S 1.按需引入 新建echarts.js公共引入 // 文件路径 @/lib/echarts.js 自行配置 // 加载echarts,注意引入文件的路径 import echarts from 'echarts/lib/echarts' // 再引入你需
阅读全文
posted @ 2020-03-26 11:48 努力~努力再努力~
阅读(6999)
评论(0)
推荐(1)
2020年3月25日
echarts柱状图
摘要: <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 努力~努力再努力~
阅读(629)
评论(0)
推荐(0)
echarts图表x,y轴的设置
摘要: https://www.cnblogs.com/cjh-strive/p/11065005.html xAxis属性代表echarts图表的x轴设置代码如下 xAxis : [ { type : 'category', // type:坐标轴类型。 // [ default: 'category'
阅读全文
posted @ 2020-03-25 11:58 努力~努力再努力~
阅读(5273)
评论(1)
推荐(0)
vue引入echart Error in mounted hook: "ReferenceError: myChart is not defined" found in
摘要: 解决办法: // 实例化echarts对象 var/let myChart = echarts.init(this.$refs.myChart)
阅读全文
posted @ 2020-03-25 10:12 努力~努力再努力~
阅读(11763)
评论(0)
推荐(1)
2020年3月24日
无法加载文件 C:\Users\Administrator\AppData\Roaming\npm\vue.ps1,因为在此系统··········
摘要: 网上百度了下,解决方案是: 1. 以管理员身份运行PowerShell2. 执行:get-ExecutionPolicy,回复Restricted,表示状态是禁止的3.执行:set-ExecutionPolicy RemoteSigned4.选择Y 注意:一定要以管理员的身份运行PowerShell
阅读全文
posted @ 2020-03-24 18:43 努力~努力再努力~
阅读(6361)
评论(0)
推荐(1)
2020年3月22日
vue中使用阿里图标库iconfont和在旧有的iconfont中添加新的图标
摘要: 第一步 下载样式http://www.iconfont.cn/选择图表,点击加入购物车 第二步 解压下载文件 第三步 修改文件名称 与 iconfont.css 名路径 第四步 将@font-face 拷贝到原 iconfont.css 中 第五步:直接调用即可
阅读全文
posted @ 2020-03-22 11:08 努力~努力再努力~
阅读(2717)
评论(1)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
15
下一页
公告