文件名称:database
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-10-09
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- L**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
有的文件这里无法上传,完整代码我已经上传到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 (
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 (
(系统自动生成,下载前可以参看下载内容)
下载文件列表
database.cpp