单词 | Pure Java | ||
释义 | Pure Java
例句释义: 上里的使用 1. E has shown how usable asynchronous programming can be, and this framework tries to be as usable as possible while staying pure Java code. E已经展示了异步编程的可用性,而这个框架将试图使用纯Java代码获得同样的可用性。 www.ibm.com 2. That's all right if it is what you truly want, but it strays from the 100 percent Pure Java model. 如果确实希望这样做也可以,但这样就偏离了百分之百的纯Java模型。 www.ibm.com 3. Type 3 - drivers that use a pure Java client and communicate with a middleware server using a database-independent protocol. Type3-这类驱动程序使用纯Java客户机,并使用独立于数据库的协议与中间件服务器通信。 www.ibm.com 4. Because new operators can't be introduced in pure Java code, an arbitrary object can't be an asynchronous component. 因为不能使用纯Java代码引入新的操作符,并不是任意一个对象都是异步组件。 www.ibm.com 5. I used the pure Java implementation of Bouncy Castle Java cryptography package to handle digital signatures. 我使用了BouncyCastleJava密码术包的纯Java实现来处理数字签名。 www-128.ibm.com 6. jWebUnit is implemented in pure Java code, so it's available as a JAR file (see Resources for the download link). jWebUnit是用纯Java代码实现的,所以可以以JAR文件的形式获得它(请参阅参考资料,从中获得下载链接)。 www.ibm.com 7. This approach provides the performance of pure Java code and the productivity and reduced complexity of JavaScript. 这种方法提供纯Java代码的性能,以及JavaScript的生产力和减小的复杂性。 www.ibm.com 8. Playis a pure Java framework and allows you to keep your preferreddevelopment tools and libraries. Play是纯粹的Java框架而且允许你保留你更习惯的开发工具和库。 www.bing.com 9. This example executes the EJB client as a pure Java class file invoked from the command line. 该示例将EJB客户端作为从命令行调用的纯Java类文件来执行。 www.ibm.com 10. The idea is for the Service and Task POJO methods to be as "pure" Java and as simple as possible. 想法是Service及TaskPOJO方法都是尽可能简单的“纯”Java。 www-128.ibm.com 1. This JDBC driver is a type 4 driver, meaning that it is a pure Java that communicates with the IBM i using a network protocol. 这个JDBC驱动程序是一个类型4驱动程序,这意味着它是一个纯Java接口,通过一个网络协议与IBMi通信。 www.ibm.com 2. The EJB service binding exists primarily to expose the SCA component to pure Java EE clients or callers. EJB服务绑定主要用于将SCA组件向纯JavaEE客户端或调用方公开。 www.ibm.com 3. The AsyncObjects framework project focuses on creating a usable asynchronous component framework in pure Java code. AsyncObjects框架项目侧重于使用纯Java代码创建可用的异步组件框架。 www.ibm.com 4. This data store is a zero-administration, pure Java relational database. 此数据存储是零管理、纯Java关系数据库。 www-128.ibm.com 5. Pure Java solution The UltraLite runtime library for the Static Java API is a pure Java application. 纯Java解决方案StaticJavaAPI的UltraLite运行时库是纯Java应用程序。 www.ianywhere.com 6. If your application will be pure Java then you could embed the db2jcc_license_cu. jar and db2jcc. jar in your CLASSPATH. 如果应用程序是纯Java的,那么可以将db2jcc_license_cu.jar和db2jcc.jar放进CLASSPATH中。 www.ibm.com 7. Sun's new "100% Pure Java" program helps developers ensure (and certify) that their code is portable. Sun的“100%纯净Java”(“100%PureJava”)项目帮助开发者确认他们的代码是可移植的。 www.bing.com 8. Enable a pure Java programming model on both client and server. 在客户机和服务器上启用纯Java编程模型。 www.ibm.com 9. It is a pure Java environment with access to the underlying file system. 它是一个可访问基础文件系统的纯Java环境。 www.ibm.com 10. Quercus is an open source PHP 5 engine which has been fully implemented in pure Java. Quercus是一个开源PHP5引擎,它已经拥有了纯Java的完整实现。 www.ibm.com 1. The above code is very similar to pure Java JDBC programming conceptually. 以上代码在概念上与纯JavaJDBC编程极其相似。 www.ibm.com 2. Now you can create feature-rich applications in pure Java that is compiled into JavaScript that runs completely on the client. 现在您用纯Java创建了一个特性丰富的应用程序,它被编译成JavaScript运行在客户机上。 www.ibm.com 3. And in my case even the connectors from Tomcat to Apache and the database are pure Java, because they use sockets to interoperate, not JNI. 在我的这个解决方案中,甚至Tomcat与Apache、数据库的连接器都是纯Java编写的,因为它们使用套接字而不是JNI来协同工作。 www.wangchao.net.cn 4. UltraLite Static Java provides a pure Java solution for any platform supporting JDK 1. 1. 8 Or later. UltraLiteStaticJava为所有支持JDK1.1.8或更高版本的平台提供了一个纯Java的解决方案。 www.ianywhere.com 5. Drivers that are pure Java and implement the network protocol for a specific data source. 这类驱动程序是纯Java,实现针对特定数据源的网络协议。 www-128.ibm.com 6. This driver is pure Java and implements the network protocol for a specific data source. 这类驱动程序是纯Java的,它实现了用于特定数据源的网络协议。 www.ibm.com 7. HSQLDB is an open source, lightweight, pure-Java SQL database engine, licensed under a BSD-style license. HSQLDB是一个开源的、轻量级的纯JavaSQL数据库引擎,它由一个BSD风格的许可协议授权。 www.ibm.com 8. Apache Derby is a high quality, pure-Java embedded relational database engine that IBM recently contributed to the open source community. ApacheDerby是一种高质量的、纯Java的嵌入式关系数据库引擎,IBM最近已将其捐献给开放源码社区。 www-128.ibm.com 9. JPI: Pure Java Language Based Heterogeneous Parallel Processing Supporting Platform 基于纯Java语言的异构并行处理支持平台 ilib.cn 10. We like to start with a pure Java interface that we can reuse throughout the like so 首先我们编写一个纯Java接口,可以在整个过程中重用此接口,如下所示 www-128.ibm.com 1. A pure Java client accessing the EJB components directly 直接访问EJB组件的纯Java客户机 www-128.ibm.com |
||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。