例如,如果键是整数,该值应该作为散列码。
For example, if the key is an integer, this value might serve as the hash code.
散列码是一个整数,应该对每个键返回唯一的数字。
The hash code is an integer that should return a unique number of each unique key.
散列码应该在键空间上提供均匀的值分布,以便分区负载平衡。
The hash code should provide a uniform distribution of values over the key space so that the partitions are evenly balanced.
Geohash的好处是能够通过切去散列码末尾的字符来实现任意的精度。
Geohashes have the benefit of arbitrary precision by stripping off characters from the end of the hash.
例如,如果您有3个分区,键的散列码为7,7除以3得2余1,所以项应该位于分区1。
For example, if you have three partitions, and your key's hash code is 7, then 7 divided by 3 is 2, remainder 1, so the item goes in and comes from partition 1.
如果打开单事务存储特性(可选),那么必须生成一个附加的散列码(根据邮件内容和其他字段)。
If the (optional) single-instance-storage feature is turned on, an additional hash code (based on the mail content and other fields) must be generated.
datatype类必须提供类型的某种对象表示,以便验证器可用来进行相等性比较和计算散列码。
The Datatype class must provide some object representation of the type that the validator can use for equality comparison and hash code calculation.
要将项放入缓存,WebSphereeXtremeScale计算键的散列码,除以分区的编号,余数标识存储项的分区。
To place an item in the cache, WebSphere eXtreme Scale calculates the key's hash code, divides by the number of partitions, and the remainder identifies the partition to store the item.
为了保证授权过程的安全,设计了一种散列码标识的方案,作为接入点识别移动台的根据,同时采用提前认证等手段提高切换过程的速度。
Hash Marking method was proposed to mark the mobile node and to ensure the security of authorization. In addition, pre-authentication method was used to reduce hand-off time.
表单验证不仅将用户名写入Cookie,它还写入信息验证码(一种来自Cookie和只有服务器知道的密值的散列形式)。
Forms authentication not only writes the user's name into the cookie, it adds a message authentication code (a hash formed from the cookie and a secret value that only the Web server knows).
表单验证不仅将用户名写入Cookie,它还写入信息验证码(一种来自Cookie和只有服务器知道的密值的散列形式)。
Forms authentication not only writes the user's name into the cookie, it adds a message authentication code (a hash formed from the cookie and a secret value that only the Web server knows).
应用推荐