自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 A股有望迎开门红 2015年牛市行情将延续

http://weheartit.com/d3wj/collections/74567598-2015-01-04/ http://weheartit.com/eiol3/collections/74567584-2015-01-04/ http://weheartit.com/d3wj/collections/74567569-2015-01-04/ http://weheartit.co

2015-01-05 01:10:02 282

转载 【转】 UILabel自适应高度和自动换行

//初始化label UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(0,0,0,0)]; //设置自动行数与字符换行 [label setNumberOfLines:0]; label.lineBreakMode = UILineBreakModeWordWrap; // 测试字串 &nbs...

2013-10-12 11:25:00 110

转载 OC xml

个人笔记,高手绕道 普通方法解析xml: .h文件 @property (nonatomic,strong) NSMutableArray *itemData; @property(nonatomic,assign)NSString *currentTagName; .m文件 注意@synthesize上面的属性 - (void)getxml{ NS...

2013-09-23 13:07:00 146

转载 NSJSONSerialization

通过使用IOS5自带解析类NSJSONSerialization方法解析JSON // //字典转json // NSDictionary *dict=[[NSMutableDictionary alloc] initWithObjectsAndKeys:@"pangran",@"name",@"male",@"sex",@"23",@"age" ,nil]; ...

2013-09-23 12:03:00 103

转载 UIBarButtonItem 设置setRightBarButtonItem 背景

UIButton *button = [[UIButton alloc] initWithFrame:CGRectMake(0,0,60,31)]; [button setBackgroundImage:[UIImage imageNamed:@"abc.png"] forState:UIControlStateNormal]; UIBarButtonItem *btn = ...

2013-09-13 17:24:00 142

转载 objective-c字符串连接,转换

objective-c字符串连接,转换 NSString* string; // 结果字符串 NSString* string1, string2; //已存在的字符串 1. string = [NSString initWithFormat:@"%@,%@", string1, string2 ]; 2. string = [string1 stringByAp...

2013-09-11 15:53:00 223

空空如也

空空如也

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

TA关注的人

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