Contrib Middleware 中的Contrib是什么意思?
发布于 10 年前 作者 caomulaodao 4828 次浏览 最后一次编辑是 8 年前 来自 问答

Contrib Middleware经常见这个词。就是不知道contrib是什么意思啊。。。

1 回复

Contrib 的全名应该是 Contribution. 意思是第三方提供的内容,不是软件开发者提供的。

Reference 1: The contrib directory contains scripts, images, and other helpful things which are not part of the core docker distribution. Please note that they could be out of date, since they do not receive the same attention as the rest of the repository. https://docs.djangoproject.com/en/dev/ref/contrib/

Reference 2: It’s pretty common for an open source project to have a “contrib” directory as part of its project structure. This contains useful code donated to the project by outsiders. http://blog.startifact.com/posts/against-contrib.html

回到顶部