会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
杰_森
白头搔更短,浑欲不胜簪
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
3
4
5
6
7
8
9
10
11
下一页
2019年8月20日
四十四、vue脚手架搭建项目时报Failed to download repo vuejs-templates/webpack: unable to verify the first certificate
摘要: 解决思路如下: **第一步:**https://github.com/vuejs-templates/webpack 下载webpack文件; **第二部:**到C盘找到.vue-templates文件,找不到?在命令工具C:\Users\Administrator>md .vue-template
阅读全文
posted @ 2019-08-20 11:14 杰_森
阅读(4287)
评论(0)
推荐(0)
编辑
四十三、NPM报错ERR! code UNABLE_TO_VERIFY_LEAF_SIGNATURE
摘要: 使用以下命令npm config set strict-ssl false
阅读全文
posted @ 2019-08-20 10:36 杰_森
阅读(550)
评论(0)
推荐(0)
编辑
2019年4月29日
四十二、在线预览pdf文件
摘要: //文档在线观看 checkWoc(type, id, taskId, smsId, stsId) { if(type == "zip" || type == "7z" || type == "rar") { this.$notify({ title: '警告', message: '不支持的格式,请下载观看!', type: 'war...
阅读全文
posted @ 2019-04-29 11:27 杰_森
阅读(212)
评论(0)
推荐(0)
编辑
四十一、下载附件
摘要: //文档下载 startDownLoad(metarId, taskId, smsId, stsId) { var params = { id: metarId, taskId: taskId, smsId: smsId, stsId: stsId, } //var json = JSON.stringify(params);...
阅读全文
posted @ 2019-04-29 11:24 杰_森
阅读(129)
评论(0)
推荐(0)
编辑
四十、操作数组不改变原数组的值
摘要: getCurrentUserIds(){ this.searchRequest("/trainingActivityAuditing/getCurrentUserIds").then(resp => { this.addForm.originatorName = resp.data.data; //部门id var val = []; debugg...
阅读全文
posted @ 2019-04-29 10:20 杰_森
阅读(449)
评论(0)
推荐(0)
编辑
2019年4月24日
三十九、vue中element最原始的分页(未封装的)
摘要: html data() { return { activityId:'', scoreUserForm: { name: '', }, currentPage1: 1, pageSize1: 10, scorePageUser: [], } }, //分页隐藏显示。无数据隐藏 c...
阅读全文
posted @ 2019-04-24 11:00 杰_森
阅读(142)
评论(0)
推荐(0)
编辑
2018年12月6日
三十八、天天快报(滚动)
摘要: 引入以上的js,然后初始化
阅读全文
posted @ 2018-12-06 10:04 杰_森
阅读(200)
评论(0)
推荐(0)
编辑
2018年11月28日
三十七、小程序页面跳转传参参数值为url时参数丢失
摘要: 当参数的值为url的时候,在options中的值没有参数“?”之后字符串被截取。例如:let url="http://baidu.com/?a=1&b=2"wx.navigateTo({url: `detail?url=${url}`})可以使用encodeURIComponent():函数可把字符
阅读全文
posted @ 2018-11-28 15:12 杰_森
阅读(678)
评论(0)
推荐(0)
编辑
2018年11月23日
三十六、fetch
摘要: https://developer.mozilla.org/zh-CN/docs/Web/API/Fetch_API
阅读全文
posted @ 2018-11-23 18:04 杰_森
阅读(85)
评论(0)
推荐(0)
编辑
三十六、最好用的懒加载
摘要: echo.min.js 初始化: Echo.init({ offset:1, //离可视区域多少像素的图片可以被加载 throttle:1 //图片延迟多少毫秒加载 });
阅读全文
posted @ 2018-11-23 11:50 杰_森
阅读(253)
评论(0)
推荐(0)
编辑
上一页
1
···
3
4
5
6
7
8
9
10
11
下一页
公告