DebugMan

感受生活,感悟工作

Home Archives About
11月 25 2014
经验介绍

我的 Cocoa Programming Guidelines

代码外观

关于头文件的定义

每个头文件定义应该保持简洁和有序像下面这样:

  1. Imports
  2. Forward class declarations
  3. Enumeration types
  4. Constants
  5. Notification names and its user info dictionary keys
  6. Delegate protocol
  7. Data source protocol
  8. Class interface

    Read More

分享到
11月 22 2014

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in trobuleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

分享到

分类

  • 技巧心得2
  • 日常记录1
  • 架构优化1
  • 经验介绍3

归档

  • 三月 20181
  • 四月 20171
  • 一月 20151
  • 十二月 20143
  • 十一月 20142
  • 十一月 20091

近期文章

  • 回退?降级?熔断? CrashFallbackCore模块
  • 天弘基金移动App客户端架构优化之路
  • iOS HTTPS相关整理
  • 谈谈消息传递机制
  • 个人总结的一些 APP 的代码
© 2018 DebugCheck
Powered by Hexo . Theme by Landscape-plus
Home Archives About