自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 问答 (1)
  • 收藏
  • 关注

原创 『iOS/Obj-C』The difference among int, NSInteger, NSUInteger and NSNumber

The difference among _int, NSInteger, NSUInteger and NSNumber Apple iOS official document is a pretty superior tool. About NSNumber:https://developer.apple.com/library/ios/documentation/Cocoa/Refe

2015-08-16 11:32:41 394

原创 『iOS/Obj-C』Note Of 8-day Obj-C/iOS foundation course

Note Of 8-day Obj-C/iOS foundation course 1. rewrite init method of a class - (instancetype)init { self = [super init]; if (self) { //self.name = @"RainyTunes"; } return self

2015-08-15 23:47:56 525

原创 『Others』【English】The road to enlarge my vocabulary

Commonly Used AbbreviationsVPN Virtual Private Network VCS Version Control System BIOS Basic Input Output System (differ from CMOS:CMOS通过BIOS设置程序对CMOS参数进行设置) (Almost the same in life) SDK

2015-08-05 00:58:44 490

原创 『Others』【Vim】The road to grasp VIM

Recently I have learnt a little VIM when committing my codes to github. Vim is pretty hard to learn but you will benefit from it incrediblely. I will write down some common vim command irregularlyHow

2015-08-05 00:29:58 270

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除