Whats the difference between a GUID and a UUID?
本问题已经有最佳答案,请猛点这里访问。
Possible Duplicate:
Is there any difference between a GUID and a UUID?
guid和uuid有什么区别,我应该使用哪个来实现真正的唯一性?
更新:在我选择的算法中,我也需要什么样的东西来实现唯一性?
1 2 3 | 1) MAC address of network card 2) 128 bits (isn't 64 bits enough?) 3) What if I have a multicore machine on the same MAC address. Isn't there a chance of duplicates? |
guid是唯一标识符(uuid)的Microsoft实现。
UUID定义为
"通用唯一标识符(UUID)是软件构造中使用的标识符标准,由开放软件基金会(OSF)标准化为分布式计算环境(DCE)的一部分。"
来自维基百科。
如果需要创建新的guid/uuid,请使用我的网站:)
http://www.createnewguid.com
guid是128位的uuid。您可以使用guid并确保它们的独特性。