12 2014 档案

摘要:函数说明avg(x)该函数返回在同一组内参数字段的平均值。对于不能转换为数字值的String和BLOB类型的字段值,如'HELLO',SQLite会将其视为0。avg函数的结果总是浮点型,唯一的例外是所有的字段值均为NULL,那样该函数的结果也为NULL。count(x|*) count(x)函数... 阅读全文
posted @ 2014-12-22 10:38 PFY 阅读(656) 评论(0) 推荐(0)
摘要:CATransition *transition = [CATransition animation]; transition.duration = 1.0f; transition.type = @"cube"; transition.subtype = kCATrans... 阅读全文
posted @ 2014-12-20 18:31 PFY 阅读(262) 评论(0) 推荐(0)