如何在Livecode或Hypercard中創建一個UUID(=通用唯一標識符,或GUID =全局唯一標識符,Microsoft說)? UUID的目標是給出幾乎沒有中央協調的信息片段的唯一鍵。 參考 Type 4 UUID(維基百科) How to create a GUID in JavaScript Is there any difference between GUID and UUID?
我想實現的Instagram的UUID,他們在這篇文章中談到:http://instagram-engineering.tumblr.com/post/10853187575/sharding-ids-at-instagram 我的實現看起來是這樣的: CREATE OR REPLACE FUNCTION engagement.next_id(OUT result bigint) AS $$
D