网站首页  词典首页

请输入您要查询的英文单词:

 

单词 utility class
释义

utility class

  • 网络工具类;应用类;工具类别
1.
工具类
工具类utility class)应优先考虑使用record来实现 尽可能保证每个过程职责清晰,一般不超过20行代码 尽可能保证代码是可 …
blog.csdn.net
2.
应用类
(7)应用类(utility class):不管在任何域内,对于不同的应用都非常有用。(8)集合容器类(collection and container class):其他对象 …
blog.sina.com.cn
3.
工具类别
1.   工具类别Utility Class)命名应以工具名称、工具性质或辅助性质方式命名,例如FileUtility或是HttpUtility等。  2.   工具类别中...
www.dotblogs.com.tw
4.
实用程序类
你将对集合频繁地执行一些操作,它们目前驻留在实用程序类utility class)中。你希望能够以一种更无缝的方式对集合使用这 …
book.51cto.com
5.
实用工具类
实用工具_英文_英语_实用工具用英语怎么说... ... 实用工具类1. Utility class 实用工具程序1. UFP Utility Facility Program ...
www.iciba.com
6.
工具级
...是,模组输入需要被指明为ProfileInfo结构的一部份。工具级(utility class)的UtilCapture则会找出个符合模组资料需要的一个输 …
software.intel.com
7.
公用类别
公用类别 ( utility class ) 的 attributes 和 operations 所有的 class 都可以使用,在实作上 ( java、C# ) 会以 public 且 static ...
sites.google.com

例句

释义:
1.
XDoclet also generates a utility class used to look up the home and remote interfaces.
XDoclet还生成一个工具类,用来查询home和remote接口。
www.ibm.com
2.
Each service utility class has it own implementation, since the URN name and method name each needs to invoke will be unique.
因为每个服务实用程序类所需调用的URN名和方法名都将是唯一的,所以它们都有其自己的实现。
www.ibm.com
3.
Like the TConnect. java sample, the Document Management portlets have a utility class that has all the connect and disconnect functions.
与TConnect.java示例相似,DocumentManagementportlet也有一个实用程序类,其中包含所有的连接和断开连接的函数。
www.ibm.com
4.
StateManagedAuthorConverter is provided as an optional utility class that provides string-to-value conversions.
StateManagedAuthorConverter作为可选的实用工具类提供,可进行字符串到值的转换。
msdn2.microsoft.com
5.
Notice that for each method, we make a call to a utility class, DbManager, to get a connection.
注意,对于每个方法,我们将调用实用程序类DbManager以获得连接。
www.ibm.com
6.
You can use Axis utility class wsdl2java to generate stub class for a WSDL file as shown in Listing 1.
您可以使用Axis工具类wsdl2java为WSDL文件生成stub类,如清单1所示。
www.ibm.com
7.
You can implement either approach in a Singleton utility class maintained and provided by the plug-in.
您在该插件维护和提供的Singleton实用程序类中实现这两种方式中的哪一种都可以。
www-128.ibm.com
8.
Provides a utility class for the creation and verification of digital signatures in a Package.
提供一个实用工具类,用来在Package中创建和验证数字签名。
msdn2.microsoft.com
9.
Utility class methods (like "save" and "find" ) and accessor methods for the mapped properties are also added.
工具类方法(如“save”和“find”和用于已映射属性的访问器方法也会随之被加入。
www.infoq.com
10.
To perform more sophisticated stream manipulation, extend EventReaderDelegate, a utility class defined in package javax. xml. stream. util.
要执行更复杂的流操作,可扩展EventReaderDelegate,这是javax.xml.stream.util包中定义的一个工具类。
www.ibm.com
1.
Listing 1 illustrates one of the simplest tests possible for the utility class StringUtils.
清单1演示了实用类StringUtils的一个最简单的测试。
www.ibm.com
2.
Not surprisingly, you can also use this utility class to output the SELECT result bindings as JSON, as shown in Listing 11.
毫不奇怪,使用这个工具类也能将SELECT结果邦定输出为JSON,如清单11所示。
www.ibm.com
3.
Create data classes and a utility class for getting an EntityManager instance.
创建数据类和一个实用类来获取EntityManager实例。
www.ibm.com
4.
The service utility class is responsible for dynamically creating a SOAP request and getting the response back from the SOAP server.
服务实用程序负责动态创建SOAP请求,并从SOAP服务器取回响应。
www.ibm.com
5.
To begin with, we'll need a utility class with enumerations for the watermark type and location ( Listing A ).
首先,我们需要一个具有水印的类型和位置枚举工具类(清单A)。
apps.hi.baidu.com
6.
For each dynamic service obtained, the corresponding services utility class is invoked.
获得的每个动态服务都将调用对应的服务实用程序类。
www.ibm.com
7.
The javax. xml. datatypes package also defines the DatatypeConstants utility class that contains basic data type values as constants.
datatypes包还定义了DatatypeConstants工具类,以常量定义了基本的数据类型值。
www.ibm.com
8.
This utility class, for convenience, is shown in Listing 3.
对于这个有效类,为方便起见,在清单3中给出。
www.ibm.com
9.
Therefore, you still need a utility class if you want to add application-specific information to the events.
因此,如果您想将应用程序的特定信息添加到事件中那么仍旧需要工具类。
www-128.ibm.com
10.
So you can rewrite the code in Listing 10 a little bit by putting the locale get method in a utility class, as Listing 11 shows.
这样您就可以将场所获取方法放在工具类中,来重写列表10中的代码,如列表11所示。
www.ibm.com
1.
I have included a utility class called EmailSubscriber in the sample code for this article, which abstracts some of the complexity.
我已经将名为EmailSubscriber的实用工具类包括在本文的示例代码中,该示例代码摘要了某些复杂的内容。
blog.sina.com.cn
2.
Both the report wrapper class and cache management utility class are generated in the same class file.
报表包装类和高速缓存管理实用程序类都在同一个类文件中生成。
msdn2.microsoft.com
3.
In this example the method is a series of if statements that divert control to different locations within our utility class.
在这个示例中,该方法是一个if语句序列,这些语句将控制权转移到我们的实用程序类中的不同位置。
www.ibm.com
4.
NameDeduplicator This utility class can rename names by appending numbers to avoid name duplication, it is multi-thread safe.
这个工具类可以通过给名称后面添加数字的方式来为避免重名而自动改名,它是多线程安全的。
jabb.sourceforge.net
5.
Next, policy and signature are generated with the utility class we built.
接下来,我们所创建的工具类会创建策略和签名。
www.ibm.com
6.
A utility class that provides the static methods for the JSP tag library.
一个实用程序类,它提供了处理JSP标签库的静态方法。
www-128.ibm.com
7.
WebSphere provides a utility class com. ibm. ws. webservice. engine. utils. tcpmon to sniff the HTTP traffic between two points.
WebSphere提供实体类com.ibm.ws.webservice.engine.utils.tcpmon用以嗅探两点之间的HTTP通信。
www.ibm.com
8.
Is a utility class that holds the values of various types of references.
是一个实用程序类,它拥有引用的各种类型的值。
www-128.ibm.com
9.
The Blether service uses the JpaTemplate utility class that the Spring framework provides to add additional methods for JPA.
Blether服务使用Spring框架提供的JpaTemplate实用工具类来为JPA添加其他方法。
www.ibm.com
10.
This utility class can have functions for all such keywords or functions.
这个实用程序类可以包含针对所有这类关键字或函数的函数。
www.ibm.com
1.
The Android SDK contains a utility class called android. util. Xml.
AndroidSDK提供了一个名称为android.util.Xml的实用类。
www.ibm.com
2.
This is a utility class that exposes model and profile lifecycle operations and provides access to the modeling platform.
这是一个显示模型以及概述生命周期操作,并提供建模平台访问方式的实用类.。
www.ibm.com
3.
The listing shows a utility class that gets used by the unit test.
这个清单给出单元测试使用的实用程序类。
www.ibm.com
4.
The BaseDbProvider provides a utility class for working with MySQL databases.
BaseDbProvider为使用MySQL数据库提供一个实用程序类。
www.ibm.com
5.
Time to invent a utility class, as shown in Listing 3.
现在该创建一个实用程序类了,如清单3所示
www.ibm.com
6.
TConnect. java is a utility class for connecting to the Content Manager server.
java是用来连接ContentManager服务器的实用程序类。
www.ibm.com
7.
This is a small physics utility class used to apply a continous force to an object.
这个是一个小的物理工具类,用于应用一个恒力给物体。
game.ceeger.com
8.
It then calls a new method in the DB utility class we have used previously.
然后将在以前使用的DB实用程序类中调用新方法。
www.ibm.com
9.
I showed you how a simple utility class can make it much easier to handle parser changes.
中,我向您展示了一个简单的实用程序类可以如何使处理解析器的更改更容易。
www-128.ibm.com
10.
This change to the utility class is the first since the Collections Framework debuted in J2SE 1. 2.
自从集合框架初次出现在J2SE1.2中以来,人们第一次对实用工具类进行了更改。
www.ibm.com
1.
A simple utility class is created to easily get the instance of the async remote interface (lines 7-13 in Listing 8).
通过创建简单的实用程序类很容易获得异步远程接口的实例(清单8中的第7-13行)。
www.ibm.com
2.
With the form taken care of, we need a utility class to create and sign policy documents.
为了保护这个表单,我们需要使用一个工具类来创建策略文档并签名。
www.ibm.com
3.
The plug-in utility class would listen for events from this button.
插件实用程序类将侦听来自这个按钮的事件。
www-128.ibm.com
4.
Listing 7 shows how to setup a SAX parser with that same utility class.
清单7展示了如何使用这个相同的实用类来设置一个SAX解析器。
www.ibm.com
5.
Listing 3 shows the utility class for ECS.
清单3展示了用于ECS的工具类。
www.ibm.com
6.
Provides a basic utility class that is used to store three related objects.
提供用于存储三个相关对象的基本实用工具类。
msdn2.microsoft.com
7.
Provides a basic utility class that is used to store two related objects.
提供用于存储两个相关对象的基本实用工具类。
msdn2.microsoft.com
8.
It is expedient to create a utility class for these kinds of helper methods.
它有利于为这些种类的助手程序创建有效的类。
www.ibm.com
9.
binding to a non - embedded report class loaded into a cache management utility class
绑定到加载到高速缓存管理实用工具类中的非嵌入式报表类
www.ichacha.net
10.
To better test the highlighting logic in isolation, you move it into a dedicated utility class
要更好地在隔离状态下测试突出显示逻辑,可以将它转移到一个专门的工具类中
www.ibm.com
1.
Binding to a Non-embedded Report Class that is Loaded into a Cache Management Utility Class
绑定到载入缓存管理实用程序类中的非嵌入式报表类
msdn2.microsoft.com
2.
Shows the sample code for such a utility class, and,
展示了某一工具类的样例代码,
www-128.ibm.com
3.
Objects and a utility class that makes reading and writing
对象的接口,一个工具类使读和写
www-128.ibm.com
4.
A service instance supplier will register a transformation class that extends the utility class below
服务实例提供者可以注册一个扩展下述工具类的转换类
www-128.ibm.com
5.
Python supplies a utility class from which SAX filters can be derived
可以从这个类派生SAX过滤器。
www-128.ibm.com
6.
To create your own cache management utility class to bind to non-embedded reports, see
若要创建您自己的缓存管理实用程序类以绑定到非嵌入式报表,请参见
msdn2.microsoft.com
7.
The report wrapper class and the cache management utility class have separate tasks
报表包装类和高速缓存管理实用程序类分别有单独的任务
msdn2.microsoft.com
8.
Using the generated private key, the utility class
通过使用生成的私钥,实用程序类
www-128.ibm.com
9.
To learn how to bind the CrystalReportViewer control to this cache management utility class, see
若要了解如何将CrystalReportViewer控件绑定到这个缓存管理实用程序类,请参见
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/2/5 21:19:35