自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 收藏
  • 关注

转载 [iOS 字符串] oc字符串与c字符串互转

一、C字符串转OC字符串 const char *cString = "This is a C string"; //动态方法 NSString *ocString1 = [[NSString alloc] initWithUTF8String:cString]; NSString *ocString2 = [[NSString alloc] initWithCStri

2017-02-23 14:56:27 2166

转载 [iOS ] [[NSArray new] makeObjectsPerformSelector:@selector(<#selector#>)];

[[NSArray new] makeObjectsPerformSelector:@selector(<#selector#>)];数组中的每个元素 都去 调用select方法器中的方法! 比如[self.view.subviews makeObjectsPerformSelector:@selector(removeFromSuperview)];

2017-02-23 14:50:04 1188

转载 [C++中的C_str()函数用法]

http://blog.csdn.net/nancy_m/article/details/7583550char c[20]; string s = "1234"; strcpy(c, s.c_str()); printf("%s",c); //printf("\n%d",result);输出1234

2017-02-16 15:28:29 2048

原创 33 个 2017 年必须了解的 iOS 开源库

http://www.cocoachina.com/ios/20170208/18647.html

2017-02-15 16:09:34 477

原创 [iOS 项目框架构建篇] iOS MVVM+RAC 从框架到实战

iOS MVVM+RAC 从框架到实战 http://www.cocoachina.com/ios/20170213/18659.html

2017-02-15 16:00:54 763

转载 OS超全开源框架、项目和学习资料汇总--数据库、缓存处理、图像浏览、摄像照相视频音频篇

http://www.cocoachina.com/ios/20170215/18692.html

2017-02-15 15:34:11 454

转载 [iOS 数据库 转 ]iOS中 常用的SQL语句

http://www.cnblogs.com/pp123/p/4814553.html

2017-02-15 14:54:14 444

空空如也

空空如也

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

TA关注的人

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