上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 20 下一页
摘要: http://blog.csdn.net/dyllove98/article/details/8635079IdentifierValidator.h//// IdentifierValidator.h// 银行卡校验//// Created by 杨梦晓 on 14-9-9.// Copyrigh... 阅读全文
posted @ 2014-09-11 10:18 回读(IOS) 阅读(707) 评论(0) 推荐(0) 编辑
摘要: http://www.oschina.net/code/snippet_86738_3128效验是否为银行卡,用于验证现行 16 位银联卡现行卡号开头 6 位是 622126~622925 之间的,7 到 15 位是银行自定义的,可能是发卡分行,发卡网点,发卡序号,第 16 位是校验码。16 位卡号... 阅读全文
posted @ 2014-09-11 09:55 回读(IOS) 阅读(460) 评论(0) 推荐(0) 编辑
摘要: 在模拟器上跑,图片会显示,而在真机上跑,图片不会显示。原因是真机上区分大小写。 阅读全文
posted @ 2014-09-01 11:04 回读(IOS) 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 如 AlertView,当 show 一个 Alert 时,它会覆盖在 Keyboard 上面,不影响显示的效果。那么我们自己创建的 View 如何像 Alert 那样不被键盘盖住呢?很简单,拿到 Application 的 最上面一个 window,把 View 加到这个 window 上,就可以... 阅读全文
posted @ 2014-08-26 11:14 回读(IOS) 阅读(377) 评论(0) 推荐(0) 编辑
摘要: 在json数据没有错误 字符 的前提下 出现的问题如果有中文 那么编码格式 必须是UTF-8格式的 阅读全文
posted @ 2014-08-25 11:01 回读(IOS) 阅读(147) 评论(0) 推荐(0) 编辑
摘要: http://www.mactech.cn/a/108.htmlUltraEdit for mac 3.2.0.10破解版下载地址看很多朋友不知道算号器的使用方法,分享如下:1.解压UltraEdit_3.2.0.10.zip2.断开网络连接(禁用或者拔网线,关WIFI,重要!!亲测)3.拷贝Ult... 阅读全文
posted @ 2014-08-17 23:07 回读(IOS) 阅读(636) 评论(0) 推荐(0) 编辑
摘要: IOS屏幕自动旋转,强制横竖屏方法:- (BOOL)shouldAutorotate{ return YES;}- (NSUInteger)supportedInterfaceOrientations{ return (UIInterfaceOrientationMaskAll);// ... 阅读全文
posted @ 2014-08-15 17:19 回读(IOS) 阅读(2531) 评论(0) 推荐(0) 编辑
摘要: 1.系统默认的颜色设置//无色cell.selectionStyle=UITableViewCellSelectionStyleNone;//蓝色cell.selectionStyle=UITableViewCellSelectionStyleBlue;//灰色cell.selectionStyle... 阅读全文
posted @ 2014-08-13 17:01 回读(IOS) 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 打开网络偏好设置高级 -》 DNS -》 + -》 114.114.114.114 阅读全文
posted @ 2014-08-13 09:27 回读(IOS) 阅读(356) 评论(0) 推荐(0) 编辑
摘要: 效果1: UIViewController *vc = self.viewControllers[self.selectedIndex]; CATransition *animation =[CATransition animation]; [animation setDurat... 阅读全文
posted @ 2014-07-18 10:53 回读(IOS) 阅读(560) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 20 下一页