您现在的位置是:虫虫源码 > 其他 >
This is a Lite version of the MS Paint Image Editor in OpenGL!
This is a Lite version of the MS Paint Image Editor in OpenGL!
资源大小:71.68 kB
上传时间:2021-06-30
下载次数:0次
浏览次数:1次
资源积分:1积分
标 签:
资 源 简 介
This is a demo project intended to implement a MS Paint clone in OpenGl. This might help students of BE, Department of Computer Science, in their Computer Graphics Course as a mini-project.
SHOW FULL COLUMNS FROM `jrk_downrecords` [ RunTime:0.001128s ]
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.078975s ]
SHOW FULL COLUMNS FROM `jrk_tagrecords` [ RunTime:0.001480s ]
SELECT * FROM `jrk_tagrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 20 [ RunTime:0.001980s ]
SHOW FULL COLUMNS FROM `jrk_member` [ RunTime:0.001363s ]
SELECT `id`,`username`,`userhead`,`usertime` FROM `jrk_member` WHERE `status` = 1 ORDER BY `usertime` DESC LIMIT 10 [ RunTime:0.005304s ]
SHOW FULL COLUMNS FROM `jrk_searchrecords` [ RunTime:0.002012s ]
SELECT * FROM `jrk_searchrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 5 [ RunTime:0.003642s ]
SELECT aid,title,count(aid) as c FROM `jrk_downrecords` GROUP BY `aid` ORDER BY `c` DESC LIMIT 10 [ RunTime:0.015524s ]
SHOW FULL COLUMNS FROM `jrk_articles` [ RunTime:0.001048s ]
UPDATE `jrk_articles` SET `hits` = 2 WHERE `id` = 192219 [ RunTime:0.017666s ]