上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 98 下一页
摘要: [UIViewbeginAnimations:nilcontext:nil]; [UIViewsetAnimationDelegate:self]; [UIViewsetAnimationCurve:[[[notification userInfo] objectForKey:UIKeyboardAnimationCurveUserInfoKey] intValue]]; [UIViewsetAnimationDuration:[[[notification userInfo] objectForKey:UIKeyboardAnimationDurationUserInfoK... 阅读全文
posted @ 2014-04-04 14:39 路在脚下, 阅读(1057) 评论(0) 推荐(0) 编辑
摘要: 1,注释的地方 如果放出来,会 出现发送两遍消息的错觉,2,并且消息的 id有一模一样的,如果 刚好用这个做 id的话 会出现 主键约束,而 离线消息只能插入一条的情况,- (void)xmppStream:(XMPPStream *)sender didReceiveMessage:(XMPPMessage *)message{ TTLog(@"receive message -----------------%@",message); IMMessageInfo *iMessageInfo = [[IMRootManagershareManager]xmppMessag 阅读全文
posted @ 2014-04-04 14:37 路在脚下, 阅读(313) 评论(0) 推荐(0) 编辑
摘要: 1,转盘2,图片浏览器3,广告连连看 阅读全文
posted @ 2014-04-03 21:54 路在脚下, 阅读(85) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2014-03-30 15:07 路在脚下, 阅读(4) 评论(0) 推荐(0) 编辑
摘要: if (sendTimes < 1000) { [selfsendTextMessage:YESresendMessage:@"今天天气不错,早上好啊" messageId:12349807555]; }else{ endTimes = [[NSDatedate]timeIntervalSince1970]; TTLog(@"useTimes---------------------- %lld",endTimes - startTimes); [self.tableView reloadData]; } 阅读全文
posted @ 2014-03-28 10:57 路在脚下, 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-03-27 12:09 路在脚下, 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 一般要么是 路径找不到,要么是 库没有引入进来, 阅读全文
posted @ 2014-03-26 10:34 路在脚下, 阅读(376) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-03-26 10:14 路在脚下, 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 1, dic 里面是:{data:{}} 阅读全文
posted @ 2014-03-22 10:45 路在脚下, 阅读(209) 评论(0) 推荐(0) 编辑
摘要: NSString *userStr = [bodyJson valueForKeyNullReplace:@"user"]; NSDictionary *userJson; NSString *userJsonStr = [userStr JSONString]; userJson= [userJsonStr objectFromJSONString]; if (!userJson) { userJson = [userStr JSONValue]; } 阅读全文
posted @ 2014-03-20 12:10 路在脚下, 阅读(129) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 98 下一页