我从Cloud era website下载了代码 我在hadoop中运行单节点集群。我不知道如何编译和运行代码..请帮帮我..
答案 0 :(得分:1)
-
-(void)popup:(id)sender
{
//button action
UIView *popView=[[UIView alloc]initWithFrame:CGRectMake(Screen_Width-200,40, self.view.frame.size.width-130, self.view.frame.size.height/2-60)];
[popView setBackgroundColor:[UIColor redColor]];
popView.userInteractionEnabled = YES;
[self.view addSubview: popView];
}
日食