摘要:
一:上传表单 --> Send this file: 二:上传处理文件php 0) { $error = "file upload error"; array_push($result,0,$error,$_FILES); } else { if (file_exists("upload/" . $_FILES["file"]["name"])) { echo json_encode($_FILES["file"]["name"] . " already... 阅读全文
posted @ 2013-12-25 21:08
cocoajin
阅读(2606)
评论(0)
推荐(0)
摘要:
一:iOS6.0及以后:下拉刷新控件UIRefreshControlTableView属性:refreshControl二:使用 1 - (void)colseTheTB 2 { 3 [self dismissViewControllerAnimated:YES completion:nil]; 4 } 5 6 - (void)viewDidLoad 7 { 8 [super viewDidLoad]; 9 10 self.navigationItem.leftBarButtonItem = [[UIBarButtonItem alloc]initWithBarBut... 阅读全文
posted @ 2013-12-25 14:33
cocoajin
阅读(671)
评论(0)
推荐(0)
浙公网安备 33010602011771号