基本
文件
流程
錯(cuò)誤
SQL
調(diào)試
- 請求信息 : 2025-06-24 21:57:50 HTTP/1.1 GET : http://www.houxr.com/equipment/352.html?ac=3
- 運(yùn)行時(shí)間 : 0.320661s [ 吞吐率:3.12req/s ] 內(nèi)存消耗:4,172.28kb 文件加載:112
- 查詢信息 : 26 queries 13 writes
- 緩存信息 : 7 reads,0 writes
- [ LANG ] D:\wwwroot\dzpxkj/vendor\thinkphp\lang\zh-cn.php
- [ LANG ] D:\wwwroot\dzpxkj\app\portal\\lang\zh-cn.php
- [ ROUTE ] array (
'rule' => 'equipment/<id>',
'route' => 'portal/Article/index?cid=8',
'option' =>
array (
'merge_rule_regex' => false,
),
'var' =>
array (
'id' => '352',
),
)
- [ HEADER ] array (
'content-type' => 'application/x-www-form-urlencoded; Charset=UTF-8',
'content-length' => '0',
'x-original-url' => '/equipment/352.html?ac=3',
'realip-wts-x' => '104.219.213.113',
'x-forwarded-proto' => 'http',
'x-real-ip' => '10.11.1.6',
'x-forwarded-for' => '104.219.213.113',
'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko',
'referer' => 'http://www.baidu.com',
'host' => 'www.houxr.com',
'cookie' => 't=92d7540e476b153862b4ea2356ede7b3; r=8148',
'accept-language' => 'zh-CN,zh',
'accept-encoding' => 'gzip',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'connection' => 'close',
)
- [ PARAM ] array (
'ac' => '3',
'cid' => '8',
'id' => '352',
)
- [ LANG ] D:\wwwroot\dzpxkj\vendor\thinkcmf\cmf\src\behavior/../lang\zh-cn.php
- [ LANG ] D:\wwwroot\dzpxkj\vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn.php
- [ LANG ] D:\wwwroot\dzpxkj\vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn/common.php
- [ LANG ] D:\wwwroot\dzpxkj\vendor/thinkcmf/cmf-app/src/user/lang/zh-cn.php
- [ LANG ] D:\wwwroot\dzpxkj/app/portal\lang\zh-cn\common.php
- [ LANG ] D:\wwwroot\dzpxkj/app/portal\lang\zh-cn\home.php
- [ DB ] INIT mysql
- [ VIEW ] D:\wwwroot\dzpxkj\wwwroot/themes/web_simpleboot3/portal\article.html [ array (
0 => 'site_info',
1 => 'category',
2 => 'article',
3 => 'categoryId',
4 => 'prev_article',
5 => 'next_article',
6 => 'theme_vars',
7 => 'theme_widgets',
) ]
- [ DB ] CONNECT:[ UseTime:0.002680s ] mysql:host=127.0.0.1;port=3306;dbname=dzpxkj;charset=utf8
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_post` [ RunTime:0.016031s ]
- [ SQL ] SELECT `post`.* FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `relation` ON `post`.`id`=`relation`.`post_id` WHERE `post`.`post_type` = '1' AND `post`.`post_status` = '1' AND `post`.`delete_time` = '0' AND `relation`.`category_id` = '8' AND `relation`.`post_id` = '352' AND ( `post`.`published_time` < '1750773470' and `post`.`published_time` > '0' ) LIMIT 1 [ RunTime:0.001719s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'post',
'type' => 'const',
'possible_keys' => 'PRIMARY,type_status_date',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] SELECT `post`.* FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `relation` ON `post`.`id`=`relation`.`post_id` WHERE `post`.`post_type` = '1' AND `post`.`post_status` = '1' AND `post`.`delete_time` = '0' AND `relation`.`category_id` = '8' AND `relation`.`post_id` < '352' AND ( `post`.`published_time` < '1750773470' and `post`.`published_time` > '0' ) ORDER BY `id` DESC LIMIT 1 [ RunTime:0.006010s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'relation',
'type' => 'ref',
'possible_keys' => 'term_taxonomy_id',
'key' => 'term_taxonomy_id',
'key_len' => '8',
'ref' => 'const',
'rows' => 17,
'extra' => 'Using index condition; Using where; Using temporary; Using filesort',
) ]
- [ SQL ] SELECT `post`.* FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `relation` ON `post`.`id`=`relation`.`post_id` WHERE `post`.`post_type` = '1' AND `post`.`post_status` = '1' AND `post`.`delete_time` = '0' AND `relation`.`category_id` = '8' AND `relation`.`post_id` > '352' AND ( `post`.`published_time` < '1750773470' and `post`.`published_time` > '0' ) ORDER BY `id` ASC LIMIT 1 [ RunTime:0.008610s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'post',
'type' => 'range',
'possible_keys' => 'PRIMARY,type_status_date',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => NULL,
'rows' => 5,
'extra' => 'Using where; Using temporary; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_category` [ RunTime:0.014077s ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `id` = 8 AND `status` = 1 LIMIT 1 [ RunTime:0.000815s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'extra' => NULL,
) ]
- [ SQL ] UPDATE `cmf_portal_post` SET `post_hits` = `post_hits` + 1 WHERE `id` = 352 [ RunTime:0.004123s ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme_file` [ RunTime:0.014313s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'web_simpleboot3' AND `file` = 'portal/article' LIMIT 1 [ RunTime:0.000587s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'web_simpleboot3' , `action` = 'portal/Article/index' , `file` = 'portal/article' , `name` = '新聞中心內(nèi)頁' , `more` = '{\"vars\":{\"parent_nav_menu_id\":{\"title\":\"\\u65b0\\u95fb\\u4e2d\\u5fc3\",\"value\":\"7\",\"type\":\"number\",\"tip\":\"\\u6839\\u636eparent_id\\u5f97\\u51fa\\u5b50id\"}},\"widgets\":[]}' , `config_more` = '{\"vars\":{\"parent_nav_menu_id\":{\"title\":\"\\u65b0\\u95fb\\u4e2d\\u5fc3\",\"value\":\"\",\"type\":\"number\",\"tip\":\"\\u6839\\u636eparent_id\\u5f97\\u51fa\\u5b50id\"}},\"widgets\":[]}' , `description` = '內(nèi)頁模板文件_A:xiaoTiaohu' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'web_simpleboot3' AND `file` = 'portal/article' [ RunTime:0.002756s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'web_simpleboot3' AND `file` = 'portal/contact' LIMIT 1 [ RunTime:0.000522s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'web_simpleboot3' , `action` = 'portal/Page/index' , `file` = 'portal/contact' , `name` = '聯(lián)系我們頁' , `more` = '{\"vars\":{\"contact_cname\":{\"title\":\"\\u516c\\u53f8\\u540d\\u79f0\",\"value\":\"\\u56db\\u5ddd\\u9e4f\\u7fd4\\u7535\\u5b50\\u79d1\\u6280\\u6709\\u9650\\u8d23\\u4efb\\u516c\\u53f8\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"contact_address\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\",\"value\":\"\\u56db\\u5ddd\\u8fbe\\u5dde\\u5927\\u7af9\\u53bf\\u5de5\\u4e1a\\u56ed\\u533a\\u7ecf\\u5f00\\u5927\\u90533\\u53f7\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"contact_tel\":{\"title\":\"\\u516c\\u53f8\\u7535\\u8bdd\",\"value\":\"0818-6105880 \",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"contact_email\":{\"title\":\"\\u516c\\u53f8\\u90ae\\u7bb1\",\"value\":\"dzpxzjb@126.com\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"contact_web\":{\"title\":\"\\u516c\\u53f8\\u7f51\\u5740\",\"value\":\"http:\\/\\/www.houxr.com\\/\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}}}}' , `config_more` = '{\"vars\":{\"contact_cname\":{\"title\":\"\\u516c\\u53f8\\u540d\\u79f0\",\"value\":\"\\u8fbe\\u5dde\\u5e02\\u6587\\u5316\\u65c5\\u6e38\\u6295\\u8d44\\u6709\\u9650\\u516c\\u53f8\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"contact_address\":{\"title\":\"\\u516c\\u53f8\\u5730\\u5740\",\"value\":\"\\u8fbe\\u5dde\\u5e02\\u901a\\u5ddd\\u533a\\u897f\\u5916\\u5df4\\u5c71\\u5927\\u5267\\u9662\\u4e8c\\u697c\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"contact_tel\":{\"title\":\"\\u516c\\u53f8\\u7535\\u8bdd\",\"value\":\"0818-5325609\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"contact_email\":{\"title\":\"\\u516c\\u53f8\\u90ae\\u7bb1\",\"value\":\"dzwltz@163.com\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}},\"contact_web\":{\"title\":\"\\u516c\\u53f8\\u7f51\\u5740\",\"value\":\"www.dzwltz.com\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}}}}' , `description` = '聯(lián)系我們頁模板文件_A:xiaoTiaohu' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'web_simpleboot3' AND `file` = 'portal/contact' [ RunTime:0.002841s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'web_simpleboot3' AND `file` = 'portal/index' LIMIT 1 [ RunTime:0.000729s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'web_simpleboot3' , `action` = 'portal/Index/index' , `file` = 'portal/index' , `name` = '首頁' , `more` = '{\"vars\":{\"top_slide\":{\"title\":\"\\u9876\\u90e8\\u5e7b\\u706f\\u7247\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"admin\\/Slide\\/index\",\"multi\":false},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u9876\\u90e8\\u5e7b\\u706f\\u7247\",\"tip\":\"\\u9876\\u90e8\\u5e7b\\u706f\\u7247\",\"rule\":{\"require\":true}}},\"widgets\":{\"index_about\":{\"title\":\"\\u516c\\u53f8\\u7b80\\u4ecb\",\"display\":1,\"vars\":{\"last_news_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"1\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/page\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u516c\\u53f8\\u7b80\\u4ecbID\",\"tip\":\"\",\"rule\":{\"require\":true},\"valueText\":\"\\u516c\\u53f8\\u7b80\\u4ecb\"}}},\"index_news\":{\"title\":\"\\u65b0\\u95fb\\u8d44\\u8baf\",\"display\":1,\"vars\":{\"last_news_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"11\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true},\"valueText\":\"\\u65b0\\u95fb\\u8d44\\u8baf\"}}},\"index_pro\":{\"title\":\"\\u4ea7\\u54c1\\u5c55\\u793a\",\"display\":1,\"vars\":{\"last_news_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"2,3,4,5,6,7\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/Category\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u5206\\u7c7b\",\"tip\":\"\",\"rule\":{\"require\":true},\"valueText\":\"\\u4ea7\\u54c1\\u5c55\\u793a,\\u819c\\u5f0f\\u71c3\\u6c14\\u8868,IC\\u5361\\u819c\\u5f0f\\u71c3\\u6c14\\u8868,\\u8fdc\\u4f20\\u71c3\\u6c14\\u8868,\\u7269\\u8054\\u7f51\\u71c3\\u6c14\\u8868,\\u5176\\u4ed6\"}}}}}' , `config_more` = '{\"vars\":{\"top_slide\":{\"title\":\"\\u9876\\u90e8\\u5e7b\\u706f\\u7247\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"admin\\/Slide\\/index\",\"multi\":false},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u9876\\u90e8\\u5e7b\\u706f\\u7247\",\"tip\":\"\\u9876\\u90e8\\u5e7b\\u706f\\u7247\",\"rule\":{\"require\":true}}},\"widgets\":{\"index_about\":{\"title\":\"\\u516c\\u53f8\\u7b80\\u4ecb\",\"display\":\"1\",\"vars\":{\"last_news_category_id\":{\"title\":\"\\u6587\\u7ae0\\u5206\\u7c7bID\",\"value\":\"\",\"type\":\"text\",\"dataSource\":{\"api\":\"portal\\/page\\/index\",\"multi\":true},\"placeholder\":\"\\u8bf7\\u9009\\u62e9\\u516c\\u53f8\\u7b80\\u4ecbID\",\"tip\":\"\",\"rule\":{\"require\":true}}}},\"index_news\":{\"title\":\"\\u65b0\\u95fb\\u8d44\\u8baf\",\"display\":\"1\",\"vars\":{\"last_news_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}}}},\"index_pro\":{\"title\":\"\\u4ea7\\u54c1\\u5c55\\u793a\",\"display\":\"1\",\"vars\":{\"last_news_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` = '首頁模板文件_A:xiaoTiaohu' , `is_public` = 0 , `list_order` = 5 WHERE `theme` = 'web_simpleboot3' AND `file` = 'portal/index' [ RunTime:0.003218s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'web_simpleboot3' AND `file` = 'portal/khpage' LIMIT 1 [ RunTime:0.000446s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'web_simpleboot3' , `action` = 'portal/Page/index' , `file` = 'portal/khpage' , `name` = '單頁' , `more` = '{\"vars\":{\"parent_nav_menu_id\":{\"title\":\"\\u5355\\u9875\",\"value\":\"19\",\"type\":\"number\",\"tip\":\"\\u6839\\u636eparent_id\\u5f97\\u51fa\\u5b50id\"}},\"widgets\":[]}' , `config_more` = '{\"vars\":{\"parent_nav_menu_id\":{\"title\":\"\\u5355\\u9875\",\"value\":\"\",\"type\":\"number\",\"tip\":\"\\u6839\\u636eparent_id\\u5f97\\u51fa\\u5b50id\"}},\"widgets\":[]}' , `description` = '單頁面模板文件_A:xiaoTiaohu' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'web_simpleboot3' AND `file` = 'portal/khpage' [ RunTime:0.002731s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'web_simpleboot3' AND `file` = 'portal/news' LIMIT 1 [ RunTime:0.000575s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'web_simpleboot3' , `action` = 'portal/List/index' , `file` = 'portal/news' , `name` = '新聞動態(tài)' , `more` = '{\"vars\":{\"parent_nav_menu_id\":{\"title\":\"\\u65b0\\u95fb\\u52a8\\u6001\",\"value\":\"\",\"type\":\"number\",\"tip\":\"\\u6839\\u636eparent_id\\u5f97\\u51fa\\u5b50id\"},\"page\":{\"title\":\"\\u6bcf\\u9875\\u6587\\u7ae0\\u6570\\u91cf\",\"value\":\"1\",\"type\":\"number\",\"tip\":\"\\u6bcf\\u9875\\u6587\\u7ae0\\u6570\\u91cf\"}},\"widgets\":[]}' , `config_more` = '{\"vars\":{\"parent_nav_menu_id\":{\"title\":\"\\u65b0\\u95fb\\u52a8\\u6001\",\"value\":\"\",\"type\":\"number\",\"tip\":\"\\u6839\\u636eparent_id\\u5f97\\u51fa\\u5b50id\"},\"page\":{\"title\":\"\\u6bcf\\u9875\\u6587\\u7ae0\\u6570\\u91cf\",\"value\":\"\",\"type\":\"number\",\"tip\":\"\\u6bcf\\u9875\\u6587\\u7ae0\\u6570\\u91cf\"}},\"widgets\":[]}' , `description` = '列表模板文件_A:xiaoTiaohu' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'web_simpleboot3' AND `file` = 'portal/news' [ RunTime:0.003075s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'web_simpleboot3' AND `file` = 'portal/page' LIMIT 1 [ RunTime:0.000520s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'web_simpleboot3' , `action` = 'portal/Page/index' , `file` = 'portal/page' , `name` = '單頁' , `more` = '{\"vars\":{\"parent_nav_menu_id\":{\"title\":\"\\u5355\\u9875\",\"value\":\"2\",\"type\":\"number\",\"tip\":\"\\u6839\\u636eparent_id\\u5f97\\u51fa\\u5b50id\"}},\"widgets\":[]}' , `config_more` = '{\"vars\":{\"parent_nav_menu_id\":{\"title\":\"\\u5355\\u9875\",\"value\":\"\",\"type\":\"number\",\"tip\":\"\\u6839\\u636eparent_id\\u5f97\\u51fa\\u5b50id\"}},\"widgets\":[]}' , `description` = '單頁面模板文件_A:xiaoTiaohu' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'web_simpleboot3' AND `file` = 'portal/page' [ RunTime:0.002898s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'web_simpleboot3' AND `file` = 'portal/party' LIMIT 1 [ RunTime:0.000566s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'web_simpleboot3' , `action` = 'portal/List/index' , `file` = 'portal/party' , `name` = '三合一' , `more` = '{\"vars\":{\"parent_nav_menu_id\":{\"title\":\"\\u4e09\\u5408\\u4e00\",\"value\":\"2\",\"type\":\"number\",\"tip\":\"\\u6839\\u636eparent_id\\u5f97\\u51fa\\u5b50id\"},\"page\":{\"title\":\"\\u6bcf\\u9875\\u6587\\u7ae0\\u6570\\u91cf\",\"value\":\"9\",\"type\":\"number\",\"tip\":\"\\u6bcf\\u9875\\u6587\\u7ae0\\u6570\\u91cf\"}},\"widgets\":[]}' , `config_more` = '{\"vars\":{\"parent_nav_menu_id\":{\"title\":\"\\u4e09\\u5408\\u4e00\",\"value\":\"\",\"type\":\"number\",\"tip\":\"\\u6839\\u636eparent_id\\u5f97\\u51fa\\u5b50id\"},\"page\":{\"title\":\"\\u6bcf\\u9875\\u6587\\u7ae0\\u6570\\u91cf\",\"value\":\"\",\"type\":\"number\",\"tip\":\"\\u6bcf\\u9875\\u6587\\u7ae0\\u6570\\u91cf\"}},\"widgets\":[]}' , `description` = '_A:xiaoTiaohu' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'web_simpleboot3' AND `file` = 'portal/party' [ RunTime:0.002945s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'web_simpleboot3' AND `file` = 'portal/sb' LIMIT 1 [ RunTime:0.000540s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'web_simpleboot3' , `action` = 'portal/List/index' , `file` = 'portal/sb' , `name` = '產(chǎn)品' , `more` = '{\"vars\":{\"parent_nav_menu_id\":{\"title\":\"\\u4ea7\\u54c1\",\"value\":\"9\",\"type\":\"number\",\"tip\":\"\\u6839\\u636eparent_id\\u5f97\\u51fa\\u5b50id\"},\"page\":{\"title\":\"\\u6bcf\\u9875\\u6587\\u7ae0\\u6570\\u91cf\",\"value\":\"9\",\"type\":\"number\",\"tip\":\"\\u6bcf\\u9875\\u6587\\u7ae0\\u6570\\u91cf\"}},\"widgets\":[]}' , `config_more` = '{\"vars\":{\"parent_nav_menu_id\":{\"title\":\"\\u4ea7\\u54c1\",\"value\":\"\",\"type\":\"number\",\"tip\":\"\\u6839\\u636eparent_id\\u5f97\\u51fa\\u5b50id\"},\"page\":{\"title\":\"\\u6bcf\\u9875\\u6587\\u7ae0\\u6570\\u91cf\",\"value\":\"\",\"type\":\"number\",\"tip\":\"\\u6bcf\\u9875\\u6587\\u7ae0\\u6570\\u91cf\"}},\"widgets\":[]}' , `description` = '黨群建設(shè)_A:xiaoTiaohu' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'web_simpleboot3' AND `file` = 'portal/sb' [ RunTime:0.003336s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'web_simpleboot3' AND `file` = 'portal/search' LIMIT 1 [ RunTime:0.000567s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'web_simpleboot3' , `action` = 'portal/search/index' , `file` = 'portal/search' , `name` = '搜索頁面' , `more` = '{\"vars\":{\"varName1\":{\"title\":\"\\u70ed\\u95e8\\u641c\\u7d22\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\\u8fd9\\u662f\\u4e00\\u4e2atext\",\"rule\":{\"require\":true}}}}' , `config_more` = '{\"vars\":{\"varName1\":{\"title\":\"\\u70ed\\u95e8\\u641c\\u7d22\",\"value\":\"1\",\"type\":\"text\",\"tip\":\"\\u8fd9\\u662f\\u4e00\\u4e2atext\",\"rule\":{\"require\":true}}}}' , `description` = '搜索模板文件' , `is_public` = 0 , `list_order` = 10 WHERE `theme` = 'web_simpleboot3' AND `file` = 'portal/search' [ RunTime:0.003005s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'web_simpleboot3' AND `file` = 'public/config' LIMIT 1 [ RunTime:0.000681s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'web_simpleboot3' , `action` = 'public/Config' , `file` = 'public/config' , `name` = '模板全局配置' , `more` = '{\"vars\":{\"contact_tel\":{\"title\":\"\\u516c\\u53f8\\u7535\\u8bdd\",\"value\":\"0818-6105880 \",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}}},\"widgets\":[]}' , `config_more` = '{\"vars\":{\"contact_tel\":{\"title\":\"\\u516c\\u53f8\\u7535\\u8bdd\",\"value\":\"0818-5325609\",\"type\":\"text\",\"tip\":\"\",\"rule\":{\"require\":true}}},\"widgets\":[]}' , `description` = '模板全局配置文件' , `is_public` = 1 , `list_order` = 0 WHERE `theme` = 'web_simpleboot3' AND `file` = 'public/config' [ RunTime:0.002818s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'web_simpleboot3' AND `file` = 'public/nav' LIMIT 1 [ RunTime:0.000577s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] UPDATE `cmf_theme_file` SET `theme` = 'web_simpleboot3' , `action` = 'public/Nav' , `file` = 'public/nav' , `name` = '導(dǎo)航條' , `more` = '{\"vars\":{\"company_name\":{\"title\":\"\\u516c\\u53f8\\u540d\\u79f0\",\"name\":\"company_name\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}}}' , `config_more` = '{\"vars\":{\"company_name\":{\"title\":\"\\u516c\\u53f8\\u540d\\u79f0\",\"name\":\"company_name\",\"value\":\"\",\"type\":\"text\",\"tip\":\"\",\"rule\":[]}}}' , `description` = '導(dǎo)航條模板文件' , `is_public` = 1 , `list_order` = 1 WHERE `theme` = 'web_simpleboot3' AND `file` = 'public/nav' [ RunTime:0.003081s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'web_simpleboot3' [ RunTime:0.000817s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme` [ RunTime:0.013762s ]
- [ SQL ] UPDATE `cmf_theme` SET `name` = 'web_simpleboot3' , `version` = '1.0.2' , `demo_url` = '' , `author` = 'admin' , `lang` = 'zh-cn' , `author_url` = '' , `keywords` = 'admin Template' , `description` = '改版-新模板' WHERE `theme` = 'web_simpleboot3' [ RunTime:0.000644s ]
- [ SQL ] SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'web_simpleboot3' AND ( `is_public` = 1 OR `file` = 'portal/article' ) [ RunTime:0.000494s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_theme_file',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 28,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_nav_menu` [ RunTime:0.008837s ]
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000479s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav_menu',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 20,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.011728s ]
- [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'storage' LIMIT 1 [ RunTime:0.000571s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'extra' => 'Impossible WHERE noticed after reading const tables',
) ]
- [ SQL ] SELECT * FROM `cmf_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000586s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_nav_menu',
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 20,
'extra' => 'Using where; Using filesort',
) ]