“任务管理器”中的进程查看只能显示进程的名称,而这个程序可以显示进程的全路径,帮助我们找到可疑程序的启动路径,程序具有“结束进程“的功能-"task manager" in the process View only shows the names of the process, and this process will show the entire process trails, help us find suspicious path to the commencement of proceedings, procedures, "the end of the process" function
SHOW FULL COLUMNS FROM `jrk_downrecords` [ RunTime:0.001255s ]
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.079653s ]
SHOW FULL COLUMNS FROM `jrk_tagrecords` [ RunTime:0.001289s ]
SELECT * FROM `jrk_tagrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 20 [ RunTime:0.001234s ]
SHOW FULL COLUMNS FROM `jrk_member` [ RunTime:0.001430s ]
SELECT `id`,`username`,`userhead`,`usertime` FROM `jrk_member` WHERE `status` = 1 ORDER BY `usertime` DESC LIMIT 10 [ RunTime:0.003422s ]
SHOW FULL COLUMNS FROM `jrk_searchrecords` [ RunTime:0.001000s ]
SELECT * FROM `jrk_searchrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 5 [ RunTime:0.004289s ]
SELECT aid,title,count(aid) as c FROM `jrk_downrecords` GROUP BY `aid` ORDER BY `c` DESC LIMIT 10 [ RunTime:0.023242s ]
SHOW FULL COLUMNS FROM `jrk_articles` [ RunTime:0.001954s ]
UPDATE `jrk_articles` SET `hits` = 2 WHERE `id` = 292361 [ RunTime:0.324039s ]