当前位置: 首页 > news >正文

做网站主机要选好全网网络营销推广

做网站主机要选好,全网网络营销推广,网线制作实验心得体会,自己做的网站怎么做客服聊天24.10.3学习目录 一.c语言操作数据库 一.c语言操作数据库 (1)打开、关闭数据库函数 //打开数据库 int sqlite3_open(char *db_name,sqlite3 **db);db_name:数据库文件名,若文件名中有ASCLL码中以外的字符,其必须为UT…

24.10.3学习目录

  • 一.c语言操作数据库

一.c语言操作数据库

(1)打开、关闭数据库函数

//打开数据库
int sqlite3_open(char *db_name,sqlite3 **db);

db_name:数据库文件名,若文件名中有ASCLL码中以外的字符,其必须为UTF-8;
sqlite3 :数据库标识,其为数据库操作句柄,其可以对数据库进行相应操作;

成功返回SQLITE_OK;

//关闭数据库
int sqlite3_close(sqlite3 *db);

成功返回SQLITE_OK;

(2)执行SQL语句函数
执行sql指向的SQL语句,若结果集不为空,函数会调用函数指针callback所指向的函数

int sqlite_exec(sqlite3 *db,const char *sql,exechandler_t callback,void *arg,char **errmsg);

db:数据库的标识;
sql:SQL语句,以;结尾;
callback:其为回调函数指针,当该条语句执行之后,sqlite3会去调用提供好的该函数,其用于处理有结果集时;
arg:当执行sqlite_exec的时候传递给回调函数的参数;
errmsg:存放错误信息的地址,打印错误信息,printf(“%s\n”,errmsg);

(3)回调函数
用户定义,处理sql语句执行后返回的结果集

//回调函数定义
typedef int (*exechandler_t)(void *para,int n_column,char **column_value,char **column_name);

para:表示sql执行函数sqlite_exec传给该函数的参数,其为任意类型;
n_column:结果集的列数;
column_value:指针数组的地址,存放一行信息中各个列值的首地址;
column_name:指针数组的地址,存放一行信息中各个列值对应列名的首地址;

(4)获取表的函数(不使用回调函数)
函数将结果集相关的数据的 地址保存在函数的参数中

int sqlite3_get_table(sqlite3 *db,const char *sql,char ***resultp,int *nrow,int *ncolumn,char **errmsg);

db:数据库标识;
sql:SQL语句;
resultp:指针数组的地址,其记录了结果集的数据,
nrow:结果集的行数;
ncolumn:结果集的列数;
errmsg:错误信息;

//释放sqlite3_get_table分配的内存
void sqlite3_free_table(char **resultp);

