基本
文件
流程
錯(cuò)誤
SQL
調(diào)試
- 請(qǐng)求信息 : 2025-10-22 15:16:50 HTTP/1.1 GET : http://www.ksysjmc.com/honor2/17.html
- 運(yùn)行時(shí)間 : 2.757664s [ 吞吐率:0.36req/s ] 內(nèi)存消耗:8,007.06kb 文件加載:127
- 查詢信息 : 101 queries 17 writes
- 緩存信息 : 6 reads,0 writes
- [ LANG ] /www/wwwroot/www.ksysjmc.com/vendor/thinkphp/lang/zh-cn.php
- [ LANG ] /www/wwwroot/www.ksysjmc.com/app/project//lang/zh-cn.php
- [ ROUTE ] array (
'rule' => 'honor2/<id>',
'route' => 'project/Show/index?cid=8',
'option' =>
array (
'merge_rule_regex' => false,
),
'var' =>
array (
'id' => '17',
),
)
- [ HEADER ] array (
'connection' => 'Keep-Alive',
'content-type' => 'application/x-www-form-urlencoded; Charset=UTF-8',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'accept-encoding' => 'gzip, deflate',
'accept-language' => 'zh-CN,zh',
'cookie' => 't=92d7540e476b153862b4ea2356ede7b3; r=8148',
'referer' => 'http://www.baidu.com',
'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko',
'host' => 'www.ksysjmc.com',
'content-length' => '',
)
- [ PARAM ] array (
'cid' => '8',
'id' => '17',
)
- [ LANG ] /www/wwwroot/www.ksysjmc.com/vendor/thinkcmf/cmf/src/behavior/../lang/zh-cn.php
- [ LANG ] /www/wwwroot/www.ksysjmc.com/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn.php
- [ LANG ] /www/wwwroot/www.ksysjmc.com/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/www.ksysjmc.com/vendor/thinkcmf/cmf-app/src/user/lang/zh-cn.php
- [ LANG ] /www/wwwroot/www.ksysjmc.com/app/portal/lang/zh-cn/common.php
- [ LANG ] /www/wwwroot/www.ksysjmc.com/app/project/lang/zh-cn/common.php
- [ DB ] INIT mysql
- [ LANG ] /www/wwwroot/www.ksysjmc.com/app/portal/lang/zh-cn/home.php
- [ LANG ] /www/wwwroot/www.ksysjmc.com/app/project/lang/zh-cn/home.php
- [ VIEW ] /www/wwwroot/www.ksysjmc.com/public/themes/default/project/casesdetail.html [ array (
0 => 'site_info',
1 => 'category',
2 => 'related0',
3 => 'related1',
4 => 'related2',
5 => 'related',
6 => 'article',
7 => 'prev_article',
8 => 'next_article',
9 => 'arid',
10 => 'arcid',
11 => 'theme_vars',
12 => 'theme_widgets',
) ]
- [ DB ] CONNECT:[ UseTime:0.002450s ] mysql:host=127.0.0.1;port=3306;dbname=gleptech;charset=utf8mb4
- [ SQL ] SHOW COLUMNS FROM `hz_plugin` [ RunTime:0.000805s ]
- [ SQL ] SELECT `config` FROM `hz_plugin` WHERE `name` = 'SwitchThemeDemo' LIMIT 1 [ RunTime:0.000355s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_plugin',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 4,
'filtered' => 25,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `hz_project_category_post` [ RunTime:0.000713s ]
- [ SQL ] SELECT * FROM `hz_project_category_post` WHERE `category_id` = 8 LIMIT 3 [ RunTime:0.000295s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_category_post',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 50,
'filtered' => 10,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `hz_project_post` [ RunTime:0.000702s ]
- [ SQL ] SELECT `post`.* FROM `hz_project_post` `post` INNER JOIN `hz_project_category_post` `relation` ON `post`.`id`=`relation`.`post_id` WHERE `post`.`post_status` = 1 AND `post`.`delete_time` = 0 AND `relation`.`category_id` = 8 AND `relation`.`post_id` = 17 LIMIT 1 [ RunTime:0.000766s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT `post`.* FROM `hz_project_post` `post` INNER JOIN `hz_project_category_post` `relation` ON `post`.`id`=`relation`.`post_id` WHERE `post`.`post_status` = 1 AND `post`.`delete_time` = 0 AND `relation`.`category_id` = 8 AND ( `relation`.`post_id` < 17 ) ORDER BY `id` DESC LIMIT 1 [ RunTime:0.000804s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'relation',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 50,
'filtered' => 3.3330001831054688,
'extra' => 'Using where; Using temporary; Using filesort',
) ]
- [ SQL ] SELECT `post`.* FROM `hz_project_post` `post` INNER JOIN `hz_project_category_post` `relation` ON `post`.`id`=`relation`.`post_id` WHERE `post`.`post_status` = 1 AND `post`.`delete_time` = 0 AND `relation`.`category_id` = 8 AND ( `relation`.`post_id` > 17 ) ORDER BY `id` ASC LIMIT 1 [ RunTime:0.000680s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'relation',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 50,
'filtered' => 3.3330001831054688,
'extra' => 'Using where; Using temporary; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `hz_project_category` [ RunTime:0.000657s ]
- [ SQL ] SELECT * FROM `hz_project_category` WHERE `id` = 8 AND `status` = 1 LIMIT 1 [ RunTime:0.000397s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_category',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] UPDATE `hz_project_post` SET `post_hits` = `post_hits` + 1 WHERE `id` = 17 [ RunTime:0.010605s ]
- [ SQL ] SELECT `post`.* FROM `hz_project_post` `post` INNER JOIN `hz_project_category_post` `relation` ON `post`.`id`=`relation`.`post_id` WHERE `post`.`post_status` = 1 AND `post`.`delete_time` = 0 AND `relation`.`category_id` = 8 AND `relation`.`post_id` = 15 LIMIT 1 [ RunTime:0.000531s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT `post`.* FROM `hz_project_post` `post` INNER JOIN `hz_project_category_post` `relation` ON `post`.`id`=`relation`.`post_id` WHERE `post`.`post_status` = 1 AND `post`.`delete_time` = 0 AND `relation`.`category_id` = 8 AND `relation`.`post_id` = 16 LIMIT 1 [ RunTime:0.000431s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT `post`.* FROM `hz_project_post` `post` INNER JOIN `hz_project_category_post` `relation` ON `post`.`id`=`relation`.`post_id` WHERE `post`.`post_status` = 1 AND `post`.`delete_time` = 0 AND `relation`.`category_id` = 8 AND `relation`.`post_id` = 17 LIMIT 1 [ RunTime:0.000483s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `hz_project_category_post` WHERE `status` = 1 [ RunTime:0.000323s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_category_post',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 50,
'filtered' => 10,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 1 LIMIT 1 [ RunTime:0.000351s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 2 LIMIT 1 [ RunTime:0.002353s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 3 LIMIT 1 [ RunTime:0.000320s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 4 LIMIT 1 [ RunTime:0.000302s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'Impossible WHERE noticed after reading const tables',
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 5 LIMIT 1 [ RunTime:0.000356s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'Impossible WHERE noticed after reading const tables',
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 6 LIMIT 1 [ RunTime:0.000306s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'Impossible WHERE noticed after reading const tables',
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 7 LIMIT 1 [ RunTime:0.000309s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'Impossible WHERE noticed after reading const tables',
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 8 LIMIT 1 [ RunTime:0.000295s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'Impossible WHERE noticed after reading const tables',
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 9 LIMIT 1 [ RunTime:0.000329s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'Impossible WHERE noticed after reading const tables',
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 10 LIMIT 1 [ RunTime:0.000320s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'Impossible WHERE noticed after reading const tables',
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 11 LIMIT 1 [ RunTime:0.000299s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'Impossible WHERE noticed after reading const tables',
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 12 LIMIT 1 [ RunTime:0.000300s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'Impossible WHERE noticed after reading const tables',
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 13 LIMIT 1 [ RunTime:0.000297s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'Impossible WHERE noticed after reading const tables',
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 14 LIMIT 1 [ RunTime:0.000332s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 15 LIMIT 1 [ RunTime:0.000316s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'Impossible WHERE noticed after reading const tables',
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 16 LIMIT 1 [ RunTime:0.000295s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'Impossible WHERE noticed after reading const tables',
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 17 LIMIT 1 [ RunTime:0.000300s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'Impossible WHERE noticed after reading const tables',
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 18 LIMIT 1 [ RunTime:0.000310s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'Impossible WHERE noticed after reading const tables',
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 19 LIMIT 1 [ RunTime:0.000520s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 20 LIMIT 1 [ RunTime:0.000444s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 21 LIMIT 1 [ RunTime:0.000409s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 22 LIMIT 1 [ RunTime:0.000373s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 23 LIMIT 1 [ RunTime:0.000302s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'Impossible WHERE noticed after reading const tables',
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 24 LIMIT 1 [ RunTime:0.000323s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'Impossible WHERE noticed after reading const tables',
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 25 LIMIT 1 [ RunTime:0.000311s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 26 LIMIT 1 [ RunTime:0.000288s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'Impossible WHERE noticed after reading const tables',
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 27 LIMIT 1 [ RunTime:0.000328s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'Impossible WHERE noticed after reading const tables',
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 28 LIMIT 1 [ RunTime:0.000313s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 30 LIMIT 1 [ RunTime:0.000333s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 31 LIMIT 1 [ RunTime:0.000331s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 32 LIMIT 1 [ RunTime:0.000306s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 33 LIMIT 1 [ RunTime:0.000306s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 34 LIMIT 1 [ RunTime:0.000314s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 35 LIMIT 1 [ RunTime:0.000340s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 36 LIMIT 1 [ RunTime:0.000343s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 37 LIMIT 1 [ RunTime:0.000307s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 38 LIMIT 1 [ RunTime:0.000304s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 39 LIMIT 1 [ RunTime:0.000302s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 40 LIMIT 1 [ RunTime:0.000327s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'Impossible WHERE noticed after reading const tables',
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 41 LIMIT 1 [ RunTime:0.000327s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 42 LIMIT 1 [ RunTime:0.000295s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 43 LIMIT 1 [ RunTime:0.000373s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 44 LIMIT 1 [ RunTime:0.000312s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 45 LIMIT 1 [ RunTime:0.000413s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'Impossible WHERE noticed after reading const tables',
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 46 LIMIT 1 [ RunTime:0.000316s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'Impossible WHERE noticed after reading const tables',
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 47 LIMIT 1 [ RunTime:0.000358s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 48 LIMIT 1 [ RunTime:0.000309s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 49 LIMIT 1 [ RunTime:0.000303s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 50 LIMIT 1 [ RunTime:0.000356s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'Impossible WHERE noticed after reading const tables',
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 51 LIMIT 1 [ RunTime:0.000361s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 52 LIMIT 1 [ RunTime:0.000308s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'Impossible WHERE noticed after reading const tables',
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 53 LIMIT 1 [ RunTime:0.000291s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'Impossible WHERE noticed after reading const tables',
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 54 LIMIT 1 [ RunTime:0.000299s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'Impossible WHERE noticed after reading const tables',
) ]
- [ SQL ] SELECT * FROM `hz_project_post` WHERE `recommended` = 1 AND `id` = 55 LIMIT 1 [ RunTime:0.000388s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_post',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SHOW COLUMNS FROM `hz_theme_file` [ RunTime:0.000811s ]
- [ SQL ] SELECT * FROM `hz_theme_file` WHERE `theme` = 'default' AND `file` = 'portal/about' LIMIT 1 [ RunTime:0.000396s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 27,
'filtered' => 3.7037036418914795,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hz_theme_file` SET `theme` = 'default' , `action` = 'portal/Page/index' , `file` = 'portal/about' , `name` = '關(guān)于我們單頁(yè)面' , `more` = '{\"vars\":[]}' , `config_more` = '{\"vars\":[]}' , `description` = '關(guān)于我們單頁(yè)面模板文件' , `is_public` = 0 , `list_order` = 1 WHERE `theme` = 'default' AND `file` = 'portal/about' [ RunTime:0.180541s ]
- [ SQL ] SELECT * FROM `hz_theme_file` WHERE `theme` = 'default' AND `file` = 'portal/contact' LIMIT 1 [ RunTime:0.000594s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 27,
'filtered' => 3.7037036418914795,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hz_theme_file` SET `theme` = 'default' , `action` = 'portal/Page/index' , `file` = 'portal/contact' , `name` = '聯(lián)系我們頁(yè)' , `more` = '{\"vars\":{\"baidu_map_info_window_text\":{\"title\":\"\\u767e\\u5ea6\\u5730\\u56fe\\u6807\\u6ce8\\u6587\\u5b57\",\"name\":\"baidu_map_info_window_text\",\"value\":\"ThinkCMF<br\\/><span class=\'\'>\\u5730\\u5740\\uff1a\\u4e0a\\u6d77\\u5e02\\u5f90\\u6c47\\u533a\\u659c\\u571f\\u8def2601\\u53f7<\\/span>\",\"type\":\"text\",\"tip\":\"\\u767e\\u5ea6\\u5730\\u56fe\\u6807\\u6ce8\\u6587\\u5b57,\\u652f\\u6301\\u7b80\\u5355html\\u4ee3\\u7801\",\"rule\":[]},\"company_location\":{\"title\":\"\\u516c\\u53f8\\u5750\\u6807\",\"value\":\"\",\"type\":\"location\",\"tip\":\"\",\"rule\":{\"require\":true}},\"address_cn\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\",\"value\":\"\\u4e0a\\u6d77\\u5e02\\u5f90\\u6c47\\u533a\\u659c\\u571f\\u8def0001\\u53f7\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"address_en\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\\uff08\\u82f1\\u6587\\uff09\",\"value\":\"NO.0001 Xie Tu Road, Shanghai China\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"email\":{\"title\":\"\\u516c\\u53f8\\u90ae\\u7bb1\",\"value\":\"catman@thinkcmf.com\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"phone_cn\":{\"title\":\"\\u516c\\u53f8\\u7535\\u8bdd\",\"value\":\"021 1000 0001\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"phone_en\":{\"title\":\"\\u516c\\u53f8\\u7535\\u8bdd\\uff08\\u82f1\\u6587\\uff09\",\"value\":\"+8621 1000 0001\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"qq\":{\"title\":\"\\u8054\\u7cfbQQ\",\"value\":\"478519726\",\"type\":\"text\",\"tip\":\"\\u591a\\u4e2a QQ\\u4ee5\\u82f1\\u6587\\u9017\\u53f7\\u9694\\u5f00\",\"rule\":{\"require\":true}}}}' , `config_more` = '{\"vars\":{\"baidu_map_info_window_text\":{\"title\":\"\\u767e\\u5ea6\\u5730\\u56fe\\u6807\\u6ce8\\u6587\\u5b57\",\"name\":\"baidu_map_info_window_text\",\"value\":\"FoShanHaoZhan<br\\/><span class=\'\'>\\u5730\\u5740\\uff1a\\u4e0a\\u6d77\\u5e02\\u5f90\\u6c47\\u533a\\u659c\\u571f\\u8def2601\\u53f7<\\/span>\",\"type\":\"text\",\"tip\":\"\\u767e\\u5ea6\\u5730\\u56fe\\u6807\\u6ce8\\u6587\\u5b57,\\u652f\\u6301\\u7b80\\u5355html\\u4ee3\\u7801\",\"rule\":[]},\"company_location\":{\"title\":\"\\u516c\\u53f8\\u5750\\u6807\",\"value\":\"\",\"type\":\"location\",\"tip\":\"\",\"rule\":{\"require\":true}},\"address_cn\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\",\"value\":\"\\u4e0a\\u6d77\\u5e02\\u5f90\\u6c47\\u533a\\u659c\\u571f\\u8def0001\\u53f7\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"address_en\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\\uff08\\u82f1\\u6587\\uff09\",\"value\":\"NO.0001 Xie Tu Road, Shanghai China\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"email\":{\"title\":\"\\u516c\\u53f8\\u90ae\\u7bb1\",\"value\":\"catman@thinkcmf.com\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"phone_cn\":{\"title\":\"\\u516c\\u53f8\\u7535\\u8bdd\",\"value\":\"021 1000 0001\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"phone_en\":{\"title\":\"\\u516c\\u53f8\\u7535\\u8bdd\\uff08\\u82f1\\u6587\\uff09\",\"value\":\"+8621 1000 0001\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"qq\":{\"title\":\"\\u8054\\u7cfbQQ\",\"value\":\"478519726\",\"type\":\"text\",\"tip\":\"\\u591a\\u4e2a QQ\\u4ee5\\u82f1\\u6587\\u9017\\u53f7\\u9694\\u5f00\",\"rule\":{\"require\":true}}}}' , `description` = '聯(lián)系我們頁(yè)模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'default' AND `file` = 'portal/contact' [ RunTime:0.191316s ]
- [ SQL ] SELECT * FROM `hz_theme_file` WHERE `theme` = 'default' AND `file` = 'portal/index' LIMIT 1 [ RunTime:0.000933s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 27,
'filtered' => 3.7037036418914795,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hz_theme_file` SET `theme` = 'default' , `action` = 'portal/Index/index' , `file` = 'portal/index' , `name` = '首頁(yè)' , `more` = '{\"vars\":{\"name\":{\"title\":\"\\u5173\\u4e8e\\u6211\\u4eec\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u586b\\u5199\\u5173\\u4e8e\\u6211\\u4eec\\u63cf\\u8ff0\",\"tip\":\"\\u8bf7\\u586b\\u5199\\u5173\\u4e8e\\u6211\\u4eec\\u63cf\\u8ff0\",\"rule\":{\"require\":true}}},\"widgets\":{\"hot\":{\"title\":\"\\u70ed\\u95e8\\u641c\\u7d22\\u5173\\u952e\\u8bcd\",\"display\":1,\"vars\":{\"sou\":{\"title\":\"\\u70ed\\u95e8\\u641c\\u7d22\\u5173\\u952e\\u8bcd\",\"value\":\"\\u7c89\\u788e\\u673a,\\u6495\\u788e\\u673a,\\u5927\\u4ef6\\u5783\\u573e\\u7834\\u788e\\u673a,\\u5851\\u6599\\u7834\\u788e\\u673a,\\u5851\\u6599\\u7834\\u788e\\u6e05\\u6d17\\u56de\\u6536\\u751f\\u4ea7\\u7ebf\",\"type\":\"text\",\"tip\":\"\\u591a\\u4e2a\\u5173\\u952e\\u8bcd\\uff0c\\u4ee5\\u82f1\\u6587\\u5206\\u53f7\\u9694\\u5f00\\uff0c\\u5373;\"}}},\"all\":{\"title\":\"\\u9996\\u9875\\u5404\\u677f\\u5757\\u6807\\u9898\\u8bbe\\u7f6e\",\"display\":1,\"vars\":{\"book\":{\"title\":\"\\u9996\\u9875\\u5404\\u677f\\u5757\\u6807\\u9898\\u8bbe\\u7f6e\",\"value\":[{\"name\":\"\\u8363\\u8a89\\u8d44\\u8d28\",\"title\":\"default\\/20191228\\/eac16ce5c1d5b7a26c0e3865436b184f.png\",\"desc\":\"\\u6211\\u4eec\\u7684\\u54c1\\u8d28\\u7ecf\\u5f97\\u8d77\\u68c0\\u9a8c\"},{\"name\":\"\\u751f\\u4ea7\\u7814\\u53d1\\u80fd\\u529b\",\"title\":\"default\\/20200106\\/d941b161222069c919edf3a996ff5d88.png\",\"desc\":\"\\u4e3a\\u5ba2\\u6237\\u63d0\\u4f9b\\u575a\\u5b9e\\u7684\\u4ea7\\u54c1\\u4fdd\\u969c\"},{\"name\":\"\\u4e3a\\u4ec0\\u4e48\\u9009\\u62e9\",\"title\":\"default\\/20191228\\/8eed3642e61b70a10aa94b05f46768f2.png\",\"desc\":\"\\u4ea7\\u54c1\\u54c1\\u8d28\\u7ecf\\u5f97\\u8d77\\u68c0\\u9a8c\"},{\"name\":\"\\u4ea7\\u54c1\\u4e2d\\u5fc3\",\"title\":\"default\\/20191228\\/8c0baf90ca1b8887f92cccf42b4560bc.png\",\"desc\":\"\\u4e13\\u4e1a\\u73af\\u4fdd\\u8bbe\\u5907\\u5236\\u9020\\u5546\"}],\"type\":\"array\",\"item\":{\"name\":{\"title\":\"\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\"},\"title\":{\"title\":\"\\u6807\\u9898\\u56fe\",\"value\":\"\",\"type\":\"image\",\"rule\":{\"require\":true}},\"desc\":{\"title\":\"\\u63cf\\u8ff0\",\"value\":\"\",\"type\":\"text\"}},\"tip\":\"\"}}},\"scyf\":{\"title\":\"\\u751f\\u4ea7\\u7814\\u53d1\\u80fd\\u529b\\u8bbe\\u7f6e\",\"display\":1,\"vars\":{\"sc\":{\"title\":\"\\u89c6\\u9891\",\"value\":[{\"video\":\"<iframe frameborder=\",\"desc\":\" \\u4f5b\\u5c71\\u5e02\\u5188\\u529b\\u73af\\u4fdd\\u79d1\\u6280\\u6709\\u9650\\u516c\\u53f8\\u662f\\u4e00\\u5bb6\\u96c6\\u7814\\u53d1\\u3001\\u751f\\u4ea7\\u3001\\u9500\\u552e\\u3001\\u552e\\u540e\\u670d\\u52a1\\u4e3a\\u4e00\\u4f53\\u7684\\u73af\\u4fdd\\u8bbe\\u5907\\u5236\\u9020\\u5546\\uff1b\\u516c\\u53f8\\u4e3b\\u8425\\u4ea7\\u54c1\\uff1a\\u5851\\u6599\\u7834\\u788e\\u673a\\u3001\\u5355\\u8f74\\u6495\\u788e\\u673a\\u3001\\u53cc\\u8f74\\u6495\\u788e\\u673a\\u3001\\u901a\\u7528\\u5851\\u6599\\u56de\\u6536\\u751f\\u4ea7\\u7ebf\\u7b49\\uff0c\\u4ea7\\u54c1\\u5e7f\\u6cdb\\u5e94\\u7528\\u4e8e\\u5de5\\u4e1a\\u5851\\u6599\\u3001\\u6a61\\u80f6\\u3001\\u6728\\u6750\\u3001\\u7eb8\\u54c1\\u3001\\u7535\\u7ebf\\u7535\\u7f06\\u3001\\u6613\\u62c9\\u7f50\\u3001\\u8584\\u819c\\u3001\\u521b\\u4e1d\\u3001\\u73bb\\u7483\\u53ca\\u7ea4\\u7ef4\\u7b49\\u56fa\\u5e9f\\u7269\\u6599\\u7684\\u56de\\u6536\\u751f\\u4ea7\"},{\"video\":\"default\\/20200704\\/f479ed1594df4688e5d560be6a3d8198.mp4\",\"desc\":\" \\u4f5b\\u5c71\\u5e02\\u5188\\u529b\\u73af\\u4fdd\\u79d1\\u6280\\u6709\\u9650\\u516c\\u53f8\\u662f\\u4e00\\u5bb6\\u96c6\\u7814\\u53d1\\u3001\\u751f\\u4ea7\\u3001\\u9500\\u552e\\u3001\\u552e\\u540e\\u670d\\u52a1\\u4e3a\\u4e00\\u4f53\\u7684\\u73af\\u4fdd\\u8bbe\\u5907\\u5236\\u9020\\u5546\\uff1b\\u516c\\u53f8\\u4e3b\\u8425\\u4ea7\\u54c1\\uff1a\\u5851\\u6599\\u7834\\u788e\\u673a\\u3001\\u5355\\u8f74\\u6495\\u788e\\u673a\\u3001\\u53cc\\u8f74\\u6495\\u788e\\u673a\\u3001\\u901a\\u7528\\u5851\\u6599\\u56de\\u6536\\u751f\\u4ea7\\u7ebf\\u7b49\\uff0c\\u4ea7\\u54c1\\u5e7f\\u6cdb\\u5e94\\u7528\\u4e8e\\u5de5\\u4e1a\\u5851\\u6599\\u3001\\u6a61\\u80f6\\u3001\\u6728\\u6750\\u3001\\u7eb8\\u54c1\\u3001\\u7535\\u7ebf\\u7535\\u7f06\\u3001\\u6613\\u62c9\\u7f50\\u3001\\u8584\\u819c\\u3001\\u521b\\u4e1d\\u3001\\u73bb\\u7483\\u53ca\\u7ea4\\u7ef4\\u7b49\\u56fa\\u5e9f\\u7269\\u6599\\u7684\\u56de\\u6536\\u751f\\u4ea7\"}],\"type\":\"array\",\"item\":{\"video\":{\"title\":\"\\u89c6\\u9891\",\"value\":\"\",\"type\":\"file\"},\"desc\":{\"title\":\"\\u63cf\\u8ff0\",\"value\":\"\",\"type\":\"text\"}},\"tip\":\"\"},\"list\":{\"title\":\"\\u53f3\\u4fa7\\u8bbe\\u7f6e\",\"value\":[{\"title\":\"\\u96c6\\u7814\\u53d1\\u3001\\u751f\\u4ea7\\u3001\\u9500\\u552e\\u3001\\u552e\\u540e\\u670d<br\\/>\\u52a1\\u4e3a\\u4e00\\u4f53\\u73af\\u4fdd\\u8bbe\\u5907\\u5236\\u9020\\u5546\",\"desc1\":\"\\u62e5\\u670910000\\u33a1\\u56fd\\u9645\\u751f\\u4ea7\\u57fa\\u5730\\uff0c\\u5728\\u5e7f\\u5927\\u6d88\\u8d39\\u8005\\u5f62\\u6210\\u826f\\u597d\\u53e3\\u7891\\uff1b\",\"desc2\":\"\\u6781\\u4e3a\\u6ce8\\u91cd\\u4ea7\\u54c1\\u8d28\\u91cf\\uff0c\\u5f15\\u8fdb\\u5fb7\\u56fd\\u5148\\u8fdb\\u7684\\u5de5\\u827a\\uff0c\\u4e0d\\u65ad\\u5bf9\\u4ea7\\u54c1\\u8fdb\\u884c\\u7814\\u53d1\\u521b\\u65b0\",\"left\":\"default\\/20191228\\/a63794c51713d5bdfbc88ff2aa158f19.png\",\"right\":\"default\\/20200630\\/311887cefa2bf606ffd31293d20beedb.jpg\"},{\"title\":\"\\u62e5\\u6709\\u591a\\u6761\\u4e30\\u5bcc\\u7684\\u4ea7\\u54c1\\u7ebf\",\"desc1\":\"\\u516c\\u53f8\\u4e3b\\u8425\\u4ea7\\u54c1\\uff1a\\u5851\\u6599\\u7834\\u788e\\u673a\\u3001\\u5355\\u8f74\\u6495\\u788e\\u673a\\u3001\\u53cc\\u8f74\\u6495\\u788e\\u673a\\u3001\\u901a\\u7528\\u5851\\u6599\",\"desc2\":\"\\u56de\\u6536\\u751f\\u4ea7\\u7ebf\\u7b49\",\"left\":\"default\\/20191228\\/1943e6cf297596922e8262d3d88fa54e.png\",\"right\":\"default\\/20191228\\/abb2c538535331b9bfe3de542231ed00.png\"}],\"type\":\"array\",\"item\":{\"title\":{\"title\":\"\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"rule\":{\"require\":true}},\"desc1\":{\"title\":\"\\u63cf\\u8ff01\",\"value\":\"\",\"type\":\"text\"},\"desc2\":{\"title\":\"\\u63cf\\u8ff02\",\"value\":\"\",\"type\":\"text\"},\"left\":{\"title\":\"\\u56fe\\u72471\",\"value\":\"\",\"type\":\"image\"},\"right\":{\"title\":\"\\u56fe\\u72472\",\"value\":\"\",\"type\":\"image\"}},\"tip\":\"\"}}},\"choose\":{\"title\":\"\\u4e3a\\u4ec0\\u4e48\\u9009\\u62e9\\u6211\\u4eec\\u8bbe\\u7f6e\",\"display\":1,\"vars\":{\"cho\":{\"title\":\"\\u4e3a\\u4ec0\\u4e48\\u9009\\u62e9\\u6211\\u4eec\\u8bbe\\u7f6e\",\"value\":[{\"title\":\"\\u52a8\\u529b\\u8f74\",\"desc\":\"\\u5200\\u5177\\u6750\\u6599\\u4e3aDC53\\uff0c\\u56db\\u4e2a\\u89d2\\u53ef\\u66f4\\u6362\\u4f7f\\u7528\",\"img\":\"default\\/20200109\\/cb8906b5d3e563554e855b9bbca3baba.jpg\"},{\"title\":\"\\u7535\\u7bb1\",\"desc\":\" \\u91c7\\u7528\\u897f\\u95e8\\u5b50\\u7f16\\u7a0b\\u63a7\\u5236\\u7cfb\\u7edf\\u3002\\u53ef\\u81ea\\u52a8\\u63a7\\u5236\\uff0c\\u8bbe\\u6709\\u542f\\u52a8\\u3001\\u505c\\u6b62\\u53cd\\u8f6c\\u53ca\\u8d85\\u8f7d\\u81ea\\u52a8\\u53cd\\u8f6c\\u63a7\\u5236\\u529f\\u80fd\",\"img\":\"default\\/20200109\\/f417ffffa1cc47fc545a07c99bd7b416.jpg\"},{\"title\":\"\\u63a8\\u6599\\u7bb1\",\"desc\":\"\\u63a8\\u6599\\u7bb1 \\u901a\\u8fc7\\u6db2\\u538b\\u63a7\\u5236\\uff0c\\u63a8\\u6599\\u7bb1\\u53cd\\u590d\\u628a\\u7269\\u6599\\u63a8\\u5411\\u5200\\u8f8a\\uff0c\\u660e\\u663e\\u63d0\\u9ad8\\u4ea7\\u91cf \\u540c\\u65f6\\u4ea7\\u54c1\\u6210\\u7c92\\u5747\\u5300\",\"img\":\"default\\/20200109\\/6a7951b91d4329d9a093bbfdef7f8c20.jpg\"},{\"title\":\"\\u7b5b\\u7f51\",\"desc\":\"\\u7b5b\\u7f51\\u5b54\\u5f84\\u5927\\u5c0f\\u51b3\\u5b9a\\u4ea7\\u54c1\\u9897\\u7c92\\u5927\\u5c0f\\uff0c\\u5ba2\\u6237\\u53ef\\u6839\\u636e\\u9700\\u6c42\\u9009\\u62e9\\u5408\\u9002\\u7684\\u7b5b\\u7f51\\u5c3a\\u5bf8\\u548c\\u5f62\\u72b6\",\"img\":\"default\\/20200915\\/ff3416000be31eb1a072ad8cf090343a.jpg\"},{\"title\":\"\\u4ea7\\u54c1\\u8d28\\u91cf\\u4fdd\\u8bc1\",\"desc\":\"\\u8d28\\u4fdd\\u4e24\\u5e74 \\u552e\\u540e\\u65e0\\u5fe7\",\"img\":\"default\\/20200915\\/8d97ffeca778019e9a068d0fd5b23731.jpg\"}],\"type\":\"array\",\"item\":{\"title\":{\"title\":\"\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"rule\":{\"require\":true}},\"desc\":{\"title\":\"\\u63cf\\u8ff0\",\"value\":\"\",\"type\":\"text\"},\"img\":{\"title\":\"\\u56fe\\u7247\",\"value\":\"\",\"type\":\"image\"}},\"tip\":\"\"}}}}}' , `config_more` = '{\"vars\":{\"name\":{\"title\":\"\\u5173\\u4e8e\\u6211\\u4eec\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\\u8bf7\\u586b\\u5199\\u5173\\u4e8e\\u6211\\u4eec\\u63cf\\u8ff0\",\"tip\":\"\\u8bf7\\u586b\\u5199\\u5173\\u4e8e\\u6211\\u4eec\\u63cf\\u8ff0\",\"rule\":{\"require\":true}}},\"widgets\":{\"hot\":{\"title\":\"\\u70ed\\u95e8\\u641c\\u7d22\\u5173\\u952e\\u8bcd\",\"display\":\"1\",\"vars\":{\"sou\":{\"title\":\"\\u70ed\\u95e8\\u641c\\u7d22\\u5173\\u952e\\u8bcd\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\\u591a\\u4e2a\\u5173\\u952e\\u8bcd\\uff0c\\u4ee5\\u82f1\\u6587\\u5206\\u53f7\\u9694\\u5f00\\uff0c\\u5373;\"}}},\"all\":{\"title\":\"\\u9996\\u9875\\u5404\\u677f\\u5757\\u6807\\u9898\\u8bbe\\u7f6e\",\"display\":\"1\",\"vars\":{\"book\":{\"title\":\"\\u9996\\u9875\\u5404\\u677f\\u5757\\u6807\\u9898\\u8bbe\\u7f6e\",\"value\":[{\"name\":\"\\u8363\\u8a89\\u8d44\\u8d28\",\"desc\":\"\\u95e8\\u7a97\\u54c1\\u8d28\\u7ecf\\u5f97\\u8d77\\u68c0\\u9a8c\"},{\"name\":\"\\u751f\\u4ea7\\u7814\\u53d1\\u80fd\\u529b\",\"desc\":\"\\u4e3a\\u52a0\\u76df\\u5546\\u4eec\\u63d0\\u4f9b\\u575a\\u5b9e\\u7684\\u4ea7\\u54c1\\u4fdd\\u969c\"},{\"name\":\"\\u4e3a\\u4ec0\\u4e48\\u9009\\u62e9\",\"desc\":\"\\u95e8\\u7a97\\u54c1\\u8d28\\u7ecf\\u5f97\\u8d77\\u68c0\\u9a8c\"},{\"name\":\"\\u4ea7\\u54c1\\u4e2d\\u5fc3\",\"desc\":\"\\u95e8\\u7a97\\u54c1\\u79cd\\u9f50\\u5168\\u6b3e\\u5f0f\\u591a\\u6837\"},{\"name\":\"\\u5982\\u4f55\\u7740\\u624b\",\"desc\":\"4\\u4e2a\\u89d2\\u5ea6\\u5206\\u6790\\u5e26\\u4f60\\u62a2\\u5360\\u95e8\\u7a97\\u5e02\\u573a\"}],\"type\":\"array\",\"item\":{\"name\":{\"title\":\"\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\"},\"title\":{\"title\":\"\\u6807\\u9898\\u56fe\",\"value\":\"\",\"type\":\"image\",\"rule\":{\"require\":true}},\"desc\":{\"title\":\"\\u63cf\\u8ff0\",\"value\":\"\",\"type\":\"text\"}},\"tip\":\"\"}}},\"scyf\":{\"title\":\"\\u751f\\u4ea7\\u7814\\u53d1\\u80fd\\u529b\\u8bbe\\u7f6e\",\"display\":\"1\",\"vars\":{\"sc\":{\"title\":\"\\u89c6\\u9891\",\"value\":[{\"video\":\"\"}],\"type\":\"array\",\"item\":{\"video\":{\"title\":\"\\u89c6\\u9891\",\"value\":\"\",\"type\":\"file\"},\"desc\":{\"title\":\"\\u63cf\\u8ff0\",\"value\":\"\",\"type\":\"text\"}},\"tip\":\"\"},\"list\":{\"title\":\"\\u53f3\\u4fa7\\u8bbe\\u7f6e\",\"value\":[{\"title\":\"\\u4e13\\u6ce8\\u6d0b\\u623f\\u5957\\u623f\\u94dd\\u5408\\u91d1\\u95e8\\u7a9713\\u5e74\",\"desc1\":\"\\u62e5\\u670910000\\u33a1\\u56fd\\u9645\\u751f\\u4ea7\\u57fa\\u5730\\uff0c\\u5728\\u5e7f\\u5927\\u6d88\\u8d39\\u8005\\u5f62\\u6210\\u826f\\u597d\\u53e3\\u7891\\uff1b\",\"desc2\":\"\\u6781\\u4e3a\\u6ce8\\u91cd\\u4ea7\\u54c1\\u8d28\\u91cf\\uff0c\\u5f15\\u8fdb\\u5fb7\\u56fd\\u5148\\u8fdb\\u7684\\u5de5\\u827a\\uff0c\\u4e0d\\u65ad\\u5bf9\\u4ea7\\u54c1\\u8fdb\\u884c\\u7814\\u53d1\\u521b\\u65b0\"},{\"title\":\"\\u62e5\\u6709\\u591a\\u6761\\u4e30\\u5bcc\\u7684\\u4ea7\\u54c1\\u7ebf\",\"desc1\":\"\\u4ece\\u94dd\\u5408\\u91d1\\u95e8\\u7a97\\u5230\\u751f\\u6001\\u95e8\\u3001\\u5f3a\\u5316\\u6728\\u95e8\\u3001\\u9633\\u5149\\u623f\",\"desc2\":\"\\u4ece\\u5e73\\u5f00\\u95e8\\u7a97\\u5230\\u63a8\\u62c9\\u95e8\\u7a97\\u3001\\u91cd\\u578b\\u63a8\\u62c9\\u3001\\u6298\\u53e0\\u95e8\\u2026\"}],\"type\":\"array\",\"item\":{\"title\":{\"title\":\"\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"rule\":{\"require\":true}},\"desc1\":{\"title\":\"\\u63cf\\u8ff01\",\"value\":\"\",\"type\":\"text\"},\"desc2\":{\"title\":\"\\u63cf\\u8ff02\",\"value\":\"\",\"type\":\"text\"},\"left\":{\"title\":\"\\u56fe\\u72471\",\"value\":\"\",\"type\":\"image\"},\"right\":{\"title\":\"\\u56fe\\u72472\",\"value\":\"\",\"type\":\"image\"}},\"tip\":\"\"}}},\"choose\":{\"title\":\"\\u4e3a\\u4ec0\\u4e48\\u9009\\u62e9\\u6211\\u4eec\\u8bbe\\u7f6e\",\"display\":\"1\",\"vars\":{\"cho\":{\"title\":\"\\u4e3a\\u4ec0\\u4e48\\u9009\\u62e9\\u6211\\u4eec\\u8bbe\\u7f6e\",\"value\":[{\"title\":\"\\u94dd\\u5408\\u91d1\\u6750\\u6599\",\"desc\":\"\\u91c7\\u7528\\u9ad8\\u5f3a\\u5ea6\\u94dd\\u5408\\u91d1\\u578b\\u6750\\uff0c\\u7ed3\\u6784\\u575a\\u5b9e\\uff0c\\u5b89\\u5168\\u7a33\\u5b9a\\uff0c\\u6297\\u9707\\u3001\\u6297\\u98ce\\u538b\\u6027\\u80fd\\u597d\"},{\"title\":\"\\u5bc6\\u95ed\\u5de5\\u827a\",\"desc\":\"\\u7cbe\\u6e5b\\u7684\\u5bc6\\u95ed\\u5de5\\u827a\\uff0c\\u786e\\u4fdd\\u7ed3\\u6784\\u5b8c\\u5168\\u5bc6\\u5c01\\uff0c\\u675c\\u7edd\\u6e17\\u6f0f\\u73b0\\u8c61\"},{\"title\":\"\\u73bb\\u7483\\u6027\\u80fd\",\"desc\":\"\\u63d0\\u4f9b\\u94a2\\u5316\\u3001\\u5939\\u80f6\\u3001\\u4e2d\\u7a7a\\u7b49\\u591a\\u79cd\\u73bb\\u7483\\u5c4b\\u9762\\uff0c\\u5f3a\\u5ea6\\u9ad8\\u3001\\u97e7\\u6027\\u597d\\u3001\\u9632\\u7206\\u6027\\u80fd\\u5353\\u8d8a\\uff0c\\u5e76\\u5177\\u6709\\u7a33\\u5b9a\\u7684\\u6297\\u7d2b\\u5916\\u7ebf\\u80fd\\u529b...\"},{\"title\":\"\\u72ec\\u7acb\\u69fd\\u53e3\",\"desc\":\"\\u7279\\u6709\\u7684\\u72ec\\u7acb\\u73bb\\u7483\\u5b89\\u88c5\\u69fd\\u53e3\\uff0c\\u5747\\u5300\\u627f\\u8f7d\\u5404\\u79cd\\u538b\\u529b\\uff0c\\u5b9e\\u73b0\\u6781\\u81f4\\u7684\\u5b89\\u5168\\u6027\\u80fd\"},{\"title\":\"\\u591a\\u79cd\\u6b3e\\u5f0f\\u9009\\u62e9\",\"desc\":\"\\u591a\\u6b3e\\u5f0f\\u7684\\u8bbe\\u8ba1\\uff0c\\u591a\\u98ce\\u683c\\u8868\\u73b0\\uff0c\\u63d0\\u4f9b\\u66f4\\u591a\\u9009\\u62e9\\uff0c\\u786e\\u4fdd\\u4ea7\\u54c1\\u4e0e\\u5c45\\u4f4f\\u7684\\u5efa\\u7b51\\u98ce\\u683c\\u548c\\u8c10\\u4e00\\u81f4\"}],\"type\":\"array\",\"item\":{\"title\":{\"title\":\"\\u6807\\u9898\",\"value\":\"\",\"type\":\"text\",\"rule\":{\"require\":true}},\"desc\":{\"title\":\"\\u63cf\\u8ff0\",\"value\":\"\",\"type\":\"text\"},\"img\":{\"title\":\"\\u56fe\\u7247\",\"value\":\"\",\"type\":\"image\"}},\"tip\":\"\"}}}}}' , `description` = '首頁(yè)模板文件' , `is_public` = 1 , `list_order` = 5 WHERE `theme` = 'default' AND `file` = 'portal/index' [ RunTime:0.246740s ]
- [ SQL ] SELECT * FROM `hz_theme_file` WHERE `theme` = 'default' AND `file` = 'portal/newdetail' LIMIT 1 [ RunTime:0.000536s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 27,
'filtered' => 3.7037036418914795,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hz_theme_file` SET `theme` = 'default' , `action` = 'portal/Article/index' , `file` = 'portal/newdetail' , `name` = '文章頁(yè)' , `more` = '{\"vars\":{\"hot_articles_category_id\":{\"title\":\"Hot Articles\\u5206\\u7c7bID\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}}}' , `config_more` = '{\"vars\":{\"hot_articles_category_id\":{\"title\":\"Hot Articles\\u5206\\u7c7bID\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}}}' , `description` = '文章頁(yè)模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'default' AND `file` = 'portal/newdetail' [ RunTime:0.172850s ]
- [ SQL ] SELECT * FROM `hz_theme_file` WHERE `theme` = 'default' AND `file` = 'portal/news' LIMIT 1 [ RunTime:0.000491s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 27,
'filtered' => 3.7037036418914795,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hz_theme_file` SET `theme` = 'default' , `action` = 'portal/List/index' , `file` = 'portal/news' , `name` = '文章列表頁(yè)' , `more` = '{\"vars\":[],\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u6587\\u7ae0\",\"display\":\"1\",\"vars\":{\"hottest_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `config_more` = '{\"vars\":[],\"widgets\":{\"hottest_articles\":{\"title\":\"\\u70ed\\u95e8\\u6587\\u7ae0\",\"display\":\"1\",\"vars\":{\"hottest_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"last_articles\":{\"title\":\"\\u6700\\u65b0\\u53d1\\u5e03\",\"display\":\"1\",\"vars\":{\"last_articles_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `description` = '文章列表模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'default' AND `file` = 'portal/news' [ RunTime:0.178931s ]
- [ SQL ] SELECT * FROM `hz_theme_file` WHERE `theme` = 'default' AND `file` = 'project/aboutdetail' LIMIT 1 [ RunTime:0.000387s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 27,
'filtered' => 3.7037036418914795,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hz_theme_file` SET `theme` = 'default' , `action` = 'project/Show/index' , `file` = 'project/aboutdetail' , `name` = '關(guān)于我們?cè)斍轫?yè)' , `more` = '{\"widgets\":{\"index\":{\"title\":\"\\u5173\\u4e8e\\u6211\\u4eec\\u8be6\\u60c5\\u9875\",\"display\":\"1\",\"vars\":{\"about_title\":{\"title\":\"\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `config_more` = '{\"widgets\":{\"index\":{\"title\":\"\\u5173\\u4e8e\\u6211\\u4eec\\u8be6\\u60c5\\u9875\",\"display\":\"1\",\"vars\":{\"about_title\":{\"title\":\"\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `description` = '關(guān)于我們?cè)斍轫?yè)模板文件' , `is_public` = 0 , `list_order` = 1 WHERE `theme` = 'default' AND `file` = 'project/aboutdetail' [ RunTime:0.208260s ]
- [ SQL ] SELECT * FROM `hz_theme_file` WHERE `theme` = 'default' AND `file` = 'project/aboutlist' LIMIT 1 [ RunTime:0.000571s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 27,
'filtered' => 3.7037036418914795,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hz_theme_file` SET `theme` = 'default' , `action` = 'project/Collections/index' , `file` = 'project/aboutlist' , `name` = '關(guān)于我們列表頁(yè)' , `more` = '{\"widgets\":{\"index\":{\"title\":\"\\u5173\\u4e8e\\u6211\\u4eec\",\"display\":\"1\",\"vars\":{\"about_title\":{\"title\":\"\\u201c\\u6807\\u9898\\u201d\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `config_more` = '{\"widgets\":{\"index\":{\"title\":\"\\u5173\\u4e8e\\u6211\\u4eec\\u5217\\u8868\\u9875\",\"display\":\"1\",\"vars\":{\"about_title\":{\"title\":\"\\u201c\\u6807\\u9898\\u201d\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `description` = '關(guān)于我們列表頁(yè)模板文件' , `is_public` = 0 , `list_order` = 1 WHERE `theme` = 'default' AND `file` = 'project/aboutlist' [ RunTime:0.134936s ]
- [ SQL ] SELECT * FROM `hz_theme_file` WHERE `theme` = 'default' AND `file` = 'project/cases' LIMIT 1 [ RunTime:0.000485s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 27,
'filtered' => 3.7037036418914795,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hz_theme_file` SET `theme` = 'default' , `action` = 'project/Collections/index' , `file` = 'project/cases' , `name` = '工程案例' , `more` = '{\"widgets\":{\"index\":{\"title\":\"\\u5de5\\u7a0b\\u6848\\u4f8b\",\"display\":\"1\",\"vars\":{\"about_title\":{\"title\":\"\\u201c\\u6807\\u9898\\u201d\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `config_more` = '{\"widgets\":{\"index\":{\"title\":\"\\u5de5\\u7a0b\\u6848\\u4f8b\",\"display\":\"1\",\"vars\":{\"about_title\":{\"title\":\"\\u201c\\u6807\\u9898\\u201d\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `description` = '工程案例模板文件' , `is_public` = 0 , `list_order` = 1 WHERE `theme` = 'default' AND `file` = 'project/cases' [ RunTime:0.128925s ]
- [ SQL ] SELECT * FROM `hz_theme_file` WHERE `theme` = 'default' AND `file` = 'project/casesdetail' LIMIT 1 [ RunTime:0.000429s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 27,
'filtered' => 3.7037036418914795,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hz_theme_file` SET `theme` = 'default' , `action` = 'project/Show/index' , `file` = 'project/casesdetail' , `name` = '案例詳情頁(yè)' , `more` = '{\"widgets\":{\"index\":{\"title\":\"\\u6848\\u4f8b\\u8be6\\u60c5\\u9875\",\"display\":\"1\",\"vars\":{\"about_title\":{\"title\":\"\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `config_more` = '{\"widgets\":{\"index\":{\"title\":\"\\u6848\\u4f8b\\u8be6\\u60c5\\u9875\",\"display\":\"1\",\"vars\":{\"about_title\":{\"title\":\"\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `description` = '案例詳情頁(yè)模板文件' , `is_public` = 0 , `list_order` = 1 WHERE `theme` = 'default' AND `file` = 'project/casesdetail' [ RunTime:0.157700s ]
- [ SQL ] SELECT * FROM `hz_theme_file` WHERE `theme` = 'default' AND `file` = 'project/pinjia' LIMIT 1 [ RunTime:0.000447s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 27,
'filtered' => 3.7037036418914795,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hz_theme_file` SET `theme` = 'default' , `action` = 'project/Collections/index' , `file` = 'project/pinjia' , `name` = '客戶評(píng)價(jià)' , `more` = '{\"widgets\":{\"index\":{\"title\":\"\\u5ba2\\u6237\\u8bc4\\u4ef7\",\"display\":\"1\",\"vars\":{\"about_title\":{\"title\":\"\\u201c\\u6807\\u9898\\u201d\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `config_more` = '{\"widgets\":{\"index\":{\"title\":\"\\u5ba2\\u6237\\u8bc4\\u4ef7\",\"display\":\"1\",\"vars\":{\"about_title\":{\"title\":\"\\u201c\\u6807\\u9898\\u201d\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `description` = '客戶評(píng)價(jià)模板文件' , `is_public` = 0 , `list_order` = 1 WHERE `theme` = 'default' AND `file` = 'project/pinjia' [ RunTime:0.187720s ]
- [ SQL ] SELECT * FROM `hz_theme_file` WHERE `theme` = 'default' AND `file` = 'project/productdetail' LIMIT 1 [ RunTime:0.000644s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 27,
'filtered' => 3.7037036418914795,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hz_theme_file` SET `theme` = 'default' , `action` = 'project/Show/index' , `file` = 'project/productdetail' , `name` = '產(chǎn)品詳情頁(yè)' , `more` = '{\"widgets\":{\"index\":{\"title\":\"\\u4ea7\\u54c1\\u8be6\\u60c5\\u9875\",\"display\":\"1\",\"vars\":{\"about_title\":{\"title\":\"\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `config_more` = '{\"widgets\":{\"index\":{\"title\":\"\\u4ea7\\u54c1\\u8be6\\u60c5\\u9875\",\"display\":\"1\",\"vars\":{\"about_title\":{\"title\":\"\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `description` = '產(chǎn)品詳情頁(yè)模板文件' , `is_public` = 0 , `list_order` = 1 WHERE `theme` = 'default' AND `file` = 'project/productdetail' [ RunTime:0.117211s ]
- [ SQL ] SELECT * FROM `hz_theme_file` WHERE `theme` = 'default' AND `file` = 'project/products' LIMIT 1 [ RunTime:0.000423s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 27,
'filtered' => 3.7037036418914795,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hz_theme_file` SET `theme` = 'default' , `action` = 'project/Collections/index' , `file` = 'project/products' , `name` = '產(chǎn)品中心' , `more` = '{\"widgets\":{\"index\":{\"title\":\"\\u4ea7\\u54c1\\u4e2d\\u5fc3\",\"display\":\"1\",\"vars\":{\"about_title\":{\"title\":\"\\u201c\\u6807\\u9898\\u201d\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `config_more` = '{\"widgets\":{\"index\":{\"title\":\"\\u4ea7\\u54c1\\u4e2d\\u5fc3\",\"display\":\"1\",\"vars\":{\"about_title\":{\"title\":\"\\u201c\\u6807\\u9898\\u201d\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `description` = '產(chǎn)品中心模板文件' , `is_public` = 0 , `list_order` = 1 WHERE `theme` = 'default' AND `file` = 'project/products' [ RunTime:0.146257s ]
- [ SQL ] SELECT * FROM `hz_theme_file` WHERE `theme` = 'default' AND `file` = 'project/solvtion' LIMIT 1 [ RunTime:0.000449s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 27,
'filtered' => 3.7037036418914795,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hz_theme_file` SET `theme` = 'default' , `action` = 'project/Collections/index' , `file` = 'project/solvtion' , `name` = '解決方案' , `more` = '{\"widgets\":{\"index\":{\"title\":\"\\u89e3\\u51b3\\u65b9\\u6848\",\"display\":\"1\",\"vars\":{\"about_title\":{\"title\":\"\\u201c\\u6807\\u9898\\u201d\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `config_more` = '{\"widgets\":{\"index\":{\"title\":\"\\u89e3\\u51b3\\u65b9\\u6848\",\"display\":\"1\",\"vars\":{\"about_title\":{\"title\":\"\\u201c\\u6807\\u9898\\u201d\",\"value\":\"\",\"type\":\"text\",\"placeholder\":\"\",\"tip\":\"\",\"rule\":{\"require\":true}}}}}}' , `description` = '解決方案模板文件' , `is_public` = 0 , `list_order` = 1 WHERE `theme` = 'default' AND `file` = 'project/solvtion' [ RunTime:0.159343s ]
- [ SQL ] SELECT * FROM `hz_theme_file` WHERE `theme` = 'default' AND `file` = 'public/config' LIMIT 1 [ RunTime:0.001834s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 27,
'filtered' => 3.7037036418914795,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hz_theme_file` SET `theme` = 'default' , `action` = 'public/Config' , `file` = 'public/config' , `name` = '模板全局配置' , `more` = '{\"vars\":{\"enable_mobile\":{\"title\":\"\\u624b\\u673a\\u6ce8\\u518c\",\"value\":1,\"type\":\"select\",\"options\":{\"1\":\"\\u5f00\\u542f\",\"0\":\"\\u5173\\u95ed\"},\"tip\":\"\"}},\"widgets\":{\"abanner\":{\"title\":\"\\u9875\\u9762\\u6a2a\\u5e45\",\"display\":\"1\",\"vars\":{\"tx\":{\"title\":\"\\u9875\\u9762\\u6a2a\\u5e45\",\"value\":[{\"img\":\"default\\/20191228\\/10b4d910cca2874acc66f049a8ee2750.png\"}],\"type\":\"array\",\"item\":{\"img\":{\"title\":\"\\u56fe\\u7247\",\"value\":\"\",\"type\":\"image\"}},\"tip\":\"\"}}}}}' , `config_more` = '{\"vars\":{\"enable_mobile\":{\"title\":\"\\u624b\\u673a\\u6ce8\\u518c\",\"value\":1,\"type\":\"select\",\"options\":{\"1\":\"\\u5f00\\u542f\",\"0\":\"\\u5173\\u95ed\"},\"tip\":\"\"}},\"widgets\":{\"abanner\":{\"title\":\"\\u9875\\u9762\\u6a2a\\u5e45\",\"display\":\"1\",\"vars\":{\"tx\":{\"title\":\"\\u9875\\u9762\\u6a2a\\u5e45\",\"value\":[[]],\"type\":\"array\",\"item\":{\"img\":{\"title\":\"\\u56fe\\u7247\",\"value\":\"\",\"type\":\"image\"}},\"tip\":\"\"}}}}}' , `description` = '模板全局配置文件' , `is_public` = 1 , `list_order` = 0 WHERE `theme` = 'default' AND `file` = 'public/config' [ RunTime:0.056115s ]
- [ SQL ] SELECT * FROM `hz_theme_file` WHERE `theme` = 'default' AND `file` = 'public/nav' LIMIT 1 [ RunTime:0.000380s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 27,
'filtered' => 3.7037036418914795,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `hz_theme_file` SET `theme` = 'default' , `action` = 'public/Nav' , `file` = 'public/nav' , `name` = '導(dǎo)航條' , `more` = '{\"vars\":{\"company_name\":{\"title\":\"\\u516c\\u53f8\\u540d\\u79f0\",\"name\":\"company_name\",\"value\":\"ThinkCMF\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}}}' , `config_more` = '{\"vars\":{\"company_name\":{\"title\":\"\\u516c\\u53f8\\u540d\\u79f0\",\"name\":\"company_name\",\"value\":\"FoShanHaoZhan\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}}}' , `description` = '導(dǎo)航條模板文件' , `is_public` = 1 , `list_order` = 1 WHERE `theme` = 'default' AND `file` = 'public/nav' [ RunTime:0.028470s ]
- [ SQL ] SELECT * FROM `hz_theme_file` WHERE `theme` = 'default' [ RunTime:0.000583s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 27,
'filtered' => 10,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `hz_theme` [ RunTime:0.000653s ]
- [ SQL ] UPDATE `hz_theme` SET `name` = 'default' , `version` = '1.0.0' , `demo_url` = 'http://hz.foshanhaozhan.com' , `author` = 'foshanhaozhan' , `lang` = 'zh-cn' , `author_url` = 'http://hz.foshanhaozhan.com' , `keywords` = 'PC模板' , `description` = 'PC模板' WHERE `theme` = 'default' [ RunTime:0.020904s ]
- [ SQL ] SELECT `more` FROM `hz_theme_file` WHERE `theme` = 'default' AND ( `is_public` = 1 OR `file` = 'project/casesdetail' ) [ RunTime:0.004077s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_theme_file',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 27,
'filtered' => 3.7037036418914795,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `config` FROM `hz_plugin` WHERE `name` = 'Qiniu' LIMIT 1 [ RunTime:0.000386s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_plugin',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 4,
'filtered' => 25,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `hz_nav_menu` [ RunTime:0.000812s ]
- [ SQL ] SELECT * FROM `hz_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 AND `parent_id` = 0 ORDER BY `list_order` [ RunTime:0.000366s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_nav_menu',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 18,
'filtered' => 5.5555558204650879,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT `path` FROM `hz_project_category` WHERE `id` = 8 LIMIT 1 [ RunTime:0.000373s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_category',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `hz_project_category` WHERE `id` IN (0,6,8) ORDER BY `path` ASC [ RunTime:0.000409s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_category',
'partitions' => NULL,
'type' => 'range',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => NULL,
'rows' => 3,
'filtered' => 100,
'extra' => 'Using index condition; Using filesort',
) ]
- [ SQL ] SELECT * FROM `hz_project_category` WHERE `status` = 1 AND `delete_time` = 0 AND `parent_id` = 2 ORDER BY `list_order` ASC [ RunTime:0.000510s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_project_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 15,
'filtered' => 6.6666660308837891,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT post.*,min(category_post.category_id) as category_id FROM `hz_project_post` `post` INNER JOIN `hz_project_category_post` `category_post` ON `post`.`id`=`category_post`.`post_id` WHERE `post`.`post_status` = 1 AND `post`.`delete_time` = 0 AND ( post.recommended = 1 ) AND ( `category_post`.`category_id` IN ('10','11','12','13','14') ) AND ( `post`.`published_time` > 0 and `post`.`published_time` < 1761117413 ) GROUP BY `post`.`id` ORDER BY `create_time` DESC LIMIT 4 [ RunTime:0.002569s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category_post',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 50,
'filtered' => 50,
'extra' => 'Using where; Using temporary; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `hz_portal_post` [ RunTime:0.004339s ]
- [ SQL ] SELECT post.*,min(category_post.category_id) as category_id FROM `hz_portal_post` `post` INNER JOIN `hz_portal_category_post` `category_post` ON `post`.`id`=`category_post`.`post_id` WHERE `post`.`post_status` = 1 AND `post`.`post_type` = 1 AND `post`.`delete_time` = 0 AND ( `post`.`post_keywords` LIKE '%%' ) AND ( `category_post`.`category_id` = '8' ) AND ( `post`.`published_time` > 0 and `post`.`published_time` < 1761117413 ) GROUP BY `post`.`id` LIMIT 10 [ RunTime:0.002311s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category_post',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'term_taxonomy_id',
'key' => 'term_taxonomy_id',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100,
'extra' => 'Using index condition; Using temporary; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `hz_portal_category` [ RunTime:0.003506s ]
- [ SQL ] SELECT * FROM `hz_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `parent_id` = 4 ORDER BY `list_order` ASC [ RunTime:0.000410s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 2,
'filtered' => 50,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM ( SELECT count(*) AS think_count FROM `hz_portal_post` `post` INNER JOIN `hz_portal_category_post` `category_post` ON `post`.`id`=`category_post`.`post_id` WHERE `post`.`post_status` = 1 AND `post`.`post_type` = 1 AND `post`.`delete_time` = 0 AND ( `category_post`.`category_id` IN ('1','2') ) AND ( `post`.`published_time` > 0 and `post`.`published_time` < 1761117413 ) GROUP BY `post`.`id` ) `_group_count_` [ RunTime:0.004481s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'PRIMARY',
'table' => '<derived2>',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 2,
'filtered' => 100,
'extra' => NULL,
) ]
- [ SQL ] SELECT post.*,min(category_post.category_id) as category_id FROM `hz_portal_post` `post` INNER JOIN `hz_portal_category_post` `category_post` ON `post`.`id`=`category_post`.`post_id` WHERE `post`.`post_status` = 1 AND `post`.`post_type` = 1 AND `post`.`delete_time` = 0 AND ( `category_post`.`category_id` IN ('1','2') ) AND ( `post`.`published_time` > 0 and `post`.`published_time` < 1761117413 ) GROUP BY `post`.`id` ORDER BY `create_time` DESC LIMIT 0,15 [ RunTime:0.024084s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'category_post',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'term_taxonomy_id',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 26,
'filtered' => 100,
'extra' => 'Using where; Using temporary; Using filesort',
) ]
- [ SQL ] SELECT * FROM `hz_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 AND `parent_id` = 0 [ RunTime:0.000866s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'hz_nav_menu',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 18,
'filtered' => 5.5555558204650879,
'extra' => 'Using where',
) ]