注:本文假定读者对 CocoaPods 的使用已经相当熟练,创建过 Pod 或有此打算。
CocoaPods 是当前 Swift 和 Objective-C 工程中较为流行的依赖管理工具。它拥有超过 10,000 个程序库,通过一份 Podfile 和几条基本命令就能帮助开发者优雅地管理工程依赖。
虽然人们绝大多数时候只是利用 CocoaPods 安装或更新特定版本的库,但是在应用开发过程中,难免会遇到需要自己创建 pod 的情况。CocoaPods 规定每个 pod 库都必须要有一份 podspec
…
Read More
前些天拜读了 @kavinyao 同学的文章如何高效使用电子邮件。我觉得写得很好很实用。我自己经历过用户和邮件客户端开发者这两种角色,说起来对电子邮件也有过深入了解,积累了一些使用心得,于是就写了这篇同题文章。
Kavin 在他的文章中提了不少建议,它们是:
- 选择靠谱的服务商;
- 主动标记垃圾邮件;
- 取消订阅邮件;
- 及时归档邮件;
- 按需使用代收服务;
- 开启新邮件提醒。
我相当赞同上述建议。在 Kavin 的基础上我再补充一些能让生活更加轻松的技巧。
邮件作为一种互联网基础通讯手段,它肩负着诸多…
Read More
About three days ago, GitHub, a web-based hosting service for software development projects, sent me an email, in which they told me that my plan was going to expire in 7 days. It reminded me that I had been using GitHub private features for almost two yea…
Read More
My blog has played with Octopress for about two years, during which I never changed the default blogging theme. Therefore, I decided to make some difference. A few months ago, I found a minimal white theme called whitespace. However, the project itself is …
Read More
If you ping blog.xianqu.org, you may find that I’ve already move it to a new host which you are visiting now. Why?
- It’s wonderful to have my own VPS. I’d like to try some SA work.
- I decided to deploy a sample app on a VPS after I had gone through the ama…
Read More