Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - sqlite3
Search - sqlite3 - List
linux下的网站,用了cgi,sqlite,实现了对数据库的基本操作。-Web site under linux with the cgi, sqlite, the realization of the basic operation of the database.
Date : 2025-12-31 Size : 4.45mb User :

sqlite3 通过socket代理程序统一对sqlite3进行读写-sqlite3 unified agent through socket read and write on sqlite3
Date : 2025-12-31 Size : 13kb User : fgs2008

一个服务器 里面包括网络的处理和sqlite3数据库的访问.-Which includes a server processing and network access to sqlite3 databases.
Date : 2025-12-31 Size : 9kb User : qq

cdr sqlite3 custom for linux
Date : 2025-12-31 Size : 2.65mb User : luise

从eko网关的9005端口通过socket获取xml数据,存入本地数据库中,涉及xml解析,sqlite3数据库,socket编程等。-From eko Gateway 9005 port through socket to obtain the xml data into the local database, involving xml parsing, the sqlite3 database, socket programming.
Date : 2025-12-31 Size : 21kb User : 罗杰

安装数据库sqlite3的必要文件,安装后可把程序中的数据放在数据库中,方便对数据的操作-Files necessary to install the database sqlite3 installed the program data in the database, and to facilitate the operation of the data
Date : 2025-12-31 Size : 1.33mb User : 张祥

安装数据库sqlite3的必要文件,安装后可把程序中的数据放在数据库中,方便对数据的操作-Files necessary to install the database sqlite3 installed the program data in the database, and to facilitate the operation of the data
Date : 2025-12-31 Size : 1.76mb User : 张祥

安装数据库sqlite3的必要文件,安装后可把程序中的数据放在数据库中,方便对数据的操作-Files necessary to install the database sqlite3 installed the program data in the database, and to facilitate the operation of the data
Date : 2025-12-31 Size : 309kb User : 张祥

基于linux的socket多线程通信方式。采用sqlite3数据库存储用户信息. 能够实现注册、登陆、退出 、私聊、群聊、修改密码、查看在线用户-Linux-based multi-threaded socket communication. Sqlite3 database to store user information. Achieve registration, login, exit, private chat, group chat, change passwords, view online users ........
Date : 2025-12-31 Size : 142kb User : caodan

linux终端下聊天工具,要求安装sqlite3.6.20,server/bin下输入./server开启服务器, client/bin/输入./client 127.0.0.1连接服务器,然后根据提示可以开始聊天,基于socket,使用多线程-chat tool under linux terminal, require the installation of sqlite3.6.20, server/bin, enter./server on the server, client/bin/input./client 127.0.0.1 connect to the server, and then follow the prompts to start chatting on the socket, multi-threaded
Date : 2025-12-31 Size : 40kb User : asd

SQLITE3 SOURCE CODE
Date : 2025-12-31 Size : 1.5mb User : songaiping

有的文件这里无法上传,完整代码我已经上传到github服务器,可以用 git clone git://github.com/zwdnet/Money.git 命令下载 自己写的给自己用的记帐程序,命令行下的,用于记录日常收入支出,以及自己的资产和负债情况,并进行一些数据分析。 开发环境:Unbutu10.04 gcc4.4.3 sqlite3.6.22 vim7.2 gdb7.1 因为程序中用了一些linux的shell命令(用system()调用),所以移植到其它操作系统时要自行修改。源程序中没有附带sqlite3的动态链接库,请自行安装。 许可协议:GPL3 免责声明:本人对修改、使用本程序造成的任何数据及财务损失概不承担任何责任,存储重要数据请另行备份,个人你理财请咨询专业人士。如您不同意,请勿使用及修改本程序。 作者:zwdnet(AT)163.com 编译方法:make 程序详细设计见./document目录, main.cpp_test文件为测试各个类时所使用的测试程序,在最后的程序中未使用。-Some files can not be uploaded here , I have uploaded the complete code to github server , you can use git clone git ://github.com/zwdnet/Money.git command to download Write their own for their own use of accounting procedures, the command line , and is used to record the daily income and expenditure , as well as their assets and liabilities , and some data analysis. Development Environment : Unbutu10.04 gcc4.4.3 sqlite3.6.22 vim7.2 gdb7.1 Because the program used some linux shell command ( using system () call ) , so porting to other operating systems to modify. Source code is not included with the sqlite3 dynamic link library , please install it yourself. License : GPL3 Disclaimer: I right to modify , use of any data resulting from this program and financial loss does not assume any responsibility for storing important data backed up separately , personal finance , please consult your professional. If you do not agree , do not use and modify the Program . Author : zwdnet (
Date : 2025-12-31 Size : 2kb User : LEO

这是ubuntu下基于gcc和sqlite的小型学生管理系统,主要有4个功能,分别是:插入,删除,显示和退出。编译时要加sqlite3库。-This is a small student management system based on gcc and sqlite, and there are four main functions are: insert, delete, display and exit.
Date : 2025-12-31 Size : 6kb User :

实现在线电子词典。用C语言实现,用到了socket编程和sqlite3数据库-For online electronic dictionary. Using C language, used in the socket programming and sqlite3 database
Date : 2025-12-31 Size : 1.17mb User : 张强

支持多目录的ftp 方便嵌入式调试软件 sqlite3 -Support multiple directory FTP Embedded software debugging convenient SQLite3
Date : 2025-12-31 Size : 1.37mb User : 海浪

sqlite3 ,一个开源软件,轻量级数据库,代码15万行左右,有详细的注释-sqlite3 ,is an opensource software,you can use it save data,it is very cheap and is very useful,you can try it
Date : 2025-12-31 Size : 1.79mb User : hx

此项目采用客户端、服务器C/S架构,客户端开辟了两个线程, 一个负责往服务器发送信息,一个负责从服务器接收信息; 采用网络编程让客户端与服务器通信,复习了TCP、三次握手协议等相关知识,同时采用了sqlite3数据库存放账号等个人信息,用文件存放聊天记录,用curses库做界面,全面复习了所学的Liunxc相关API,锻炼了我的编程能力, 最终实现了注册、登陆、私聊、群聊、发文件、超级用户禁言踢人等功能。-This project uses the client, server, C/S structure, the client opens up two threads, one responsible for sending information to the server, one for receiving information the server Use network programming allows the client to communicate with the server, review the TCP, three-way handshake protocol and other related knowledge, while using the sqlite3 storing account and other personal information stored chats with the file, with curses library interface to do a comprehensive review of the learned. Liunxc related API, the exercise of my programming capabilities, and ultimately the registration, login, private chat, group chat, send file, superuser gag kicking and other functions.
Date : 2025-12-31 Size : 87kb User : 高俊秋

局域网多线程并发服务器,采用线程分离服务多客户端,使用小型数据库sqlite3进行数据存储;-LAN multithread concurrent server thread was used to separate service multiple clients, use SQLite3 for data storage
Date : 2025-12-31 Size : 5kb User : 王伦福
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.