代码之家  ›  专栏  ›  技术社区  ›  yazz.com

guid和uuid有什么区别?[复制品]

  •  3
  • yazz.com  · 技术社区  · 14 年前

    可能重复:
    Is there any difference between a GUID and a UUID?

    guid和uuid有什么区别,我应该使用哪个来实现真正的唯一性?

    更新: 在我选择的算法中,我也需要什么样的东西来实现唯一性?

    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?
    
    2 回复  |  直到 14 年前
        1
  •  5
  •   Aim Kai    14 年前

    guid是唯一标识符(uuid)的Microsoft实现。

    UUID定义为

    “通用唯一标识符(UUID)是软件构造中使用的标识符标准,由开放软件基金会(OSF)标准化为分布式计算环境(DCE)的一部分。”

    来自维基百科。

    如果需要创建新的guid/uuid,请使用我的网站:)

    http://www.createnewguid.com

        2
  •  0
  •   Otávio Décio    14 年前

    guid是128位的uuid。您可以使用guid并确保它们的独特性。