Key-Value Map的意思|示意
键-值映射
Key-Value Map的网络常见释义
键值对 ...存储在这个分布式文件系统中海量的Web页面进行平行的 Map处理 ,生成多个 Key为URL,Value为 html页面 的键值对(Key-Value Map),
Key-Value Map相关例句
I also create a specialized invocation handler that holds on to a Map where the key is the property name, and the value is the value of the property.
我还建立了一个专门的调用处理程序,它维持了一个Map,在映射里,键是属性名称,值是属性的值。
For example, you can access a list element with zget("/request/myList#3"), or the value of key within a map using zget("/request/myMap#key").
例如,可以通过 zget("/request/myList#3") 访问列表元素,或使用 zget("/request/myMap#key") 访问映射内部的 key 的值。
The global context looks like a map with access through key-value pairs.
全局上下文就像通过键值对进行访问的映射。
The Map operation, written by the user, takes an input pair and produces a set of intermediate key/value pairs.
用户编写的 Map 操作需要输入并生成一组中间键/值对。
Each entry and element of such a data map contains the value of a JSF input component whose ID is also the key in the data map.
这类数据地图的每个条目和元素都包含J SF输入组件的值,其ID是数据地图的键。
This is a great use-case for a Map, in which each key of the Map is one of these enumerated values, and each value is the error message for that key. Listing 10 illustrates how this works.
这是映射(map)的一个绝好用例,在这里,每个映射(map)的键都是一个枚举值,而每个值都是键的错误信息。