Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道 Dropbox 的桌面应用程序是用什么语言编写的?是 Python 还是 Ruby?
这是python注意exe旁边bin文件夹中的Python25.dll文件
他们 99.9% 的代码是用 Python 编写的。在服务器后端使用;桌面客户端、网站控制器逻辑、API 后端和分析。由于内存限制,不在 Android 上。使用 Python 在单个代码库上运行。Dropbox 使用 PyObjs、WxPython、types、py2exe、py2app、PyWin32 等工具在 Windows、Mac、Linux 上运行。
来源:http ://highscalability.com/blog/2011/3/14/6-lessons-from-dropbox-one-million-files-saved-every-15-minu.html