摘要: gpg failed to sign the data fatal: failed to write commit object gpg是一种加密解密的软件 git config --list 查看有没有:commit.gpgsign=true 开启GPG签名:git config commit.g 阅读全文
posted @ 2017-12-14 16:29 N了歌C 阅读(984) 评论(0) 推荐(0) 编辑
摘要: Your app uses background location services but does not clarify the purpose of its use in the location modal alert as required in the iOS Human Interf 阅读全文
posted @ 2017-01-15 09:09 N了歌C 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 在提交之前匹配好发布证书和上架配置文件 1.ERROR ITMS90032--AppIcon不存在或尺寸有错; 2.ERROR ITMS90535--据显示的Path,第三方SDK的plist文件需要删除Executable file项; 3.上传的构建版本在iTunesConnect不显示,请在p 阅读全文
posted @ 2016-12-19 15:49 N了歌C 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 若文本控件是textView则要运用到sizeToFit Manual Layout 阅读全文
posted @ 2016-12-08 11:28 N了歌C 阅读(150) 评论(0) 推荐(0) 编辑
摘要: NSDate* tmpStartData = [NSDate date]; //You code here... double deltaTime = [[NSDate date] timeIntervalSinceDate:tmpStartData]; NSLog(@"cost time = %f", deltaTime); 阅读全文
posted @ 2016-12-07 13:57 N了歌C 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 在Max OS X 10.11(El Capitan)版本中,homebrew在安装软件时可能会碰到/usr/local目录不可写的权限问题。可以使用下面的命令修复: Homebrew包管理器可以install node 阅读全文
posted @ 2016-12-07 13:44 N了歌C 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-03-31 16:26 N了歌C 阅读(114) 评论(0) 推荐(0) 编辑
摘要: Solution:Overriding request headers in SDWebImage Looking for the file "SDWebImageDownloader.m" replace to SDWebImageDownloader is a Singleton object 阅读全文
posted @ 2016-03-17 11:20 N了歌C 阅读(416) 评论(0) 推荐(0) 编辑
摘要: NSNull在Foundation和其它框架中被广泛的使用,以解决如NSArray和NSDictionary之类的集合不能有nil值的缺陷。你可以将NSNull理解为有效的将NULL或者nil值封装boxing,以达到在集合中使用它们的目的: NSMutableDictionary *mutable 阅读全文
posted @ 2016-03-08 10:57 N了歌C 阅读(137) 评论(0) 推荐(0) 编辑
摘要: NSURLCache 为您的应用的 URL 请求提供了内存中以及磁盘上的综合缓存机制。 为了好好利用 NSURLCache,你需要初始化并设置一个共享的 URL 缓存。在 iOS 中这项工作需要在 -application:didFinishLaunchingWithOptions: 完成,而 OS 阅读全文
posted @ 2016-02-24 14:12 N了歌C 阅读(114) 评论(0) 推荐(0) 编辑