码迷,mamicode.com
首页 > 数据库 > 详细

java、c#、oracle生成uuid的方法

时间:2019-12-28 10:06:18      阅读:88      评论:0      收藏:0      [点我收藏+]

标签:style   参考   html   https   bsp   http   方法   sdn   arch   

1、java生成uuid

string a = UUID.randomUUID().toString()

参考:https://blog.csdn.net/qq_36411874/article/details/80360207

 

2、C#生成uuid

string a = Guid.NewGuid();

参考:https://cloud.tencent.com/developer/ask/90572

 

3、oracle生成uuid

select sys_guid() from dual

参考:https://www.cnblogs.com/alfredxiao/archive/2010/07/13/oracle_guid.html

java、c#、oracle生成uuid的方法

标签:style   参考   html   https   bsp   http   方法   sdn   arch   

原文地址:https://www.cnblogs.com/masha2017/p/12110726.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!