该文被密码保护。 阅读全文
posted @ 2023-11-15 15:35 opensmarty 阅读(0) 评论(0) 推荐(0)
摘要: 如何输入一个字符串,得到一个唯一的hashcode? 例子如下: package main import ( "fmt" "hash/crc32" ) // String hashes a string to a unique hashcode. // // crc32 returns a uint 阅读全文
posted @ 2023-11-15 15:17 opensmarty 阅读(360) 评论(0) 推荐(0)