Zlog
首页时间轴关于
Zlog

一个探索技术、编程和构建 Web 的个人空间。

© 2026 Zlog

导航

首页时间轴关于

链接

首页/分类/#frontend-protocol

#frontend-protocol

5 篇文章

automator-automatorautomator-testingbackendbackend-dbbackend-linuxbackend-nginxbackend-nodebackend-pythonbackend-servercomponents-componentscookiedatabasedeploymentdesignpatternfrontendfrontend-applicationfrontend-cssfrontend-frameworkfrontend-javascriptfrontend-protocolfrontend-reactfrontend-typescriptfrontend-vuefrontend-webpackgear-gitgear-terminalgear-toolsideminiprogram-miniprogramnextjsscrapysummary-scriptablesummary-summarytursovercelzlog
All Protocol
1 分钟
2020年3月2日

All Protocol

All Protocol

frontend-protocol
浏览器页面渲染及Http1.x/2.x
1 分钟
2020年3月2日

浏览器页面渲染及Http1.x/2.x

浏览器页面渲染及Http1.x/2.x

frontend-protocol
Http缓存
1 分钟
2020年3月2日

Http缓存

   当用户开始访问一个网站时,浏览器会从目标服务器获取一些资源用以构建最终的 web 页面,比如 CSS、JS、HTML 等静态文件。当 PV 量很大的候,每次都直接从服务器请求数据,就会很耗费服务端的性能,为了提升数据交换性能、缓解服务器或数据库压力,HTTP 协议给出了一个优化方案,简述如下:

frontend-protocol
OSI七层和TCP/IP模型
1 分钟
2020年3月2日

OSI七层和TCP/IP模型

+ TCP属于传输层,提供可靠的字节流服务。所谓的字节流,其实就类似于信息切割,分片传输。

frontend-protocol
TCP & UDP
1 分钟
2020年3月2日

TCP & UDP

+ TCP 是面向连接的,UDP 是面向无连接的

frontend-protocol