一些知识点

1. 思科网站 (统计)

https://www.cisco.com/c/en/us/solutions/service-provider/visual-networking-index-vni/index.html

2. http问世

The Original HTTP as defined in 1991
https://www.w3.org/Protocols/HTTP/AsImplemented.html

3. 视频传输协议

HTTP Live Streaming(Apple) HLS

https://en.wikipedia.org/wiki/HTTP_Live_Streaming

Dynamic Adaptive Streaming over HTTP(Google) DASH

https://en.wikipedia.org/wiki/Dynamic_Adaptive_Streaming_over_HTTP

4. SSL协议/TLS协议

5.https重定向/Strict-Transport-Security(HSTS)

HSTS

HSTS Preloading List: HSTS Preloading List 的原理就是在浏览器中内置一张支持 HSTS 网站的列表,当用户访问当中的网站时,如果在有效期内的话,浏览器会直接使用 HTTPS 链接,不会再发起 HTTP 请求。

hstspreload申请

HTTP Public Key Pinning (HPKP)

https://developer.mozilla.org/en-US/docs/Web/HTTP/Public_Key_Pinning

Certificate Transparency

https://www.certificate-transparency.org/

6. SPA优化 (single-page application 单页面应用 缩写)

Vue SPA项目优化小记

7. SEO(Search Engine Optimization 搜索引擎优化 缩写)

8. puppeteer

原文
https://www.jeffjade.com/2017/12/17/134-kinds-of-toss-using-puppeteer/

掘金转发:大前端神器安利之 Puppeteer
https://juejin.im/entry/5a3aa0e86fb9a045076fd385

中文:
https://zhaoqize.github.io/puppeteer-api-zh_CN/#/

你可能感兴趣的:(一些知识点)