摘要:
77606263720 75097340090cxdesk 阅读全文
摘要:
// alert(1); // setInterval(function(){ // alert(11); // $("#kw").val("时间"); // },1000); //alert($("#su").attr("value")); // var newNode = document.createElement("p");//创建P标签 // newNode.inne... 阅读全文
摘要:
UIImage *image = self.imageCompainPhoto.image; NSData *imageData = UIImagePNGRepresentation(image); [imageData writeToFile:@"/Users/apple/desktop/123... 阅读全文
摘要:
#import @implementation NSDictionary (Log)- (NSString *)descriptionWithLocale:(id)locale{ NSMutableString *str = [NSMutableString string]; [... 阅读全文
摘要:
设置push过去的控制器的颜色就好了self.view.backgroundColor = MAIN_COLOR_GRAY; 阅读全文
摘要:
//// SCMyOrderViewController.m// SmartCommunity//// Created by chenhuan on 15/9/7.// Copyright (c) 2015年 smartcommunity. All rights reserved.//#im... 阅读全文
摘要:
SCAllOrderViewController *redController = [[SCAllOrderViewController alloc] init]; redController.tag=1; [redController setTitle:@"全部"]; SCWatiPa... 阅读全文
摘要:
//拖动返回选中的索引 当滚动视图停止时的时候- (void)scrollViewDidEndDecelerating:(UIScrollView *)scrollView{ CGFloat width = scrollView.frame.size.width; NSLog(@"%f"... 阅读全文
摘要:
-(instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier{ if (self == [super initWithStyle:style reuseI... 阅读全文
摘要:
calayer=[CALayer layer]; // SCMylayer *layer = [SCMylayer layer]; //2.设置layer的属性 calayer.backgroundColor=[UIColor clearColor].CGColor; ... 阅读全文