c++实现文件的相关操作,文件的读取,文件的写入,打开、关闭以及相关操作,还不是很完善哈!-c++ documents related to the achievement of the operation, the document read, file write, open, closed, and related operations, and Kazakhstan is not very perfect!
文 件 列 表
Open Debug res Open.clw ReadMe.txt Open.h Open.cpp StdAfx.h StdAfx.cpp Open.dsp Open.dsw Open.ncb Resource.h Open.plg Open.aps Open.rc OpenDlg.h OpenDlg.cpp Open.opt
SHOW FULL COLUMNS FROM `jrk_downrecords` [ RunTime:0.017183s ]
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.104951s ]
SHOW FULL COLUMNS FROM `jrk_tagrecords` [ RunTime:0.001322s ]
SELECT * FROM `jrk_tagrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 20 [ RunTime:0.001998s ]
SHOW FULL COLUMNS FROM `jrk_member` [ RunTime:0.002985s ]
SELECT `id`,`username`,`userhead`,`usertime` FROM `jrk_member` WHERE `status` = 1 ORDER BY `usertime` DESC LIMIT 10 [ RunTime:0.004459s ]
SHOW FULL COLUMNS FROM `jrk_searchrecords` [ RunTime:0.001210s ]
SELECT * FROM `jrk_searchrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 5 [ RunTime:0.004157s ]
SELECT aid,title,count(aid) as c FROM `jrk_downrecords` GROUP BY `aid` ORDER BY `c` DESC LIMIT 10 [ RunTime:0.028563s ]
SHOW FULL COLUMNS FROM `jrk_articles` [ RunTime:0.006572s ]
UPDATE `jrk_articles` SET `hits` = 2 WHERE `id` = 61066 [ RunTime:0.018245s ]