Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - sqlite
Search - sqlite - List
DL : 0
Android 手机系统中的SQLite 相关Java源码,每一个intent都会带一个Bundle型的extras数据。需要对position和id进行一个很好的区分。position指的是点击的这个ViewItem在当前ListView中的位置,每一个和ViewItem绑定的数据,肯定都有一个id,通过这个id可以找到那条数据。 -Android mobile phone system in the Java source SQLite related to each type of intent will be the extras with a Bundle of data. Id need to be a very good position and distinction. position refers to the clicks in this ViewItem ListView in the current location of each one and ViewItem bound data, certainly has an id, id can be found through this piece of data.
Update : 2024-04-30 Size : 59392 Publisher : cat33

嵌入式数据库命令行版\sqlite-shell-win32-x86-3070500.zip-Embedded database command-line version of \ sqlite-shell-win32-x86-3070500.zip
Update : 2024-04-30 Size : 282624 Publisher : fandayu

DL : 0
“android ”数据库经典教材 SQLite 入门-classic textbook Introduction to SQLite database android
Update : 2024-04-30 Size : 172032 Publisher : 丁强

网上介绍SQLite文件格式的文章并不少,但一般都是针对小文件:一个表,几条记录,两个页。本文准备一直分析到比较大的文件,至少B-tree和B+tree中得有内结点(就是说不能只有一个既是根又是叶的结点,就是说表中得多点记录,得建索引),还要争取对SQLite的各类页都做出分析-Comprehensive analysis of SQLite database file format
Update : 2024-04-30 Size : 157696 Publisher : dahuang

DL : 0
sqlite数据库编程,对sqlite数据库-sqlite datebase
Update : 2024-04-30 Size : 3666944 Publisher : wtp

SQLite,是一款轻型的数据库,是遵守ACID的关联式数据库管理系统,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合。这个压缩文件包含了必要的文件。更多资料:http://www.sqlite.org/about.html-This ZIP archive contains all C source code for SQLite 3.7.6.3 combined into a single source file 。
Update : 2024-04-30 Size : 1720320 Publisher : jinguoju

DL : 0
android的SQLite实例,增加、删除、修改、查询-android' s SQLite instance, add, delete, modify, query
Update : 2024-04-30 Size : 49152 Publisher : ningbiting

DL : 0
SQLite是实际上最小,功能最强大的嵌入式数据库,可以直接嵌入到程序中,这本是SQLITE最权威的指南,希望对你有用-SQLite is actually the smallest, most powerful embedded database, can be embedded directly into the program, this is the most authoritative guide SQLITE hope useful to you
Update : 2024-04-30 Size : 498688 Publisher :

DL : 0
利用嵌入式sqlite数据库存贮学生信息,有增加,删除,修改,等等功能-Sqlite database storing information on the use of students, there are add, delete, modify, etc. functions
Update : 2024-04-30 Size : 2048 Publisher : wangjian

DL : 0
一个安卓下的sqlite工具开发包 封装好的-Andrews under a sqlite tool kit
Update : 2024-04-30 Size : 49152 Publisher : 姚继涛

学过一段时间的WIN CE,感觉那是一个很难的东西,这里上传一个老师分享的一个东西,是关于sqlite在WINCE上的使用+vc++的,有兴趣的人看看吧!-Studies over a period of time WIN CE, feeling that it is a very difficult thing, here to upload a teacher to share one thing, is on the SQLite WINCE in the use of VC++, interested people to have a look!
Update : 2024-04-30 Size : 557056 Publisher : 永华

嵌入式sqlite for arm版,在LINUX下已经交叉编译完成。可以直接使用。-embedded linux SQLITE FOR arm edition
Update : 2024-04-30 Size : 14991360 Publisher : duan

DL : 0
wince环境和PC环境下都可以使用的轻量级数据库SQLite,数据库引擎只是一个小的DLL文件,支持存储4G的数据量,查询速度飞快,比SQLCE强大,而且不需要安装,本资料中内附开发需要的全套DLL文件以及使用说明,以及源码示例,网上很难找到的,都是我自己开发中总结的-failed to translate
Update : 2024-04-30 Size : 2518016 Publisher : jason

DL : 0
详解 android sqlite的创建 插入删除 更新 查询-Detailed android sqlite insert delete update query to create
Update : 2024-04-30 Size : 59392 Publisher : chenxi

已经编译好的 arm sqlite 省去自己编译配环境的麻烦 嵌入式 linux 平台下-Has been compiled arm sqlite save yourself the trouble of compiling environment with embedded linux platform
Update : 2024-04-30 Size : 1971200 Publisher : lidongliang

DL : 0
Android SQLite 增、删、查、改操作源码,对开发与数据库有关的软件很有借鉴意义-Android SQLite about adding,deleting,searching and changing source code
Update : 2024-04-30 Size : 77824 Publisher : 乌木城

DL : 0
SQLite,是一款轻型的数据库,是遵守ACID的关联式数据库管理系统,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如 Tcl、C#、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源世界著名的数据库管理系统来讲,它的处理速度比他们都快。SQLite第一个Alpha版本诞生于2000年5月. 至今已经有10个年头,SQLite也迎来了一个版本 SQLite 3已经发布。 -SQLite, is a lightweight database, is to follow ACID relational database management system, its design goal is embedded, and is currently in many embedded products used in it, it takes up resources is very low, in embedded devices, may require only a few hundred K memory is enough. It can support Windows/Linux/Unix and so on mainstream operating system, at the same time with many programming languages such as Tcl, C combination,#, PHP, Java, and ODBC interface, as compared with Mysql, PostgreSQL two of the open source world famous database management system, its processing speed than they are fast. The first version of Alpha SQLite was born in 2000 of May. So far has been 10 years, SQLite also ushered in a version of SQLite 3 has been released.
Update : 2024-04-30 Size : 10428416 Publisher : leng daxin

sqlite3.7.10版本的数据库源码。可以移植到各种操作系统-This is the SQLite extension for Tcl using the Tcl Extension Architecture (TEA). For additional information on SQLite see http://www.sqlite.org/ UNIX BUILD ========== Building under most UNIX systems is easy, just run the configure script and then run make. For more information about the build process, see the tcl/unix/README file in the Tcl src dist. The following minimal example will install the extension in the /opt/tcl directory. $ cd sqlite-*-tea $ ./configure--prefix=/opt/tcl $ make $ make install WINDOWS BUILD ============= The recommended method to build extensions under windows is to use the Msys+ Mingw build process. This provides a Unix-style build while generating native Windows binaries. Using the Msys+ Mingw build tools means that you can use the same configure script as per the Unix build to create a Makefile. See the tcl/win/README file for the URL of the Msys+ Mingw download. If you have VC++ then you may wish to use th
Update : 2024-04-30 Size : 1801216 Publisher : 杨利团

SQLite详解资料,导入导出使用和学习分享(SQLite documents and learning to share)
Update : 2024-04-30 Size : 90112 Publisher : erererere

近期使用C#操作SQLite遇到了一些问题,这里记录下开发环境搭建和遇到的问题的解决办法,供大家参考。(Recent use of C# operation, SQLite encountered some problems, here to record the development environment, build and solutions to problems encountered, for your reference.)
Update : 2024-04-30 Size : 5120 Publisher : 叮当12345
« 1 2 3 4 56 7 8 9 10 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.