Sportica   Sportica

06 2017 档案

摘要://获取一个32位随机数 static const char _randomStr[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"; //!@#$%^*() //1、获取一个随机整数范围在:[0,100)包括0,不包括100 int x = arc4random() % 100; // 获取一个随机... 阅读全文
posted @ 2017-06-27 13:36 qingjoin 阅读(2154) 评论(0) 推荐(0) 编辑
摘要:#import //获取IP #import //只能获取WIFI下的IP地址 + (NSString *)getIPAddress { NSString *address = @"error"; struct ifaddrs *interfaces = NULL; struct ifaddrs *temp_addr = NULL; int succes... 阅读全文
posted @ 2017-06-21 15:57 qingjoin 阅读(594) 评论(0) 推荐(0) 编辑

  Sportica
点击右上角即可分享
微信分享提示