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
阅读全文
摘要:http://www.cnblogs.com/Jenaral/p/5655958.html
阅读全文
摘要:#pragma mark -- 创建CollectionView - (void)createCollectionView{ //关闭自适应 self.automaticallyAdjustsScrollViewInsets = NO; UICollectionViewFlowLayout *fl
阅读全文
摘要:1增 1.1【插入单行】insert [into] <表名> (列名) values (列值)例:insert into Strdents (姓名,性别,出生日期) values ('开心朋朋','男','1980/6/15') 1.2【将现有表数据添加到一个已有表】insert into <已有的
阅读全文
摘要:#pragma mark -- 数库 - (void)createDatabase{ //路径 NSString *path = [NSString stringWithFormat:@"%@/Documents/maxueshan.db",NSHomeDirectory()]; //创建 _dat
阅读全文
摘要://获取图片 + (UIImage*) getImageWithColor:(UIColor*)color andHeight:(CGFloat)height { CGRect r= CGRectMake(0.0f, 0.0f, 1.0f, height); UIGraphicsBeginImage
阅读全文
摘要:// // ViewController.m // DMHeartFlyAnimation // // Created by Rick on 16/3/9. // Copyright © 2016年 Rick. All rights reserved. // #import "ViewControl
阅读全文
摘要:http://blog.csdn.net/jenminzhang/article/details/47017741 http协议:处于互联网协议的应用层,角色是规定数据传输的格式,http是建立在socket(这里的上下文指的是http socket)之上的 TCP/IP协议是传输层协议,主要解决数
阅读全文
摘要:#import <UIKit/UIKit.h> @interface RCDNavigationViewController : UINavigationController<UIGestureRecognizerDelegate,UINavigationControllerDelegate> @e
阅读全文

浙公网安备 33010602011771号