扫一扫
分享文章到微信
扫一扫
关注官方公众号
至顶头条
作者:余涛 来源:天极网 2007年12月28日
关键字:
int colWidth[100]; int actualWidth[100]; char outfile[FILENAME_MAX]; |
int colWidth[20]; int actualWidth[20]; char *outfilep; |
#ifndef FILENAME_MAX #define FILENAME_MAX 4095 #endif char outfilename[FILENAME_MAX]; /* Filename for *out */ |
struct callback_data { ... }; #ifndef FILENAME_MAX #define FILENAME_MAX 4095 #endif char outfilename[FILENAME_MAX]; /* Filename for *out */ |
sqlite_exec(p->db, "PRAGMA database_list; ", callback, &data, &zErrMsg); |
memcpy(&data, p, sizeof(data)); |
data.cnt = 0; |
open_db(p); memcpy(&data, p, sizeof(data)); data.cnt = 0; |
strcmp(azArg[1],"stdout")==0 |
strcpy(p->outfile,azArg[1]); |
strcpy(outfilename,azArg[1]); p->outfilep = outfilename; |
fprintf(p->out,"%9.9s: %s\n","output", |
fprintf(p->out,"%9.9s: %s\n","output", strlen(p->outfile) ? p->outfile : "stdout"); |
fprintf(p->out,"%9.9s: %s\n","output", p->outfilep && strlen(p->outfilep) ? p->outfilep : "stdout"); |
Welcome to ____ _ _ / __| ||_| _ _| | | | _ ____ _ _ _ _ | | | | | | || | _ \| | | |\ \/ / | |_| | |__| || | | | | |_| |/ \ | ___\____|_||_|_| |_|\____|\_/\_/ | | |_| GDB/ARMulator support by <davidm@snapgear.com> For further information check: http://www.uclinux.org/ Command: /bin/ifconfig eth0 up 10.0.0.2 Execution Finished, Exiting init: Booting to single user mode Sash command shell (version 1.1.1) /> cd bin /bin> ls -l sqlite -rwxr-xr-x 1 0 0 327072 Jan 01 00:00 sqlite /bin >cd /tmp /tmp>sqlite test.sqlite sqlite> create table my(name varchar(80), num smallint); sqlite> insert into my values('yutao', 100); sqlite> insert into my values('uclinux', 99); sqlite> select * from my; yutao|100 uclinux|99 sqlite> .tables my sqlite> .schema create table my(name varchar(80), num smallint); sqlite> .q /tmp>ls –l test.sqlite |
如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。
现场直击|2021世界人工智能大会
直击5G创新地带,就在2021MWC上海
5G已至 转型当时——服务提供商如何把握转型的绝佳时机
寻找自己的Flag
华为开发者大会2020(Cloud)- 科技行者