上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 98 下一页
摘要: 1,发送过程 对 消息状态的 维护,发送中,发送失败,发送成功,对 messageId的 全局维护, 阅读全文
posted @ 2014-03-19 17:39 路在脚下, 阅读(125) 评论(0) 推荐(0) 编辑
摘要: explain select * from IMUser as u,(select *from IMMessage order by IMMessage.sendData desc) as m where (m.messageSenderId = u.openfireAccountId or m.messageReceiverId = u.openfireAccountId) and (u.openfireAccountId != 1234) group by u.openfireAccountId 阅读全文
posted @ 2014-03-18 15:47 路在脚下, 阅读(132) 评论(0) 推荐(0) 编辑
摘要: @interface IMMessageInfo : NSObject@property(nonatomic) int messageId;@property(nonatomic,strong) NSString *content;@property(nonatomic) double sendDate;@property(nonatomic) ChatMessageType type;@property(nonatomic) ChatMessageState state;@property(nonatomic) CGFloat voice_durition;@property(nonatom 阅读全文
posted @ 2014-03-18 11:50 路在脚下, 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 转:http://blog.csdn.net/likendsl/article/details/75956111.矩阵的基本知识:struct CGAffineTransform{ CGFloat a, b, c, d; CGFloat tx, ty;};CGAffineTransformCGAffineTransformMake (CGFloat a,CGFloat b,CGFloat c,CGFloat d,CGFloat tx,CGFloat ty);为了把二维图形的变化统一在一个坐标系里,引入了齐次坐标的概念,即把一个图形用一个三维矩阵表示,其中第三列总是(0,0,1),用来作为坐.. 阅读全文
posted @ 2014-03-16 16:56 路在脚下, 阅读(691) 评论(0) 推荐(0) 编辑
摘要: 贤惠 林惠 玉 姣 盼 海云 星云 丽凤 米蒂 菲 静 嘉琪 英姣 若琪 欣 晗玥 可菲 令萌 丽轩 然 宛如 文瑶 丹 粮丹 粮如 粮盼 粮嘉琪 粮可轩 粮晗玥 粮星云 粮若琪 粮健雅 粮艾青 粮兰如 粮丹乐 粮芝兰 阅读全文
posted @ 2014-03-16 09:43 路在脚下, 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 1,夜光的功能2,设置头像的功能3,调整距离的功能,坑:1,坐标的相对位置2,总的 弧度数3,gesture 位置设置为 04,beginpoint ,endpoint的相对 象限,拼图的应用,随便一张图片,时间,步数,哈哈, 阅读全文
posted @ 2014-03-15 19:30 路在脚下, 阅读(154) 评论(0) 推荐(0) 编辑
摘要: CGFloat mmmChangeAngle = (1/2)*2*1*1; CGFloat mmChangeAngle = 1/2 * aSpeed * totalTime * totalTime;原来是 因为 1/2取整数 =0 ,fuck, 阅读全文
posted @ 2014-03-13 23:11 路在脚下, 阅读(166) 评论(0) 推荐(0) 编辑
摘要: UIGestureRecognizer 有:- (id)initWithTarget:(id)target action:(SEL)action;- (void)addTarget:(id)target action:(SEL)action;- (void)removeTarget:(id)target action:(SEL)action;UIGestureRecognizerState state;- (CGPoint)locationInView:(UIView*)view;UIGestureRecognizer 的孩子 有: UILongPressGestureRecognizer:N 阅读全文
posted @ 2014-03-12 21:02 路在脚下, 阅读(322) 评论(0) 推荐(0) 编辑
摘要: 表现与社交:想多了,感觉好恶心,好烦啊,社交应用,那一刻 社交应用饱和了,呵呵,再没有迁徙了,再没有了,人们 的灵魂栖息在主流的地方,如果 我有一件 暖和的衣服,我再也不去找其它的了,有人的地方 在那里呢,都是,文字,图片,视频,音频,链接,模块:1,主页a,作品b,人c,互动对于 播放,评论,喜欢,转发 可以在这个页面进行完的,如果 对某个人感兴趣 才进入到 属于哪个人的 地方,就一层的,会很多,看信息会少,可是 直接 是吃 水果啊,不能跟剥皮洋葱似的,钻入那么深 才找到,回来 切换 也好不容易,2,搜索a,专题,频道b,用户c,话题d,热门,最新3,消息a,关注你了b,转发你了c,评论你了 阅读全文
posted @ 2014-03-12 17:34 路在脚下, 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-03-11 16:51 路在脚下, 阅读(130) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 98 下一页