单词 | key value |
释义 | 例句释义: 关键字值,关键值,关键码值,键值对,核心价值 1. An update to a key column operates like a delete of the old key value followed by an insert of the new key value. 对键列进行更新与删除旧键值然后插入新键值作用相同。 technet.microsoft.com 2. It's sometimes known as an associative array because data is associated with a key value, or as a hash table. 它有时候称为关联数组(因为数据与一个键值相关联),或者作为散列表。 www.ibm.com 3. It behaves as though it were a giant hash table, looking up key = value pairs. Give it a key, and set or get some arbitrary data. Memcached的奇妙之处在于它的两阶段hash的方法,它通过一个巨大的hash表来查找key=value对,给它一个key,就可以set或get数据了。 blog.163.com 4. Note that this assumes that key columns are never updated; once a row exists, it is immutably tied to its primary-key value. 注意,这假设从不更新键列;一旦一行存在了,它的主键值就不变了。 www.ibm.com 5. Each key value can be used separately to encrypt messages, but it cannot be used to decrypt the messages it was used to encrypt. 每个密匙值都可以单独用于加密消息,但是不能用于解密由它本身加密的消息。 www.ibm.com 6. Information aggregation is the key value that this part of the workshop brings to the overall development of the customer's portal. 信息汇总是研讨会的这一部分向整个客户的门户开发提供的主要价值。 www.ibm.com 7. Determine in which partition a row with a particular partition key value resides, or where it would be inserted. 确定包含特定分区键值的行位于哪个分区中或将该行插入哪里。 technet.microsoft.com 8. A key-value store is basically a hash table on disk, so the location of a piece of data can be guessed without having to consult an index. 键值存储从基本上说就是磁盘上的哈希表,因此在无需借助索引的情况下可以猜测一块数据的位置。 www.ibm.com 9. The key technology there came out of our key-value storage technology at HP Labs. 这是一个出自惠普实验室的具有核心价值的存储技术。 blog.sina.com.cn 10. From the internal queue, Process Server can process those messages with multiple threads as long as they do not share the same key value. 由于这些消息不共享同一个键值,ProcessServer可以用多重线程从这个内部队列处理这些消息。 www.ibm.com 1. This scenario typically occurs in a property bag scenario when properties of an object are fetched and its primary key value is known. 这种情况通常出现在属性包方案中,此时提取对象的属性并且已知其主键值。 msdn2.microsoft.com 2. A dictionary is like an associative array or hash: It uses key-value pairs to store and retrieve information. 字典类似于关联数组或散列;它使用键值对来存储和限制信息。 www.ibm.com 3. Other key-value pairs can be specified as well, and the JMX API includes facilities for wildcard matching of object names. 也可以指定其他键-值对,而且JMXAPI还包含进行对象名称通配匹配的工具。 www.ibm.com 4. Determines what action will happen to the child row or column when a primary key value is changed or deleted. 确定当主键值被更改或删除时将对子行或子列执行的操作。 msdn2.microsoft.com 5. A key value for the point E5 is calculated from the values at the normally and diagonally disposed boundary points . 根据沿对角线方向和水平竖直方向配置的各边界点的数值,计算出E5的控制值。 www.bing.com 6. In the canonical model, a map function processes key-value pairs, resulting in an intermediate set of key-value pairs. 在规范模型中,map函数处理键值对,这将得出键值对的中间集。 www.ibm.com 7. RESTRICT Generates an error and prevents the modification if an attempt to modify a referenced primary key value occurs. RESTRICT生成一条错误消息,并在尝试修改被参照的主键时,拒绝进行修改。 www.ianywhere.com 8. Each section, in turn, has a header line and a list of (key-value) pairs to set options for each module. 每个小节包含标题行和模块的选项(键-值对)列表。 www.ibm.com 9. Occurs when a key value exists in a partition but does not exist in the corresponding dimension. 当键值存在于分区中,但不存在于相应的维度中时发生。 technet.microsoft.com 10. The larger file size is therefore not a problem, as the contents of each key-value pair are identical. 因此更大的文件大小并不是问题,因为每个键值对的内容是相同的。 www.ibm.com 1. It then provides concrete advice that sets up the worker object and returns the right key value for this case. 然后它提供一个具体建议,这个建议设置工人对象并返回对于这种情况正确的键值。 www-128.ibm.com 2. You can then attach objects that are to be imported for template use to the context using the put(key, value) method of the context. 然后可以使用上下文的put(key,value)方法,把将要导入供模板使用的对象附加到上下文中。 www.ibm.com 3. The key value can be one of the following: an attribute, a child element, or the content of the matched element. 键值可以是下列任一值:属性、子元素或匹配元素的内容。 msdn2.microsoft.com 4. Just think of the Preferences object as one big key-value hashtable that structures the keys in a tree-like structure. 只要把Preferences对象当作一个大的键—值散列表(这个表把树形结构中的键组织起来)。 www.ibm.com 5. You see the header configuration, composed of key-value pairs that dictate the configuration of the individual request. 可以看到头配置由表示每个请求的配置的键-值对组成。 www.ibm.com 6. When you delete an entire record, you remove all of the data in each field as well as the key value that makes the record unique. 当删除整条记录时,您将删除每个字段中的所有数据以及使该记录唯一的键值。 office.microsoft.com 7. A unique index is one in which no two rows are permitted to have the same index key value. 唯一索引不允许两行具有相同的索引键值。 technet.microsoft.com 8. Consider a case where an existing row in a DataSet is an Unchanged row with a primary key value of 1. 请考虑以下示例:DataSet中的现有行是主键值为1的Unchanged行。 msdn2.microsoft.com 9. Recall that this script simply tokenizes the input to key-value pairs, where each value will be 1 (non-unique input). 回想此脚本简单地将输入标记到键值对,此处每个值都将是1(非惟一输入)。 www.ibm.com 10. Instead of using the whole key value to walk the tree by way of comparisons, the key value is cut into small chunks of a few bits. 在此,不必使用整个键值通过遍历树来进行比较,键值被分割为一些小块,每个块包含数个比特位。 www.ibm.com 1. The result is the key value pair of the entered document. 结果是已输入文档的键值对。 www.ibm.com 2. Gets or sets the public key value of the strong name identity expressed as a hexadecimal string. 获取或设置用十六进制字符串表示的强名称标识的公钥值。 msdn2.microsoft.com 3. The highly scalable, eventually consistent, distributed, structured key-value store Cassandra for persistence. 通过高度可伸缩的、一致的、分布式的结构化key-value存储Cassandra实现持久化。 www.infoq.com 4. If the translation attribute is found, the element is registered in a table as a key value pair. 如果发现翻译属性,该元素会在表中作为键值对注册。 www.ibm.com 5. The order could be changed by changing the primary key value of one of the employees. 顺序可以通过更改雇员的主键值来进行更改。 www.ianywhere.com 6. This value is part of the index key and is required to make sure that every row has a unique key value. 此值是索引键的一部分,用于确保每一行都具有唯一的键值。 technet.microsoft.com 7. This makes sense because you generally want to know whether a data value -- rather than a key value -- is in a dictionary. 这是有意义的,因为一般希望知道某个数据值(而不是键值)是否在dictionary中。 www.ibm.com 8. Structuring long lists of key: value pairs by grouping them into categories improves the readability of the configuration. 构建列出了长key:value对他们进入分组类别的配置提高了可读性。 bluoe.blog.163.com 9. Adhering to socialism banner brightly is to insist on socialist key value idea and socialist essence unequivocally . 要旗帜鲜明地坚持社会主义就是要坚持社会主义的核心价值理念和社会主义本质; dictsearch.appspot.com 10. These instances are retrieved by iterating sequentially over the collection, by ordinal index or by key value. 这些实例的检索是按序号索引或键值顺序遍历集合进行的。 msdn2.microsoft.com 1. The reduce method is passed an Iterable whose type will be the type of the (key, value) pairs that are input to it. 对reduce方法传递一个Iterable值,它的类型将是输入它的(key,value)对的类型。 www.ibm.com 2. Use the RegistryKey. : : . GetValueKind method to determine the data type of a registry key value before retrieving the value. 检索注册表项的值前,请使用RegistryKey.::.GetValueKind方法确定该值的数据类型。 msdn2.microsoft.com 3. Use one of the Add methods of the image list's Images property that takes a key value. 使用接受键值的图像列表的Images属性的Add方法之一。 msdn2.microsoft.com 4. basing on a analysis of the consumer , demand and consume of poms , the key value of stakeholders in the poms marketing has been indicated. 分析了药品市场中的消费者、需求与消费的特点,指出了处方药营销中的利益攸关者的关键利益。 www.ichacha.net 5. Unable to set a Registry key value entry. 无法设置注册表项值。 angel.w15.5tom.cn 6. The second step updates the properties file created in the first step with a key-value pair that provides the application name. 第二步使用提供应用程序名称的一个键值对更新第一步中创建的属性文件。 www.ibm.com 7. Provides a basic, component site-specific, key-value pair dictionary through a service that a designer can use to store user-defined data. 在设计器可用来存储用户定义数据的服务中提供基本的、组件站点特定的键值对字典。 msdn2.microsoft.com 8. Because of their simplicity, key-value stores are useful for a smaller set of jobs but can do those jobs very quickly. 由于其简单,键值存储对于较小系列的作业非常有用,而且可以非常快速地执行那些作业。 www.ibm.com 9. The leaf rows of a nonclustered index contain pointers to the data rows that contain each specific key value. 非聚集索引的叶级行包含指针,指向含有每个特定键值的数据行。 msdn2.microsoft.com 10. Curly braces denote an associative array (that is, an object), with its key-value pairs separated by commas. 大括号表示联合数组(即对象),它的键-值组合由逗号分隔。 www.ibm.com 1. First, the key value for a threshold definition is a regular expression. 首先,阀值定义的关键值是一个正则表达式。 www.ibm.com 2. Gets the object that contains the data-key value for the selected row in a data-bound control. 获取一个对象,其中包含数据绑定控件中所选行的数据键值。 technet.microsoft.com 3. The default values in the field would most likely be retrieved from a database or operational system, using the UPC symbol as the key value. 字段中的默认值很可能是通过使用UPC符号作为键值从一个数据库或运营系统中检索到的。 www.ibm.com 4. Key value matches the key for an existing element of the collection. 值与集合现有元素的键匹配,也会发生错误。 msdn2.microsoft.com 5. The B-tree would store the key value, followed by a list of pointers to each of the physical rows. B-树将存储键值,以及一个指向每个物理行的指针列表。 www.ibm.com 6. As a result, items in a dictionary are accessed by a key value and not by their location within a sequence. 因此,要根据键值访问dictionary中的元素,而不是根据它们在序列中的位置。 www-128.ibm.com 7. this property is an dictionary that can hold arbitrary data in key - value pairs . most of the classes that inherit from. 类,该类是一个字典,您可以在其中存储任意数据对象,如哈希表和数据集。 www.ichacha.net 8. A qualifier appears as a key-value pair separated by the = character. 限定符是以=字符分隔的键-值对出现的。 www.ibm.com 9. The methods of this class manage (key, value) pairs and multivalue fields. 该类的方法将管理(关键字,值)对和多值字段。 www.ibm.com 10. Update the properties file with an application name key-value pair. 使用一个提供应用程序名称的键值对更新属性文件。 www.ibm.com 1. The global context looks like a map with access through key-value pairs. 全局上下文就像通过键值对进行访问的映射。 www.ibm.com 2. When String type key-value pairs are simply not sufficient to propagate the necessary security attributes. 当String类型的键-值对不足以传播所需的安全属性时。 www.ibm.com 3. Trie indexes increase performance by reducing the need for key value comparisons and practically eliminating innode processing. Trie索引可以减少键值比较,并且几乎可以消除节点内处理,从而能够提高性能。 www.ibm.com 4. Then put the application name in the output collection as a key-value pair. 然后把应用程序名称以键-值对的形式放在输出集合中。 www.ibm.com 5. It first defines a new element, , and links it to an options array containing key-value pairs. 它首先定义了一个新元素,然后将它链接到一个包含名称-值对的选项数组。 www.ibm.com 6. The customer table has the column cid as a relational column and key value which represents customer id. customer表包含一个作为关系列的cid列,以及表示顾客id的键值。 www.ibm.com 7. Determine which nodes are of key value to manipulate and only bind those nodes to user-interface controls. 确定哪些节点是要操纵的键值并将这些节点绑定到用户界面控件。 www.ibm.com 8. The optimizer will deduce key value selection based on the functional dependency of the column within the row. 优化器将根据行中列的函数依赖性来推断关键值选择。 www.ibm.com 9. Attempts to retrieve the old key value get the same missing row fetch status as a deleted row. 尝试检索旧键值将像检索已删除的行时一样获得“缺少行”提取状态。 technet.microsoft.com 10. The object is simply a hashtable or similar collection that stores object references as simple key-value pairs. 该对象只是将对象引用存储为简单键-值对的散列表或类似的集合。 www-128.ibm.com 1. The metadata for an object is specified by the developer as key-value pairs when the object is sent to S3 for storage. 在把对象发送给S3时,由开发人员以键-值对的形式指定对象的元数据。 www.ibm.com 2. DataKey objects that represent the data key value of each row in a data-bound control. 取得物件,其中包含资料系结控制项中所选取资料列的资料索引键值。 technet.microsoft.com 3. A reduce function then processes those intermediate key-value pairs, merging the values for the associated keys (see Figure 1). 然后reduce函数会处理这些中间键值对,并合并相关键的值(请参考图1)。 www.ibm.com 4. While some iterators are optimized for integer indices, all simply process (key, value) pairs. 尽管有些迭代器对整数索引进行了优化,但是所有迭代器都只简单地处理(key,value)对。 www.ibm.com 5. However, they enable the assignment of key-value pairs to a variable. 不过,此类数组允许向变量分配关键字-值对。 technet.microsoft.com 6. This key value must be set to enable the three types of logging: Interop, Loader, and Networking. 必须设置此项值才能启用三类日志记录:Interop、Loader和Networking。 msdn2.microsoft.com 7. The new key value is not visible if the insert contained a remote table in the FROM clause. 如果插入时在FROM子句中包含远程表,则新键值不可见。 technet.microsoft.com 8. XML-RPC structures are formed with key-value pairs, which should feel natural to Perl, Python, and PHP coders. XML-RPC结构是使用关键字-值对形成的,对于这一点,Perl、Python和PHP编码人员应该觉得很自然。 www.ibm.com 9. The key value that the natural dyestuffs employ is its security and biomedicine . 天然染料应用的核心价值是它的安全性和生物医学性。 dictsearch.appspot.com 10. The symmetric key value stored in the file is applied to the report server instance. 存储在该文件中的对称密钥值将应用于报表服务器实例。 msdn2.microsoft.com 1. When all input has been processed, you simply iterate through the hash and emit the key-value pairs to stdout. 在所有输入都被处理以后,通过hash可简单迭代且将键值对发送到stdout。 www.ibm.com 2. No two rows can have the same primary key value; therefore, a primary key value always uniquely identifies a single row. 任何两行都不能有相同的主键值,因此,主键值总是唯一地标识单行。 technet.microsoft.com 3. Each row is represented as an associative array of key-value pairs. 每一行都被表示为键值对关联数组。 www.ibm.com 4. In the event handling code, determine whether the ESC key value was raised. 在事件处理代码中,确定是否引发了Esc键值。 msdn2.microsoft.com 5. Finally, when there are just two items left in the @matches array, insert them as a key-value pair in the current sub-level. 最终,当@matches数组中仅存两个条目的时候,将它们作为键值对插入当前的子层中。 www.ibm.com 6. This row contains data in a foreign key that requires a primary key value that has been deleted. 此行在外键中包含的某些数据要求主键值,而该主键值已被删除。 www.jukuu.com 7. Also, the technique uses rich XML structures instead of key-value pairs, allowing nested sub-forms and repeating elements. 此外,这种技术采用了丰富的XML结构而不是键值对,允许出现嵌套的子表单和重复的元素。 www.ibm.com 8. Otherwise, the index is not unique and multiple rows can share the same key value. 另外,索引也可以不是唯一的,即多行可以共享同一键值。 technet.microsoft.com 9. Properties file lookup: A properties file lookup uses a file in the format of "key=value" to perform a lookup. 属性文件查找:属性文件查找使用“key=value”格式的文件执行查找。 www.ibm.com 10. You might have deleted a record that has a foreign key value related to it, or you might have violated a check constraint. 可能删除了与某个外键值相关的记录,或者违反了CHECK约束。 msdn2.microsoft.com 1. Each fixture has a name, followed by a list of colon-separated key-value pairs. 每个fixture有一个名称,后面是冒号分隔的键-值对。 www.ibm.com 2. In addition SOA Governance provides a framework for the reuse and sharing of services, a key value derived from leveraging SOA. 另外,SOA治理为服务的重用和共享提供一个框架,重用和共享是SOA的关键价值。 www.ibm.com 3. Instead, manually type in a key value of Speed Start and publish the service. 而应手工输入SpeedStart键值,然后发布服务。 www.ibm.com 4. Each index row in the nonclustered index contains the nonclustered key value and a row locator . 该索引包含指向表数据存储位置的行定位符。 www.bing.com 5. If the key value falls outside of all defined ranges for the table, the insert will fail and an error will be generated. 如果键值不处于表的任何范围内,插入操作就会失败并产生一个错误。 www.ibm.com 6. Because the culture can permanently lie in the combination the key value of the company and it's being. 企业能够长久的根本原因是全体员工对企业核心价值观的尊仰与恪守。 www.ceps.com.tw 7. Log messages relating to trivial databases, which are key-value stores that Samba uses. 与不重要的数据库相关的日志消息,这是Samba使用的键值存储。 www.ibm.com 8. Own arrange about the keyboard script. May demonstrate you press a key value. Is useful to the beginner. 自己编的关于键盘的小程序。可以显示你所按键的值。对初学者有用。 www.88pl.com 9. Occurs when a key value is null and the Key error action is set to Convert to unknown. 当键值为空值且“键错误操作”设置为“转换为未知”时发生。 technet.microsoft.com 10. If you specify an encryption key value using -argumentkey, the nscontrol register command encrypts the key and stores it in the registry. 如果使用-argumentkey指定加密密钥值,则nscontrolregister命令将加密该密钥,并将其存储在注册表中。 technet.microsoft.com 1. Notice that essentially, you're creating a JSON key-value pair; the key is random, and the value is whatever number the process generates. 特别要提醒的是,正在创建的是一个JSON键值对;键就是random,而值就是这个进程所生成的那个数。 www.ibm.com 2. A potential problem arises when two users, connected to different databases, insert a row using the same primary key value. 当连接到不同数据库的两个用户插入使用相同主键值的行时,潜在的问题就会发生。 www.ianywhere.com 3. These two hierarchies create a model that provides the ability to search for key-value pairs. 这两个层次创建了一个能提供搜索键-值对模型的能力。 blog.163.com 4. The match criteria is a set of key value pairs that is used to define the scope of a policy. 匹配标准由一组key值对组成,用来定义策略的作用范围。 www-128.ibm.com 5. A subsequent INSERT or UPDATE statement that specifies data values that generates a key value longer than 900 bytes fails. 若后续INSERT或UPDATE语句指定的数据值所生成的键值大于900字节,该语句将失败。 msdn2.microsoft.com 6. The content of a resource property file is key-value pair (see Listing 2). 资源属性文件的内容是一些键-值对(参见清单2)。 www.ibm.com 7. Occurs when more than one key value exists in a dimension. 当维度中存在多个键值时发生。 technet.microsoft.com 8. An encryption key value, or a value that indicates how the key is generated. 加密密钥值或指示如何生成密钥的值。 msdn2.microsoft.com 9. The members of the CalendarSemester attribute hierarchy are sorted by their key value. CalendarSemester属性层次结构的成员按其键值进行排序。 msdn2.microsoft.com 10. Second, adding new key-to-data value mappings is also simple: assign the relevant data to the new key value. 其次,添加新的键到数据值的映射也很简单:将相关数据分配给新的键值。 www-128.ibm.com 1. Gets or sets the key value passed by this static resource reference. 获取或设置此静态资源引用传递的键值。 msdn.microsoft.com 2. The fields are a series of key value pairs in a connector-object. fields是connector-object中的一系列键值对。 www.ibm.com 3. Next up is Blobstore, another key-value storage option that can save and serve files up to 2GB in size. 下一个要介绍的是Blobstore,这是另一个基于键-值的存储方法,它能够保存和显示最大为2GB的文件。 www.ibm.com 4. If you refer back to Figure 3, the trigger sets the object_key value with the pkey (primary key) value of the Customer table. 如果回过头来参考一下图3,可以了解到触发器使用客户表的pkey(主键)值设置了object_key值。 www.ibm.com 5. Suppose we modify the previous example so we're matching on the key-value pairs from a map. 我们修改一下前面一个例子,来匹配map的键值对。 www.bing.com 6. True. You cannot change the key value used by the instance after you run the. 命令之后,无法更改实例所使用的密钥值。 msdn2.microsoft.com 7. Adds a general request property specified by a key-value pair. 增加指定键-值对的通用请求属性。 blog.csdn.net 8. This class builds a hash table of key-value pairs at the class instantiation. 此类在类实例化时构建一个键值对哈希表。 www.ibm.com 9. You place the key value inside square brackets that follow the container name. 在容器名后面的方括号中放上键值。 www.ibm.com 10. HBase is a key value store akin to BigTable which stores data in Hadoop's DFS file system. HBase是类似BigTable的键值存储模型,将数据存储于Hadoop的DFS文件系统。 www.infoq.com 1. If no key-value combinations are provided, you create an empty dictionary. 如果没有提供键-值组合,那么就会创建一个空的dictionary。 www.ibm.com 2. This locator points to the data row in the clustered index or heap having the key value. 此定位符指向聚集索引或堆中包含该键值的数据行。 technet.microsoft.com 3. Gets the key value for the object that caused the error, if applicable. 如果适用,获取导致该错误的对象的键值。 msdn2.microsoft.com 4. Problem while updating the registry key value for database file path. 更新数据库文件路径的注册表项值时出现问题。 docs.us.dell.com 5. You cannot change the key value used by the instance after you run the nscontrol create command. 在运行nscontrolcreate命令之后,无法更改实例所使用的密钥值。 msdn2.microsoft.com 6. You can specify custom Metadata on every file. Any user Metadata is a key value pair. 每个文件都可以附加一些由你指定的元数据。 www.bing.com 7. Parameters take the form key = value, which assigns the value to the key. Parameters采用的形式是key=value,即将value赋给key。 www.ibm.com 8. The key value indicates the type of relationship being asserted. 键值表明要声明的关系的类型。 www.ibm.com 9. "We care rider's safety" is the key value in every Sate-Lite bicycle reflector. “关注骑行者的安全”是我们贯注于自行车反光片产品的理念。 www.cnhy168.com 10. The nscontrol register command encrypts the key value and stores it in the registry. nscontrolregister命令将加密密钥值,并将它存储在注册表中。 msdn2.microsoft.com 1. Occurs when a target and source DataRow have the same primary key value, and EnforceConstraints is set to true. 当目标和源DataRow的主键值相同且EnforceConstraints设置为真时发生。 msdn2.microsoft.com 2. The key value for the object that caused the error, if applicable. 如果适用,导致该错误的对象的键值。 msdn2.microsoft.com 3. Gets the DataKey object that contains the data key value for the selected row in a GridView control. 获取DataKey对象,该对象包含GridView控件中选中行的数据键值。 msdn2.microsoft.com 4. Forms are limited to one-dimensional key-value pairs. 表单仅限于一维的键值对。 www.ibm.com 5. You initially provide the key value when you register or create the instance. 注册表项值在注册和创建实例时初次提供。 msdn2.microsoft.com 6. The API is very simple, and it allows for the storage and retrieval of arbitrarily complex objects using a key-value paradigm. 该API非常简单,它允许使用键-值范式存储和检索任意复杂的对象。 www.ibm.com 7. It lists the occurrence of words starting with "dfs*" by key-value pairs. 它以键-值对的形式列出以“dfs*”开头的单词出现的次数。 www.ibm.com 8. Method against the modifier key value, found in the. 枚举中的修改键值。 msdn2.microsoft.com 9. You need to use the same key value when creating, updating, and registering the instance. 创建、更新和注册实例时,需要使用相同的注册表项值。 msdn2.microsoft.com 10. Objects whose columns match the specified sort key value. 对象的数组,这些对象的列与指定的排序关键字值匹配。 msdn2.microsoft.com 1. Attribute-based retrieval thus comes to our rescue: We can create an index that stores a key value along with a copy of the token. 基于属性的检索系统可以解救我们,我们可以创建一个索引,它存储令牌的副本和键值。 de.bab.la 2. I take simple to mean less than ~5 data exchanges each with less than ~10 key, value pairs. 我所说的“简单”是指少于5项且每次键值对少于10个的数据交换。 www.infoq.com 3. Supplying a key value implied an update to existing data in the registry. 提供一个键值意味着对注册中心中现有的数据进行更新。 www.ibm.com 4. Note that it is recommended to always return a unique primary key value in your query. 请注意,建议始终在查询中返回唯一的主键值。 msdn2.microsoft.com 5. The specified registry key value could not be found. 找不到指定的注册表项值。 www.fan6.net 6. The data key value of the current record in a FormView control. FormView控件中的当前记录的数据键值。 msdn2.microsoft.com 7. insertJSON expects two input parameters: the unique key value for primary key and the row data in JSON format. insertJSON需要两个输入参数:主键的惟一键值与JSON格式的行数据。 www.ibm.com 8. Gets or sets the key value represented by a DSA object. 获取或设置由DSA对象表示的密钥值。 msdn2.microsoft.com 9. Because each row has a unique primary key, no two rows share the same key value. 因为每个资料列都会有唯一的主索引键,所以两个资料列不会共用相同的索引键值。 technet.microsoft.com 10. Leave the JSF expression {param. empno} as the primary key value. 使用JSF表达式(param.empno)作为主关键字的值。 www.ibm.com 1. When you set a registry key value, use the SetValue method to specify the registry data type explicitly. 设置注册表项的值时,请使用SetValue方法显式地指定注册表数据类型。 msdn2.microsoft.com 2. A byte array that contains the public key value. 包含公钥值的字节数组。 msdn2.microsoft.com 3. Thus, the output of this application will be key-value pairs that indicate how many times each application on Portal has been started. 因此,这个应用程序最终输出的键-值对表示每个应用程序在Portal上启动的次数。 www.ibm.com 4. Instead of accessing items from the collection given an index number, you use a key value. 不是按照索引号,而是使用键值来访问集合中的元素。 www-128.ibm.com 5. Gets the row specified by the primary key value. 获取由主键值指定的行。 msdn2.microsoft.com 6. The number times the key value occurs in a row. 此数值记录了键值在某一行中出现的次数。 technet.microsoft.com 7. This class exposes a key-value dictionary of objects. 此类公开对象的键值字典。 msdn2.microsoft.com 8. To delete entire records (a process that also deletes the primary key value), you must use a delete query. 若要删除整个记录(该过程还删除主键值),则必须使用删除查询。 office.microsoft.com 9. You can also use the SelectedValue property to retrieve the data key value for the currently selected row directly. 还可以使用SelectedValue属性直接检索当前选中行的数据键值。 msdn2.microsoft.com 10. Each . link file has a key-value pair that has a path=location format. 每个.link文件都有一个关键字-值对,其格式为path=location。 www.ibm.com 1. If a field has a single value, a simple accessor adds the (key, value) pair to the document. 如果字段有单个值,则简单的访问程序将把(关键字,值)对添加到文档中。 www.ibm.com 2. To add images with a key value. 用键值添加图像。 msdn2.microsoft.com 3. As with most passwords, it is best to choose a KEY value that cannot be easily guessed. 像大多数口令一样,最好选择不容易猜出来的KEY值。 www.ianywhere.com 4. Command returns the key value from the registry. 命令可以返回注册表中的注册表项值。 msdn2.microsoft.com 5. Records that had no owner were called "entrypoints" and were found based on their key value. 无所有者的记录称为“entrypoints”,且根据其键值予以查找。 www.ibm.com 6. Rule 3: You can't change a primary key value in the primary table if that record has related records. 规则3:如果某个记录具有相关记录,则不能在主表中更改它的主键值。 office.microsoft.com 7. Simple data grids store simple key-value pairs. 简单型数据网格存储简单的键值对。 www.ibm.com 8. You need to specify a KEY value if you want to change the write file for a strongly encrypted database . 如果要更改高度加密数据库的写文件,需要指定KEY值。 www.bing.com 9. If the key value is the same, the update continues. 如果注册表项值相同,则继续更新。 msdn2.microsoft.com 10. This script takes textual input from stdin, tokenizes it, and then emits a set of key-value pairs to stdout. 此脚本从stdin提取文本输入,首先标记它,然后将一系列键值对发送到stdout。 www.ibm.com 1. Type and when the primary key value of the object is known. 方法检索对象属性并且知道对象的主键值时,会发生这种情况。 msdn2.microsoft.com 2. The primary key value will be generated automatically when the record is added to the table. 向表中添加记录时会自动生成主键值。 office.microsoft.com 3. A Map is simply a collection of key-value pairings. 一个Map实际上就是键-值对的集合。 www.ibm.com 4. The search criteria of 1 is no longer valid because the primary key value was changed from 1 to 2 at the server. 搜索条件1不再有效,因为在服务器上主键值已从1更改为2。 msdn2.microsoft.com 5. Ideally, every key value in the index is unique. 理想情况是,索引中的每个键值都是惟一的。 www.ibm.com 6. By the specified sort key value. 按指定的排序关键字值在。 msdn2.microsoft.com 7. Because IFC has a network structure, a key-value-store database was chosen, and the Oracle BerkeleyDB database is used. 因为IFC的网络结构,我们选择了一种“键值存储”数据库,即OracleBerkeleyDB。 www.bing.com 8. Using one key-value combination gives a single-item dictionary, and so on, to whatever size you desire. 使用一个键-值组合,就会创建具有一个元素的dictionary,以此类推,直至您需要的任何规模。 www.ibm.com 9. This will return each key-value pair as key=value. 这种调用将以key=value的形式返回每个键值对。 www.ibm.com 10. Upgrade code that changes the key value in the. 事件中更改键值的代码。 msdn2.microsoft.com 1. Characteristics such as high impact, toughness and good surface appearance are key value drivers. 诸如高抗冲击性、高硬度以及优美的外观都是提升最终产品价值的关键因素。 www.2456.com 2. Using the Mongo shell, we can insert data using a JSON-like syntax where each document is an object of key-value pairs. 通过Mongoshell,可以使用类似于JSON的语法插入数据,其中每个文档都是一个键-值对形式的对象。 www.ibm.com 3. There is a single method to implement called map (which is parameterized based on the types of the (key, value) pair that are the input). 这里有一个名为map的简单实现方法,该方法基于输入(key,value)对的类型进行参数化。 www.ibm.com 4. Finds a row in the DataView by the specified sort key value. 按指定的排序关键字值在DataView中查找行。 msdn2.microsoft.com 5. The UniqueConstraint is enforced on a single column (or columns) to ensure that a primary key value is unique. 对一个列(或多个列)强制UniqueConstraint,以确保主键值是唯一的。 msdn2.microsoft.com 6. The locator points to the data row that has the key value. 定位符指向包含键值的数据行。 msdn2.microsoft.com 7. Each candidate key value uniquely identifies a single row in the table . 每个候选键值唯一标识表中的单个行。 www.bing.com 8. You can use a Hashtable to store key value pairs. 你可以使用一个哈希表来存储“键 值”对。 game.ceeger.com 9. The primary key value can't be edited in the form. 无法在表单中编辑主键值。 office.microsoft.com 10. Is the same key value that was specified with nscontrol register. 指定的同一注册表项值。 msdn2.microsoft.com 1. For all data access applications, each record that is created must contain a unique primary key value. 对于所有的资料存取应用程式,建立的每个记录都必须包含一个唯一主键值。 www-128.ibm.com 2. For example, the package first attempts to look up a product name in the reference table by using the primary key value of the product. 例如,包首先尝试通过使用产品的主键值来查找引用表中的产品名。 msdn2.microsoft.com 3. In Lesson 3, you learned about sorting attribute members based on either their name or key value. 在第3课中,您已了解如何根据属性成员的名称或键值对属性成员进行排序。 technet.microsoft.com 4. It is parameterized based on the types of the input and output (key, value) pairs. 它基于输入和输出(key,value)对的类型进行参数化。 www.ibm.com 5. Attributes (such as id and iata) are defined using Groovy hashmap key: value syntax. 而属性(诸如id和iata)是用Groovy散列映射键:值语法定义的。 www.ibm.com 6. The key value to note here is the JNDI name, which is used during throttle management and is described later in this article. 这里要特别注意JNDI名,它将在调节管理期间使用,并且本文后面将加以介绍。 www.ibm.com 7. The high key value on page (1: 77) (level 0) is not less than the low key value in the parent (0: 1), slot 0 of the next page (1: 82). 高键值(1:77)(级别0)页上是父中低键值不小于(1),0插槽0是下一页(1:82):。 support.microsoft.com 8. For example, if a simple template had a variable named favlang, I'd have to define a map with a key value of favlang. 例如,如果一个简单的模板有一个名为favlang的变量,我就需要与favlang键值建立一个映射。 www.ibm.com 9. You must also specify the same key value when you run the nscontrol register command and the nscontrol update command. 在运行nscontrolregister命令和nscontrolupdate命令时,还必须指定相同的密钥值。 msdn2.microsoft.com 10. You must also specify the same key value when you run the. 命令时,还必须指定相同的密钥值。 msdn2.microsoft.com 1. This is the (key, value) extraction stage and it happens in each spawned process. 这是(key,value)提取阶段,这在生成的每个进程中执行。 www.ibm.com 2. This is not an actual key value. 这不是实际的项值。 technet.microsoft.com 3. You will define the field key value as constant in the h file: Field1, Field2, Field3, Field4. 您将在h文件中定义该字段密钥值为常数:Field1,Field2,Field3,Field4。 www.ibm.com 4. Composing MDM architecture and MDM solution patterns into a comprehensive MDM solution, the key value propositions are 通过把MDM体系结构和MDM解决方案模式组合成全面的MDM解决方案,可以实现以下价值主张 www.ibm.com 5. searching the word frequency of a word corresponding to each key value in the keying sequence; 查找与所述按键序列中每一键值对应的词语的词频; ip.com 6. The attribute is a key-value pair of strings with this structure 属性是字符串的键-值对,具有下面的结构 www.ibm.com 7. Establishment of Socialism Key Value Systems from the Angle of College Students'Ideological and Moral Quality 大学生思想道德素质视角下的社会主义核心价值体系建设 scholar.ilib.cn 8. setting a parameter for running the application determined according to the key-value analysis result as the key-value; 将用于运行根据所述键值分析结果确定的应用程序的参数设置为键值; ip.com 9. The Key Value of the Constitutionalism and Resource of Native Country to Implement 宪政的核心价值及其实施的本土资源 www.ilib.cn 10. Public Interests: Key Value of the Serving Type Social Governance Mode 公共利益:服务型社会治理模式的核心价值 www.ilib.cn 1. Fairness and Justness: the Recount and Request of Key Value of Public Policy in Harmonious Society 公平公正:和谐社会中公共政策的核心价值诉求 www.ilib.cn 2. Human Centered: Key Value of Harmonious Development in Multi-national Area 以人为本:民族地区和谐发展的核心价值 www.ilib.cn 3. interpersonal trust is the key, value of information is premise; 传播信息的价值度是品牌社区内自传播的前提; www.fabiao.net 4. The file specified should contain a list of key-value properties, using the port names defined in the 指定的文件应该包含一系列key-value属性,使用在配置文件 www-128.ibm.com 5. The Method of Sequencing the Records with the Same Key Value in Database 数据库中关键值相同记录排在同一名次的方法 service.ilib.cn 6. On the Key Value of Socialism with Chinese Characteristics 论中国特色社会主义的核心价值 service.ilib.cn 7. Doing Propaganda Ideology Work Well in Colleges and Universities Based on Socialist Key Value System 以社会主义核心价值体系为根本切实做好高校宣传思想工作 ilib.cn 8. Refining the Key Value of Brand: An Important Way for Brand Extension 提炼品牌核心价值:品牌延伸有效性的重要途径 www.ilib.cn 9. Each element is a key value pair stored in a 每个元素都是一个存储在 msdn2.microsoft.com 10. This properties file (see code Listing 1) should contain two key value pairs 该属性文件(参见代码清单1的代码)应该包含两个关键的值对 www.ibm.com 1. Set the Path key value to a string 将“Path”项的值设置为一个字符串 msdn2.microsoft.com 2. If you specify an encryption key value using 指定加密密钥值,则 msdn2.microsoft.com 3. Method, and each key-value pair is added to the 方法,就会将每一个键-值对添加到 www-128.ibm.com 4. When the key value does not apply, 当键值不适用时, msdn2.microsoft.com 5. To order the groups by their key value 按键值对组进行排序 msdn2.microsoft.com 6. Fourth, call the KeyManger to get the primary key value 第四,调用KeyManger来获得主键值 www.ibm.com 7. If a key value does not yet exist in a record, one of these actions is selected to occur 如果记录中并不存在某个键值,则选择执行下列一项操作 technet.microsoft.com 8. You can pass a key value to the 可以将键值传递到 msdn2.microsoft.com 9. Set the UseApp key value to 1 将“UseApp”项的值设置为1 msdn2.microsoft.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。