摘要:
最后还是没反应 删除app从新安装, 可参考https://www.jianshu.com/p/47c1377c61d6 阅读全文
摘要:
后来发现获取的地址uri是编码过得,我要获取本地的路径下面是完整版的 阅读全文
摘要:
微信小程序压缩图片需要用到 const upng = require('../../static/js/upng.js');和pake.min.js去下载两个文件放一起 地址https://github.com/zh8637688/wx-cardscanner/tree/master/cardsca 阅读全文
摘要:
1.创建一个数组,判断数组中是否存在某个值 var newarr = [ { num: 1, val: 'ceshi', flag: 'aa' }, { num: 2, val: 'ceshi2', flag: 'aa2' } ] console.log(newarr.filter(item => 阅读全文
摘要:
今天第一次用vue-cli 构建一个项目时, 前期一直很正常, 在编写了sass 时就报错了, 错误如下 This dependency was not found: * !!vue-style-loader!css-loader?{"sourceMap":false}!../../../node_ 阅读全文
摘要:
这是GitHub地址https://github.com/don/BluetoothSerial 阅读全文
摘要:
1.环境搭建 安装node.js: 从node.js官网下载并安装node,安装过程很简单。 npm 版本需要大于 3.0,如果低于此版本需要升级它: # 查看版本 $ npm -v 2.3.0 #升级 npm cnpm install npm -g 2.安装vue-cli脚手架构建工具 先看下你的 阅读全文
摘要:
1.打开config/index.js,在proxyTable中添写如下代码 proxyTable: { '/api': { //使用"/api"来代替"http://f.apiplus.c" target: 'http://f.apiplus.cn', //源地址 secure: false, / 阅读全文