摘要:
#import //DmLog-----------------------------#define DmLog_TYPE_1 1 //日志打印 1:开/0:关#define __DmLOGWITHFUNCTION(s, ...) \NSLog... 阅读全文
posted @ 2015-11-09 12:14
墓厄
阅读(232)
评论(0)
推荐(0)
摘要:
#import #define __BASE64( text ) [CommonFunc base64StringFromText:text]#define __TEXT( base64 ) [CommonFunc textFromBase64String:base64]... 阅读全文
posted @ 2015-11-09 12:13
墓厄
阅读(422)
评论(0)
推荐(0)
摘要:
#import @interface CJMD5 : NSObject+(NSString *)md5HexDigest:(NSString *)input;@end#import "CJMD5.h"#import @implementation CJMD5+ (NSString *)md5HexD... 阅读全文
posted @ 2015-11-09 12:12
墓厄
阅读(180)
评论(0)
推荐(0)
摘要:
#import @interface DictJsonString : NSObject+ (NSDictionary *)dictionaryWithJsonString:(NSString *)jsonString;+ (NSArray *)arrayWithJsonString:(NSStri... 阅读全文
posted @ 2015-11-09 12:11
墓厄
阅读(917)
评论(0)
推荐(0)
摘要:
//将阿拉伯数字转换成中文数字 1 变 一- (NSString *)translationArabicNum:(NSInteger)arabicNum{ NSString *arabicNumStr = [NSString stringWithFormat:@"%ld",(long)ara... 阅读全文
posted @ 2015-11-09 12:08
墓厄
阅读(640)
评论(0)
推荐(0)
摘要:
#import @interface ViewController : UIViewController@property (weak, nonatomic) IBOutlet UILabel *money;@end#import "ViewController.h"#import "DrawVie... 阅读全文
posted @ 2015-11-09 12:05
墓厄
阅读(472)
评论(0)
推荐(0)
浙公网安备 33010602011771号