上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 25 下一页
摘要: - (IBAction)FindUs:(id)sender { self.UsMap.hidden = NO; CLLocationCoordinate2D coord; coord.latitude = 34.7993; coord.longitu... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(126) 评论(0) 推荐(0)
摘要: NSString *musicPath = [[NSBundle mainBundle] pathForResource:@"净土" ofType:@"mp3"];... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(89) 评论(0) 推荐(0)
摘要: UIDevice *device = [UIDevice currentDevice];//创建设备对象 NSString *deviceUID = [[NSString alloc] initWithString:[device uniqueIdentifier]]; ... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(117) 评论(0) 推荐(0)
摘要: [NSTimer scheduledTimerWithTimeInterval:1.0 target:self selector:@selector(timerFireMethod:) userInfo:nil repeats:YES];//使用timer定时,每秒触发一次,然后就是写selec... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(87) 评论(0) 推荐(0)
摘要: QListWidget *list1=ui->listWidget_Off1; QListWidget *list2=ui->listWidget_Off2; list1->setIconSize(QSize(100, 100)); list1->s... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(155) 评论(0) 推荐(0)
摘要: Did data on end- (IBAction)textFieldDoneEditing:(id)sender { [sender resignFirstResponder]; } 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(75) 评论(0) 推荐(0)
摘要: private string mysqlYunfeng = ConfigurationManager.ConnectionStrings["mysqlwxs"].ConnectionString; public FriendGPSList ReturnF... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(166) 评论(0) 推荐(0)
摘要: if (sqlite3_open([[[[NSBundle mainBundle] pathForResource:@"wxs" ofType:@"db"] retain] fileSystemRepresentation], &database)==SQLITE... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(82) 评论(0) 推荐(0)
摘要: 30.8872 =====》——>300.8872*60 = 53.232 ——>530.232*60 = 13.9230: 53' 13.92"30: 53' 13.92"=======》30+53/60+13.92/3600=30.887199同经度两点之间距离dla=30.887m *... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(277) 评论(0) 推荐(0)
摘要: @property (retain, nonatomic) IBOutlet UIScrollView *ScrollView; [ScrollView setScrollEnabled:YES]; [ScrollView setContentSize... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(70) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 25 下一页