fooval

Where there is a will, there is a way.

Core Graphics Tutorial Part 1-Getting Started(译文)

前言 这个是我第一尝试着去翻译一些国外的Blog,有很多地方估计翻译的不好。如果有发现没做好的地方欢迎大家留言。 原文地址:https://www.raywenderlich.com/162315/core-graphics-tutorial-part-1-getting-started 想象一下你已经完成了你的app并且他运行的非常好,但是界面缺少一些风格。你可以用Photos...

iOS App退出后cookie被清除

今天在用NSHTTPCookie保存cookie的时候发现每次app退出的时候,cookie被 系统清除了,保存cookie的代码如下: - (void)addCookieForDomain:(NSString *)domain value:(NSString *)value { NSMutableDictionary *cookieDic = [[NSMutableDiction...

GitHub 高级搜索

在GitHub上使用高级搜索可以更精准搜索出自己需要的开源代码。 搜索语法 搜索格式为: 关键字 搜索条件 语言限制 例如: AFN stars:>1000 language:Objective-C 搜索条件 stars stars: "100..150" 搜索出星星在 100 和 150之间的数据.还可以使用 n..* 和 *..n ...

Git 提示 "Permission denied (publickey)"错误

今天换了一台电脑,重新配置了git环境后提交代码的时候一直提示如下错误: Permission denied (publickey). fatal: Could not read from remote repository. 解决办法如下: 前置环境配置流程: git config --global user.name "yourname" git config --glo...

Markdown 的一些常用的语法

代码块亮语法 ```语言 $(document).ready(function () { alert('hello world'); }); \``` 支持的语言:swift,objectivec, javascript, json, java, go, ruby, xml, markdown, 1c, abnf, accesslog, actionscript, ada, a...