这是我用VC编的一个银行管理系统,具有功能:储户开户管理、用户现金存取款操作、转帐操作、打印报表、更改密码、忘记密码操作等,里面有说明文档。
-This is my VC addendum to the management of a banking system, with functions : depositor account management, Users operating cash deposit, transfer operations, print statements, change passwords, forgotten passwords operation, which has documented.
文 件 列 表
银行管理系统 源程序 Debug 数据库备份 数据库 bank.ZMX 系统说明.txt 银行存取款管理系统.doc 源程序 res
SHOW FULL COLUMNS FROM `jrk_downrecords` [ RunTime:0.000945s ]
SELECT `a`.`aid`,`a`.`title`,`a`.`create_time`,`m`.`username` FROM `jrk_downrecords` `a` INNER JOIN `jrk_member` `m` ON `a`.`uid`=`m`.`id` WHERE `a`.`status` = 1 GROUP BY `a`.`aid` ORDER BY `a`.`create_time` DESC LIMIT 10 [ RunTime:0.064007s ]
SHOW FULL COLUMNS FROM `jrk_tagrecords` [ RunTime:0.000979s ]
SELECT * FROM `jrk_tagrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 20 [ RunTime:0.001030s ]
SHOW FULL COLUMNS FROM `jrk_member` [ RunTime:0.000883s ]
SELECT `id`,`username`,`userhead`,`usertime` FROM `jrk_member` WHERE `status` = 1 ORDER BY `usertime` DESC LIMIT 10 [ RunTime:0.003088s ]
SHOW FULL COLUMNS FROM `jrk_searchrecords` [ RunTime:0.000842s ]
SELECT * FROM `jrk_searchrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 5 [ RunTime:0.003660s ]
SELECT aid,title,count(aid) as c FROM `jrk_downrecords` GROUP BY `aid` ORDER BY `c` DESC LIMIT 10 [ RunTime:0.015754s ]
SHOW FULL COLUMNS FROM `jrk_articles` [ RunTime:0.001305s ]
UPDATE `jrk_articles` SET `hits` = 2 WHERE `id` = 314623 [ RunTime:0.014777s ]