02 2014 档案

摘要:ASIFormDataRequest *request = [ASIFormDataRequest requestWithURL: [NSURL URLWithString: @"http://oatest.tpyzq.com/names.nsf?Login"]]; request.shouldRedirect = NO; [request addPostValue: _usernameTF.text forKey: USERNAME]; [request addPostValue: _passwordTF.text forKey: PASSWORD]; ... 阅读全文
posted @ 2014-02-28 12:05 墨禾米说 阅读(337) 评论(0) 推荐(0) 编辑
摘要:这是第三方开发的一个Safari的jsonView,和chrome以及FF功能类似,现在已经更新到1.1版了. 传送门:https://github.com/rfletcher/safari-json-formatter这是Github的地址; 下载地址:https://github.com/rfletcher/safari-json-formatter/downloads 下载后直接点击打开安装.默认是自动开启的. 快去试试把~ 阅读全文
posted @ 2014-02-28 09:44 墨禾米说 阅读(4996) 评论(0) 推荐(0) 编辑
摘要:我们在做UITableView的修改,删除,选择时,需要对UITableView进行一系列的动作操作。这样,我们就会用到[tableViewbeginUpdates];if(newCount<=0) {[tableViewdeleteSections:[NSIndexSetindexSetWithIndex:indexPath.section]withRowAnimation:UITableViewRowAnimationLeft];}[tableViewdeleteRowsAtIndexPaths:[NSArrayarrayWithObject:indexPath]withRowAni 阅读全文
posted @ 2014-02-25 20:08 墨禾米说 阅读(598) 评论(0) 推荐(0) 编辑