03 2016 档案

GIT 命令 操作 记录
摘要:1.git pull时冲突的解决 1.git stash 2.git pull 3.git stash pop stash@{0} 4.修改冲突 5.git add . 6.git commit 7.git push 阅读全文

posted @ 2016-03-16 11:22 景树园 阅读(127) 评论(0) 推荐(0)

AFNetWorking 使用记录
摘要:1.从一个URL  GET数据 方法1:         NSURL * url = [NSURL URLWithString:@"http://www.weather.com.cn/data/sk/101010100.html"];         NSURLRequest * req = [NS 阅读全文

posted @ 2016-03-14 15:29 景树园 阅读(147) 评论(0) 推荐(0)

UITableViewCell 自定义绘制 性能高
摘要:// //  FoodListTableViewCellB.m //  BabyFood // //  Created by zhuang chaoxiao on 16/3/7. //  Copyright © 2016年 zhuang chaoxiao. All rights reserved. 阅读全文

posted @ 2016-03-14 14:37 景树园 阅读(173) 评论(0) 推荐(0)

设置UIImage 圆角
摘要://设置UIImage圆角 @interface UIImage(UIRoundedRectImage) + (id) createRoundedRectImage:(UIImage*)image size:(CGSize)size; @end @implementation UIImage(UIR 阅读全文

posted @ 2016-03-02 17:30 景树园 阅读(433) 评论(0) 推荐(0)

导航