uuidgen | perl -F'-' -ane 'chomp @F;print "DECLARE_UUID(".(join ",",map { "0x".$_ } @F).");";print "\n";'
Created
November 12, 2012 05:28
-
-
Save ngn999/4057657 to your computer and use it in GitHub Desktop.
生成uuid
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment