02 2015 档案

摘要:// 1.创建流水布局UICollectionViewFlowLayout *layout = [[UICollectionViewFlowLayout alloc] init]; // 2.设置每个格子的尺寸layout.itemSize = CGSizeMake(250, 250); // 3.... 阅读全文
posted @ 2015-02-28 17:44 Parishe 阅读(117) 评论(0) 推荐(0)
摘要:# UITablViewController方法的使用介绍- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView{ // 返回单元格数}- (NSInteger)tableView:(UITableView *)tab... 阅读全文
posted @ 2015-02-10 11:49 Parishe 阅读(237) 评论(0) 推荐(0)
摘要:@property关键字:atomic,nonatomic,readonly,readwrite,assign,retain,copy,getter,setter,strong默认行为(atomic,readwrite,assign)atomic(原子):某种程度上的线程安全nonatomic(非原... 阅读全文
posted @ 2015-02-10 11:38 Parishe 阅读(107) 评论(0) 推荐(0)
摘要:1.官网下载:这里2.产生密钥:ssh-keygen -t rsa -C "1047210553@qq.com" #git set ssh rsacat ~/.ssh/id_rsa.pub #git cat id_rsa.pub3.常用操作:Gi... 阅读全文
posted @ 2015-02-06 14:18 Parishe 阅读(148) 评论(0) 推荐(0)