05 2015 档案

SQL 语句记录
摘要:1.创建一个table@"create table rockTB(myId integer primary key autoincrement not null, time varchar(128) , body varchar(1024))"];2.查询FMResultSet * result =... 阅读全文

posted @ 2015-05-31 19:26 景树园 阅读(139) 评论(0) 推荐(0)

IOS 屏幕截图 UIScrollview
摘要://截图UIView:截全图-(UIImage*)captureView:(UIView *)theView{ CGRect rect = theView.frame; if ([theView isKindOfClass:[UIScrollView class]]) { ... 阅读全文

posted @ 2015-05-31 17:45 景树园 阅读(1131) 评论(0) 推荐(0)

IOS 支付宝 SDK 申请
摘要:https://b.alipay.com/order/productDetail.htm?productId=2013080604609654&tabId=4#ps-tabinfo-hash 阅读全文

posted @ 2015-05-27 15:17 景树园 阅读(143) 评论(0) 推荐(0)

XCode修改工程名注意
摘要:以下文字转载过来,在使用的过程中遇到几个问题1.需要在 Build phases 里面,检查下 Link Binary With Libraries 以及Compline Sources2.Bulid Settings 里面的 Header Search Paths 以及 Library Searc... 阅读全文

posted @ 2015-05-25 22:24 景树园 阅读(281) 评论(0) 推荐(0)

ASIHTTPREQUEST 文档
摘要:http://blog.csdn.net/ysysbaobei/article/details/17026577Please note that I am no longer working on this library - you may want to consider using somet... 阅读全文

posted @ 2015-05-21 16:08 景树园 阅读(191) 评论(0) 推荐(0)

本地通知
摘要:didReceiveLocalNotification在两种情况下会被调用:1.app在前台运行 2.app在后台运行时系统弹出提示,点击这个提示启动app。 阅读全文

posted @ 2015-05-20 16:41 景树园 阅读(111) 评论(0) 推荐(0)

ASIHttpRequest 使用过程中,中文编码的问题
摘要:遇到过几个中文编码的情况,不知道是服务器原因还是本身方法上有区别 ,今天遇到的问题是使用1的方法行不通,但是使用2的方法就可以。1. NSString *urlString= [NSString stringWithFormat:@"%@a=login&username=%@&password=%@... 阅读全文

posted @ 2015-05-13 13:05 景树园 阅读(121) 评论(0) 推荐(0)

导航