摘要: 使用比较原生的导航条效果可能不是太好,有空去研究下微信导航条的动画效果 还一个是通过运行时代码做一个全局手势,实现对页面的切换 占坑 2016.2.16 阅读全文
posted @ 2016-02-16 11:48 LazVy 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 占坑 - (BOOL)textFieldShouldBeginEditing:(UITextField *)textField{ // DebugLog(@"should编辑:%ld",(long)textField.tag); [self createPikerView:textField.tag 阅读全文
posted @ 2016-02-16 11:43 LazVy 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 别人的业务,可以进行学习。 还有蓝牙中间件的封装。 占坑 阅读全文
posted @ 2016-02-16 11:42 LazVy 阅读(293) 评论(0) 推荐(0) 编辑
摘要: 1。当前存在一些问题。 2。整理当初存在问题的解决方式 占坑 - 2016.2.16 阅读全文
posted @ 2016-02-16 11:40 LazVy 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 现有的清除缓存存在着一些问题,占坑查询,后续进行完善 阅读全文
posted @ 2016-02-16 11:38 LazVy 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 占坑 阅读全文
posted @ 2016-02-16 11:35 LazVy 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 占坑 发送的指令的char*和NSString之间的转换 接收到的char*的解析 阅读全文
posted @ 2016-02-16 11:34 LazVy 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 占坑 #import <UIKit/UIKit.h> @interface LRFeedBackTextView : IQTextView /**placeholder占位文字*/ @property (nonatomic, copy) NSString *placeholder; /**place 阅读全文
posted @ 2016-02-16 11:33 LazVy 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 占坑 ABPeoplePickerNavigationController *peoleVC = [[ABPeoplePickerNavigationController alloc] init]; peoleVC.peoplePickerDelegate = self; peoleVC.deleg 阅读全文
posted @ 2016-02-16 11:31 LazVy 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 占坑 阅读全文
posted @ 2016-02-16 11:31 LazVy 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 占坑 阅读全文
posted @ 2016-02-16 11:30 LazVy 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 年前业务需求,占坑整理 阅读全文
posted @ 2016-02-16 11:28 LazVy 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 新需求,先占坑。存储资料,最后整理。 阅读全文
posted @ 2016-02-16 11:27 LazVy 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 这几天有空找点资料完善下对多线程方面的深入。 阅读全文
posted @ 2016-02-16 11:26 LazVy 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 很早以前做的,后面发现了一个类似的第三方,有空把两者结合起来整理一下。 @property (nonatomic, weak) UIButton *deleteBtn; // 删除按钮 @property (nonatomic, weak) UIImageView *imageView; @end 阅读全文
posted @ 2016-02-16 11:25 LazVy 阅读(357) 评论(0) 推荐(0) 编辑
摘要: 以前做离线地图的时候开发的,先占个坑,后续再进行整理出来 原理:设置section header的点击事件,然后刷新对应section的数据源 #import <UIKit/UIKit.h> typedef enum : NSUInteger { kOffLineTabviewIsStart, // 阅读全文
posted @ 2016-02-16 11:24 LazVy 阅读(318) 评论(0) 推荐(0) 编辑
摘要: 前言 本文基于实际Linux管理工作,实例讲解工作中使用ssh证书登录的实际流程,讲解ssh证书登录的配置原理,基于配置原理,解决实际工作中,windows下使用SecureCRT证书登录的各种问题,以及实现hadoop集群部署要求的无密码跳转问题。 ssh有密码登录和证书登录,初学者都喜欢用密码登 阅读全文
posted @ 2016-02-16 11:22 LazVy 阅读(6672) 评论(1) 推荐(0) 编辑