full-stack-in-7-days/frontend-intro/ #2
Replies: 3 comments
-
嫌day3太长的完全可以跳过day3,直接看下面的两篇: 《使用 HTML、CSS 和 Javascript 构建简单的网站》 https://docs.microsoft.com/learn/modules/build-simple-website/?WT.mc_id=OSS-MVP-5003485 |
Beta Was this translation helpful? Give feedback.
-
这段话是什么意思呢?这里的资源是指 xxxx.js 文件。压缩资源的意思是减少 xxxx.js 文件的大小。未经压缩的 xxxx.js 文件可能有 1000Kb 那么大。你要打开网页,浏览器得要把整个 xxxx.js 完全地下载回来,要下载完才给打开。如果网速很慢下载速度只有100Kb/s,那你打开一个网页要花10秒钟那么久。假如 xxxx.js 文件压缩后大小变成 100Kb ,那你的浏览器只会卡住一秒种,一秒后就顺利显示出整个网页。 什么是渲染呢?渲染=画图。 长的回答:请看 https://developer.mozilla.org/zh-CN/docs/Web/Performance/How_browsers_work 以下是节选 1.解析 2.渲染 3.绘制 4.合成 |
Beta Was this translation helpful? Give feedback.
-
“终端用户”的终端是什么意思?台式电脑的用户、手机的用户、平板电脑的用户、笔记本电脑的用户、智能设备的用户……他们加起来统称为”终端用户”。不是在说terminal,不是在说shell,不是在说命令行,不是在说黑色的框框。 |
Beta Was this translation helpful? Give feedback.
-
full-stack-in-7-days/frontend-intro/
挑战自己,用一周的时间走通整套全栈开发的流程
https://candinya.github.io/full-stack-in-7-days/frontend-intro/
Beta Was this translation helpful? Give feedback.
All reactions