Skip to content

Commit

Permalink
🍼 weekly 51
Browse files Browse the repository at this point in the history
  • Loading branch information
zoeblow committed Dec 18, 2020
1 parent dc7c988 commit e76c8d3
Show file tree
Hide file tree
Showing 80 changed files with 7,645 additions and 5,333 deletions.
51 changes: 51 additions & 0 deletions 2020/weekly-51.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<!--
* @Description: 2020-51
* @Author: zoeblow
* @Email: [email protected]
* @Date: 2020-07-17 19:10:51
* @LastEditors: wangfuyuan
* @LastEditTime: 2020-12-18 15:33:55
* @FilePath: \nuofe-weekly\2020\weekly-51.md
-->

# 诺诺前端周刊:2020-51 期

Add:2020-12-18

Update:2020-12-18

![202051](../images/2020/202051.jpg)

## 前端消息

- [做了 2 年半前端我居然不知道如何垂直居中?](https://mp.weixin.qq.com/s/1y_HpuNm8J5PFe1i8WBacA)

> 我们平常实现的垂直居中不是真正的垂直居中?
- [当我们谈前端性能的时候,我们谈的是什么?](https://mp.weixin.qq.com/s/bjZT2u9gw7T9NbhtmykYYg)

> 分析了最新的前端页面性能评分标准,帮助大家更好地理解各项性能指标,以提升并优化相关的前端项目。
- [H5 基于 Canvas 实现电子签名并生成 PDF 文档](https://juejin.cn/post/6901273585428463624)

> 电子签名通俗来说就是通过技术手段实现在电子文档上加载电子形式的签名,其作用类似于纸质合同上的手写签名或加盖的公章。
## 技术解析

- [提升网站的加载速度,你选择 Brotli 还是 Gzip?](https://mp.weixin.qq.com/s/1gzpjpbcseYXEF5pvgt7nw)

> 另一种名为 Brotli 的压缩方法开始引起了人们的关注,它似乎已成为了 Gzip 的有力竞争对手。
- [这样写的 JS 代码看着就很舒服](https://mp.weixin.qq.com/s/K2-l97ge66j280WeUTmXTg)

> 如何提高代码的可读性、复用性、扩展性,这是一个老生常谈的问题。
- [解决 vue 页面刷新,数据丢失](https://www.cnblogs.com/tp51/p/14026035.html)

> 在做 vue 项目的过程中有时候会遇到一个问题,就是进行 F5 页面刷新的时候,页面的数据会丢失
## 其他

- [Cookie 的前世今生](https://mp.weixin.qq.com/s/YqnhSWb03W-kTS0gyxTJjw)

> 要明白 Cookie 是什么,我觉得要先知道 ta 解决了什么问题。
5 changes: 3 additions & 2 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* @Author: zoeblow
* @Email: [email protected]
* @Date: 2019-08-14 14:06:51
* @LastEditors: zoeblow
* @LastEditTime: 2020-12-11 14:02:13
* @LastEditors: wangfuyuan
* @LastEditTime: 2020-12-18 15:34:10
* @FilePath: \nuofe-weekly\SUMMARY.md
-->

Expand All @@ -13,6 +13,7 @@
- [诺诺前端周刊](README.md)

- 2020
- [第 51 期](2020/weekly-51.md)
- [第 50 期](2020/weekly-50.md)
- [第 49 期](2020/weekly-49.md)
- [第 48 期](2020/weekly-48.md)
Expand Down
Loading

0 comments on commit e76c8d3

Please sign in to comment.