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.
有没有办法使用单个安装程序安装多个空气应用程序?
您可以使用像 InstallShield 这样的 3rd 方工具,我认为这会对您有所帮助。
.airinstall.cfg通过将 AIR 应用程序条目放在一行中,用逗号分隔等,在其中定义多个条目将不起作用。安装程序无法启动,至少在 Mac OS X 上是这样。
.airinstall.cfg
我在将空值传递给存储过程时遇到问题,例如,如果未在下拉列表中选择一个选项,如何将其作为空值通过 sqdatasource 传递到数据库。
我目前在我的页面上有许多下拉控件,它们保存参数值以传递给存储过程。
当我从这些控件中选择一些值时,gridvie