The concrete solution involves a Yuasa-type barrier (see Resources), where the overwritten value in any field store is recorded and treated as if it had a root reference associated with it.
具体的解决方案涉及一个yuasa类型的屏障(请参阅参考资料),其中将会记录任何字段存储中的重写值并将其视为具有相关的根引用。
Relational databases that store XML data usually use Binary Large Object (BLOB) field types to store XML.
存储XML数据的关系数据库通常使用大型二进制对象(BLOB)字段类型存储XML。
The DSISR_ST bit in the dsisr field of the exception structure indicates the problem was a store operation.
异常结构dsisr字段的 DSISR_ST 表示存储操作出了问题。
They store at least one key field in a native Notes document that links the Notes document to the external data.
它们在一个把Notes文档链接到外部数据的本地Notes文档中存储了至少一个关键字段。
The value of state can be New, In progress or Closed, so we need to get the value of this data field, we use the variable named state to store this value.
状态的值可以为new,In progress或者Closed,这样我们就需要得到该数据区域的值,我们需要名为State的变量以存储该值。
If a field in the prototype is "null," then that value matches against any value in the data store; otherwise, the values must match exactly.
如果原型中的字段值为“null”,则该值匹配数据存储中的任何值;否则的话,必须精确地匹配值。
Internally, Scope relies on a thread-static field to store the Stack of instances supplied to Scope's constructor.
在内部,Scope依赖线程静态字段存储提供给Scope构造函数的实例的Stack。
Index the content into Lucene, being sure to store term vectors for the field you want to generate vectors from.
将内容索引编入Lucene,确保存储相关字段(用于生成矢量的字段)的term矢量。
When the Claim Check service returns a token, the token is stored into the Order data object, into the same field that was used to store the logical attachment.
当ClaimCheck服务返回一个令牌时,令牌存储在Order数据对象中,存储在过去用于存储逻辑附件的同一字段中。
When the Claim Check service returns a token, the token is stored inside the Order data object, into the same field that was used to store the physical attachment.
当ClaimCheck服务返回一个令牌时,令牌存储在Order数据对象内,存储在过去用于存储物理附件的同一字段中。
The hidden text field gives me a place to store the id of the Airport when the entire form is submitted back to the server.
当整个表单提交到服务器时,隐藏的文本字段提供了一个存储Airport的id的位置。
The field tag accepts a type attribute that specifies the type of information that you want to store, and can be used to specify the grammar rules to be used for accepting.
字段标记将接收一个type属性,该属性指定了要存储信息的类型,并且还可以用于指定接收操作所使用的语法规则。
Next, add a String field to the Entry class to store the filename, as shown in Listing 9.
接下来,将一个String字段添加到entry类,以存储filename,如清单9所示。
I've successfully grafted in a call to the added code at each store into the Bean.m_a field (one in the constructor and one in the set method).
我成功地在每一次存储到Bean . m_a字段时,加入了一个对添加的代码的调用(一次是在构造函数中,一次是在set方法中)。
For each of these records, we will extract the fields by name and store each of the values in a hash keyed on the field name.
对于这其中的每条记录,都将按名称提取字段并将每个字段值存储到与字段名关联的散列中。
When you store data into hidden fields, you end up manipulating many hidden fields or manipulating hidden field data every time the user enters new vehicle data.
如果要将数据存储到隐藏字段中,您会为用户每次输入新的车辆数据都要处理很多隐藏字段或处理隐藏字段数据而感到烦恼。
To gauge the "freshness" of the data, you might decide to add a timestamp field to the object so that you could easily detect whether the object and the backing store were out of sync.
要测量数据的“更新程度”,您可能决定向该对象添加时间戳记字段,以便容易地检测对象是否与后备存储器同步。
Within this method, I just check two things: that the field name is the one I'm looking for, and that the operation is a store.
在这个方法中,我只检查两样东西:字段名是否是我所查找的,操作是否是一个存储过程。
If you want to store a number to a DECIMAL field in a database, or retrieve a value from a DECIMAL field, how do you ensure that the number will be transmitted exactly?
如果希望将数字存储到数据库中的decimal字段,或从decimal字段检索值,则如何确保精确地转换该数字?
The organization has also developed an online tracking system that traces organic cotton’s journey through the entire supply chain, from the field to the store rack.
这个组织还建立追踪整体供需链条的系统,这个跟踪系统从田地到货架跟踪有机棉。
All it takes to get started as a birder is good eyesight, a simple field guide (even from a used book store) and an interest in watching birds.
准备开始做个“鸟人”非常简单,只需要一个好的视力、一本简单的野外观鸟指南(甚至是从旧书店里买来的也行),还有对观鸟的兴趣。
The frequency of this oscillation is controlled by the capacitor's ability to store charge and the coil's ability to produce a magnetic field.
振荡频率由电容储存电荷的能力,以及线圈生成磁场的能力所共同决定。
The component may consume this property and just store it, pending a later operation, or it may do a single data-oriented operation, such as updating the value of an edit field.
组件可以消费这个属性并存储它,供以后的操作使用;还可以执行一个面向数据的操作,比如更新一个编辑框的值。
The database would store the value, say 30 December 2005, as the date when the employee's birthday field was last updated.
这个数据库也将存储这个值,即 2005 年12 月30 日,作为职工的生日字段最后被更新的日期。
Different types of field control which field you should index and which you should store with the index.
我们可以用不同类型的Field来控制文档的哪些内容应该索引,哪些内容应该存储。
The Isolator USES a control field in the input to identify the customer tenant and applies the relevant security and partition logic to store in the correct place.
Isolator在输入中指定一个控制域来确定使用客户,并应用相关的安全性和分区逻辑将它存储到正确的位置。
You can imagine that TransactionScope could be using static fields to store the current Transaction and that SqlCommand could just be picking up that Transaction from that static field.
您可以假设TransactionScope可以使用静态字段来存储当前的Transaction,而SqlCommand只从该静态字段中获取相应Transaction。
Now, though, you need to indicate the field to store the author's ID in, as well as what table to store that field in, because the author's ID never ends up in the dw_books table.
但是现在需要说明该字段要存储作者ID以及该字段要存储到哪个表,因为作者ID在dw_books表中不存在。
I can do this because the top of this file contains an if statement that checks for the existence of the hidden input field named store, which is always set to True.
我之所以可以这样做是因为此文件的顶部包含if语句,该语句可以检查潜在的输入字段store是否存在,而这永远被设置为True。
I can do this because the top of this file contains an if statement that checks for the existence of the hidden input field named store, which is always set to True.
我之所以可以这样做是因为此文件的顶部包含if语句,该语句可以检查潜在的输入字段store是否存在,而这永远被设置为True。
应用推荐