Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - sqlite3
Search - sqlite3 - List
DL : 0
局域网多线程并发服务器,采用线程分离服务多客户端,使用小型数据库sqlite3进行数据存储;-LAN multithread concurrent server thread was used to separate service multiple clients, use SQLite3 for data storage
Update : 2024-05-19 Size : 5120 Publisher : 王伦福

DL : 0
本Demo演示了SQLite3的一个封装类的使用方法。在工程文件夹下有放入DbSqlite.cpp,DbSqlite.h,sqlite3.h,sqlite3i.h,w32SQLite3.dll,w32SQLite3.lib这6个文件,在适当的地方包含sqlite3.h头文件并#pragma comment(lib, .\\w32SQLite3.lib )即可。大家可以根据实际情况进行改进!*注意:创建数据库插入表操作要在单独的过程中进行,否则会出现BUG!-This demo demonstrates the use of SQLite3 s wrapper class. In the project folder into the DbSqlite.cpp, DbSqlite.h, sqlite3.h, sqlite3i.h, w32SQLite3.dll, w32SQLite3.lib these six files, in the appropriate place contains sqlite3.h header file and# pragma comment (Lib, . \\ w32SQLite3.lib ). We can be based on the actual situation to improve!* Note: create a insert table operation to be carried out in a separate process, otherwise there will be BUG!
Update : 2024-05-19 Size : 8492032 Publisher : Zhangkai

GDAL2.1.3 window 10平台, VS2017编译,64bit release版本。可以直接使用。编译库中集成有ECW 5.3,GEO3.6.1,HDF4.2.6,HDF51.8.7,proj4.9.3,sqlite3.18,TX_SDK_3.07.0.0。编译这些子库比较麻烦,这里都是按照64bit编译最后集成于64bit GDAL,欢迎志同道合的人使用。-GDAL2.1.3 window 10 platform, VS2017 compiler, 64bit version of release. Can be used directly. The library is compiled with ECW 5.3, GEO3.6.1, HDF4.2.6, HDF51.8.7, proj4.9.3, sqlite3.18, TX_SDK_3.07.0.0. Compilation of these sub libraries more trouble, here are compiled in accordance with the final 64bit integrated 64bit GDAL, welcome like-minded people to use.
Update : 2024-05-19 Size : 12921856 Publisher : 沈金祥

DL : 0
windows sqlite3 封装类接口-windows Sqlite3 package class interface
Update : 2024-05-19 Size : 1317888 Publisher : 程式

DL : 0
sqlite3使用详解,包括sqlite3各种命令的使用- the detailed use of Sqlite3, including the use of various orders of sqlite3
Update : 2024-05-19 Size : 347136 Publisher : 郭艳

DL : 0
1、 该程序采用Qt creator编写,Qt库使用QT4版本,所以下载安装的Qt版本最好是qt4.x.x。可在windows下、linux下编译运行,并可交叉编译到开发板上运行。 2、 数据库采用SQLite3,运行在linux上需先安装好sqlite3,并建立数据库及对应的数据库表。(1, the program written in Qt creator, Qt library using QT4 version, so download and install the Qt version is best qt4.x.x. Can be compiled under windows, Linux, run, and can cross compile to run on the development board. 2, the database using SQLite3, run on Linux, you need to install SQLite3, and establish a database and the corresponding database table.)
Update : 2024-05-19 Size : 54272 Publisher : ??

DL : 0
简单的实例,可以了解到数据库的操作和qt的应用(sdfsdfsdgsdfsgsdfsfdgdsfh)
Update : 2024-05-19 Size : 5120 Publisher : 刷塞悦

DL : 0
本地svn坏了,用这个可以修复好。希望大家下载,谢谢(The local SVN is broken. Use this to fix it. Hope you download, thank you)
Update : 2024-05-19 Size : 389120 Publisher : 北京

DL : 0
自己封装的Sqlite3操作类,实现了基本的功能。(Own package Sqlite3 operation class, to achieve the basic functions.)
Update : 2024-05-19 Size : 3547136 Publisher : kl0227

