04 2013 档案
摘要:来自:http://www.xiaojiayi.com/2012/12/03/%E5%8E%BB%E9%99%A4grouped-uitableview%E7%9A%84%E8%BE%B9%E6%A1%86%E4%B8%8E%E8%83%8C%E6%99%AF/viewDidLoad中,self.tableView.backgroundView = nil; //去除table背景[self.tableView setSeparatorColor:[UIColor clearColor]]; //去除边框cell创建过程中,[cell setBackgroundColor:[UIColor c
阅读全文
摘要:NSString * str = @"ILikeThisApple"; NSString * subStr = @"This"; NSRange range = [str rangeOfString:subStr]; NSLog(@"%d %d", range.location, range.length);
阅读全文
摘要:原链接:http://www.svnclub.com/?q=node/154经常有新手配置基于svnserve的subversion服务器后,在客户端访问subversion版本库时出现这个错误:svnserve.conf:12: Option expected为什么会出现这个错误呢,就是因为subversion读取配置文件svnserve.conf时,无法识别有前置空格的配置文件,如### This file controls the configuration of the svnserve daemon, if you### use it to allow access to this
阅读全文
摘要:origin linkage:http://stackoverflow.com/questions/1524604/md5-algorithm-in-objective-c http://www.cnblogs.com/bobli/archive/2012/06/26/2563295.html#import <CommonCrypto/CommonDigest.h> // Need to import for CC_MD5 access- (NSString *)md5:(NSString *)str{ const char *cStr = [str UTF8Strin...
阅读全文
浙公网安备 33010602011771号