上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 25 下一页
摘要: [NSTimer scheduledTimerWithTimeInterval:1.0 target:self selector:@selector(timerFireMethod:) userInfo:nil repeats:YES];//使用timer定时,每秒触发一次,然后就是写selec... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(84) 评论(0) 推荐(0) 编辑
摘要: Did data on end- (IBAction)textFieldDoneEditing:(id)sender { [sender resignFirstResponder]; } 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(69) 评论(0) 推荐(0) 编辑
摘要: private string mysqlYunfeng = ConfigurationManager.ConnectionStrings["mysqlwxs"].ConnectionString; public FriendGPSList ReturnF... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(163) 评论(0) 推荐(0) 编辑
摘要: if (sqlite3_open([[[[NSBundle mainBundle] pathForResource:@"wxs" ofType:@"db"] retain] fileSystemRepresentation], &database)==SQLITE... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(76) 评论(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 废弃账号 阅读(267) 评论(0) 推荐(0) 编辑
摘要: @property (retain, nonatomic) IBOutlet UIScrollView *ScrollView; [ScrollView setScrollEnabled:YES]; [ScrollView setContentSize... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(68) 评论(0) 推荐(0) 编辑
摘要: ATFrom: UIViewAnimationTransitionCurlUp UIViewAnimationTransitionCurlDown UIViewAnimationTransitionFlipFromLeft UIViewAnimation... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(69) 评论(0) 推荐(0) 编辑
摘要: // Do any additional setup after loading the view from its nib. UIBarButtonItem *one = [[UIBarButtonItem alloc] initWithBarButtonSyst... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 1.图片缩放 QPixmap *pBackBuffer = new QPixmap(m_newShopList->at(i).shopImgUrl); QPixmap qimage; qimage = pBackBuffer->scaled(QSize(80,70... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(84) 评论(0) 推荐(0) 编辑
摘要: QWidget *widget1 = new QWidget; QVBoxLayout *lay = new QVBoxLayout; lay->setSpacing(10); for (int i = 0;i setFixedSize(30,20); lay->ad... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(55) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 25 下一页