Hishop 是一款强劲的B2C的网上购物软件,利用它我们能建立起强劲的、自由的、安全的购物平台.系统由C#及SqlServer开发, 是B/S(浏览器/服务器)结构的asp.net程序-Hishop is strong B2C Internet shopping software, we can use it to establish strong, freedom, security to the platform. System consists of C# and SqlServer development, B/S (browser/server) structure of the Asp. net procedures
SHOW FULL COLUMNS FROM `jrk_downrecords` [ RunTime:0.001427s ]
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.067102s ]
SHOW FULL COLUMNS FROM `jrk_tagrecords` [ RunTime:0.001008s ]
SELECT * FROM `jrk_tagrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 20 [ RunTime:0.001140s ]
SHOW FULL COLUMNS FROM `jrk_member` [ RunTime:0.000985s ]
SELECT `id`,`username`,`userhead`,`usertime` FROM `jrk_member` WHERE `status` = 1 ORDER BY `usertime` DESC LIMIT 10 [ RunTime:0.003080s ]
SHOW FULL COLUMNS FROM `jrk_searchrecords` [ RunTime:0.000859s ]
SELECT * FROM `jrk_searchrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 5 [ RunTime:0.003747s ]
SELECT aid,title,count(aid) as c FROM `jrk_downrecords` GROUP BY `aid` ORDER BY `c` DESC LIMIT 10 [ RunTime:0.015760s ]
SHOW FULL COLUMNS FROM `jrk_articles` [ RunTime:0.001211s ]
UPDATE `jrk_articles` SET `hits` = 2 WHERE `id` = 93191 [ RunTime:0.142733s ]