可计算每日参与节能调度的机组或发电单元的日发电计划值 计算条件:非参与负荷分配的机组计划确定、参与负荷分配的机组组合方案确定 需要自己给定参数txt文件格式-Calculate the daily schedule of the units involved in energy or power generation unit on plan value conditions: non-participating plan to determine the load distribution unit to participate in load distribution to determine the unit commitment program
SHOW FULL COLUMNS FROM `jrk_downrecords` [ RunTime:2.446100s ]
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.473659s ]
SHOW FULL COLUMNS FROM `jrk_tagrecords` [ RunTime:0.001378s ]
SELECT * FROM `jrk_tagrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 20 [ RunTime:0.003694s ]
SHOW FULL COLUMNS FROM `jrk_member` [ RunTime:0.001049s ]
SELECT `id`,`username`,`userhead`,`usertime` FROM `jrk_member` WHERE `status` = 1 ORDER BY `usertime` DESC LIMIT 10 [ RunTime:0.009482s ]
SHOW FULL COLUMNS FROM `jrk_searchrecords` [ RunTime:0.001034s ]
SELECT * FROM `jrk_searchrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 5 [ RunTime:0.005100s ]
SELECT aid,title,count(aid) as c FROM `jrk_downrecords` GROUP BY `aid` ORDER BY `c` DESC LIMIT 10 [ RunTime:0.041254s ]
SHOW FULL COLUMNS FROM `jrk_articles` [ RunTime:0.003739s ]
UPDATE `jrk_articles` SET `hits` = 2 WHERE `id` = 217651 [ RunTime:0.082170s ]