网站首页  词典首页

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

 

单词 Util.
释义

Util.

美 
英 
abbr.
1.
utility

例句

释义:
1.
If you need isolation for your log manager, java. util. logging would not be suitable due to architectural limitations.
如果您的日志管理程序需要隔离性,那么由于架构的限制,java.util.logging可能不适合您的要求。
www.ibm.com
2.
ECS accepts names for added elements -- a concept similar to that of a key in java. util. Hashtable.
ECS接受添加元素的名字——这个概念类似于java.util.Hashtable中的键。
www.ibm.com
3.
You could still return a java. util. List, as these are allowed, but an array works just as well and is strongly typed.
您也可以返回java.util.List,因为这是允许的,但是数组就可以很好地满足要求并且具有强类型。
www.ibm.com
4.
The UTIL_IMPACT_PRIORITY keyword serves as a switch to specify whether RUNSTATS subscribes to a throttling policy or not.
UTIL_IMPACT_PRIORITY关键字可充当一个开关,它指定RUNSTATS是否订阅调整策略。
www.ibm.com
5.
The setProperties is called by the Batch Container to pass BDS properties specified in xJCL to the BDS as a java. util. Properties object.
批处理容器调用setProperties来将xJCL中指定的BDS属性作为java.util.Properties传递到BDS。
www.ibm.com
6.
Another issue is that of data types: in Java we have a java. util. Map, and basically two implementations of it (HashMap and TreeMap).
另一个问题是数据类型的:在Java中我们有一个java.util.Map,它一般有两个实现(HashMap和TreeMap)。
www.infoq.com
7.
Internationalization can be automatically supported, by translating the supplied text through a java. util. ResourceBundle.
通过转换由java.util.ResourceBundle提供的文本,可以自动地支持国际化。
www.ibm.com
8.
You can select the first HBA port, which will bring you to the Fast! UTIL Options page, shown in Figure 10.
您可以首先选择HBA端口,然后将出现Fast!UTILOptions页面,如图10所示。
www.ibm.com
9.
To keep the example simple, I implemented only a few of the methods defined in java. util. LinkedList.
为了示例的简单起见,我只执行在java.util.LinkedList中定义的一些方法。
www.ibm.com
10.
The is bound to a java. util. Date object but does not use a converter.
一定是一个java.util.Date对象,但并不使用转换器。
www.ibm.com
1.
A fifth row added at the bottom represents a new class you might write that implements java. util. List.
在底部添加的第五行表示您可以编写的实现java.util.List的新类。
www.ibm.com
2.
Synchronization still has a few advantages over the locking classes in java. util. concurrent. lock.
因为对于java.util.concurrent.lock中的锁定类来说,synchronized仍然有一些优势。
www.ibm.com
3.
In practice, I found the BCEL version of this class writing program (org. apache. bcel. util. BCELifier) to be of limited use.
而在实践中,我发现这种类编写程序的BCEL版本(org.apache.bcel.util.BCELifier)使用起来有一些限制。
www.ibm.com
4.
Both of these methods rely on the business delegate to return a java. util. List sorted in the correct manner.
这两个方法都依赖于业务代理返回一个按照正确要求排序后的java.
www.ibm.com
5.
The java. Util. Locale class no longer allows fallback to a default region if the region is unspecified.
java.util.Locale类不再允许在未指定默认区域时回退到默认区域。
msdn2.microsoft.com
6.
A good rule of thumb is to set util_heap_sz to at least 10000 x #CPUs on the DB2 server.
一个很好的经验法则是,在DB2服务器上将util_heap_sz设为至少10000xCPU数目。
www.ibm.com
7.
The next article in this series explores even more of the java. util. concurrent namespace.
本系列的下一篇文章将会进一步探讨java.util.concurrent名称空间的内容。
www.ibm.com
8.
The result of query execution consists of the elements of an untyped java. util. List.
查询执行的结果包含无类型的java.util.List的元素。
www.ibm.com
9.
A simple conversion is needed if the client is expecting a java. util. Dates, as shown in Listing 8.
如果客户端需要java.util.Dates,那么需要对其进行简单转换,如清单8所示。
www.ibm.com
10.
A Subject maintains a principal's identities and security credentials in the form of sets (of class java. util. Set).
一个Subject以集的形式(类java.util.Set)维护了一个主体的身份和安全凭证。
www.ibm.com
1.
And so we continued for another ten minutes, util suddenly my daughter burst into tears, and admitted that she was beaten.
接着我们又继续了十分钟,直到,女儿突然间放声大哭,承认她被伤害到了。
women.zhishi.sohu.com
2.
The value of this attribute should be either a string naming a locale, or an instance of the java. util. Locale class.
该属性的值应当是命名该语言环境的一个字符串或者是java.util.Locale类的一个实例。
www.ibm.com
3.
Next up in complexity is the new java. util. AbstractQueue class.
再复杂一点的是新的java.util.AbstractQueue类。
www.ibm.com
4.
For all intents and purposes, you can use an XMLCursor as a java. util. Iterator, except that you can also use it in a generic fashion.
不管出于何种目的,您都可以将XMLCursor作为java.util.Iterator使用,只是您也能够以泛型形式使用它。
www.ibm.com
5.
The EnumMap class offers a special implementation of the java. util. Map interface where the key is an enumerated type.
EnumMap类提供了java.util.Map接口的一个特殊实现,该接口中的键(key)是一个枚举类型。
www.ibm.com
6.
This tip showed that, if the original Java API contained java. util. Date, then the roundtrip resulting API will not match the original.
本技巧展示出,如果原始的JavaAPI包括java.util.Date,那么作为往返结果的API将与原始的不相匹配。
www.ibm.com
7.
The DirInfo class uses typed java. util. List collections for the normal files and child directories of a directory.
DirInfo类使用有类型的java.util.List集合表示普通文件和目录的子目录。
www.ibm.com
8.
The MBean model implementation utilizes a few utility classes associated with JDOM in the package com. claudeduguay. util. jdom.
MBean模型实现利用了com.claudeduguay.util.jdom包中几个与JDOM相关的工具类。
www.ibm.com
9.
An actual solution would most likely take advantage of the standard java. util. logging mechanism.
实际的解决方案很可能利用标准java.util.logging机制。
www.ibm.com
10.
The new configuration parameter, UTIL_IMPACT_PRIORITY, specifies the priority for the throttling utility.
新的配置参数UTIL_IMPACT_PRIORITY指定进行throttling的实用程序的优先级。
www.ibm.com
1.
org. apache. bcel. util. Repository is actually an interface for a source of binary class representations.
Repository实际上是二进制类表示的源代码的接口。
www.ibm.com
2.
The ScriptCache class (shown in Listing 9) implements a repository for the compiled scripts, using a java. util. LinkedHashMap object.
ScriptCache类(参见清单9)使用java.util.LinkedHashMap对象为所编译的脚本实现存储库。
www.ibm.com
3.
Nearly all the classes in the java. util. concurrent package use atomic variables instead of synchronization, either directly or indirectly.
无论是直接的还是间接的,几乎java.util.concurrent包中的所有类都使用原子变量,而不使用同步。
www.ibm.com
4.
While it's not a Collections class, per se, the java. util. concurrent. TimeUnit enumeration makes code vastly easier to read.
尽管本质上不是Collections类,但java.util.concurrent.TimeUnit枚举让代码更易读懂。
www.ibm.com
5.
So a string variable inside the Util. System namespace can be declared as Global. System. String.
因此,Util.System命名空间中的字符串变量可以声明为Global.
msdn2.microsoft.com
6.
A lightweight implementation of a red-black tree is included in the J2ME specification class java. util. TreeSet.
红黑树的轻量级实现包括在J2ME规范类java.util.TreeSet中。
www.ibm.com
7.
A lock that implements the java. util. concurrent. locks. Lock interface controls how multiple threads access a shared resource.
一个实现java.util.concurrent.locks.Lock接口的锁控制着多个线程是如何访问一个共享资源的。
www.ibm.com
8.
Due to the nature of this technique, it is not included in the downloadable wsdl-util. xsl.
由于此技术本身特性的原因,并未在可下载的wsdl-util.xsl中将其包含进去。
www.ibm.com
9.
Then why did the JSR 166 group spend so much time developing the java. util. concurrent. lock framework?
那么为什么JSR166小组花了这么多时间来开发java.util.concurrent.lock框架呢?
www.ibm.com
10.
The util_impact_lim parameter is the percentage of allowable impact that all throttled utilities can have on the instance workload.
util_impact_lim参数是指允许所有已调整实用程序对于实例的工作负载产生影响的百分比。
www.ibm.com
1.
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
2.
Not util the meeting had begun did she arrive.
直到会议开始她才来到。
news.bdcf.net
3.
You can implement the support for a multilingual feature with the help of Java. util. ResourceBundle.
可以在Java.util.ResourceBundle的帮助下实际对多语言特性的支持。
www.ibm.com
4.
Instead, use synchronized blocks, lock classes, and atomic classes from the java. util. concurrent package.
相反,要使用java.util.concurrent包的同步语句、锁类和原子类。
www.ibm.com
5.
The java. util package includes two classes to help make working with enumerated types easier: EnumMap and EnumSet.
util程序包中包含两个类:EnumMap和EnumSet,这两个类有助于使处理枚举类型变得更容易一些。
www.ibm.com
6.
The class, onblur, and onsubmit attributes that must be added to an HTML element are placed in a java. util. HashMap instance named addMap.
必须添加到HTML元素的class、onblur和onsubmit属性放置在名为addMap的java.util.HashMap实例中。
www.ibm.com
7.
You need to create a custom JMS data binding that maps java. util. Map to the business object representation in Process Server.
需要创建一个定制的JMS数据绑定,它把java.util.Map映射到ProcessServer中的业务对象表示。
www.ibm.com
8.
The java. util. List interface defines a contract that any class claiming to implement java. util. List must fulfill.
List接口定义必须履行所有类都声明以实现java.util.List的合同。
www.ibm.com
9.
Save string content of a java. Util. Properties object.
保存配置文件中的字符串。
www.blogjava.net
10.
What that library has morphed into is the java. util. concurrent package of the Tiger release.
这个库最后变成了Tiger版本的java.util.concurrent包。
www.ibm.com
1.
The Organize Imports command replaces the original import statement with import java. util. List.
OrganizeImports命令将把初始的import语句替换为importjava.
www.ibm.com
2.
The locking classes in java. util. concurrent. lock are advanced tools for advanced users and situations.
lock中的锁定类是用于高级用户和高级情况的工具。
www.ibm.com
3.
By default, the java. Util. Logging framework writes its output to a file.
默认情况下,java.util.logging框架会将其输出写入到文件中。
msdn2.microsoft.com
4.
The java. util. concurrent. Executor interface has only a single method: execute(Runnable).
Executor接口仅有一个方法:execute(Runnable)。
www.ibm.com
5.
TemplatesManager is essentially a wrapper around java. util. Map with additional methods to return Transformer objects.
本质上,TemplatesManager是包含java.util.Map的封装器,并包含用于返回Transformer对象的附加方法。
www.ibm.com
6.
JAAS Subject holds principals and their credentials as collections of type java. util. Set.
JAASSubject持有作为java.util.Set类型集合的主体和主体凭证。
www.ibm.com
7.
Rather than try and write your own, which is easy to get wrong, you might consider using some of the utilities in util. concurrent.
您无须尝试编写您自己的线程池,这样做容易出错,相反您可以考虑使用util.concurrent中的一些实用程序。
www.ibm.com
8.
An application can store and retrieve any object that implements the java. util. Map interface.
应用程序可以存储和检索任何实现了java.util.Map接口的对象。
www.ibm.com
9.
First, make the Util class lazily create a clipboard object, as shown in Listing 5.
首先使Util类简单地创建一个剪贴板对象,如清单5所示
www.ibm.com
10.
As previously mentioned, the two java. util. Vectors in Product handle the one-to-many and many-to-many relationships.
如同以前所提到的那样,Product中的两个java.util.Vector处理一对多和多对多关系。
www.ibm.com
1.
If you cannot change the original API, write a wrapper class to convert them into java. util. Calendar.
如果您不能改变原始的API,那么书写封装类,将它们转化为java.
www.ibm.com
2.
Utils ( "util" ): Simplifies loading java. util. Properties objects and other common tasks.
Utils(util):简化加载java.util.Properties对象和其他通用的任务。
www.infoq.com
3.
Further, you can control asynchronous EJB method requests using the java. util. concurrent. Future interface.
而且,您可以使用java.util.concurrent.Future接口控制异步ESB方法请求。
www.ibm.com
4.
With the introduction of the java. util. concurrent (JUC) package in Java 5, a new type of lock was introduced into the Java language.
随着Java5中引入了java.util.concurrent(JUC)包,在Java语言中出现了一种新的锁。
www.infoq.com
5.
Stay in a lower gear than you would cru ise at, that way you can util ise the engine braking to help you stop quickly if you need to.
这样在必要的时候,你就可以用发动机制动来帮助自己快速的停下来。
www.xcar.com.cn
6.
And it displays a Tomahawk calendar component if the value binding is of type java. util. Date -- which, frankly, is very cool.
如果值绑定是java.util.Date类型——坦率地说它非常酷,字段标记将显示Tomahawk日历组件。
www.ibm.com
7.
They also return specialisations of java. util. Iterator, which have extra methods to return specific object types.
它们还返回java.util.Iterator的特殊化,其具有返回特定对象类型的其他方法。
www.ibm.com
8.
Note how the time and date of delivery is represented by properties of type java. util. Calendar.
请注意,类型java.util.Calendar的属性表示交付时间和日期的方式。
www.ibm.com
9.
The Java language provides an entire library of collection types in the java. util package.
Java语言在java.util包中提供了一个完整的集合类型库。
www.ibm.com
10.
Java SE 5 introduced the java. util. concurrent. locks package, which provides a framework for lock and wait conditions.
JavaSE5引入了java.util.concurrent.locks包,它为锁定和等待条件提供了一种框架。
www.ibm.com
1.
Normally, I'd just leave results as a java. util. ArrayList.
通常情况下,我会让结果保持java.util.ArrayList的形式。
www.ibm.com
2.
The java. util package offers a new base interface for collections: java. util. Queue.
util包为集合提供了一个新的基本接口:java.
www.ibm.com
3.
Unlike the java. util. Date class, this has nanosecond precision.
但与java.util.Date类不同的是其精确到了纳秒级别。
www.infoq.com
4.
Listing 3 is the AbstractWebObservable class, a subclass of java. util. Observable that implements a SOAP mechanism to access the observer.
清单3是AbstractWebObservable类,它是java.util.Observable的子类,实现了访问观察者的SOAP机制。
www.ibm.com
5.
Also, I'm slanting the threads chapter toward java. util. concurrent.
为了java.util.concurrent包,我也会对多线程这一章进行倾斜。
www.blogjava.net
6.
When you are prompted to select a class to represent the List object, select the java. util. List interface.
当您要选择一个类以代表List对象时,您可以选择java.util.List界面。
www.ibm.com
7.
This way when the query is executed, it returns an instance of Employee instead of a java. util. Collection.
这样一来,当查询执行的时候,它返回Employee的一个实例,而不是一个java.
www.ibm.com
8.
The Android SDK contains a utility class called android. util. Xml.
AndroidSDK提供了一个名称为android.util.Xml的实用类。
www.ibm.com
9.
The logging level determines the importance of the log message, which is defined by the Level class in java. Util. Logging.
日志记录级别用于决定日志消息的重要性,这些级别由java.util.logging中的Level类定义。
msdn2.microsoft.com
10.
This value will only be meaningful when util_impact_priority is set to non-zero.
这个值只在util_impact_priority设置为非零值时有意义。
www.ibm.com
1.
The rows are returned as an array of java. util. SortedMap objects.
这些行作为一个java.util.SortedMap对象数组返回。
www.ibm.com
2.
Select java. util. AbstractMap as the superclass.
选择java.util.AbstractMap作为超类。
www.ibm.com
3.
Listing 4 illustrates how to use a custom data binding to build a map between the business object and java. util. HashMap.
清单4说明如何使用定制的数据绑定在业务对象和java.util.HashMap之间建立映射。
www.ibm.com
4.
Most Java developers are well aware of the java. util. concurrent package introduced as a standard part of the J2SE 1. 5 class library.
大多数Java程序员都知道,java.util.concurrent包是作为J2SE1.5类库的标准组成部分引入的。
www.ibm.com
5.
To append the entries to an existing database, use the "kdb5_util load -update" command.
要想把数据追加到现有的数据库中,需要使用“kdb5_utilload-update”命令。
www.ibm.com
6.
There are templates registered to java. util. Date, so these templates were shown as options for Dob.
还有注册到java.util.Date的模板,这样这些模板作为Dob的选项而显示。
www.ibm.com
7.
For example, you could create a template for Tomahawk's inputDate component and associate it with a java. util. Date type.
例如,您可以为Tomahawk的inputDate组件创建一个模式,并将其与java.util.Date类型联系起来。
www.ibm.com
8.
See Resources for the API docs on groovy. util. Node.
参见参考资料,获取关于groovy.util.Node的API文档。
www.ibm.com
9.
Note that the propertyName attribute is randomly generated by use of the class java. util. UUID.
注意,propertyName属性是通过java.util.UUID类随机生成的。
www.ibm.com
10.
In almost all cases in an RCP application, java. util. Timers can be replaced with a Job scheduled to execute some time in the future.
在几乎所有的RCP应用程序案例中,java.util.Timer可以被Job取代,计划在未来某个时间执行。
www.ibm.com
1.
In almost all cases in an RCP application, java. util. Timers can be replaced with a Job scheduled to execute some time in the future.
在几乎所有的RCP应用程序案例中,java.util.Timer可以被Job取代,计划在未来某个时间执行。
www.ibm.com
2.
I had introduced a similar class for XM in the org. ananas. util package.
我在org.ananas.util包中为XM引入了类似的类。
www.ibm.com
3.
Additionally, there are two java. util. Vectors for related ProductDetail and Category objects.
此外,还有两个java.util.Vector用于关联的ProductDetail和Category对象。
www.ibm.com
4.
You create the util package, along with classes in it.
您创建了util包,以及包中的类。
www.ibm.com
5.
Each class uses the VariablePersister class in the package com. ibm. rpt. util.
每一个类都使用包com.ibm.rpt.util中的VariablePersister类。
www.ibm.com
6.
When you click Add Message, you use DWR's utility method dwr. util. getValue to get the data from your form.
单击AddMessage时,使用DWR的实用方法dwr.util.getValue从表单获得数据。
www.ibm.com
7.
Note that the file Util. Netmodule was compiled as a module because it contains no assembly information.
请注意,文件Util.netmodule被编译为一个模块,因为它不包含任何程序集信息。
msdn2.microsoft.com
8.
Util contains various low-level utility classes, such as specialized container classes, XML utilities, etc.
包含有许多底层的工具类,例如专用容器类,
www.mmspda.com
9.
In Figure 1, each column represents a method in the java. util. List interface.
在图1中,java.util.List接口中的每一列都表示一种方法。
www.ibm.com
10.
Through util-linux-ng 2. 17, fdisk does not offer any direct support for 8-sector alignment of partitions.
通过util-linux-ng2.17,fdisk对分区的8扇区对齐不提供任何直接支持。
www.ibm.com
1.
Note: If you already have a Kerberos database, then the "kdb5_util load" command will overwrite the existing database.
注意:如果已经有一个Kerberos数据库,那么“kdb5_utilload”命令会覆盖现有的数据库。
www.ibm.com
2.
You should avoid using java. util. Date and use java. util. Calendar instead.
您应该避免使用java.util.Date,而用java.util.Calendar代替。
www.ibm.com
3.
Under the Import List section, add com. bowstreet. util. StringUtil to Imports.
在ImportList部分下面,将com.bowstreet.util.StringUtil添加到Imports。
www.ibm.com
4.
One way to read in properties is with the java. util.
读取属性文件的一种方法是使用java.util.Properties类。
www.ibm.com
5.
WatchKey poll(long timeout, TimeUnit unit) takes a timeout and time units (java. util. concurrent. TimeUnit).
WatchKeypoll(longtimeout,TimeUnitunit)需要超时和时间单元(java.util.concurrent.TimeUnit)。
www.ibm.com
6.
The java. util. logging package is a Java API for logging that is available in all standard Java development kits.
logging包是可用于所有标准Java开发工具包的日志记录JavaAPI。
www.ibm.com
7.
Note that in Java datatypes to XML types mapping defined in JAX-RPC1. 1, java. util. Date is mapped to xsd: dateTime.
请注意,在JAX-RPC1.1中定义的Java据类型映射到XML类型的映射中,java.util.Date映射到xsd:dateTime。
www.ibm.com
8.
You'll want a job that'll allow you to util your hard-earn educ and sharpen your skills, not on that reduc you to a coffee runner.
希望一份能够让你应用自己数年寒窗苦获得的教育且提高技能的工作;而不是一份跑腿送咖啡的工作。
dictsearch.appspot.com
9.
Dob is a date (java. util. Date).
Dob是一个日期(java.util.Date)。
www.ibm.com
10.
In the layered system, higher layers, such as application, can depend on any lower layer, such as util.
在分层系统中,上层(比如application)可以依赖于其下任何一层(比如util)。
www.infoq.com
1.
In contrast, core JLS services such as java. util. Vector are already synchronized.
相反,如java.util.Vector之类的核心JLS服务已经实现同步。
www.ibm.com
2.
A NodeList extends java. util. ArrayList, so it is basically a List that has been granted GPath superpowers.
NodeList扩展了java.util.ArrayList,因此它基本上就是一个赋予了GPath超级权限的List。
www.ibm.com
3.
There are other roundtrip issues besides java. util. Date which I will cover in more detail in subsequent tips.
除了java.util.Date以外,还有其他的往返问题,我将在随后的技巧中更加详细地讨论它们。
www.ibm.com
4.
It is also mapped to java. util. Calendar, which is a reference type in Java.
它也被映射成了java.util.Calendar,这是Java中的引用类型。
www.ibm.com
5.
You can also sign JARs programmatically using the java. util. jar and java. security APIs.
还可以用java.util.jar和java.securityAPI以编程方式签名JAR(有关细节参阅参考资料)。
www.ibm.com
6.
Create the KDC database using the kdb5_util utility.
使用kdb5_util实用程序创建KDC数据库。
www.ibm.com
7.
Because the BAR file is basically a zip file, we are using the java. util. zip. * package to process it.
由于BAR文件本质上是压缩文件,所以将利用java.util.zip.*包来处理它。
www.ibm.com
8.
In fact, beginning with util-linux-ng 2. 17. 1, this is the default when you disable DOS compatibility mode by typing c at the main menu.
事实上,从util-linux-ng2.17.1开始,当您通过在主菜单输入c来禁用DOS兼容性模式时,这就是默认设置。
www.ibm.com
9.
If the util_impact_lim is 100 (the default value), no utility invocations such as RUNSTATS are throttled.
如果util_impact_lim是100(默认值),则不用调整诸如RUNSTATS之类的实用程序调用。
www.ibm.com
10.
If a priority is specified, but util_impact_limit is set to 100, RUNSTATS will run unthrottled.
如果指定了优先权,但是将util_impact_limit设置为100,也可以不加调整地运行RUNSTATS。
www.ibm.com
1.
I have elected to use the XML representation of java. util. Properties because it is more forgiving of oddball characters.
我选择使用java.util.Properties的XML表示,因为它更能兼容奇怪的字符。
www.ibm.com
2.
For example, suppose you have an import like import java. util. * in your file, and you use only the List class from that package.
例如,假定您的文件中有一个诸如importjava.util.*之类的导入语句,并且仅使用来自该包的List类。
www.ibm.com
3.
For example, you have a java. util. Map and, under certain conditions, data is added to the map but never removed from it.
例如,如果有一个java.util.Map,在特定情况下,会将数据添加到映射中,但却永远不从其中删除。
www.ibm.com
4.
Open the zip file and extract the jar files, quercus. jar, resin-util. jar, and javamail-141. jar.
打开这个压缩文件并解压缩jar文件:quercus.jar、resin-util.jar和javamail-141.jar。
www.ibm.com
5.
Test the connectivity to the primary data source with NAV_UTIL before proceeding.
在进入下一步之前,使用NAV_UTIL测试到主数据源的连接。
www.ibm.com
6.
In the last installment of Java theory and practice, we examined the fork-join library, which will be added to the java. util. concurrent
在上一期Java理论与实践中,我们研究了fork-join库,这个库将添加到Java7的java.util.concurrent包中。
www.ibm.com
7.
Given this challenge, I started thinking about ways to integrate logging tools into Eclipse. My first candidate was java. util. logging
给出这个难题之后,我开始考虑将日志工具集成到Eclipse中的方法。
www.ibm.com
8.
Here's how a ViewController might respond to a refresh call using a java. util. Map data model
下面演示了ViewController会如何使用java.util.Map数据模型来响应刷新调用
www.ibm.com
9.
Create a java. util. Properties object and set the output properties for
创建一个java.util.Properties对象,并设置以下输出属性
www.ibm.com
10.
Write a little util to add mark to pictures by batch
写了一个小程序,自动批量给图片加标记
www.jsfsoft.com:8080
1.
Java. Util. Enumeration Read A list of all client locales in order of preference
以优先选择顺序排列的所有客户端场所的列表
blog.csdn.net
2.
Collection classes (for example, java. util. Vector) used as either parameter or return type for a method (JAX-RPC constraint)
作为方法的参数或返回类型使用的集合类(例如java.util.Vector)(JAX-RPC约束)
www.ibm.com
3.
An integer parameter xx relative to the class myapp. util. UtilClass is obtained by
通过下面这段代码获得与myapp.util.UtilClass类有关的整数参数xx
www.ibm.com
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/15 16:18:21