摘要:
如何输入一个字符串,得到一个唯一的hashcode? 例子如下: package main import ( "fmt" "hash/crc32" ) // String hashes a string to a unique hashcode. // // crc32 returns a uint 阅读全文
posted @ 2018-04-05 16:22 翔云123456 阅读(4381) 评论(0) 推荐(0)
|
摘要:
如何输入一个字符串,得到一个唯一的hashcode? 例子如下: package main import ( "fmt" "hash/crc32" ) // String hashes a string to a unique hashcode. // // crc32 returns a uint 阅读全文
posted @ 2018-04-05 16:22 翔云123456 阅读(4381) 评论(0) 推荐(0) |
||