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.
我正在研究使用 SQLite 作为数据库的项目,我打算用 Qt 进行 C++/JAVA 编码。
运行我的程序的用户是否需要预先安装 SQLite DB 和 Qt 库?
我可以将所有这些都包含在我的程序的 zip 文件中吗?(假设程序不必显式安装,只需双击即可打开)