上一页 1 2 3 4 5 6 ··· 45 下一页

2011年8月30日

背景图的按钮

摘要: UIButton *rightButton = [UIButton buttonWithType:UIButtonTypeCustom]; [rightButton setBackgroundImage:[UIImage imageNamed:@"bgbtn.png"] forState:UIControlStateNormal]; [rightButton setTitle:@"完成" fo... 阅读全文

posted @ 2011-08-30 14:41 风乔 阅读(150) 评论(0) 推荐(0) 编辑

大头针飘移问题

摘要: - (MKAnnotationView *)mapView:(MKMapView *)mV viewForAnnotation:(id )annotation{ //在当前位置信息框上添加自定义按钮 MKPinAnnotationView *pinAnnotation = nil; //[self.mapView removeAnnotations:self.mapView.annotat... 阅读全文

posted @ 2011-08-30 11:33 风乔 阅读(151) 评论(0) 推荐(0) 编辑

2011年8月26日

xheditor for net

摘要: xhEditor开源HTML编辑器,精简迷你,使用简单,支持Word,基于jQuery,Ajax上传,远程抓图……For .Net:配置:upload.aspx saveremoteimg.aspx 两个里面: string attachdir = "../upload"; // 上传文件保存路径,结尾不要带/完毕!按官方文档设置,是没有上传功能的,可怜在网上找了好久,都... 阅读全文

posted @ 2011-08-26 18:23 风乔 阅读(296) 评论(0) 推荐(0) 编辑

平安亲人 测试数据

摘要: NSMutableString *str= [[NSMutableString alloc] initWithString:@""]; [str appendString:@""]; [str appendString:@"0"]; [str appendString:@""]; [str appendString:@""]; [str appendString:@"4008851189"]; ... 阅读全文

posted @ 2011-08-26 16:31 风乔 阅读(128) 评论(0) 推荐(0) 编辑

2011年8月25日

apple id

摘要: zzxap@163.comAp19840608 阅读全文

posted @ 2011-08-25 12:32 风乔 阅读(121) 评论(0) 推荐(0) 编辑

单例 全局变量

摘要: // MyCommon.h:@interface MyCommonclass MyCommon : NSObject{ int user;};@property(assign) int user;+ (MyCommon *)singleton;@end// MyCommon.m:@implementation MyCommonstatic MyCommon * MyCommon_Single... 阅读全文

posted @ 2011-08-25 11:10 风乔 阅读(224) 评论(0) 推荐(0) 编辑

2011年8月22日

图片库

摘要: 阅读全文

posted @ 2011-08-22 11:44 风乔 阅读(126) 评论(0) 推荐(0) 编辑

2011年8月18日

UIButton

摘要: UIButton *btnTrans = [UIButton buttonWithType:UIButtonTypeCustom]; [btnTrans setBackgroundImage:[UIImage imageNamed:@"btnAround.png"] forState:UIControlStateNormal]; [btnTrans setTitle:@"周边" forState:... 阅读全文

posted @ 2011-08-18 18:05 风乔 阅读(188) 评论(0) 推荐(0) 编辑

有很多图标的网站

摘要: http://www.iconfinder.com/ 阅读全文

posted @ 2011-08-18 17:04 风乔 阅读(125) 评论(0) 推荐(0) 编辑

NSMutableDictionary

摘要: NSMutableDictionary *dict = [[NSMutableDictionary alloc] init]; [dict setObject:@"John" forKey:@"Firstname"]; [dict setObject:@"Doe" forKey:@"Lastname"]; [dict setObject:@"info at objectgraph.com" for... 阅读全文

posted @ 2011-08-18 12:40 风乔 阅读(177) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 45 下一页

导航