Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 如何创建确定性指南
使用 C#,我想使用命名空间 UUID 和名称的 SHA-1 哈希生成 GUID,就像 Python 的 UUID5
uuid.uuid5(uuid.NAMESPACE_DNS, 'python.org')
http://docs.python.org/library/uuid.html#example