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.
SQL Server 的运行时版本是否有 Management Studio?
SQL Server 运行时是一个 ISV 解决方案。他们通过 SQL Server 销售他们的产品,并且只有有限的许可权才能将该 SQL 实例与他们的软件一起使用。它不能被任何其他产品使用或访问。它是 SQL Server 的完整版本,是的,因此您应该能够使用 Management Studio。它仍然按设备/用户或按内核许可。
我参与了一个 JSF 项目,并且正在尝试为购物车制作视图。用户的购物车可以包含存储在 cartBean 中的哈希映射(键 = id,值 = 数量)中的票。在 cart.xhtml 我尝试输出门票,在这里你可以看到代码:
<h:form>