谁能告诉我技术栈是什么东东?

发布于 2022-08-30 16:14:46 字数 148 浏览 13 评论 0

今天看了 Mactalk 的微信推送,里面提到了一个词语:技术栈

栈我知道是什么东西,技术我已知道是什么意思,但是,这两个词凑到了一起,我就不知道是什么意思了,谁能跟我解释一下?

谢谢了~

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

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

发布评论

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

评论(4

沙沙粒小 2022-09-06 16:14:46

这听起来就像是一个外来语:

A technology stack comprises the layers of components or services that are used to provide a software solution or application. Traditional examples include the OSI seven-layer model, the TCP/IP model, and the W3C technology stack.
Technology stacks are often articulated as a list of technologies, such as "J2EE with Java Server Faces running against a SQL Server database" or as a diagram.
-Wikipedia


比如stackoverflow里面的一个回答What technology stack to choose

  • Java (cross-platform)
  • JSF for the presentation layer. JSF is more or less similar to ASP.NET, (and Java and C# are also alike), so the .NET background wouldn't be such a problem.
  • Hibernate / JPA (powerful, multiple database support)
  • Selenium, JSFUnit, JUnit, TestNG for testing
  • Eclipse + plugins - mostly free
  • PostgreSQL - powerful and free
  • Some Linux distribution for OS
  • spring framework - you don't have any specific requirement for this, but it makes your life easier.

这看起来,额,像是个栈,可惜它不是后进先出的。
口胡,这种数据结构,明明是技术树或者技术图哇!

压抑⊿情绪 2022-09-06 16:14:46

一般来说是指将N种技术互相组合在一起(N>1),作为一个有机的整体来实现某种目的。也可以指掌握这些技术以及配合使用的经验。

打比方说LAMP LNMP MEAN都是常见的web技术栈

这里的栈就是英文的stack的意思(一些东西堆在一起),而非数据结构的栈的意思

没有你我更好 2022-09-06 16:14:46

掌握/需要/提供的不同种类技术更有逼格的一种说法。

场罚期间 2022-09-06 16:14:46

程序员的工具箱

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