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 数据库,在一个表中包含一些预定义的键/值对,以及一个 Adobe AIR 应用程序。实现这一目标的最佳方法是什么?在我看来,这就像更新 xml 文件并重建应用程序一样简单。我遇到过这个解决方案,但对我来说它看起来有点骇人听闻(必须将数据库复制到另一个位置)。
一种可能的方法是在 AIR 应用程序中编写一些代码,该代码使用应该存在的初始数据生成数据库。此代码只能在程序第一次运行时执行,或者如果数据库不存在。