自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(10)
  • 资源 (1)
  • 收藏
  • 关注

原创 No.14 Xcode(5.1.x) socket

#include #include #include #include #include #include #include // http://www.cnblogs.com/lzjsky/archive/2013/03/18/2965983.html - (int)setupClient { char buff[64] = {0}; int size =

2014-07-23 16:15:00 737

原创 No.13 Xcode(5.1.x) 获取设备信息, 系统信息

#import #import - (void)deviceInfoWithIOS { NSDictionary* fattributes = [[NSFileManager defaultManager] attributesOfFileSystemForPath:NSHomeDirectory() error:nil]; NSNumber* freeSize = [fat

2014-07-23 13:53:31 1136

原创 No.12 Xcode(5.1.x) NSString, NSArray 和 NSDictionary

- (void)constructNSString { NSLog(@"Next, I will construct kinds of string"); NSString* string00 = @"String construct by '='"; NSLog(@"\t string00=%@", string00); NSString* s

2014-07-23 12:15:36 988

原创 No.11 Xcode(5.1.x) 设备或程序旋转

1. 利用正统的方式来控制旋转方向

2014-07-22 09:45:35 706

原创 No.10 Xcode(5.1.x) UITabBarController

1.UITabBarController和UINavigationController是系统提供的两种控件, 他们的使用

2014-07-17 16:02:41 630

原创 No.09 Xcode(5.x) UITextField

- (void)viewDidLoad { [super viewDidLoad]; // 将视图转化成UIScrollView, 才能让视图在键盘出现时发生偏移 self.view = [[UIScrollView alloc] initWithFrame:self.view.frame]; self.view.backgroundColor = [UI

2014-07-17 10:14:33 1009

原创 No.08 Xcode(5.1.x) 使用FFmpeg

1.首先, 需要一套能运行于armv7, armv7s, arm64, i386

2014-07-16 17:57:27 746

原创 No.07 Xcode(5.x) 使用SQLite

1. 需要在工程配置中加入libsqlite3.dylib 2.

2014-07-16 17:16:10 790

原创 No.06 Xcode(5.1.x) UINavigationController

1.在iOS7.0以上版本中, 如果UINavigationController作为 UIWindow

2014-07-16 14:17:40 798

原创 No.05 Xcode(5.1.x) 服务器消息推送

参考: http://hi.baidu.com/iphone8/item/cbc7ae7348ed1c3d6cc37ca7

2014-07-16 12:24:22 543

ffmpeg4iOS

已经编译好2.0库, 包含libavcodec.a等7个库, 适用于armv7, armv7s, arm64, i386, x86_64

2014-07-24

空空如也

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

TA关注的人

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