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.
我有一个连接到我的 PC 的 SCL3711 智能卡读卡器。有什么方法可以让我的 Windows 8 手机将我的 PC 识别为 NFC 设备并通过 NFC 在它们之间传输数据?
您应该使用点对点通信。我不知道是否有任何软件,但您可以自己开发(更简单的方法是使用 c#)。
我搜索了几个例子,仍然没有得到。我正在将一个 GOOD 对象列表从控制器传递到 jsp 页面。试图循环列表对象,但它只重复显示一个元素。我应该用豆子吗?如果是,您能否为我的案例提供更具体的示例。
<c:if test="${not empty listGood}"> <c:forEach var="ob"