标签:ace name 数据库 dom uuid str python bsp 现在
同时保存入数据库时候 ,使用 uuid.uuid1() 后出现 重复的 id ,
现在 修改为
(uuid.uuid5(uuid.NAMESPACE_DNS, str(uuid.uuid1()) + str(random.random())))
标签:ace name 数据库 dom uuid str python bsp 现在
原文地址:https://www.cnblogs.com/angdh/p/10898365.html