Why is the GUID structure declared the way it is?

安稳与你 提交于 2019-11-29 01:28:24

It's because a GUID is a special case of a UUID. For information on what all the fields mean, you can look at RFC 4122.

http://en.wikipedia.org/wiki/Globally_Unique_Identifier and http://www.opengroup.org/onlinepubs/9629399/apdxa.htm (DCE's orginal representation, you can see the grouping of bits there in a table)

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!