setpci命令是一个查询和配置PCI设备的实用工具。 命令中使用的数字都是十六进制数。
由于setpci命令需要修改硬件的配置参数,所以必须具有“root”用户权限。
通常使用setpci命令配置PCI设备之前,为了防止操作系统出现问题,总是先使用“setpci -vD”命令查看setpci命令的操作过程。
语法格式:setpci [参数] [PCI设备/操作]
常用参数:
-v | 显示指令执行的细节信息 |
-f | 当没有任何操作需要完成时,不显示任何信息 |
-D | 测试模式,并不真正将配置信息写入寄存器 |
-d | 仅显示给定厂商和设备的信息 |
-s | 仅显示指定总线、插槽上的设备或设备上的功能块信息 |
参考实例
是将设备0:14.0设备,PCI配置空间便宜量为0x60,写入新的字节变量6:
[root@xtuos.com ~]# setpci -s 0:14.0 60.B=6
设置PCI设备的定时器:
[root@xtuos.com ~]# setpci -d : latency_time=40
列出PCI设备并对其进行调节:
[root@xtuos.com ~]# lspci 00:0f.0 VGA compatible controller: VMware SVGA II Adapter [root@xtuos.com ~]# setpci -s 00:0f.0 F4.B=FF [root@xtuos.com ~]# setpci -s 00:0f.0 F4.B=CC
NAME | COMPONENT | DURATION | 0 ms | 25 ms | 50 ms | 75 ms | 100 ms | 125 ms | 150 ms | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Bootstrap | Timer | 25.37 ms | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Routing | Timer | 0.06 ms | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Before Filters | Timer | 0.03 ms | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Controller | Timer | 106.29 ms | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
After Filters | Timer | 0.64 ms |
Time | Query String | |
---|---|---|
0.6 ms | SELECT * FROM `dr_1_share_index` WHERE `id` = 48526 | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Database/BaseBuilder.php:1616 |
1 /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Database/BaseBuilder.php:1616 CodeIgniter\Database\BaseConnection->query() 2 /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Core/Model.php:498 CodeIgniter\Database\BaseBuilder->get() 3 /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Control/Show.php:19 Phpcmf\Model->get() 4 /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/CodeIgniter.php:943 Phpcmf\Control\Show->index() 5 /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/CodeIgniter.php:503 CodeIgniter\CodeIgniter->runController() 6 /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/CodeIgniter.php:361 CodeIgniter\CodeIgniter->handleRequest() 7 /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Init.php:106 CodeIgniter\CodeIgniter->run() 8 /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Init.php:500 require() 9 /webdata/wwwroot/www.wxx86.cn/public/index.php:50 require() |
||
0.48 ms | SELECT * FROM `dr_1_article` WHERE `id` = 48526 | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Database/BaseBuilder.php:1616 |
1 /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Database/BaseBuilder.php:1616 CodeIgniter\Database\BaseConnection->query() 2 /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Core/Model.php:498 CodeIgniter\Database\BaseBuilder->get() 3 /webdata/wwwroot/www.wxx86.cn/dayrui/App/Module/Models/Content.php:891 Phpcmf\Model->get() 4 /webdata/wwwroot/www.wxx86.cn/dayrui/App/Module/Extends/Home/Module.php:477 Phpcmf\Model\Module\Content->get_data() 5 /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Control/Show.php:36 Phpcmf\Home\Module->_Show() 6 /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/CodeIgniter.php:943 Phpcmf\Control\Show->index() 7 /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/CodeIgniter.php:503 CodeIgniter\CodeIgniter->runController() 8 /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/CodeIgniter.php:361 CodeIgniter\CodeIgniter->handleRequest() 9 /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Init.php:106 CodeIgniter\CodeIgniter->run() 10 /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Init.php:500 require() 11 /webdata/wwwroot/www.wxx86.cn/public/index.php:50 require() |
||
0.97 ms | SELECT * FROM `dr_1_article_data_0` WHERE `id` = 48526 | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Database/BaseBuilder.php:1616 |
1 /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Database/BaseBuilder.php:1616 CodeIgniter\Database\BaseConnection->query() 2 /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Core/Model.php:498 CodeIgniter\Database\BaseBuilder->get() 3 /webdata/wwwroot/www.wxx86.cn/dayrui/App/Module/Models/Content.php:904 Phpcmf\Model->get() 4 /webdata/wwwroot/www.wxx86.cn/dayrui/App/Module/Extends/Home/Module.php:477 Phpcmf\Model\Module\Content->get_data() 5 /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Control/Show.php:36 Phpcmf\Home\Module->_Show() 6 /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/CodeIgniter.php:943 Phpcmf\Control\Show->index() 7 /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/CodeIgniter.php:503 CodeIgniter\CodeIgniter->runController() 8 /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/CodeIgniter.php:361 CodeIgniter\CodeIgniter->handleRequest() 9 /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Init.php:106 CodeIgniter\CodeIgniter->run() 10 /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Init.php:500 require() 11 /webdata/wwwroot/www.wxx86.cn/public/index.php:50 require() |
||
4.33 ms | SELECT * FROM `dr_1_article` WHERE `catid` = 1 AND `id` < 48526 ORDER BY `id` desc LIMIT 1 | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Database/BaseBuilder.php:1616 |
1 /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Database/BaseBuilder.php:1616 CodeIgniter\Database\BaseConnection->query() 2 /webdata/wwwroot/www.wxx86.cn/dayrui/App/Module/Extends/Home/Module.php:774 CodeIgniter\Database\BaseBuilder->get() 3 /webdata/wwwroot/www.wxx86.cn/dayrui/App/Module/Extends/Home/Module.php:497 Phpcmf\Home\Module->_Show_Data() 4 /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Control/Show.php:36 Phpcmf\Home\Module->_Show() 5 /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/CodeIgniter.php:943 Phpcmf\Control\Show->index() 6 /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/CodeIgniter.php:503 CodeIgniter\CodeIgniter->runController() 7 /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/CodeIgniter.php:361 CodeIgniter\CodeIgniter->handleRequest() 8 /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Init.php:106 CodeIgniter\CodeIgniter->run() 9 /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Init.php:500 require() 10 /webdata/wwwroot/www.wxx86.cn/public/index.php:50 require() |
||
0.47 ms | SELECT * FROM `dr_1_article` WHERE `catid` = 1 AND `id` > 48526 ORDER BY `id` asc LIMIT 1 | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Database/BaseBuilder.php:1616 |
1 /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Database/BaseBuilder.php:1616 CodeIgniter\Database\BaseConnection->query() 2 /webdata/wwwroot/www.wxx86.cn/dayrui/App/Module/Extends/Home/Module.php:784 CodeIgniter\Database\BaseBuilder->get() 3 /webdata/wwwroot/www.wxx86.cn/dayrui/App/Module/Extends/Home/Module.php:497 Phpcmf\Home\Module->_Show_Data() 4 /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Control/Show.php:36 Phpcmf\Home\Module->_Show() 5 /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/CodeIgniter.php:943 Phpcmf\Control\Show->index() 6 /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/CodeIgniter.php:503 CodeIgniter\CodeIgniter->runController() 7 /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/CodeIgniter.php:361 CodeIgniter\CodeIgniter->handleRequest() 8 /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Init.php:106 CodeIgniter\CodeIgniter->run() 9 /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Init.php:500 require() 10 /webdata/wwwroot/www.wxx86.cn/public/index.php:50 require() |
||
0.43 ms | SELECT * FROM `dr_1_article` WHERE `dr_1_article`.`catid` = 1 ORDER BY `dr_1_article`.`hits` DESC LIMIT 10 | /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Core/View.php:1332 |
1 /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Core/View.php:1332 CodeIgniter\Database\BaseConnection->query() 2 /webdata/wwwroot/www.wxx86.cn/dayrui/App/Module/Action/Module.php:296 Phpcmf\View->_query() 3 /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Core/View.php:1280 require() 4 /webdata/wwwroot/www.wxx86.cn/cache/template/_DS_webdata_DS_wwwroot_DS_www.wxx86.cn_DS_template_DS_pc_DS_default_DS_home_DS_show.html.cache.php:122 Phpcmf\View->list_tag() 5 /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Core/View.php:284 include() 6 /webdata/wwwroot/www.wxx86.cn/dayrui/App/Module/Extends/Home/Module.php:596 Phpcmf\View->display() 7 /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Control/Show.php:36 Phpcmf\Home\Module->_Show() 8 /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/CodeIgniter.php:943 Phpcmf\Control\Show->index() 9 /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/CodeIgniter.php:503 CodeIgniter\CodeIgniter->runController() 10 /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/CodeIgniter.php:361 CodeIgniter\CodeIgniter->handleRequest() 11 /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Init.php:106 CodeIgniter\CodeIgniter->run() 12 /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Init.php:500 require() 13 /webdata/wwwroot/www.wxx86.cn/public/index.php:50 require() |
模板 | 路径 |
---|---|
show.html | /webdata/wwwroot/www.wxx86.cn/template/pc/default/home/show.html |
header.html | /webdata/wwwroot/www.wxx86.cn/template/pc/default/home/header.html |
footer.html | /webdata/wwwroot/www.wxx86.cn/template/pc/default/home/footer.html |
模板 | 提示 |
---|---|
show.html | 由于模板文件[/webdata/wwwroot/www.wxx86.cn/template/pc/default/home/article/show.html]不存在,因此本页面引用主目录的模板[/webdata/wwwroot/www.wxx86.cn/template/pc/default/home/show.html] |
header.html | 由于模板文件[/webdata/wwwroot/www.wxx86.cn/template/pc/default/home/article/header.html]不存在,因此本页面引用主目录的模板[/webdata/wwwroot/www.wxx86.cn/template/pc/default/home/header.html] |
footer.html | 由于模板文件[/webdata/wwwroot/www.wxx86.cn/template/pc/default/home/article/footer.html]不存在,因此本页面引用主目录的模板[/webdata/wwwroot/www.wxx86.cn/template/pc/default/home/footer.html] |
id | '48526' |
catid | '1' |
title | 'setpci命令 – 配置PCI设备' |
thumb | NULL |
keywords | 'linux, linuxuos' |
description | 'setpci命令是一个查询和配置PCI设备的实用工具。 命令中使用的数字都是十六进制数。 由于setpci命令需要修改硬件的配置参数,所以必须具有“root”用户权限。 通常使用setpci命令配置PCI设备之前,为了防止操作系统出现问题,总是先使用“setpci -vD”命令查看setpci命令的操' |
hits | '1' |
uid | '1' |
author | 'admin' |
status | '9' |
url | '/tech/48526.html' |
link_id | '0' |
tableid | '0' |
inputip | '' |
inputtime | '2023-07-31 02:53:10' |
updatetime | '2023-07-31 02:53:10' |
displayorder | '0' |
content | '<p>setpci命令是一个查询和配置PCI设备的实用工具。 命令中使用的数字都是十六进制数。</p> <p>由于setpci命令需要修改硬件的配置参数,所以必须具有“root”用户权限。</p> <p>通常使用setpci命令配置PCI设备之前,为了防止操作系统出现问题,总是先使用“setpci -vD”命令查看setpci命令的操作过程。</p> <p> <strong>语法格式:</strong>setpci [参数] [PCI设备/操作]</p> <p><strong>常用参数:</strong></p> <figure> <table> <tbody> <tr> <td>-v</td> <td>显示指令执行的细节信息</td> </tr> <tr> <td>-f</td> <td>当没有任何操作需要完成时,不显示任何信息</td> </tr> <tr> <td>-D</td> <td>测试模式,并不真正将配置信息写入寄存器</td> </tr> <tr> <td>-d</td> <td>仅显示给定厂商和设备的信息</td> </tr> <tr> <td>-s</td> <td>仅显示指定总线、插槽上的设备或设备上的功能块信息</td> </tr> </tbody> </table> </figure> <p><strong>参考实例</strong></p> <p>是将设备0:14.0设备,PCI配置空间便宜量为0x60,写入新的字节变量6:</p> <pre>[root@xtuos.com ~]# setpci -s 0:14.0 60.B=6</pre> <p>设置PCI设备的定时器:</p> <pre>[root@xtuos.com ~]# setpci -d <em>:</em> latency_time=40</pre> <p>列出PCI设备并对其进行调节:</p> <pre>[root@xtuos.com ~]# lspci 00:0f.0 VGA compatible controller: VMware SVGA II Adapter [root@xtuos.com ~]# setpci -s 00:0f.0 F4.B=FF [root@xtuos.com ~]# setpci -s 00:0f.0 F4.B=CC</pre></p>' |
_inputtime | '1690743190' |
_updatetime | '1690743190' |
tag | 'linux, linuxuos' |
kws | array ( 'linux' => '/index.php?s=article&c=search&keyword=linux', 'linuxuos' => '/index.php?s=article&c=search&keyword=linuxuos', ) |
tags | array ( 'linux' => '/#没有找到对应的URL(关闭开发者模式将不会显示本词)', 'linuxuos' => '/#没有找到对应的URL(关闭开发者模式将不会显示本词)', ) |
prev_page | array ( 'id' => '48525', 'catid' => '1', 'title' => '微信公众平台怎么在手机上管理?', 'thumb' => NULL, 'keywords' => '微信公众平台, 手机版公众平台, 移动版公众平台', 'description' => '微信公众平台一直都是在电脑上管理,离开了电脑管理起来非常不方便,微信这下想通了。可以通过微信众平台中的【公众号安全助手】中去登陆并实现管理。不过现在在还在内测阶段,只有一小部分的账号可以使用。 这只是福音的开始,不要着急着等着好吧!', 'hits' => '2', 'uid' => '1', 'author' => 'admin', 'status' => '9', 'url' => '/tech/48525.html', 'link_id' => '0', 'tableid' => '0', 'inputip' => '', 'inputtime' => '1690743191', 'updatetime' => '1690743191', 'displayorder' => '0', ) |
next_page | array ( 'id' => '48527', 'catid' => '1', 'title' => 'lscpu命令 – 显示CPU架构的有关信息', 'thumb' => NULL, 'keywords' => 'linux, linuxuos', 'description' => 'lscpu命令从sysfs和/proc/cpuinfo收集cpu体系结构信息,命令的输出比较易读,命令输出的信息包含cpu数量,线程,核数,套接字等。 语法格式:lscpu [参数] 常用参数: -a 打印在线和离线的CPU -b 仅打印在线CPU -c 仅打印离线CPU -h 打印帮助并退出 -V 打印当前版本号 参考实', 'hits' => '7', 'uid' => '1', 'author' => 'admin', 'status' => '9', 'url' => '/tech/48527.html', 'link_id' => '0', 'tableid' => '0', 'inputip' => '', 'inputtime' => '1690743192', 'updatetime' => '1690743192', 'displayorder' => '0', ) |
meta_title | 'setpci命令 – 配置PCI设备_科技分享_晓说杂谈' |
meta_keywords | 'linux, linuxuos' |
meta_description | 'setpci命令是一个查询和配置PCI设备的实用工具。 命令中使用的数字都是十六进制数。由于setpci命令需要修改硬件的配置参数,所以必须具有“root”用户权限。通常使用setpci命令配置PCI设备之前,为了防止操作系统出现问题,总是先使用“setpci -vD”命令查看setpci命令的操' |
cat | array ( 'id' => '1', 'tid' => '1', 'pid' => '0', 'mid' => 'article', 'pids' => '0', 'name' => '科技分享', 'dirname' => 'tech', 'pdirname' => '', 'child' => 0, 'disabled' => '0', 'ismain' => 1, 'childids' => 1, 'thumb' => '', 'show' => '1', 'content' => '', 'setting' => array ( 'edit' => 1, 'disabled' => 0, 'template' => array ( 'list' => 'list.html', 'show' => 'show.html', 'category' => 'category.html', 'search' => 'search.html', 'pagesize' => 20, 'mpagesize' => 20, ), 'seo' => array ( 'list_title' => '[第{page}页{join}]{name}{join}{SITE_NAME}', 'show_title' => '[第{page}页{join}]{title}{join}{catname}{join}{SITE_NAME}', ), 'getchild' => 0, 'urlrule' => 1, 'html' => 0, 'chtml' => 0, ), 'displayorder' => '0', 'is_ctable' => '1', 'pcatpost' => 0, 'topid' => '1', 'catids' => array ( 0 => '1', ), 'is_post' => 1, 'url' => 'https://www.wxx86.cn/tech', 'total' => '请使用count标签查询', 'field' => array ( ), ) |
top | array ( 'id' => '1', 'tid' => '1', 'pid' => '0', 'mid' => 'article', 'pids' => '0', 'name' => '科技分享', 'dirname' => 'tech', 'pdirname' => '', 'child' => 0, 'disabled' => '0', 'ismain' => 1, 'childids' => 1, 'thumb' => '', 'show' => '1', 'content' => '', 'setting' => array ( 'edit' => 1, 'disabled' => 0, 'template' => array ( 'list' => 'list.html', 'show' => 'show.html', 'category' => 'category.html', 'search' => 'search.html', 'pagesize' => 20, 'mpagesize' => 20, ), 'seo' => array ( 'list_title' => '[第{page}页{join}]{name}{join}{SITE_NAME}', 'show_title' => '[第{page}页{join}]{title}{join}{catname}{join}{SITE_NAME}', ), 'getchild' => 0, 'urlrule' => 1, 'html' => 0, 'chtml' => 0, ), 'displayorder' => '0', 'is_ctable' => '1', 'pcatpost' => 0, 'topid' => '1', 'catids' => array ( 0 => '1', ), 'is_post' => 1, 'url' => 'https://www.wxx86.cn/tech', 'total' => '请使用count标签查询', 'field' => array ( ), ) |
pageid | 1 |
params | array ( 'catid' => '1', ) |
parent | array ( 'id' => '1', 'tid' => '1', 'pid' => '0', 'mid' => 'article', 'pids' => '0', 'name' => '科技分享', 'dirname' => 'tech', 'pdirname' => '', 'child' => 0, 'disabled' => '0', 'ismain' => 1, 'childids' => 1, 'thumb' => '', 'show' => '1', 'content' => '', 'setting' => array ( 'edit' => 1, 'disabled' => 0, 'template' => array ( 'list' => 'list.html', 'show' => 'show.html', 'category' => 'category.html', 'search' => 'search.html', 'pagesize' => 20, 'mpagesize' => 20, ), 'seo' => array ( 'list_title' => '[第{page}页{join}]{name}{join}{SITE_NAME}', 'show_title' => '[第{page}页{join}]{title}{join}{catname}{join}{SITE_NAME}', ), 'getchild' => 0, 'urlrule' => 1, 'html' => 0, 'chtml' => 0, ), 'displayorder' => '0', 'is_ctable' => '1', 'pcatpost' => 0, 'topid' => '1', 'catids' => array ( 0 => '1', ), 'is_post' => 1, 'url' => 'https://www.wxx86.cn/tech', 'total' => '请使用count标签查询', 'field' => array ( ), ) |
related | array ( 1 => array ( 'id' => '1', 'tid' => '1', 'pid' => '0', 'mid' => 'article', 'pids' => '0', 'name' => '科技分享', 'dirname' => 'tech', 'pdirname' => '', 'child' => 0, 'disabled' => '0', 'ismain' => 1, 'childids' => 1, 'thumb' => '', 'show' => '1', 'content' => '', 'setting' => array ( 'edit' => 1, 'disabled' => 0, 'template' => array ( 'list' => 'list.html', 'show' => 'show.html', 'category' => 'category.html', 'search' => 'search.html', 'pagesize' => 20, 'mpagesize' => 20, ), 'seo' => array ( 'list_title' => '[第{page}页{join}]{name}{join}{SITE_NAME}', 'show_title' => '[第{page}页{join}]{title}{join}{catname}{join}{SITE_NAME}', ), 'getchild' => 0, 'urlrule' => 1, 'html' => 0, 'chtml' => 0, ), 'displayorder' => '0', 'is_ctable' => '1', 'pcatpost' => 0, 'topid' => '1', 'catids' => array ( 0 => '1', ), 'is_post' => 1, 'url' => 'https://www.wxx86.cn/tech', 'total' => '请使用count标签查询', 'field' => array ( ), ), 2 => array ( 'id' => '2', 'tid' => '1', 'pid' => '0', 'mid' => 'article', 'pids' => '0', 'name' => '网络技术', 'dirname' => 'web', 'pdirname' => '', 'child' => 0, 'disabled' => '0', 'ismain' => 1, 'childids' => 2, 'thumb' => '', 'show' => '1', 'content' => '', 'setting' => array ( 'edit' => 1, 'disabled' => 0, 'template' => array ( 'list' => 'list.html', 'show' => 'show.html', 'category' => 'category.html', 'search' => 'search.html', 'pagesize' => 20, 'mpagesize' => 20, ), 'seo' => array ( 'list_title' => '[第{page}页{join}]{name}{join}{SITE_NAME}', 'show_title' => '[第{page}页{join}]{title}{join}{catname}{join}{SITE_NAME}', ), 'getchild' => 0, 'urlrule' => 1, 'html' => 0, 'chtml' => 0, ), 'displayorder' => '0', 'is_ctable' => '1', 'pcatpost' => 0, 'topid' => '2', 'catids' => array ( 0 => '2', ), 'is_post' => 1, 'url' => 'https://www.wxx86.cn/web', 'total' => '请使用count标签查询', 'field' => array ( ), ), 3 => array ( 'id' => '3', 'tid' => '1', 'pid' => '0', 'mid' => 'article', 'pids' => '0', 'name' => '硬件设备', 'dirname' => 'hardware', 'pdirname' => '', 'child' => 0, 'disabled' => '0', 'ismain' => 1, 'childids' => 3, 'thumb' => '', 'show' => '1', 'content' => '', 'setting' => array ( 'edit' => 1, 'disabled' => 0, 'template' => array ( 'list' => 'list.html', 'show' => 'show.html', 'category' => 'category.html', 'search' => 'search.html', 'pagesize' => 20, 'mpagesize' => 20, ), 'seo' => array ( 'list_title' => '[第{page}页{join}]{name}{join}{SITE_NAME}', 'show_title' => '[第{page}页{join}]{title}{join}{catname}{join}{SITE_NAME}', ), 'getchild' => 0, 'urlrule' => 1, 'html' => 0, 'chtml' => 0, ), 'displayorder' => '0', 'is_ctable' => '0', 'pcatpost' => 0, 'topid' => '3', 'catids' => array ( 0 => '3', ), 'is_post' => 1, 'url' => 'https://www.wxx86.cn/hardware', 'total' => '请使用count标签查询', 'field' => array ( ), ), 4 => array ( 'id' => '4', 'tid' => '1', 'pid' => '0', 'mid' => 'article', 'pids' => '0', 'name' => '程序人生', 'dirname' => 'program', 'pdirname' => '', 'child' => 0, 'disabled' => '0', 'ismain' => 1, 'childids' => 4, 'thumb' => '', 'show' => '1', 'content' => '', 'setting' => array ( 'edit' => 1, 'disabled' => 0, 'template' => array ( 'list' => 'list.html', 'show' => 'show.html', 'category' => 'category.html', 'search' => 'search.html', 'pagesize' => 20, 'mpagesize' => 20, ), 'seo' => array ( 'list_title' => '[第{page}页{join}]{name}{join}{SITE_NAME}', 'show_title' => '[第{page}页{join}]{title}{join}{catname}{join}{SITE_NAME}', ), 'getchild' => 0, 'urlrule' => 1, 'html' => 0, 'chtml' => 0, ), 'displayorder' => '0', 'is_ctable' => '0', 'pcatpost' => 0, 'topid' => '4', 'catids' => array ( 0 => '4', ), 'is_post' => 1, 'url' => 'https://www.wxx86.cn/program', 'total' => '请使用count标签查询', 'field' => array ( ), ), 5 => array ( 'id' => '5', 'tid' => '1', 'pid' => '0', 'mid' => 'article', 'pids' => '0', 'name' => '探索发现', 'dirname' => 'jinrong', 'pdirname' => '', 'child' => 0, 'disabled' => '0', 'ismain' => 1, 'childids' => 5, 'thumb' => '', 'show' => '1', 'content' => '', 'setting' => array ( 'edit' => 1, 'disabled' => 0, 'template' => array ( 'list' => 'list.html', 'show' => 'show.html', 'category' => 'category.html', 'search' => 'search.html', 'pagesize' => 20, 'mpagesize' => 20, ), 'seo' => array ( 'list_title' => '[第{page}页{join}]{name}{join}{SITE_NAME}', 'show_title' => '[第{page}页{join}]{title}{join}{catname}{join}{SITE_NAME}', ), 'getchild' => 0, 'urlrule' => 1, 'html' => 0, 'chtml' => 0, ), 'displayorder' => '0', 'is_ctable' => '0', 'pcatpost' => 0, 'topid' => '5', 'catids' => array ( 0 => '5', ), 'is_post' => 1, 'url' => 'https://www.wxx86.cn/jinrong', 'total' => '请使用count标签查询', 'field' => array ( ), ), 6 => array ( 'id' => '6', 'tid' => '1', 'pid' => '0', 'mid' => 'article', 'pids' => '0', 'name' => '机械加工', 'dirname' => 'jixie', 'pdirname' => '', 'child' => 0, 'disabled' => '0', 'ismain' => 1, 'childids' => 6, 'thumb' => '', 'show' => '1', 'content' => '', 'setting' => array ( 'edit' => 1, 'disabled' => 0, 'template' => array ( 'list' => 'list.html', 'show' => 'show.html', 'category' => 'category.html', 'search' => 'search.html', 'pagesize' => 20, 'mpagesize' => 20, ), 'seo' => array ( 'list_title' => '[第{page}页{join}]{name}{join}{SITE_NAME}', 'show_title' => '[第{page}页{join}]{title}{join}{catname}{join}{SITE_NAME}', ), 'getchild' => 0, 'urlrule' => 1, 'html' => 0, 'chtml' => 0, ), 'displayorder' => '0', 'is_ctable' => '0', 'pcatpost' => 0, 'topid' => '6', 'catids' => array ( 0 => '6', ), 'is_post' => 1, 'url' => 'https://www.wxx86.cn/jixie', 'total' => '请使用count标签查询', 'field' => array ( ), ), 7 => array ( 'id' => '7', 'tid' => '1', 'pid' => '0', 'mid' => 'article', 'pids' => '0', 'name' => '电商', 'dirname' => 'dianshang', 'pdirname' => '', 'child' => 0, 'disabled' => '0', 'ismain' => 1, 'childids' => 7, 'thumb' => '', 'show' => '1', 'content' => '', 'setting' => array ( 'edit' => 1, 'disabled' => 0, 'template' => array ( 'list' => 'list.html', 'show' => 'show.html', 'category' => 'category.html', 'search' => 'search.html', 'pagesize' => 20, 'mpagesize' => 20, ), 'seo' => array ( 'list_title' => '[第{page}页{join}]{name}{join}{SITE_NAME}', 'show_title' => '[第{page}页{join}]{title}{join}{catname}{join}{SITE_NAME}', ), 'getchild' => 0, 'urlrule' => 1, 'html' => 0, 'chtml' => 0, ), 'displayorder' => '0', 'is_ctable' => '0', 'pcatpost' => 0, 'topid' => '7', 'catids' => array ( 0 => '7', ), 'is_post' => 1, 'url' => 'https://www.wxx86.cn/dianshang', 'total' => '请使用count标签查询', 'field' => array ( ), ), 8 => array ( 'id' => '8', 'tid' => '1', 'pid' => '0', 'mid' => 'article', 'pids' => '0', 'name' => '其他', 'dirname' => 'other', 'pdirname' => '', 'child' => 0, 'disabled' => '0', 'ismain' => 1, 'childids' => 8, 'thumb' => '', 'show' => '1', 'content' => '', 'setting' => array ( 'edit' => 1, 'disabled' => 0, 'template' => array ( 'list' => 'list.html', 'show' => 'show.html', 'category' => 'category.html', 'search' => 'search.html', 'pagesize' => 20, 'mpagesize' => 20, ), 'seo' => array ( 'list_title' => '[第{page}页{join}]{name}{join}{SITE_NAME}', 'show_title' => '[第{page}页{join}]{title}{join}{catname}{join}{SITE_NAME}', ), 'getchild' => 0, 'urlrule' => 1, 'html' => 0, 'chtml' => 0, ), 'displayorder' => '0', 'is_ctable' => '0', 'pcatpost' => 0, 'topid' => '8', 'catids' => array ( 0 => '8', ), 'is_post' => 1, 'url' => 'https://www.wxx86.cn/other', 'total' => '请使用count标签查询', 'field' => array ( ), ), 9 => array ( 'id' => '9', 'tid' => '1', 'pid' => '0', 'mid' => 'article', 'pids' => '0', 'name' => '日常知识', 'dirname' => 'zhishi', 'pdirname' => '', 'child' => 0, 'disabled' => '0', 'ismain' => 1, 'childids' => 9, 'thumb' => '', 'show' => '1', 'content' => '', 'setting' => array ( 'edit' => 1, 'disabled' => 0, 'template' => array ( 'list' => 'list.html', 'show' => 'show.html', 'category' => 'category.html', 'search' => 'search.html', 'pagesize' => 20, 'mpagesize' => 20, ), 'seo' => array ( 'list_title' => '[第{page}页{join}]{name}{join}{SITE_NAME}', 'show_title' => '[第{page}页{join}]{title}{join}{catname}{join}{SITE_NAME}', ), 'getchild' => 0, 'urlrule' => 1, 'html' => 0, 'chtml' => 0, ), 'displayorder' => '0', 'is_ctable' => '0', 'pcatpost' => 0, 'topid' => '9', 'catids' => array ( 0 => '9', ), 'is_post' => 1, 'url' => 'https://www.wxx86.cn/zhishi', 'total' => '请使用count标签查询', 'field' => array ( ), ), 10 => array ( 'id' => '10', 'tid' => '1', 'pid' => '0', 'mid' => 'article', 'pids' => '0', 'name' => '每日语录', 'dirname' => 'yulu', 'pdirname' => '', 'child' => 0, 'disabled' => '0', 'ismain' => 1, 'childids' => 10, 'thumb' => '', 'show' => '1', 'content' => '', 'setting' => array ( 'edit' => 1, 'disabled' => 0, 'template' => array ( 'list' => 'list.html', 'show' => 'show.html', 'category' => 'category.html', 'search' => 'search.html', 'pagesize' => 20, 'mpagesize' => 20, ), 'seo' => array ( 'list_title' => '[第{page}页{join}]{name}{join}{SITE_NAME}', 'show_title' => '[第{page}页{join}]{title}{join}{catname}{join}{SITE_NAME}', ), 'getchild' => 0, 'urlrule' => 1, 'html' => 0, 'chtml' => 0, ), 'displayorder' => '0', 'is_ctable' => '0', 'pcatpost' => 0, 'topid' => '10', 'catids' => array ( 0 => '10', ), 'is_post' => 1, 'url' => 'https://www.wxx86.cn/yulu', 'total' => '请使用count标签查询', 'field' => array ( ), ), ) |
urlrule | '/tech/48526-[page].html' |
fix_html_now_url | '' |
my_web_url | 'https://www.wxx86.cn/tech/48526.html' |
get | array ( 'c' => 'show', 'id' => '48526', 'm' => 'index', ) |
domain_app.php | /webdata/wwwroot/www.wxx86.cn/cache/config/domain_app.php |
domain_client.php | /webdata/wwwroot/www.wxx86.cn/cache/config/domain_client.php |
site.php | /webdata/wwwroot/www.wxx86.cn/cache/config/site.php |
system.php | /webdata/wwwroot/www.wxx86.cn/cache/config/system.php |
_DS_webdata_DS_wwwroot_DS_www.wxx86.cn_DS_template_DS_pc_DS_default_DS_home_DS_footer.html.cache.php | /webdata/wwwroot/www.wxx86.cn/cache/template/_DS_webdata_DS_wwwroot_DS_www.wxx86.cn_DS_template_DS_pc_DS_default_DS_home_DS_footer.html.cache.php |
_DS_webdata_DS_wwwroot_DS_www.wxx86.cn_DS_template_DS_pc_DS_default_DS_home_DS_header.html.cache.php | /webdata/wwwroot/www.wxx86.cn/cache/template/_DS_webdata_DS_wwwroot_DS_www.wxx86.cn_DS_template_DS_pc_DS_default_DS_home_DS_header.html.cache.php |
_DS_webdata_DS_wwwroot_DS_www.wxx86.cn_DS_template_DS_pc_DS_default_DS_home_DS_show.html.cache.php | /webdata/wwwroot/www.wxx86.cn/cache/template/_DS_webdata_DS_wwwroot_DS_www.wxx86.cn_DS_template_DS_pc_DS_default_DS_home_DS_show.html.cache.php |
custom.php | /webdata/wwwroot/www.wxx86.cn/config/custom.php |
database.php | /webdata/wwwroot/www.wxx86.cn/config/database.php |
hooks.php | /webdata/wwwroot/www.wxx86.cn/config/hooks.php |
rewrite.php | /webdata/wwwroot/www.wxx86.cn/config/rewrite.php |
Filters.php | /webdata/wwwroot/www.wxx86.cn/dayrui/App/Autodraft/Config/Filters.php |
Hooks.php | /webdata/wwwroot/www.wxx86.cn/dayrui/App/Bdts/Config/Hooks.php |
Filters.php | /webdata/wwwroot/www.wxx86.cn/dayrui/App/Collapi/Config/Filters.php |
Hooks.php | /webdata/wwwroot/www.wxx86.cn/dayrui/App/Member/Config/Hooks.php |
Member.php | /webdata/wwwroot/www.wxx86.cn/dayrui/App/Member/Libraries/Member.php |
Member_auth.php | /webdata/wwwroot/www.wxx86.cn/dayrui/App/Member/Libraries/Member_auth.php |
Hooks.php | /webdata/wwwroot/www.wxx86.cn/dayrui/App/Mgc/Config/Hooks.php |
Category.php | /webdata/wwwroot/www.wxx86.cn/dayrui/App/Module/Action/Category.php |
Module.php | /webdata/wwwroot/www.wxx86.cn/dayrui/App/Module/Action/Module.php |
Auto.php | /webdata/wwwroot/www.wxx86.cn/dayrui/App/Module/Config/Auto.php |
Filters.php | /webdata/wwwroot/www.wxx86.cn/dayrui/App/Module/Config/Filters.php |
Hooks.php | /webdata/wwwroot/www.wxx86.cn/dayrui/App/Module/Config/Hooks.php |
Module_init.php | /webdata/wwwroot/www.wxx86.cn/dayrui/App/Module/Config/Module_init.php |
Run.php | /webdata/wwwroot/www.wxx86.cn/dayrui/App/Module/Config/Run.php |
Module.php | /webdata/wwwroot/www.wxx86.cn/dayrui/App/Module/Extends/Home/Module.php |
Content.php | /webdata/wwwroot/www.wxx86.cn/dayrui/App/Module/Models/Content.php |
Filters.php | /webdata/wwwroot/www.wxx86.cn/dayrui/App/Pay/Config/Filters.php |
Hooks.php | /webdata/wwwroot/www.wxx86.cn/dayrui/App/Spider/Config/Hooks.php |
Spider.php | /webdata/wwwroot/www.wxx86.cn/dayrui/App/Spider/Models/Spider.php |
Hooks.php | /webdata/wwwroot/www.wxx86.cn/dayrui/App/Tag/Config/Hooks.php |
Tag.php | /webdata/wwwroot/www.wxx86.cn/dayrui/App/Tag/Models/Tag.php |
Auto.php | /webdata/wwwroot/www.wxx86.cn/dayrui/App/Tpl/Config/Auto.php |
App.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Config/App.php |
Autoload.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Config/Autoload.php |
Cache.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Config/Cache.php |
Constants.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Config/Constants.php |
ContentSecurityPolicy.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Config/ContentSecurityPolicy.php |
Cookie.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Config/Cookie.php |
Database.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Config/Database.php |
Events.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Config/Events.php |
Exceptions.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Config/Exceptions.php |
Feature.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Config/Feature.php |
Filters.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Config/Filters.php |
Kint.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Config/Kint.php |
Logger.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Config/Logger.php |
Modules.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Config/Modules.php |
Routes.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Config/Routes.php |
Routing.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Config/Routing.php |
Services.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Config/Services.php |
Toolbar.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Config/Toolbar.php |
UserAgents.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Config/UserAgents.php |
Cache.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Extend/Cache.php |
CodeIgniter.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Extend/CodeIgniter.php |
Controller.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Extend/Controller.php |
Exceptions.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Extend/Exceptions.php |
Hook.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Extend/Hook.php |
Model.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Extend/Model.php |
Request.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Extend/Request.php |
Routes.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Extend/Routes.php |
View.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Extend/View.php |
Init.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/Init.php |
ResponseTrait.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/API/ResponseTrait.php |
Autoloader.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Autoloader/Autoloader.php |
FileLocator.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Autoloader/FileLocator.php |
CacheFactory.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Cache/CacheFactory.php |
CacheInterface.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Cache/CacheInterface.php |
BaseHandler.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Cache/Handlers/BaseHandler.php |
FileHandler.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Cache/Handlers/FileHandler.php |
ResponseCache.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Cache/ResponseCache.php |
CodeIgniter.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/CodeIgniter.php |
Common.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Common.php |
AutoloadConfig.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Config/AutoloadConfig.php |
BaseConfig.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Config/BaseConfig.php |
BaseService.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Config/BaseService.php |
Config.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Config/Config.php |
DotEnv.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Config/DotEnv.php |
Factories.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Config/Factories.php |
Factory.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Config/Factory.php |
Routing.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Config/Routing.php |
Services.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Config/Services.php |
Controller.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Controller.php |
CloneableCookieInterface.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Cookie/CloneableCookieInterface.php |
Cookie.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Cookie/Cookie.php |
CookieInterface.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Cookie/CookieInterface.php |
CookieStore.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Cookie/CookieStore.php |
BaseBuilder.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Database/BaseBuilder.php |
BaseConnection.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Database/BaseConnection.php |
BaseResult.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Database/BaseResult.php |
Config.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Database/Config.php |
ConnectionInterface.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Database/ConnectionInterface.php |
Database.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Database/Database.php |
Builder.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Database/MySQLi/Builder.php |
Connection.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Database/MySQLi/Connection.php |
Result.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Database/MySQLi/Result.php |
Query.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Database/Query.php |
QueryInterface.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Database/QueryInterface.php |
ResultInterface.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Database/ResultInterface.php |
Exceptions.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Debug/Exceptions.php |
Timer.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Debug/Timer.php |
Toolbar.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Debug/Toolbar.php |
BaseCollector.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Debug/Toolbar/Collectors/BaseCollector.php |
Database.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Debug/Toolbar/Collectors/Database.php |
Events.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Debug/Toolbar/Collectors/Events.php |
Files.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Debug/Toolbar/Collectors/Files.php |
Logs.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Debug/Toolbar/Collectors/Logs.php |
Routes.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Debug/Toolbar/Collectors/Routes.php |
Timers.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Debug/Toolbar/Collectors/Timers.php |
Views.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Debug/Toolbar/Collectors/Views.php |
Events.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Events/Events.php |
DebugToolbar.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Filters/DebugToolbar.php |
FilterInterface.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Filters/FilterInterface.php |
Filters.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Filters/Filters.php |
ContentSecurityPolicy.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/HTTP/ContentSecurityPolicy.php |
Header.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/HTTP/Header.php |
IncomingRequest.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/HTTP/IncomingRequest.php |
Message.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/HTTP/Message.php |
MessageInterface.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/HTTP/MessageInterface.php |
MessageTrait.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/HTTP/MessageTrait.php |
OutgoingRequest.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/HTTP/OutgoingRequest.php |
OutgoingRequestInterface.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/HTTP/OutgoingRequestInterface.php |
Request.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/HTTP/Request.php |
RequestInterface.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/HTTP/RequestInterface.php |
RequestTrait.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/HTTP/RequestTrait.php |
Response.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/HTTP/Response.php |
ResponseInterface.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/HTTP/ResponseInterface.php |
ResponseTrait.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/HTTP/ResponseTrait.php |
SiteURI.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/HTTP/SiteURI.php |
SiteURIFactory.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/HTTP/SiteURIFactory.php |
URI.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/HTTP/URI.php |
UserAgent.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/HTTP/UserAgent.php |
array_helper.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Helpers/array_helper.php |
kint_helper.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Helpers/kint_helper.php |
url_helper.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Helpers/url_helper.php |
Time.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/I18n/Time.php |
TimeTrait.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/I18n/TimeTrait.php |
Logger.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Log/Logger.php |
Modules.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Modules/Modules.php |
AutoRouter.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Router/AutoRouter.php |
AutoRouterInterface.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Router/AutoRouterInterface.php |
RouteCollection.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Router/RouteCollection.php |
RouteCollectionInterface.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Router/RouteCollectionInterface.php |
Router.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Router/Router.php |
RouterInterface.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Router/RouterInterface.php |
Superglobals.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Superglobals.php |
Escaper.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/ThirdParty/Escaper/Escaper.php |
FacadeInterface.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/ThirdParty/Kint/FacadeInterface.php |
Kint.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/ThirdParty/Kint/Kint.php |
AbstractRenderer.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/ThirdParty/Kint/Renderer/AbstractRenderer.php |
CliRenderer.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/ThirdParty/Kint/Renderer/CliRenderer.php |
RendererInterface.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/ThirdParty/Kint/Renderer/RendererInterface.php |
RichRenderer.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/ThirdParty/Kint/Renderer/RichRenderer.php |
TextRenderer.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/ThirdParty/Kint/Renderer/TextRenderer.php |
Utils.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/ThirdParty/Kint/Utils.php |
init.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/ThirdParty/Kint/init.php |
init_helpers.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/ThirdParty/Kint/init_helpers.php |
LogLevel.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/ThirdParty/PSR/Log/LogLevel.php |
LoggerInterface.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/ThirdParty/PSR/Log/LoggerInterface.php |
ConditionalTrait.php | /webdata/wwwroot/www.wxx86.cn/dayrui/CodeIgniter/System/Traits/ConditionalTrait.php |
Show.php | /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Control/Show.php |
Helper.php | /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Core/Helper.php |
Hooks.php | /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Core/Hooks.php |
Model.php | /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Core/Model.php |
Phpcmf.php | /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Core/Phpcmf.php |
Service.php | /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Core/Service.php |
View.php | /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Core/View.php |
Date.php | /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Field/Date.php |
Editor.php | /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Field/Editor.php |
File.php | /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Field/File.php |
Text.php | /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Field/Text.php |
Textarea.php | /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Field/Textarea.php |
Init.php | /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Init.php |
Cache.php | /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Library/Cache.php |
Field.php | /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Library/Field.php |
Input.php | /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Library/Input.php |
Lang.php | /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Library/Lang.php |
Router.php | /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Library/Router.php |
Security.php | /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Library/Security.php |
Seo.php | /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Library/Seo.php |
Content.php | /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Model/Content.php |
Member.php | /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Model/Member.php |
Version.php | /webdata/wwwroot/www.wxx86.cn/dayrui/My/Config/Version.php |
lang.php | /webdata/wwwroot/www.wxx86.cn/public/api/language/zh-cn/lang.php |
index.php | /webdata/wwwroot/www.wxx86.cn/public/index.php |
File: | /webdata/wwwroot/www.wxx86.cn/dayrui/Fcms/Control/Show.php |
App: | / |
Controller: | show |
Method: | index |
URI: | show/index |
URL: | https://www.wxx86.cn/tech/48526.html |
Time | Event Name | Times Called |
---|---|---|
12.51 ms | pre_system | 1 |
0.27 ms | dbquery | 6 |
Action | Datetime | Status | Method | URL | Content-Type | Is AJAX? |
---|---|---|---|---|---|---|
2025-06-29 11:53:51.274741 | 200 | GET | https://www.wxx86.cn/index.php/tech/48526.html | text/html; charset=UTF-8 | No | |
2025-06-29 11:53:49.107991 | 200 | GET | https://www.wxx86.cn/index.php/tech/415454.html | text/html; charset=UTF-8 | No | |
2025-06-29 11:53:48.227694 | 200 | GET | http://www.wxx86.cn/index.php/tech/231103.html | text/html; charset=UTF-8 | No | |
2025-06-29 11:53:42.682383 | 200 | GET | http://www.wxx86.cn/index.php/program/837830.html | text/html; charset=UTF-8 | No | |
2025-06-29 11:53:26.448880 | 200 | GET | https://www.wxx86.cn/index.php/tech/543815.html | text/html; charset=UTF-8 | No | |
2025-06-29 11:53:02.819401 | 200 | GET | https://www.wxx86.cn/index.php/program/45297.html | text/html; charset=UTF-8 | No | |
2025-06-29 11:52:28.042019 | 200 | GET | https://www.wxx86.cn/index.php/tech/793513.html | text/html; charset=UTF-8 | No | |
2025-06-29 11:52:25.456327 | 200 | GET | https://www.wxx86.cn/index.php/tech/793468.html | text/html; charset=UTF-8 | No | |
2025-06-29 11:52:23.282798 | 200 | GET | https://www.wxx86.cn/index.php/tech/793462.html | text/html; charset=UTF-8 | No | |
2025-06-29 11:52:21.109087 | 200 | GET | https://www.wxx86.cn/index.php/tech/791623.html | text/html; charset=UTF-8 | No | |
2025-06-29 11:52:19.188231 | 200 | GET | https://www.wxx86.cn/index.php/tech/791621.html | text/html; charset=UTF-8 | No | |
2025-06-29 11:52:16.379824 | 200 | GET | https://www.wxx86.cn/index.php/tech/791619.html | text/html; charset=UTF-8 | No | |
2025-06-29 11:52:13.409403 | 200 | GET | https://www.wxx86.cn/index.php/tech/791476.html | text/html; charset=UTF-8 | No | |
2025-06-29 11:52:11.273872 | 200 | GET | https://www.wxx86.cn/index.php/tech/791474.html | text/html; charset=UTF-8 | No | |
2025-06-29 11:52:08.963818 | 200 | GET | https://www.wxx86.cn/index.php/tech/790771.html | text/html; charset=UTF-8 | No | |
2025-06-29 11:52:06.748448 | 200 | GET | https://www.wxx86.cn/index.php/tech/790768.html | text/html; charset=UTF-8 | No | |
2025-06-29 11:52:04.613181 | 200 | GET | https://www.wxx86.cn/index.php/tech/790212.html | text/html; charset=UTF-8 | No | |
2025-06-29 11:52:02.589156 | 200 | GET | https://www.wxx86.cn/index.php/tech/790209.html | text/html; charset=UTF-8 | No | |
2025-06-29 11:51:59.919443 | 200 | GET | https://www.wxx86.cn/index.php/tech/78977.html | text/html; charset=UTF-8 | No | |
2025-06-29 11:51:57.127514 | 200 | GET | https://www.wxx86.cn/index.php/tech/789430.html | text/html; charset=UTF-8 | No |
Session doesn't seem to be active.
c | show |
id | 48526 |
m | index |
Priority | u=0, i |
Accept-Encoding | gzip, deflate, br, zstd |
Sec-Fetch-Dest | document |
Sec-Fetch-User | ?1 |
Sec-Fetch-Mode | navigate |
Sec-Fetch-Site | none |
Accept | text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7 |
User-Agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
Upgrade-Insecure-Requests | 1 |
Sec-Ch-Ua-Platform | "Windows" |
Sec-Ch-Ua-Mobile | ?0 |
Sec-Ch-Ua | "Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99" |
Cache-Control | no-cache |
Pragma | no-cache |
Host | www.wxx86.cn |
Cache-Control | no-store, max-age=0, no-cache |
Content-Type | text/html; charset=UTF-8 |
CodeIgniter Version: | 4.4.7 |
PHP Version: | 8.0.26 |
PHP SAPI: | fpm-fcgi |
Environment: | development |
Base URL: | https://www.wxx86.cn/ |
Timezone: | PRC |
Locale: | zh-cn |
Content Security Policy Enabled: | No |