术语“网络堆栈”是什么意思?

发布于 2024-07-10 19:25:44 字数 1453 浏览 7 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

仅此而已 2024-07-17 19:25:44

它指的是用于构建网站的组件或技术/语言/操作系统/等。 例如“LAMP”堆栈是:Linux、Apache、MySQL、PHP

It refers to the components or technologies/languages/operating sytems/etc used to build a web site. For instance the "LAMP" stack is: Linux, Apache, MySQL, PHP

春夜浅 2024-07-17 19:25:44

“Stack”是程序员们使用的俚语,他们拼命想让他们使用的工具集听起来很酷。

"Stack" is slang used by programmers trying desperately to make the set of tools they use sound cool.

灰色世界里的红玫瑰 2024-07-17 19:25:44

堆栈是因为组件彼此堆叠在一起,

Your Application Presentation
Your Application Controls
Your Application Models
HTTP Server (Apache, IIS, etc.)
Database
Operating System

它并不是严格意义上的堆栈(不像 OSI 协议栈)。 但这大约是一个堆栈。

Stack is because the components pile up on top of each other

Your Application Presentation
Your Application Controls
Your Application Models
HTTP Server (Apache, IIS, etc.)
Database
Operating System

It's not strictly a stack (not like the OSI protocol stack). But it's approximately a stack.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文