04 2017 档案

摘要:参考: http://blog.csdn.net/yohunl/article/details/41748511 http://blog.csdn.net/amuseme_lu/article/details/6261719 https://wiki.apache.org/thrift/Thrift 阅读全文
posted @ 2017-04-27 11:37 Da雪山 阅读(270) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/Jenaral/p/5655958.html 阅读全文
posted @ 2017-04-21 17:27 Da雪山 阅读(250) 评论(0) 推荐(0)
摘要:#pragma mark -- 创建CollectionView - (void)createCollectionView{ //关闭自适应 self.automaticallyAdjustsScrollViewInsets = NO; UICollectionViewFlowLayout *fl 阅读全文
posted @ 2017-04-21 11:50 Da雪山 阅读(17053) 评论(0) 推荐(0)
摘要:1增 1.1【插入单行】insert [into] <表名> (列名) values (列值)例:insert into Strdents (姓名,性别,出生日期) values ('开心朋朋','男','1980/6/15') 1.2【将现有表数据添加到一个已有表】insert into <已有的 阅读全文
posted @ 2017-04-10 09:26 Da雪山 阅读(178769) 评论(4) 推荐(6)
摘要:#pragma mark -- 数库 - (void)createDatabase{ //路径 NSString *path = [NSString stringWithFormat:@"%@/Documents/maxueshan.db",NSHomeDirectory()]; //创建 _dat 阅读全文
posted @ 2017-04-10 09:12 Da雪山 阅读(802) 评论(0) 推荐(0)
摘要://获取图片 + (UIImage*) getImageWithColor:(UIColor*)color andHeight:(CGFloat)height { CGRect r= CGRectMake(0.0f, 0.0f, 1.0f, height); UIGraphicsBeginImage 阅读全文
posted @ 2017-04-07 13:57 Da雪山 阅读(563) 评论(0) 推荐(0)
摘要:// // ViewController.m // DMHeartFlyAnimation // // Created by Rick on 16/3/9. // Copyright © 2016年 Rick. All rights reserved. // #import "ViewControl 阅读全文
posted @ 2017-04-06 16:34 Da雪山 阅读(422) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/jenminzhang/article/details/47017741 http协议:处于互联网协议的应用层,角色是规定数据传输的格式,http是建立在socket(这里的上下文指的是http socket)之上的 TCP/IP协议是传输层协议,主要解决数 阅读全文
posted @ 2017-04-05 11:51 Da雪山 阅读(205) 评论(0) 推荐(0)
摘要:#import <UIKit/UIKit.h> @interface RCDNavigationViewController : UINavigationController<UIGestureRecognizerDelegate,UINavigationControllerDelegate> @e 阅读全文
posted @ 2017-04-01 14:09 Da雪山 阅读(1185) 评论(0) 推荐(0)