Add:20180426前端日记
This commit is contained in:
parent
a01c37d552
commit
aff9908fe1
26
20-前端综合/2018年-前端日记.md
Normal file
26
20-前端综合/2018年-前端日记.md
Normal file
@ -0,0 +1,26 @@
|
||||
|
||||
## 2018年4月份
|
||||
|
||||
### 2018-04-25
|
||||
|
||||
- userAgent相关:[判断微信内置浏览器的UserAgent](http://www.cnblogs.com/7z7chn/p/5370352.html)
|
||||
|
||||
|
||||
### 2018-04-26
|
||||
|
||||
- 流程图制作工具:[ProcessOn](https://www.processon.com/)
|
||||
|
||||
- api方法的浏览器兼容性问题,可以在这个网站上看:<https://caniuse.com/>
|
||||
|
||||
- CSS3的兼容性问题,不一定要使用-webkit-, -moz-, -o-, -ms-等私有前缀。可以使用 PostCSS。[知乎](https://www.zhihu.com/question/20597072)
|
||||
|
||||
- 浏览器常见的内核有:V8、WebKit。另外腾讯还有个[X5](http://x5.tencent.com/)。
|
||||
|
||||
- 要查一下display none 和 visibility hidden的区别。
|
||||
|
||||
- ES 的各个版本在 Node 环境下的支持情况,可以查看这个网站:<http://node.green/>
|
||||
|
||||
- promise的实现,关键词:Promises/A、Promises/B、[bluebird](https://github.com/petkaantonov/bluebird)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user