首页 文章
  • 0 votes
     answers
     views

    准备GET / POST请求以在iPhone上获取数据

    我正在尝试以JSON格式获取搜索词“癌症”的数据 . 但我无法弄清楚如何调用websvice,我尝试了一些东西,但他们没有工作,任何人都可以帮助我 . 以下是我应该调用的API https://api.justgiving.com/docs/resources/v1/Search/FundraiserSearch 单击以下URL将在浏览器中获得所需数据 . https://api.justgiv...
  • 2 votes
     answers
     views

    带有multipart / form-data的iPhone ASIFormDataRequest

    正如我在ASI Documentation中所读到的,它的着作:"Data is posted in 'application/x-www-form-urlencoded' format, or 'multipart/form-data' format when uploading binary data or files." 这正是我的问题 . 我只向服务器发送一个字符串,但...
  • 0 votes
     answers
     views

    ASIHTTPRequest WCF POST XML

    我正在尝试让我的应用程序将数据发送到WCF RESTful Web服务 . 此时我没有从ASIHTTPRequest收到任何错误消息,但Web服务也没有做任何事情 . 你们可以看看它,看看你能发现什么吗? Xcode中 NSURL *url = [NSURL URLWithString:@"http://www.mydomian.com/create"]; ASIHTTPRe...
  • 35 votes
     answers
     views

    UILabel文本未更新

    我无法更改UILabel文本 . viewDidLoad中UILabel的代码是: startLabel=[[UILabel alloc] initWithFrame:CGRectMake(75, 395, 200, 30)]; startLabel.text=@"Recording Sound ..."; startLabel.backgroundColor=[UIColo...

热门问题