上一页 1 ··· 4 5 6 7 8 9 10 11 下一页
摘要: https://www.jianshu.com/p/a927bcecdbc0 阅读全文
posted @ 2019-09-11 15:34 pikachuWorld 阅读(220) 评论(0) 推荐(0) 编辑
摘要: Gitlab用户在组中有五种权限:Guest、Reporter、Developer、Master、Owner Gitlab权限管理Gitlab用户在组中有五种权限:Guest、Reporter、Developer、Master、Owner Guest:可以创建issue、发表评论,不能读写版本库Re 阅读全文
posted @ 2019-09-10 18:58 pikachuWorld 阅读(311) 评论(0) 推荐(0) 编辑
摘要: 微信小程序分享参数传递(微信小程序获取分享path参数) https://www.cnblogs.com/jing1208/p/6252408.html 微信小程序 微信通过扫码跳到任意一个小程序页面 微信扫码跳转小程序任意页面 前提:小程序必须上线比较坑还是直接跳h5吧 https://blog. 阅读全文
posted @ 2019-09-09 00:39 pikachuWorld 阅读(978) 评论(0) 推荐(0) 编辑
摘要: 关于vue-cli3.*搭建项目由于时间再补充遇到的问题 创建一个项目 #vue create https://cli.vuejs.org/zh/guide/creating-a-project.html#vue-create node环境 node/12.1.0 打包路径显示语法错误路径不对/改成 阅读全文
posted @ 2019-09-09 00:34 pikachuWorld 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 1、今天是这个问题打开搜索的项目 页面报错超时错误最后在axios.js发现下面两行都注释了还是报错 axios.defaults.timeout = 30000 axios.defaults.headers.presetProperties = {} 后来差了各种资料估计请求没发出去代理问题 pr 阅读全文
posted @ 2019-09-04 18:09 pikachuWorld 阅读(6887) 评论(0) 推荐(0) 编辑
摘要: "devDependencies": { "babel-core": "^6.26.3", "babel-preset-env": "^1.7.0", "babel-preset-es2015": "^6.24.1", "gulp": "^3.9.1", "gulp-babel": "^7.0.1" 阅读全文
posted @ 2019-08-24 16:25 pikachuWorld 阅读(2039) 评论(0) 推荐(0) 编辑
摘要: 一般我们处理小数点都是toFixed,这个四舍五入的。如果不想死五入可以先转转化为字符串然后截取在用toFixed formatDecimal(num, decimal) { if(num){ num = num.toString() let index = num.indexOf('.') if 阅读全文
posted @ 2019-08-23 14:58 pikachuWorld 阅读(2070) 评论(0) 推荐(0) 编辑
摘要: 问题描述: 1、A页面列表页面跳转到B页面提交用户资料提交完成那回退到A页面数据不刷新 解决思路:页面跳转成功之后再去回到A页面请求新的数据传到A页面列表页(子组件) 提交完成回退件页面重新在onShow() {}的生命周期 A页面初始化顺便打一下生命周期,后面的的变量是小程序调用接口获取登录凭证, 阅读全文
posted @ 2019-08-18 17:24 pikachuWorld 阅读(7982) 评论(0) 推荐(0) 编辑
摘要: mac右上角点击小人图标 辅助功能偏好设置--缩小快捷键 阅读全文
posted @ 2019-08-15 11:12 pikachuWorld 阅读(3609) 评论(0) 推荐(0) 编辑
摘要: //引用类型 Array类型-数组篇总结 // 创建数组两种方式 //-、使用Array构造函数 let colors = new Array(); //创建数组数量 let colors2 = new Array(20); //包含3个字符值的数组 let colors3 = new Array( 阅读全文
posted @ 2019-06-23 23:51 pikachuWorld 阅读(197) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 下一页