上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页
摘要: Mac上解决Chrome浏览器跨域问题 出现的问题 我们要做的第一步,就是创建一个文件夹,这个文件夹是用来保存关闭安全策略后的用户信息的,名字可以随意取,位置也可以随意放 open -n /Applications/Google\ Chrome.app/ --args --disable-web-s 阅读全文
posted @ 2020-03-09 14:55 pikachuWorld 阅读(327) 评论(0) 推荐(0) 编辑
摘要: 数组定义了5个迭代方法和归并方法 上一篇总结数组的基础用法,感兴趣可以可以看之前总结: https://www.cnblogs.com/pikachuworld/p/12404521.html 今天主要总结一下ECMASCript5为数组定义了5个迭代方法和归并方法reduce()和reduceRg 阅读全文
posted @ 2020-03-03 22:30 pikachuWorld 阅读(206) 评论(0) 推荐(0) 编辑
摘要: js数组篇--常用方法 1、创建数组的2种方式 // 第一种创建方式 let colors= new Array() let colors= new Array(20) //length为20的数组 let colors= new Array('red', 'blue', 'green')//创建3 阅读全文
posted @ 2020-03-03 20:51 pikachuWorld 阅读(209) 评论(0) 推荐(0) 编辑
摘要: css篇——flex布局详解 --关于fle布局 常用的还是那几个属性flex-direction,justify-content,align-items,这两天重现翻阅动手都操作了一遍感觉收获不少,测试google浏览器现在系统整理一,如下: 一、Flex 布局是什么? Flex 是 Flexib 阅读全文
posted @ 2020-03-02 14:15 pikachuWorld 阅读(1101) 评论(1) 推荐(0) 编辑
摘要: dev.js const HOST = '"http://dev"' // const HOST_M = '"http://dev"' const GLOBAL_ENV = 1 module.exports = { env: { NODE_ENV: '"development"' }, define 阅读全文
posted @ 2020-02-04 15:18 pikachuWorld 阅读(2978) 评论(0) 推荐(0) 编辑
摘要: dev.js // NOTE H5 端使用 devServer 实现跨域,需要修改 package.json 的运行命令,加入环境变量 const isH5 = process.env.CLIENT_ENV 'h5' const HOST = '"https://min"' const HOST_M 阅读全文
posted @ 2020-02-04 15:13 pikachuWorld 阅读(871) 评论(0) 推荐(0) 编辑
摘要: 小程序分包之后本地预览 taro启动npm run dev:weapp 改成 NODE_ENV=production taro build --type weapp --watch可以改变这个问题,亲测有效,做一下笔记 阅读全文
posted @ 2020-02-04 13:42 pikachuWorld 阅读(1327) 评论(0) 推荐(0) 编辑
摘要: 多端统一开发框架 Taro 优秀学习资源汇总 https://github.com/NervJS/awesome-taro https://github.com/NervJS/taro/blob/master/CHANGELOG.md 阅读全文
posted @ 2020-01-20 18:06 pikachuWorld 阅读(222) 评论(0) 推荐(0) 编辑
摘要: export GOPATH=/Users/你的路径/go (export GOPATH=$HOME/go) 打印一下godev的路径 export GOROOT=/usr/local/go S_PATH=$GOROOT/bin:$GOPATH/bin export PATH="/opt/local/ 阅读全文
posted @ 2020-01-06 10:55 pikachuWorld 阅读(763) 评论(0) 推荐(0) 编辑
摘要: 你在一些技术群有问题请教问题又不想暴露自己姓名,每次都打马赛克是不是很心累,快来改掉昵称吧 export PS1="[\A] sophia \w $ " [\A]的意思是显示当前时间;\w是显示当前路径(current working directory 设置参数的补充链接: https://ss6 阅读全文
posted @ 2020-01-06 10:42 pikachuWorld 阅读(897) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页