12 2012 档案

摘要:1. SQLITE_API const char *sqlite3_column_name(sqlite3_stmt*, int N); //N从0开始; 函数只能用在select语句准备好后。 阅读全文
posted @ 2012-12-18 16:14 巫术 阅读(86) 评论(0) 推荐(0)
摘要:for (UIView *view in testView.subviews) { [view removeFromSuperview];} 阅读全文
posted @ 2012-12-11 15:00 巫术 阅读(151) 评论(0) 推荐(0)