/**
* 生成GUID
*/
+ (NSString *)generateUuidString{
// create a new UUID which you own
CFUUIDRef uuid = CFUUIDCreate(kCFAllocatorDefault); // create a new CFStringRef (toll-free bridged to NSString)
// that you own
NSString *uuidString = (NSString *)CFUUIDCreateString(kCFAllocatorDefault, uuid); // transfer ownership of the string
// to the autorelease pool
[uuidString autorelease]; // release the UUID
CFRelease(uuid); return uuidString;
}
@end

最新文章

  1. opencv6.1-imgproc图像处理模块之平滑与形态学操作
  2. H5页面性能优化
  3. C# 类型基础——你可能忽略的技术细节
  4. MSP430F149学习之路——PWM信号
  5. SQL Server 锁表、查询被锁表、解锁相关语句
  6. hdu1050(贪心)
  7. zoj 2027 Travelling Fee
  8. (转载)OC学习篇之---概述
  9. 【转】cocos2d-x获取系统时间——2013-08-25 10
  10. bzoj1148
  11. in与exist , not in与not exist 的区别(转)
  12. Integer比较
  13. 对比AutoResetEvent和ManualResetEvent
  14. mui开发app之js将base64转图片文件
  15. 384. Shuffle an Array数组洗牌
  16. Java程序员必须掌握的常用Linux命令。
  17. 10大H5前端框架 ......>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  18. 微信小程序学习之for循环
  19. Android 模糊效果 FastBlur
  20. vue 项目搭建笔记1

热门文章

  1. css3 position:sticky
  2. Identity Server 4 原理和实战(完结)_Hybrid Flow 实例, Claims, 角色授权和策略授权
  3. FTP服务基础
  4. LeetCode:104 Maximum Depth of Binary Tree(easy)
  5. SmartSql使用教程(3)——SmartSql中的事务,及AOP的使用
  6. 算法学习--Day5
  7. sed 删除指定行
  8. one jar(转)
  9. day04 Calendar类
  10. monxin cms 任意文件删除漏洞