2019-11-14 07:46:34
24
0
0
## [中文官网](https://flutterchina.club/setup-windows/)
2019-11-14 07:46:32
479
0
0
## **1.viewport**
****
### **React**
> 参考: https://segmentfault.com/a/1190000014185590
**1. 安装postCss插件**
```
npm i --save postcss-aspect-ratio-mini postcss-px-to-viewport postcss-write-svg postc
2019-11-14 07:46:32
21
0
0
参考: https://baijiahao.baidu.com/s?id=1572825889702391&wfr=spider&for=pc
> #### PouchDB
PouchDB 的主要特点:
轻量级,开启 gzipped 后,仅 46KB。
跨浏览器,支持 Firefox, Chrome, Opera, Safari, IE。
支持 Node.js 和 Cordova
2019-11-14 07:46:32
25
0
0
> 参考: https://www.cnblogs.com/Joanna-Yan/p/9896180.html
2019-11-14 07:46:32
4
0
0
1. viewerjs
预览: https://fengyuanchen.github.io/viewerjs/
地址: https://github.com/fengyuanchen/viewerjs
2019-11-14 07:46:32
7
0
0
> 参考: https://blog.csdn.net/weixin_41830601/article/details/79908597
2019-11-14 07:46:32
15
0
0
> 参考: https://blog.csdn.net/handsomexiaominge/article/details/80977402
2019-11-14 07:46:32
8
0
0
- Array.apply(null, {length: 20})
- 参考: https://segmentfault.com/a/1190000011435501
- `map函数并不会遍历数组中没有初始化或者被delete的元素(有相同限制还有forEach, reduce方法)`
2019-11-14 07:46:32
7
0
0
参考: http://caibaojian.com/hide-scrollbar.html
2019-11-14 07:46:31
4
0
0
## 有时候我们在调用后台接口的时候,会请求两次, 其实第一次发送的就是preflight request(预检请求)
> 参考: https://www.jianshu.com/p/b55086cbd9af
< 参考: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS
12/18