摘要: 在取数组的值之前,要判断数组是否为空,否则在数组为空的时候就会出现崩溃的现象。 阅读全文
posted @ 2016-11-02 10:15 KLNL100 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 左上角Xcode-》Preferrence-》点击下面的进行增删 阅读全文
posted @ 2016-10-13 11:48 KLNL100 阅读(993) 评论(0) 推荐(0) 编辑
摘要: 创建 http://blog.sina.com.cn/s/blog_45eaa01a0102vopl.html 调用见另一篇博客 阅读全文
posted @ 2016-10-10 13:39 KLNL100 阅读(923) 评论(0) 推荐(0) 编辑
摘要: 参考: http://blog.csdn.net/szstephenzhou/article/details/7834669 http://book.2cto.com/201304/20441.html 1、 添加服务引用使用的是WCF服务,而添加Web引用使用的是Web服务。 2、同时存在添加服务 阅读全文
posted @ 2016-10-10 12:06 KLNL100 阅读(3453) 评论(0) 推荐(1) 编辑
摘要: http://wenku.baidu.com/view/b3475e51f242336c1eb95e94.html注意点:需要把服务加到windows的服务中才可以,否则每次启动的时候都很麻烦 阅读全文
posted @ 2015-11-23 14:37 KLNL100 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 在哪儿取数据,怎么进行数据存储,怎么传送数据,有哪些数据应该返给后台,哪些不用。对应的数据应该怎么存储。 阅读全文
posted @ 2015-10-15 11:07 KLNL100 阅读(92) 评论(0) 推荐(0) 编辑
摘要: self.navigationController.navigationBar.titleTextAttributes = @{NSFontAttributeName : [UIFont boldSystemFontOfSize:18],NSForegroundColorAttributeName: 阅读全文
posted @ 2015-10-14 17:27 KLNL100 阅读(644) 评论(0) 推荐(0) 编辑
摘要: 以得出:只要设置self.title,那么self.navigationItem.title和self.tabBarItem.title值不管设置与否都和self.title一致。 阅读全文
posted @ 2015-09-24 10:34 KLNL100 阅读(212) 评论(0) 推荐(0) 编辑
摘要: cell.selectedBackgroundView.layer.borderColor = [UIColor lightGrayColor].CGColor; cell.selectedBackgroundView.layer.borderWidth = 0.5; 阅读全文
posted @ 2015-09-22 10:20 KLNL100 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 第一步:-(void)viewDidLayoutSubviews { if ([_leftTableView respondsToSelector:@selector(setSeparatorInset:)]) { [_leftTableView setSeparatorInset:UIEd... 阅读全文
posted @ 2015-09-22 09:28 KLNL100 阅读(172) 评论(0) 推荐(0) 编辑