其为测试程序,由串口调试助手发送数据,嵌入式ARM处理器接收数据并把数据插入SQlite3数据库。(ARM开发板为TQ2440)(For testing procedures, the serial debugging assistant sends data, the embedded ARM processor to receive data and insert data into the SQlite3 database. (ARM development board is TQ2440))
Update : 2024-05-19 Size : 13312 Publisher : lianyi12548

在线电子词典,包括单词的增删查改,包括数据库的创建,读取,查找,基于sqlite3 的数据库(Online electronic dictionaries, including the addition and deletion of words, including database creation, reading, lookup, and database based on sqlite3)
Update : 2024-05-19 Size : 1129472 Publisher : 好想购物亲

sqlite3安装包比较好用的版本,之前在centos下面开发用过 感觉比较稳定(SQLite3 installation package, a better version, previously developed below CentOS, used to feel more stable)
Update : 2024-05-19 Size : 2514944 Publisher : sqlite

DL : 0
Grgner nngerge rmay be written gey
Update : 2024-05-19 Size : 360448 Publisher : ruusl

VB.NET + sqlite3尝试,目前不能删除和更新(build by .net and sqlite3, now Del and update function ia not avaliable)
Update : 2024-05-19 Size : 88064 Publisher : 东不邪

基于C#的数据库SQLite的一些读取和写入的操作方法。包含数据库操作语句。(Some reading and writing methods of the database SQLite based on C#. The database operation statement is included.)
Update : 2024-05-19 Size : 15360 Publisher : ceal

DL : 0
、采用 C/S 架构,通过多线程实现服务器与多个客户端之间的通信 2、在服务器端使用select、轻量级数据库 Sqlite3 管理 3、记录存储所有用户注册时的昵称、密码、个性签名、VIP 标志等 4、用到了C语言链表表示用户信息、文件编程、socket网络编程、多线程(服务器端)、sqlite3数据库存储等; 5、具体功能包括:注册、登录、修改密码、群聊、私聊、查看在线用户、设置个性签名、文件传输、查看聊天记录、注册会员等功能,VIP 会员还独享禁言、解禁、踢人等特殊功能。(Using C/S architecture to communicate the communication between the server and multiple clients through multithreading 2. Use select and lightweight database Sqlite3 management on the server side 3. Record the nicknames, passwords, personalities, VIP signs, and so on for the registration of all users 4, use the C language chain to represent user information, file programming, socket network programming, multithreading (server side), SQLite3 database storage, etc. 5, specific features include: registration, login, change password, group chat, private chat, online user view, set character signature, file transfer, check the records and membership functions to chat, VIP members are also banned, the lifting of the ban, forcing exclusive special functions.)
Update : 2024-05-19 Size : 46810112 Publisher : Tosans

DL : 0
sqlite3 project: sample and open code.
Update : 2024-05-19 Size : 1190912 Publisher : yaxi

控制sqlite数据,增,删,改。不需要用VCL控件(sqlite database app application is append,delete,edit,save,create)
Update : 2024-05-19 Size : 763904 Publisher : fde

使用Sqlite小型数据库,very good data(Using a Sqlite small database, very good data)
Update : 2024-05-19 Size : 2019328 Publisher : tanxdan

多线程支持库 位图操作支持库 网络通讯支持库 网络通讯支持库二 XML解析支持库 图像格式转换支持库 Sqlite3数据库支持库 MySQL支持库 数据结构支持库 数值计算支持库 通用对象支持库 文字编码转换支持库 数据操作支持库一 文字编码转换支持库 XP风格支持库 特殊功能支持库 远程服务支持库 控制台操作支持库 端口访问支持库 编码转换支持库 保密通讯支持库 正则表达式支持库 互联网服务支持库 操作系统界面功能支持库 可执行文件数据转换支持库 邮件接收支持库 网络传送支持库 (以下需要MFC类库模式支持) 互联网支持库 应用接口支持库 BT下载支持库 Java支持库 进程通讯支持库 局域网操作支持库 OPenGL支持库 DirectX3D支持库 DirectX2D支持库(Add a compilation mode that supports MFC static libraries. For default compilation options, choose other modes in the black menu tool dialog box of the tool menu.)
Update : 2024-05-19 Size : 8526848 Publisher : 龙骑士1
« 1 2 ... 17 18 19 20 21 2223 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.