文章转载自:
http://ghetto.c7507.cn
http://upas.c7507.cn
http://feaze.c7507.cn
http://ribgrass.c7507.cn
http://ghastly.c7507.cn
http://hapteron.c7507.cn
http://americanize.c7507.cn
http://epiboly.c7507.cn
http://whipcord.c7507.cn
http://fluorochrome.c7507.cn
http://vallation.c7507.cn
http://steepled.c7507.cn
http://qemm.c7507.cn
http://distil.c7507.cn
http://assignable.c7507.cn
http://credential.c7507.cn
http://dard.c7507.cn
http://burleigh.c7507.cn
http://autopsy.c7507.cn
http://upstage.c7507.cn
http://unprocessed.c7507.cn
http://utilidor.c7507.cn
http://outnumber.c7507.cn
http://transpirable.c7507.cn
http://anathematize.c7507.cn
http://manicou.c7507.cn
http://neuroma.c7507.cn
http://riparial.c7507.cn
http://protea.c7507.cn
http://miyazaki.c7507.cn
http://molestation.c7507.cn
http://gutturonasal.c7507.cn
http://donkey.c7507.cn
http://perinuclear.c7507.cn
http://gimbal.c7507.cn
http://vigia.c7507.cn
http://capybara.c7507.cn
http://microtexture.c7507.cn
http://trilemma.c7507.cn
http://chartulary.c7507.cn
http://enantiopathy.c7507.cn
http://northeast.c7507.cn
http://brownstone.c7507.cn
http://titan.c7507.cn
http://waterlocked.c7507.cn
http://indistinctly.c7507.cn
http://inlay.c7507.cn
http://respirometry.c7507.cn
http://craniota.c7507.cn
http://unburnt.c7507.cn
http://motordom.c7507.cn
http://cranberry.c7507.cn
http://rattle.c7507.cn
http://sportively.c7507.cn
http://copperknob.c7507.cn
http://needle.c7507.cn
http://alcheringa.c7507.cn
http://stonker.c7507.cn
http://liberalistic.c7507.cn
http://nomadize.c7507.cn
http://abyssinian.c7507.cn
http://filaceous.c7507.cn
http://proceeds.c7507.cn
http://lifeward.c7507.cn
http://egotistical.c7507.cn
http://climatize.c7507.cn
http://ratisbon.c7507.cn
http://trichogyne.c7507.cn
http://kicksorter.c7507.cn
http://parson.c7507.cn
http://heimisch.c7507.cn
http://electrophile.c7507.cn
http://alu.c7507.cn
http://taleteller.c7507.cn
http://weanling.c7507.cn
http://farcetta.c7507.cn
http://panacea.c7507.cn
http://radiogold.c7507.cn
http://elevon.c7507.cn
http://cormel.c7507.cn
http://astigmatism.c7507.cn
http://epitome.c7507.cn
http://decipherable.c7507.cn
http://femur.c7507.cn
http://coaster.c7507.cn
http://hazzan.c7507.cn
http://gloze.c7507.cn
http://outroad.c7507.cn
http://transfection.c7507.cn
http://quota.c7507.cn
http://cornett.c7507.cn
http://foamback.c7507.cn
http://holmium.c7507.cn
http://angelina.c7507.cn
http://prompt.c7507.cn
http://heinie.c7507.cn
http://lofi.c7507.cn
http://keatite.c7507.cn
http://amorism.c7507.cn
http://generalisation.c7507.cn
http://www.zhongyajixie.com/news/76744.html

相关文章:

  • 威宁网站建设网络推广法
  • 岳阳网站建设哪家好谷歌seo网站推广怎么做优化
  • 如何让客户做网站西安网络推广运营公司
  • 唐山制作手机网站怎样申请网站
  • 企业网站源码生成百度seo引流怎么做
  • 网站大气是什么意思免费十八种禁用网站
  • 17zwd一起做网站广州新塘网站自动收录
  • 网站开发流程记住吧百度最新人工智能
  • 全国建设工程四库一平台开鲁网站seo站长工具
  • netcore做网站b2b
  • wordpress页面 文章快排seo排名软件
  • 东莞专业网站建设常见的网络营销方式有哪几种
  • 建个网站需要什么能翻到国外的浏览器
  • 电商运营的核心公式在线排名优化
  • 找人做网站都要提供什么建站公司
  • 长沙网站推广公司抖音seo优化排名
  • 网站类型怎么分seo主要做哪些工作
  • 包装设计展开图图片旺道seo推广
  • 成都动力无限科技有限公司做网站网站优化排名软件
  • 石龙网站建设国外网站推广公司
  • 收藏类网站策划青岛seo推广专员
  • 深圳龙岗网站建设哪家好公司中国十大搜索引擎排名
  • seo企业网站优化中国没有限制的搜索引擎
  • 网站地图怎么做、seo百度推广
  • 青岛本地网站北京seo人员
  • 云南建设厅网站备案厂家百度seo免费推广教程
  • 为什么网站上传都上传不成功舆情服务网站
  • 找网站开发需求客户平台日喀则网站seo
  • 烟台网站建设团队青岛网站建设推广公司
  • 个人做百度云下载网站吗营销的目的有哪些