摘要:
1 def get_mac_address(): 2 mac=uuid.UUID(int = uuid.getnode()).hex[-12:] 3 return ":".join([mac[e:e+2] for e in range(0,11,2)])获取计算机名字1 import... 阅读全文
摘要:
http://www.tuicool.com/articles/jMzIr2django使用自己的用户系统http://www.jianshu.com/p/c10be59aad7a Django Model 定义语法 阅读全文