UDDI handles internationalization by allowing the user to specify a collection of these objects where each object has a value and a language identifier.
UDDI通过允许用户指定这些对象的集合来处理国际化,每个对象中有一个值和语言标识符。
The response template contains a type safe subset of the value object information graph requested by the user in the request template.
响应模板中包含类型安全的值对象信息图子集,这些信息是用户在请求模板中请求的。
The response template contains a type-safe subset of the value object information graph requested by the user in the request template.
响应模板中包含类型安全的值对象信息图子集,这些信息是用户在请求模板中请求的。
The response template contains a safe sub-set of the value object information graph requested by the user in the request template.
响应模板中包含值对象信息图的安全子集,这些信息图是用户在请求模板中请求的。
JSON objects are constructed in a key: value pair format. The elements of the object are separated by commas, and each object is contained within curly braces .
JSON对象是由一个“键:值”对格式构成的,对象的元素由逗号隔开,每个对象包含在一对大括号中。
If the USN value sent does not match the USN value currently persisted in the repository, the ce server knows that a change was made (by some other caller) since the object was fetched.
如果发送的US n值与储存库中储存的值不匹配,CE服务器就知道已经(由其他调用方)进行了更新,因此该对象已被获取。
In the absence of synchronization, it is possible to see an up-to-date value for an object reference that was written by another thread and still see stale values for that object's state.
在缺乏同步的情况下,可能会遇到某个对象引用的更新值(由另一个线程写入)和该对象状态的旧值同时存在。
The Object Request Broker (ORB) pass by reference option determines if pass by reference or pass by value semantics should be used when handling parameter objects involved in an EJB request.
ObjectRequestBroker (ORB)通过引用传递选项确定,在处理EJB 请求中涉及的参数对象时应该使用通过引用传递还是通过值传递语义。
That is the real value of the z dimension: You can create objects in any order you choose and position them relative to each other by adjusting the z value on each object.
这就是z值的实际价值:您可以按照任何顺序来创建对象,并可以通过调整每个对象的 z 值来调整彼此之间的相对位置。
By using the value object directly, instead of repeatedly using the bean's remote interface, we can reduce our RMI traffic to a single method invocation.
通过直接使用值对象,而不是反复使用bean的远程接口,我们可以将R mi通信减少到一次方法调用。
This returns a resultset object, and you need the first value returned by this process to get the new unique ID.
这将返回一个resultset对象,您需要这个过程所返回的第一个值,以获得新的唯一的ID。
In Listing 15, we have an effective container for the object identified by a class attribute value of announcement_summary.
在清单15中,我们为这个对象建立一个有效容器,并用class属性值an nouncement _ summary标识它。
There are two approaches to defining equality and hash value: identity-based, which is the default provided by Object, and state-based, which requires overriding both equals() and hashCode().
有两种方法来定义对象的相等性和散列值:基于标识,它是 Object提供的缺省方法;基于状态,它要求Overrideequals() 和hashCode() 。
The above code indicates that the value held by the variable person is of type Object.
上面的代码说明了变量person中存放的值是Object类型的。
You can retrieve the value that the listener returned by first getting the xmlrpcval object stored in the response object and then asking for the xmlrpcval object's scalar value.
您可以通过先获得存储在响应对象里的xmlrpcval对象,然后请求xmlrpcval对象的标量值,来检索监听器返回的值。
The objective of the apply object is to apply the compare function on the value picked from the bag (returned by AttributeDesignator) and compare it to the value specified in the condition.
Apply对象的目的是对从袋子(由attributedesignator返回)中选择的值应用比较函数,将它与条件中规定的值进行比较。
We can get a column? S value either by specifying the column index as an integer or the column name as a String object. I show both approaches in the code.
通过指定整数类型的列索引,或String对象类型的列名,就可以获得一个列的值。
An attribute for a GBean is a value held by one of the properties of the GBean object.
GBean的属性是由GBean对象的一个属性所包含的值。
By using the atom function, you get an atom object that is a wrapper around the initial value.
利用atom函数,可获得作为初始值包装的atom对象。
Update the Person value object in raj.vo.Person, by adding another field and the corresponding getter/setter.
更新raj.vo.Person中的Person值对象,添加另一个字段以及相应的getter/setter。
Note that the value object is typically indicated by the bean's name followed by Info.
通常用bean的名称加上Info来表示值对象。
Finally, this data is written to the Context object (whose write method is parameterized based on the types of the (key, value) pair that are produced by map).
最后,这个数据被写到Context对象(它的write方法基于映射生成的(key,value)对的类型进行参数化)。
We also pass the post data in the postdata object (specified as an object containing key/value pairs by using gadgets.io.encodeValues() to format the input args).
我们还要传递postdata对象(被指定为包括键/值对的一个对象,通过使用 gadgets.io.encodeValues()格式化输入args)内的post数据。
The EJB specification states that the key must be a unique value represented by a serializable object.
EJB规范规定:主键必须是一个可序列化的对象所表示的独一无二的值。
Curly braces denote an associative array (that is, an object), with its key-value pairs separated by commas.
大括号表示联合数组(即对象),它的键-值组合由逗号分隔。
A data object is signed by computing its digest value and a signature over that value.
资料物件的签名是透过计算其摘要值并对该值的签名进行的。
These are represented by object-attribute-value triples — that is, an object o has an attribute a with the value v.
这些是由对象-属性-值三元组表示的——即对象o拥有属性A,属性a的值是V。
People may value an object more if they believe it was once owned by a celebrity because of an inherent belief that it still carries an essence of physical trace of the famous person.
人们如果相信某物曾为名人所有,就会价值倍增。因为人们坚信此物还存有名人的某些身体痕迹的精华。
The self object is created by the Box constructor, which also overrides the return value, as seen in Listing 3.
self对象是由Box构造函数创建的,后者也覆盖返回值,如清单 3 所示。
This submit() method receives the name and date value supplied by the user and sets it in a newly created customer object.
这个submit()方法接收用户提供的姓名和日期值,并在一个新创建的Customer 对象中设置这些值。
应用推荐