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

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

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

谢谢了~

阅读 37.7k
4 个回答

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

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.

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

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

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

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

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

程序员的工具箱

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
宣传栏