07 2016 档案

摘要:-(void)touchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event { [self performSelectorInBackground:@selector(download) withObject:nil]; } 阅读全文

posted @ 2016-07-22 23:56 小艾的博客 阅读(136) 评论(0) 推荐(0)

摘要:.m文件 阅读全文

posted @ 2016-07-20 11:23 小艾的博客 阅读(164) 评论(0) 推荐(0)

摘要:iOS 最新版 CocoaPods 的安装流程 1.移除现有Ruby默认源 $gem sources --remove https://rubygems.org/ 2.使用新的源 $gem sources -a https://ruby.taobao.org/ 3.验证新源是否替换成功 $gem s 阅读全文

posted @ 2016-07-20 11:20 小艾的博客 阅读(152) 评论(0) 推荐(0)

摘要:git status 查看状态 git diff 文件名 查看修改内容 git add 文件名 将文件添加到暂存区 git commit -m " 注释" 把文件添加到仓库 git pull 将服务器代码同步到本地 git push origin 分支名 同步到服务器(这个步骤之前一定要现执行 gi 阅读全文

posted @ 2016-07-05 18:54 小艾的博客 阅读(390) 评论(0) 推荐(0)

导航