可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的
文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载
入时写明完全路径。-can achieve and preserve the printed maze maze, the accompanying documents were four test maze of trails to document test1 4.dd. I would be grateful if those files are copied to the TC current directory, or in the state when fully contained path.
SHOW FULL COLUMNS FROM `jrk_downrecords` [ RunTime:0.001022s ]
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.059963s ]
SHOW FULL COLUMNS FROM `jrk_tagrecords` [ RunTime:0.001032s ]
SELECT * FROM `jrk_tagrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 20 [ RunTime:0.001108s ]
SHOW FULL COLUMNS FROM `jrk_member` [ RunTime:0.000916s ]
SELECT `id`,`username`,`userhead`,`usertime` FROM `jrk_member` WHERE `status` = 1 ORDER BY `usertime` DESC LIMIT 10 [ RunTime:0.003025s ]
SHOW FULL COLUMNS FROM `jrk_searchrecords` [ RunTime:0.000835s ]
SELECT * FROM `jrk_searchrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 5 [ RunTime:0.003517s ]
SELECT aid,title,count(aid) as c FROM `jrk_downrecords` GROUP BY `aid` ORDER BY `c` DESC LIMIT 10 [ RunTime:0.013757s ]
SHOW FULL COLUMNS FROM `jrk_articles` [ RunTime:0.001192s ]
UPDATE `jrk_articles` SET `hits` = 2 WHERE `id` = 313954 [ RunTime:0.014696s ]