程序员笔记
程序员笔记
Thursday, April 28, 2016
arcmap add field guid unique id
1 to n
python
counter = 0 def uniqueID(): global counter counter += 1 return counter
======================
GUID
python, Note: indent correctly avoid error out
def guid():
import uuid
return uuid.uuid4()
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment