会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
飞天至虹
博客园
首页
新随笔
联系
订阅
管理
1
2
下一页
2015年4月23日
支付宝
摘要: #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 飞天至虹
阅读(265)
评论(0)
推荐(0)
2015年4月22日
XMPP
摘要: XMPP协议实现原理介绍 本文介绍XMPP协议原理及相关信息。 XMPP协议简介 XMPP(Extensible Messageing and Presence Protocol:可扩展消息与存在协议)是目前主流的四种IM(IM:instant messaging,即时消息)协议之一,其他三种分别...
阅读全文
posted @ 2015-04-22 11:11 飞天至虹
阅读(339)
评论(0)
推荐(0)
2015年4月21日
MD5及本地缓存
摘要: MD5:MD5的全称是Message-DigestAlgorithm5(信息-摘要算法),在90年代初由 MITLaboratoryforComputerScience和RSADataSecurityInc的 RonaldL.Rivest开发出来,经MD2、MD3和MD4发展而来。它的作用是让大容量...
阅读全文
posted @ 2015-04-21 10:43 飞天至虹
阅读(1020)
评论(0)
推荐(0)
2015年4月20日
UI基础知识
摘要: scrollerview:无限循环#import "ViewController.h"@interface ViewController () @end@implementation ViewController- (void)viewDidLoad{ [super viewDidLoad]; //...
阅读全文
posted @ 2015-04-20 16:30 飞天至虹
阅读(242)
评论(0)
推荐(0)
bubble聊天
摘要: MVC#import "ViewController.h"#import "ChatCell.h"#import "ChatModel.h"@interface ViewController (){ UITableView *_tableView; NSMutableArray *_dataArra...
阅读全文
posted @ 2015-04-20 16:17 飞天至虹
阅读(347)
评论(0)
推荐(0)
get请求和post请求的区别
摘要: 文顶顶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 飞天至虹
阅读(675)
评论(1)
推荐(0)
系统地图和高德地图
摘要: 系统地图:#import "ViewController.h"#import @interface ViewController (){ MKMapView *_mapView; CLLocationManager *_manager; UIImageView* _imageView;}@end@i...
阅读全文
posted @ 2015-04-20 15:38 飞天至虹
阅读(307)
评论(0)
推荐(0)
抽屉MSDynamicsDrawerViewController
摘要:
阅读全文
posted @ 2015-04-20 15:22 飞天至虹
阅读(152)
评论(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 飞天至虹
阅读(227)
评论(0)
推荐(0)
c和oc面试题
该文被密码保护。
阅读全文
posted @ 2015-04-20 14:59 飞天至虹
阅读(3)
评论(0)
推荐(0)
1
2
下一页
公告