main.cxx#include #include #include #include using
namespace std; int main() { sqlite3* file; int flag; flag =
sqlite3_open("./stu.db", &file); if(...
分类:
数据库 时间:
2014-06-29 14:36:03
阅读次数:
254
使用FMDatabase操作sqlite3数据库非常简单和方便 1 // 2 // main.m 3
// iOSDemo0602_sqlite3 4 // 5 // Created by yao_yu on 14-6-2. 6 // Copyright (c)
2014年 yao_yu. ...
分类:
移动开发 时间:
2014-06-06 15:49:58
阅读次数:
211
Ubuntu下wxWidgets学生信息管理sqlite3...
分类:
数据库 时间:
2014-06-05 04:23:21
阅读次数:
437
Ubuntu下wxWidgets学生公寓管理系统,用到C++,sqlite3...
分类:
数据库 时间:
2014-06-04 23:48:36
阅读次数:
483
设计实现一个可以进行人机交互的XXXX信息管理系统,可以进行数据的查询、添加、删除和修改的工作。
功能描述
1. 能够使用鼠标和键盘进行人机交互。
2. 可以进行数据的查询、添加、删除和修改的工作。
3. 信息存储和保存在数据库中。...
分类:
数据库 时间:
2014-06-03 05:50:27
阅读次数:
360
/**************************************************************** Name:
StuManaMain.cpp* Purpose: Code for Application Frame* Author: Zhangaihua (...
分类:
数据库 时间:
2014-05-30 23:19:49
阅读次数:
290
sing the emulators (adb shell sqlite3
--version):SQLite 3.7.11:19-4.4-KitKat18-4.3-Jelly Bean17-4.2-Jelly
Bean16-4.1-Jelly BeanSQLite 3.7.4:15-4.0.3-I...
分类:
移动开发 时间:
2014-05-27 16:06:58
阅读次数:
389
在android开发中,在使用命令行操作数据库sqlite时,有时候会遇到sqlite3
not found的问题。这是因为你的手机没有安装sqlite3程序。解决办法如下(两种办法结合起来解释的更清楚!!!):方法1:sqlite3 not
found的解决办法(转)在Android开发方面,我是...
分类:
移动开发 时间:
2014-05-26 16:07:29
阅读次数:
516
首先要配置的是Android SDK中带有的adb工具:
解压并打开下载好的Android SDK,找到platform-tools文件夹,
右击我的电脑-->属性--->高级系统设置--->环境变量;
建议只在用户变量中设置;
如果有PATH环境变量就双击进行编辑,拷贝找到的platform-tools文件夹的全路径,例如:
D:\Program Files\adt-bundle-wi...
分类:
移动开发 时间:
2014-05-25 21:11:40
阅读次数:
373
2014年5月25日 12:26:14需要文件: svn apr apr-util
sqlite3 serfsvn :http://subversion.apache.org/download/apr/apr-util
:http://apr.apache.org/download.cgiserf ...
分类:
其他好文 时间:
2014-05-25 19:50:04
阅读次数:
252