full-stack-in-7-days/http-deep-dive/ #5
Replies: 4 comments 1 reply
-
如果你看完这段觉得很难懂,你可以看看这篇 https://juejin.cn/post/6844903512845860872 |
Beta Was this translation helpful? Give feedback.
-
什么是线程?什么是进程? https://www.liaoxuefeng.com/wiki/1016959663602400/1017627212385376
Javascript是单线程的,浏览器却是多进程的。 |
Beta Was this translation helpful? Give feedback.
-
在Windows里,你可以桌面上右键新建一个文件,文件名叫做hello.txt。你把文件名改成 hEllo.txt 也无所谓。windows在文件系统方面大小写不敏感。小写字母和大写字母被视为同一个意思。windows会认为,hello.txt 和 hEllo.txt 是同一个文件。 |
Beta Was this translation helpful? Give feedback.
-
嗯!感觉只讲了 HTTP 等通信与加密的协议,没有涉及怎么把前端和后端连起来…… |
Beta Was this translation helpful? Give feedback.
-
full-stack-in-7-days/http-deep-dive/
挑战自己,用一周的时间走通整套全栈开发的流程
https://candinya.github.io/full-stack-in-7-days/http-deep-dive/
Beta Was this translation helpful? Give feedback.
All reactions