单词 | obex | ||||||||||||
释义 | obex
更多释义 收起释义 例句释义: 蓝牙传输库,对象交换协议,闩 1. As I said earlier, the code in Listing 4 shows how the OBEX server will accept a file from a remote Bluetooth device. 正如我前面说的,清单4的代码显示了OBEX服务器如何从远程蓝牙设备接收文件。 www.ibm.com 2. Objective To evaluate the result of the operative treatment of cavernous hemangioma in the peripheral zone of the obex. 目的分析和评价闩部周围区域海绵状血管瘤手术治疗的有效性和预后。 www.juyy.net 3. The OBEX FTP service can be used to share files over the Bluetooth wireless communications protocol. OBEXFTP服务通过蓝牙无线通信协议实现了文件共享。 www.bing.com 4. With the OBEX session now in place, I am able to send requests (please note that requests and operations are synonymous) to the OBEX server. 现在有了OBEX会话,就能够向OBEX服务器发送请求(请注意,请求和操作是同义的)。 www.ibm.com 5. Use your cell phone to browse, explore and manage files of any Bluetoothready device (FileTransfer Profile (FTP) OBEX)! 用你的手机浏览和管理在任何蓝牙设备上的文件(蓝牙文件远程管理)! opda.3gpmp4.com 6. Among all the Bluetooth services that may be implemented in the stack, File Transfer Profile (OBEX FTP) is the most common service. 在协议栈可能实现的所有蓝牙服务中,由文件传输配置文件(FileTransferProfile,OBEXFTP)定义的服务是最常见的一种。 www.bing.com 7. Before you examine the code necessary to build the OBEX client application, take a brief look at the OBEX server application. 在研究构建OBEX客户机应用程序所需的代码之前,请简要查看一下OBEX服务器应用程序。 www.ibm.com 8. To keep the code FileClient. java as clean as possible, I isolated all the OBEX client code into a file named ObjectPusher. java. 为了让FileClient.java的代码尽量简洁,我把所有OBEX客户机的代码都分离到一个叫做ObjectPusher.java的文件中。 www.ibm.com 9. When clients and servers communicate within an OBEX session, their interactions are called operations. 当客户机和服务器在一个OBEX会话内通信时,它们的交互叫做操作。 www-128.ibm.com 10. Well, the level of complexity increases a bit, however, when you want to create OBEX applications. 但是,当想要创建OBEX应用程序的时候,会变得复杂一些。 www-128.ibm.com 1. You'll also learn how to modify your OBEX client application into a Bluetooth Music Store. 您还将学习到如何把OBEX客户机应用程序修改成蓝牙音乐商店。 www.ibm.com 2. The OBEX protocol layer is implemented above the RFCOMM layer and is useful when you want to transfer data as an object, such as files. OBEX协议层是在RFCOMM层上面实现的,如果想把数据以对象(例如文件)的形式传输,那么OBEX很有用。 www.ibm.com 3. Now let's assume that the printer has accepted the CONNECT operation. I have now created an OBEX session between the client and the server. 现在假设打印机接受了CONNECT操作,那么现在就在客户机和服务器之间创建了一个OBEX会话。 www.ibm.com 4. In this article, I'm going to demonstrate how to create a simple OBEX client application that can transfer a file to the server application. 在这篇文章中,我将演示如何创建一个简单的OBEX客户机应用程序,这个程序能够把文件传输到服务器应用程序。 www.ibm.com 5. In this article, I've covered a lot of ground to get you started creating a Java Bluetooth application that uses the OBEX protocol. 在这篇文章中,我介绍了开始创建使用OBEX协议的Java蓝牙应用程序的许多基础知识。 www.ibm.com 6. OBEX is a preferred method of sending and receiving files between two Bluetooth devices. OBEX是在两个蓝牙设备之间发送和接收文件的首选方法。 www.ibm.com 7. You should also walk away from this article with solid knowledge regarding the semantics required for any OBEX application. 阅读完这篇文章时,您应当很好地掌握了OBEX应用程序需要的语义的知识。 www-128.ibm.com 8. You can use RFCOMM or OBEX to send and receive files between Bluetooth devices. 可以采用RFCOMM或OBEX在蓝牙设备之间发送和接收文件。 www-128.ibm.com 9. In the first article in this two-part series, I introduced the semantics of OBEX and explained how to create an OBEX server application. 在这个两部分构成的系列的第1部分中,我介绍了OBEX的语义并解释了如何创建OBEX服务器应用程序。 www.ibm.com 10. In this article, you learned how to create a very versatile OBEX client application. 在这篇文章中,学习了如何创建通用的OBEX客户机应用程序。 www.ibm.com 1. The SETPATH operation, however, is primarily used when the OBEX server has a filesystem. 但是,SETPATH操作主要是在OBEX服务器具有文件系统时才使用。 www.ibm.com 2. This returns a javax. obex. Operation object, which I named putOperation. 这会返回一个javax.obex.Operation对象,我把它命名为putOperation。 www.ibm.com 3. Because this is an OBEX application, the protocol that I'm using is btgoep. 因为这是一个OBEX应用程序,所以采用的协议是btgoep。 www.ibm.com 4. HTC devices running Windows Mobile 5. 0 are not affected because the OBEX FTP service is not implemented in that OS version. 运行WindowsMobile5.0的HTC设备没有受到此漏洞的影响,因为在其OS版本上未实现OBEXFTP服务。 www.bing.com 5. Using OBEX, you can send not only data, but you can also send context or metadata about the payload. 使用OBEX不仅可以发送数据,而且还能发送关于负载的上下文或元数据。 www.ibm.com 6. You learned when it is best to choose OBEX over RFCOMM for data transfer. 您学习了对于数据传输什么时候选择OBEX比RFCOMM更合适。 www-128.ibm.com 7. On the other hand, OBEX is great when you want to send object data, context, and metadata about the payload. 反过来,如果想发送对象数据以及关于负载的上下文和元数据,则OBEX最好。 www.ibm.com 8. On the other hand, OBEX is great when you want to send object data such as files. 另一方面,如果想发送对象数据(例如文件),则OBEX最合适。 www.ibm.com 9. The OBEX FTP Service Directory Traversal vulnerability OBEXFTP服务中的文件目录遍历漏洞 www.bing.com 10. Learn how JSR-82 and OBEX can be used to transfer files from client to server 学习如何用JSR-82和OBEX把文件从客户机传输到服务器 www-128.ibm.com 1. File transfer based on OBEX and its application in mobile phone platform 基于OBEX的文件传输在手机平台上的应用 www.ilib.cn 2. The Study of File Transfer Application According to Bluetooth OBEX Agreement 协议的文件传输应用的研究 www.ilib.cn 3. Is an OBEX server application, so that means that OBEX clients will be sending OBEX operations such as 是一个OBEX服务器应用程序,这意味着OBEX客户机将发送OBEX操作,例如 www-128.ibm.com |
||||||||||||
随便看 |
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。