摘要:
1. 清屏 system("clear"); 阅读全文
posted @ 2011-08-22 17:02
JarvisChu
阅读(180)
评论(0)
推荐(0)
摘要:
1. 复制表 见Sqlite 将一张表的数据复制到另一张表中2. 重新创建表drop table if exists tb;create table tb(...);3. 如果表存在则不创建,不存在则创建create table if not exists tb(...); 阅读全文
posted @ 2011-08-22 14:19
JarvisChu
阅读(173)
评论(0)
推荐(0)

浙公网安备 33010602011771号