摘要: #import "ViewController.h"#import "PartnerConfig.h"#import "AlixPayOrder.h"#import "DataSigner.h"#import "AlixLibService.h"#import "AlixPayResult.h"#i... 阅读全文
posted @ 2015-04-23 10:01 飞天至虹 阅读(262) 评论(0) 推荐(0) 编辑
摘要: XMPP协议实现原理介绍 本文介绍XMPP协议原理及相关信息。 XMPP协议简介 XMPP(Extensible Messageing and Presence Protocol:可扩展消息与存在协议)是目前主流的四种IM(IM:instant messaging,即时消息)协议之一,其他三种分别... 阅读全文
posted @ 2015-04-22 11:11 飞天至虹 阅读(312) 评论(0) 推荐(0) 编辑
摘要: MD5:MD5的全称是Message-DigestAlgorithm5(信息-摘要算法),在90年代初由 MITLaboratoryforComputerScience和RSADataSecurityInc的 RonaldL.Rivest开发出来,经MD2、MD3和MD4发展而来。它的作用是让大容量... 阅读全文
posted @ 2015-04-21 10:43 飞天至虹 阅读(925) 评论(0) 推荐(0) 编辑
摘要: scrollerview:无限循环#import "ViewController.h"@interface ViewController () @end@implementation ViewController- (void)viewDidLoad{ [super viewDidLoad]; //... 阅读全文
posted @ 2015-04-20 16:30 飞天至虹 阅读(237) 评论(0) 推荐(0) 编辑
摘要: MVC#import "ViewController.h"#import "ChatCell.h"#import "ChatModel.h"@interface ViewController (){ UITableView *_tableView; NSMutableArray *_dataArra... 阅读全文
posted @ 2015-04-20 16:17 飞天至虹 阅读(338) 评论(0) 推荐(0) 编辑
摘要: 文顶顶iOS开发网络篇—GET请求和POST请求iOS开发网络篇—GET请求和POST请求一、GET请求和POST请求简单说明创建GET请求1 // 1.设置请求路径2 NSString *urlStr=[NSString stringWithFormat:@"http://192.1... 阅读全文
posted @ 2015-04-20 15:58 飞天至虹 阅读(667) 评论(1) 推荐(0) 编辑
摘要: 系统地图:#import "ViewController.h"#import @interface ViewController (){ MKMapView *_mapView; CLLocationManager *_manager; UIImageView* _imageView;}@end@i... 阅读全文
posted @ 2015-04-20 15:38 飞天至虹 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-04-20 15:22 飞天至虹 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 本文转载至http://www.code4blog.com/archives/505youtube下载神器:https://github.com/rg3/youtube-dl我擦咧vim插件:https://github.com/Valloric/YouCompleteMevim插件配置:https... 阅读全文
posted @ 2015-04-20 15:13 飞天至虹 阅读(221) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2015-04-20 14:59 飞天至虹 阅读(3) 评论(0) 推荐(0) 编辑