Fork me on GitHub

uuid

rfc4122

http://tools.ietf.org/html/rfc4122

UUID是16字节128位长的数字,通常以36字节的字符串表示,示例如下:
3F2504E0-4F89-11D3-9A0C-0305E82C3301
其中的字母是16进制表示,大小写无关。
GUID(Globally Unique Identifier)是UUID的别名;但在实际应用中,GUID通常是指微软实现的UUID。

posted on 2016-03-25 14:16  阳光-源泉  阅读(244)  评论(0编辑  收藏  举报

导航