2016年1月9日
摘要: #define NSLog(FORMAT, ...) printf("%s\n", [[NSString stringWithFormat:FORMAT, ##__VA_ARGS__] UTF8String])#import int main(int argc, const char * argv[... 阅读全文
posted @ 2016-01-09 10:17 bobohahaha 阅读(152) 评论(0) 推荐(0) 编辑
摘要: #define NSLog(FORMAT, ...) printf("%s\n", [[NSString stringWithFormat:FORMAT, ##__VA_ARGS__] UTF8String])#import static NSString * const kName = @"nam... 阅读全文
posted @ 2016-01-09 10:15 bobohahaha 阅读(249) 评论(0) 推荐(0) 编辑
摘要: #define NSLog(FORMAT, ...) printf("%s\n", [[NSString stringWithFormat:FORMAT, ##__VA_ARGS__] UTF8String])#import int main(int argc, const char * argv[... 阅读全文
posted @ 2016-01-09 10:11 bobohahaha 阅读(141) 评论(0) 推荐(0) 编辑
摘要: #define NSLog(FORMAT, ...) printf("%s\n", [[NSString stringWithFormat:FORMAT, ##__VA_ARGS__] UTF8String])#import int main(int argc, const char * argv[... 阅读全文
posted @ 2016-01-09 10:10 bobohahaha 阅读(101) 评论(0) 推荐(0) 编辑
  2016年1月8日
摘要: //// main.m// 数组字典结合删除排序//// Created by 博博 on 16/1/8.// Copyright (c) 2016年 com.bb. All rights reserved.//#define NSLog(FORMAT, ...) printf("%s\n", [[... 阅读全文
posted @ 2016-01-08 13:59 bobohahaha 阅读(117) 评论(0) 推荐(0) 编辑