维基百科是用什么语言编写的?
维基百科是用什么语言编写的?
What language is Wikipedia programmed in?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
维基百科是用什么语言编写的?
What language is Wikipedia programmed in?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
有趣的是,您可以在维基百科上回答这个问题(这是 PHP)。
Interestingly, you can answer that on wikipedia (It's PHP).
它使用 PHP/MySQL,与 MediaWiki wiki 软件结合使用。
这与所有维基媒体项目相同 - 维基词典、Wikinews、Wikiquotes 等。MediaWiki
还支持许多其他内容网站 - 您通常可以通过外观来判断。 主要的一个是 Wikia
It uses PHP/MySQL, in combination with the MediaWiki wiki software.
This is the same as all the Wikimedia projects - Wiktionary, Wikinews, Wikiquotes, etc.
MediaWiki also powers many, many other sites - you can usually tell by the look-and-feel. The major one is Wikia
它是用 PHP 编程的。
It is programmed in PHP.
维基百科在 MediaWiki 软件上运行,该软件使用 PHP 和 MySQL(尽管现在 MediaWiki 可能支持其他 SQL)数据库,例如 PostgreSQL - 您必须检查文档)。
Wikipedia runs on MediaWiki software, which uses PHP and MySQL (although by now, MediaWiki might support other SQL databases, such as PostgreSQL - you'll have to check the docs).