<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>System Error</title>
    <meta name="robots" content="noindex,nofollow" />
    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
    <style>
        /* Base */
        body {
            color: #333;
            font: 14px Verdana, "Helvetica Neue", helvetica, Arial, 'Microsoft YaHei', sans-serif;
            margin: 0;
            padding: 0 20px 20px;
            word-break: break-word;
        }
        h1{
            margin: 10px 0 0;
            font-size: 28px;
            font-weight: 500;
            line-height: 32px;
        }
        h2{
            color: #4288ce;
            font-weight: 400;
            padding: 6px 0;
            margin: 6px 0 0;
            font-size: 18px;
            border-bottom: 1px solid #eee;
        }
        h3.subheading {
            color: #4288ce;
            margin: 6px 0 0;
            font-weight: 400;
        }
        h3{
            margin: 12px;
            font-size: 16px;
            font-weight: bold;
        }
        abbr{
            cursor: help;
            text-decoration: underline;
            text-decoration-style: dotted;
        }
        a{
            color: #868686;
            cursor: pointer;
        }
        a:hover{
            text-decoration: underline;
        }
        .line-error{
            background: #f8cbcb;
        }

        .echo table {
            width: 100%;
        }

        .echo pre {
            padding: 16px;
            overflow: auto;
            font-size: 85%;
            line-height: 1.45;
            background-color: #f7f7f7;
            border: 0;
            border-radius: 3px;
            font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
        }

        .echo pre > pre {
            padding: 0;
            margin: 0;
        }
        /* Layout */
        .col-md-3 {
            width: 25%;
        }
        .col-md-9 {
            width: 75%;
        }
        [class^="col-md-"] {
            float: left;
        }
        .clearfix {
            clear:both;
        }
        @media only screen 
        and (min-device-width : 375px) 
        and (max-device-width : 667px) { 
            .col-md-3,
            .col-md-9 {
                width: 100%;
            }
        }
        /* Exception Info */
        .exception {
            margin-top: 20px;
        }
        .exception .message{
            padding: 12px;
            border: 1px solid #ddd;
            border-bottom: 0 none;
            line-height: 18px;
            font-size:16px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            font-family: Consolas,"Liberation Mono",Courier,Verdana,"微软雅黑";
        }

        .exception .code{
            float: left;
            text-align: center;
            color: #fff;
            margin-right: 12px;
            padding: 16px;
            border-radius: 4px;
            background: #999;
        }
        .exception .source-code{
            padding: 6px;
            border: 1px solid #ddd;

            background: #f9f9f9;
            overflow-x: auto;

        }
        .exception .source-code pre{
            margin: 0;
        }
        .exception .source-code pre ol{
            margin: 0;
            color: #4288ce;
            display: inline-block;
            min-width: 100%;
            box-sizing: border-box;
        font-size:14px;
            font-family: "Century Gothic",Consolas,"Liberation Mono",Courier,Verdana;
            padding-left: 48px;
        }
        .exception .source-code pre li{
            border-left: 1px solid #ddd;
            height: 18px;
            line-height: 18px;
        }
        .exception .source-code pre code{
            color: #333;
            height: 100%;
            display: inline-block;
            border-left: 1px solid #fff;
        font-size:14px;
            font-family: Consolas,"Liberation Mono",Courier,Verdana,"微软雅黑";
        }
        .exception .trace{
            padding: 6px;
            border: 1px solid #ddd;
            border-top: 0 none;
            line-height: 16px;
        font-size:14px;
            font-family: Consolas,"Liberation Mono",Courier,Verdana,"微软雅黑";
        }
        .exception .trace ol{
            margin: 12px;
        }
        .exception .trace ol li{
            padding: 2px 4px;
        }
        .exception div:last-child{
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        /* Exception Variables */
        .exception-var table{
            width: 100%;
            margin: 12px 0;
            box-sizing: border-box;
            table-layout:fixed;
            word-wrap:break-word;            
        }
        .exception-var table caption{
            text-align: left;
            font-size: 16px;
            font-weight: bold;
            padding: 6px 0;
        }
        .exception-var table caption small{
            font-weight: 300;
            display: inline-block;
            margin-left: 10px;
            color: #ccc;
        }
        .exception-var table tbody{
            font-size: 13px;
            font-family: Consolas,"Liberation Mono",Courier,"微软雅黑";
        }
        .exception-var table td{
            padding: 0 6px;
            vertical-align: top;
            word-break: break-all;
        }
        .exception-var table td:first-child{
            width: 28%;
            font-weight: bold;
            white-space: nowrap;
        }
        .exception-var table td pre{
            margin: 0;
        }

        /* Copyright Info */
        .copyright{
            margin-top: 24px;
            padding: 12px 0;
            border-top: 1px solid #eee;
        }

        /* SPAN elements with the classes below are added by prettyprint. */
        pre.prettyprint .pln { color: #000 }  /* plain text */
        pre.prettyprint .str { color: #080 }  /* string content */
        pre.prettyprint .kwd { color: #008 }  /* a keyword */
        pre.prettyprint .com { color: #800 }  /* a comment */
        pre.prettyprint .typ { color: #606 }  /* a type name */
        pre.prettyprint .lit { color: #066 }  /* a literal value */
        /* punctuation, lisp open bracket, lisp close bracket */
        pre.prettyprint .pun, pre.prettyprint .opn, pre.prettyprint .clo { color: #660 }
        pre.prettyprint .tag { color: #008 }  /* a markup tag name */
        pre.prettyprint .atn { color: #606 }  /* a markup attribute name */
        pre.prettyprint .atv { color: #080 }  /* a markup attribute value */
        pre.prettyprint .dec, pre.prettyprint .var { color: #606 }  /* a declaration; a variable name */
        pre.prettyprint .fun { color: red }  /* a function name */
    </style>
</head>
<body>
    <div class="echo">
            </div>
        <div class="exception">
    <div class="message">
        
            <div class="info">
                <div>
                    <h2>[0]&nbsp;<abbr title="think\exception\TemplateNotFoundException">TemplateNotFoundException</abbr> in <a class="toggle" title="/www/wwwroot/oubo.com.cn/simplewind/thinkphp/library/think/view/driver/Think.php line 82">Think.php line 82</a></h2>
                </div>
                <div><h1>模板文件不存在:themes/pc_cn/error/../public/404.html</h1></div>
            </div>
        
    </div>
	        <div class="source-code">
            <pre class="prettyprint lang-php"><ol start="73"><li class="line-73"><code>     */
</code></li><li class="line-74"><code>    public function fetch($template, $data = [], $config = [])
</code></li><li class="line-75"><code>    {
</code></li><li class="line-76"><code>        if ('' == pathinfo($template, PATHINFO_EXTENSION)) {
</code></li><li class="line-77"><code>            // 获取模板文件名
</code></li><li class="line-78"><code>            $template = $this-&gt;parseTemplate($template);
</code></li><li class="line-79"><code>        }
</code></li><li class="line-80"><code>        // 模板不存在 抛出异常
</code></li><li class="line-81"><code>        if (!is_file($template)) {
</code></li><li class="line-82"><code>            throw new TemplateNotFoundException('template not exists:' . $template, $template);
</code></li><li class="line-83"><code>        }
</code></li><li class="line-84"><code>        // 记录视图信息
</code></li><li class="line-85"><code>        App::$debug &amp;&amp; Log::record('[ VIEW ] ' . $template . ' [ ' . var_export(array_keys($data), true) . ' ]', 'info');
</code></li><li class="line-86"><code>        $this-&gt;template-&gt;fetch($template, $data, $config);
</code></li><li class="line-87"><code>    }
</code></li><li class="line-88"><code>
</code></li><li class="line-89"><code>    /**
</code></li><li class="line-90"><code>     * 渲染模板内容
</code></li><li class="line-91"><code>     * @access public
</code></li></ol></pre>
        </div>
	        <div class="trace">
            <h2>Call Stack</h2>
            <ol>
                <li>in <a class="toggle" title="/www/wwwroot/oubo.com.cn/simplewind/thinkphp/library/think/view/driver/Think.php line 82">Think.php line 82</a></li>
                                <li>
                at <abbr title="think\view\driver\Think">Think</abbr>->fetch('<a class="toggle" title="themes/pc_cn/error/../public/404.html">themes/pc_cn/error/....</a>', ['site_info' => ['site_name' => '<a class="toggle" title="欧博_广东欧博企业管理研究院">...</a>', 'site_seo_title' => '', 'site_seo_keywords' => '<a class="toggle" title="广东欧博企管 工厂管理辅导 精益生产管理 精益咨询 企业管理咨询 精益生产">...</a>', ...], 'year' => '2025', 'SO' => '<a class="toggle" title="is_top DESC,list_order DESC,published_time DESC,post_id DESC">is_top DESC,list_ord...</a>', ...], []) in <a class="toggle" title="/www/wwwroot/oubo.com.cn/simplewind/thinkphp/library/think/View.php line 163">View.php line 163</a>                </li>
                                <li>
                at <abbr title="think\View">View</abbr>->fetch('<a class="toggle" title="themes/pc_cn/error/../public/404.html">themes/pc_cn/error/....</a>', ['site_info' => ['site_name' => '<a class="toggle" title="欧博_广东欧博企业管理研究院">...</a>', 'site_seo_title' => '', 'site_seo_keywords' => '<a class="toggle" title="广东欧博企管 工厂管理辅导 精益生产管理 精益咨询 企业管理咨询 精益生产">...</a>', ...], 'year' => '2025', 'SO' => '<a class="toggle" title="is_top DESC,list_order DESC,published_time DESC,post_id DESC">is_top DESC,list_ord...</a>', ...], ['__ROOT__' => '', '__URL__' => '/error/pc_cn', '__STATIC__' => '/static', ...], []) in <a class="toggle" title="/www/wwwroot/oubo.com.cn/simplewind/thinkphp/library/think/Controller.php line 120">Controller.php line 120</a>                </li>
                                <li>
                at <abbr title="think\Controller">Controller</abbr>->fetch('<a class="toggle" title="themes/pc_cn/error/../public/404.html">themes/pc_cn/error/....</a>', [], [], []) in <a class="toggle" title="/www/wwwroot/oubo.com.cn/simplewind/cmf/controller/HomeBaseController.php line 99">HomeBaseController.php line 99</a>                </li>
                                <li>
                at <abbr title="cmf\controller\HomeBaseController">HomeBaseController</abbr>->fetch('<a class="toggle" title="themes/pc_cn/error/../public/404.html">themes/pc_cn/error/....</a>') in <a class="toggle" title="/www/wwwroot/oubo.com.cn/app/error/controller/ErrorController.php line 13">ErrorController.php line 13</a>                </li>
                                <li>
                at <abbr title="app\error\controller\ErrorController">ErrorController</abbr>->_empty()                </li>
                                <li>
                at <abbr title="ReflectionMethod">ReflectionMethod</abbr>->invokeArgs(<em>object</em>(<abbr title="app\error\controller\ErrorController">ErrorController</abbr>), []) in <a class="toggle" title="/www/wwwroot/oubo.com.cn/simplewind/thinkphp/library/think/App.php line 343">App.php line 343</a>                </li>
                                <li>
                at <abbr title="think\App">App</abbr>::invokeMethod([<em>object</em>(<abbr title="app\error\controller\ErrorController">ErrorController</abbr>), '_empty'], ['public']) in <a class="toggle" title="/www/wwwroot/oubo.com.cn/simplewind/thinkphp/library/think/App.php line 621">App.php line 621</a>                </li>
                                <li>
                at <abbr title="think\App">App</abbr>::module(['themes', 'pc_cn', 'public'], ['app_host' => '', 'app_debug' => <em>true</em>, 'app_trace' => <em>false</em>, ...], <em>true</em>) in <a class="toggle" title="/www/wwwroot/oubo.com.cn/simplewind/thinkphp/library/think/App.php line 456">App.php line 456</a>                </li>
                                <li>
                at <abbr title="think\App">App</abbr>::exec(['type' => 'module', 'module' => ['themes', 'pc_cn', 'public']], ['app_host' => '', 'app_debug' => <em>true</em>, 'app_trace' => <em>false</em>, ...]) in <a class="toggle" title="/www/wwwroot/oubo.com.cn/simplewind/thinkphp/library/think/App.php line 139">App.php line 139</a>                </li>
                                <li>
                at <abbr title="think\App">App</abbr>::run() in <a class="toggle" title="/www/wwwroot/oubo.com.cn/index.php line 55">index.php line 55</a>                </li>
                            </ol>
        </div>
    </div>
        
    
        <div class="exception-var">
        <h2>Environment Variables</h2>
                <div>
                        <div class="clearfix">
                <div class="col-md-3"><strong>GET Data</strong></div>
                <div class="col-md-9"><small>empty</small></div>
            </div>
                    </div>
                <div>
                        <div class="clearfix">
                <div class="col-md-3"><strong>POST Data</strong></div>
                <div class="col-md-9"><small>empty</small></div>
            </div>
                    </div>
                <div>
                        <div class="clearfix">
                <div class="col-md-3"><strong>Files</strong></div>
                <div class="col-md-9"><small>empty</small></div>
            </div>
                    </div>
                <div>
                        <div class="clearfix">
                <div class="col-md-3"><strong>Cookies</strong></div>
                <div class="col-md-9"><small>empty</small></div>
            </div>
                    </div>
                <div>
                        <div class="clearfix">
                <div class="col-md-3"><strong>Session</strong></div>
                <div class="col-md-9"><small>empty</small></div>
            </div>
                    </div>
                <div>
                        <h3 class="subheading">Server/Request Data</h3>
            <div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>USER</strong></div>
                    <div class="col-md-9"><small>
                        www                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>HOME</strong></div>
                    <div class="col-md-9"><small>
                        /home/www                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>SCRIPT_NAME</strong></div>
                    <div class="col-md-9"><small>
                        /index.php                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>REQUEST_URI</strong></div>
                    <div class="col-md-9"><small>
                        /themes/pc_cn/public/assets/css/jquery.fullPage.css                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>QUERY_STRING</strong></div>
                    <div class="col-md-9"><small>
                        s=themes/pc_cn/public/assets/css/jquery.fullPage.css                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>REQUEST_METHOD</strong></div>
                    <div class="col-md-9"><small>
                        GET                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>SERVER_PROTOCOL</strong></div>
                    <div class="col-md-9"><small>
                        HTTP/1.1                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>GATEWAY_INTERFACE</strong></div>
                    <div class="col-md-9"><small>
                        CGI/1.1                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>REDIRECT_QUERY_STRING</strong></div>
                    <div class="col-md-9"><small>
                        s=themes/pc_cn/public/assets/css/jquery.fullPage.css                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>REDIRECT_URL</strong></div>
                    <div class="col-md-9"><small>
                        /themes/pc_cn/public/assets/css/jquery.fullPage.css                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>REMOTE_PORT</strong></div>
                    <div class="col-md-9"><small>
                        10576                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>SCRIPT_FILENAME</strong></div>
                    <div class="col-md-9"><small>
                        /www/wwwroot/oubo.com.cn/index.php                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>SERVER_ADMIN</strong></div>
                    <div class="col-md-9"><small>
                        webmaster@example.com                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>CONTEXT_DOCUMENT_ROOT</strong></div>
                    <div class="col-md-9"><small>
                        /www/wwwroot/oubo.com.cn                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>CONTEXT_PREFIX</strong></div>
                    <div class="col-md-9"><small>
                                            </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>REQUEST_SCHEME</strong></div>
                    <div class="col-md-9"><small>
                        http                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>DOCUMENT_ROOT</strong></div>
                    <div class="col-md-9"><small>
                        /www/wwwroot/oubo.com.cn                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>REMOTE_ADDR</strong></div>
                    <div class="col-md-9"><small>
                        1.192.23.15                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>SERVER_PORT</strong></div>
                    <div class="col-md-9"><small>
                        80                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>SERVER_ADDR</strong></div>
                    <div class="col-md-9"><small>
                        172.17.144.75                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>SERVER_NAME</strong></div>
                    <div class="col-md-9"><small>
                        www.oubo.com.cn                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>SERVER_SOFTWARE</strong></div>
                    <div class="col-md-9"><small>
                        Apache                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>SERVER_SIGNATURE</strong></div>
                    <div class="col-md-9"><small>
                        &lt;address&gt;Apache Server at www.oubo.com.cn Port 80&lt;/address&gt;
                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>LD_LIBRARY_PATH</strong></div>
                    <div class="col-md-9"><small>
                        /www/server/apache/lib                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>PATH</strong></div>
                    <div class="col-md-9"><small>
                        /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>HTTP_CONNECTION</strong></div>
                    <div class="col-md-9"><small>
                        Keep-Alive                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>HTTP_ACCEPT_ENCODING</strong></div>
                    <div class="col-md-9"><small>
                        gzip, deflate                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>HTTP_HOST</strong></div>
                    <div class="col-md-9"><small>
                        www.oubo.com.cn                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>HTTP_ACCEPT_LANGUAGE</strong></div>
                    <div class="col-md-9"><small>
                        zh-CN,zh;q=0.9,en;q=0.8                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>HTTP_REFERER</strong></div>
                    <div class="col-md-9"><small>
                        http://www.oubo.com.cn/themes/pc_cn/public/assets/css/jquery.fullPage.css                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>HTTP_ACCEPT</strong></div>
                    <div class="col-md-9"><small>
                        text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>HTTP_USER_AGENT</strong></div>
                    <div class="col-md-9"><small>
                        Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>proxy-nokeepalive</strong></div>
                    <div class="col-md-9"><small>
                        1                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>REDIRECT_STATUS</strong></div>
                    <div class="col-md-9"><small>
                        200                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>FCGI_ROLE</strong></div>
                    <div class="col-md-9"><small>
                        RESPONDER                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>PHP_SELF</strong></div>
                    <div class="col-md-9"><small>
                        /index.php                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>REQUEST_TIME_FLOAT</strong></div>
                    <div class="col-md-9"><small>
                        1752804767.8717                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>REQUEST_TIME</strong></div>
                    <div class="col-md-9"><small>
                        1752804767                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>PATH_INFO</strong></div>
                    <div class="col-md-9"><small>
                        themes/pc_cn/public/assets/css/jquery.fullPage.css                    </small></div>
                </div>
                            </div>
                    </div>
                <div>
                        <div class="clearfix">
                <div class="col-md-3"><strong>Environment Variables</strong></div>
                <div class="col-md-9"><small>empty</small></div>
            </div>
                    </div>
                <div>
                        <h3 class="subheading">ThinkPHP Constants</h3>
            <div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>APP_DEBUG</strong></div>
                    <div class="col-md-9"><small>
                        true                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>CMF_ROOT</strong></div>
                    <div class="col-md-9"><small>
                        /www/wwwroot/oubo.com.cn/                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>APP_PATH</strong></div>
                    <div class="col-md-9"><small>
                        /www/wwwroot/oubo.com.cn/app/                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>UPLOAD_PATH</strong></div>
                    <div class="col-md-9"><small>
                        /www/wwwroot/oubo.com.cn/upload/                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>CMF_PATH</strong></div>
                    <div class="col-md-9"><small>
                        /www/wwwroot/oubo.com.cn/simplewind/cmf/                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>PLUGINS_PATH</strong></div>
                    <div class="col-md-9"><small>
                        /www/wwwroot/oubo.com.cn/plugins/                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>EXTEND_PATH</strong></div>
                    <div class="col-md-9"><small>
                        /www/wwwroot/oubo.com.cn/simplewind/extend/                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>VENDOR_PATH</strong></div>
                    <div class="col-md-9"><small>
                        /www/wwwroot/oubo.com.cn/simplewind/vendor/                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>RUNTIME_PATH</strong></div>
                    <div class="col-md-9"><small>
                        /www/wwwroot/oubo.com.cn/data/runtime/                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>THINKCMF_VERSION</strong></div>
                    <div class="col-md-9"><small>
                        5.0.170927                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>SO</strong></div>
                    <div class="col-md-9"><small>
                        is_top DESC,list_order DESC,published_time DESC,post_id DESC                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>GSO</strong></div>
                    <div class="col-md-9"><small>
                        is_top DESC,category_relate.list_order DESC,published_time DESC,goods_id DESC                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>TMPLSO</strong></div>
                    <div class="col-md-9"><small>
                        order:is_top DESC,list_order DESC,published_time DESC,post_id DESC;                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>TMPLGSO</strong></div>
                    <div class="col-md-9"><small>
                        order:is_top DESC,category_relate.list_order DESC,published_time DESC,goods_id DESC;                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>WEB_ROOT</strong></div>
                    <div class="col-md-9"><small>
                        /www/wwwroot/oubo.com.cn/                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>THINK_VERSION</strong></div>
                    <div class="col-md-9"><small>
                        5.0.24                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>THINK_START_TIME</strong></div>
                    <div class="col-md-9"><small>
                        1752804767.8722                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>THINK_START_MEM</strong></div>
                    <div class="col-md-9"><small>
                        408288                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>EXT</strong></div>
                    <div class="col-md-9"><small>
                        .php                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>DS</strong></div>
                    <div class="col-md-9"><small>
                        /                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>THINK_PATH</strong></div>
                    <div class="col-md-9"><small>
                        /www/wwwroot/oubo.com.cn/simplewind/thinkphp/                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>LIB_PATH</strong></div>
                    <div class="col-md-9"><small>
                        /www/wwwroot/oubo.com.cn/simplewind/thinkphp/library/                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>CORE_PATH</strong></div>
                    <div class="col-md-9"><small>
                        /www/wwwroot/oubo.com.cn/simplewind/thinkphp/library/think/                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>TRAIT_PATH</strong></div>
                    <div class="col-md-9"><small>
                        /www/wwwroot/oubo.com.cn/simplewind/thinkphp/library/traits/                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>ROOT_PATH</strong></div>
                    <div class="col-md-9"><small>
                        /www/wwwroot/oubo.com.cn/                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>LOG_PATH</strong></div>
                    <div class="col-md-9"><small>
                        /www/wwwroot/oubo.com.cn/data/runtime/log/                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>CACHE_PATH</strong></div>
                    <div class="col-md-9"><small>
                        /www/wwwroot/oubo.com.cn/data/runtime/cache/                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>TEMP_PATH</strong></div>
                    <div class="col-md-9"><small>
                        /www/wwwroot/oubo.com.cn/data/runtime/temp/                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>CONF_PATH</strong></div>
                    <div class="col-md-9"><small>
                        /www/wwwroot/oubo.com.cn/app/                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>CONF_EXT</strong></div>
                    <div class="col-md-9"><small>
                        .php                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>ENV_PREFIX</strong></div>
                    <div class="col-md-9"><small>
                        PHP_                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>IS_CLI</strong></div>
                    <div class="col-md-9"><small>
                        false                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>IS_WIN</strong></div>
                    <div class="col-md-9"><small>
                        false                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>HTMLPURIFIER_PREFIX</strong></div>
                    <div class="col-md-9"><small>
                        /www/wwwroot/oubo.com.cn/simplewind/vendor/ezyang/htmlpurifier/library                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>QINIU_FUNCTIONS_VERSION</strong></div>
                    <div class="col-md-9"><small>
                        7.2.1                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>IS_WECHAT_FALSE</strong></div>
                    <div class="col-md-9"><small>
                        1                    </small></div>
                </div>
                                <div class="clearfix">
                    <div class="col-md-3"><strong>IS_WECHAT_TRUE</strong></div>
                    <div class="col-md-9"><small>
                        2                    </small></div>
                </div>
                            </div>
                    </div>
            </div>
    
    <div class="copyright">
        <a title="官方网站" href="http://www.thinkphp.cn">ThinkPHP</a> 
        <span>V5.0.24</span> 
        <span>{ 十年磨一剑-为API开发设计的高性能框架 }</span>
    </div>
        <script>
        var LINE = 82;

        function $(selector, node){
            var elements;

            node = node || document;
            if(document.querySelectorAll){
                elements = node.querySelectorAll(selector);
            } else {
                switch(selector.substr(0, 1)){
                    case '#':
                        elements = [node.getElementById(selector.substr(1))];
                        break;
                    case '.':
                        if(document.getElementsByClassName){
                            elements = node.getElementsByClassName(selector.substr(1));
                        } else {
                            elements = get_elements_by_class(selector.substr(1), node);
                        }
                        break;
                    default:
                        elements = node.getElementsByTagName();
                }
            }
            return elements;

            function get_elements_by_class(search_class, node, tag) {
                var elements = [], eles, 
                    pattern  = new RegExp('(^|\\s)' + search_class + '(\\s|$)');

                node = node || document;
                tag  = tag  || '*';

                eles = node.getElementsByTagName(tag);
                for(var i = 0; i < eles.length; i++) {
                    if(pattern.test(eles[i].className)) {
                        elements.push(eles[i])
                    }
                }

                return elements;
            }
        }

        $.getScript = function(src, func){
            var script = document.createElement('script');
            
            script.async  = 'async';
            script.src    = src;
            script.onload = func || function(){};
            
            $('head')[0].appendChild(script);
        }

        ;(function(){
            var files = $('.toggle');
            var ol    = $('ol', $('.prettyprint')[0]);
            var li    = $('li', ol[0]);   

            // 短路径和长路径变换
            for(var i = 0; i < files.length; i++){
                files[i].ondblclick = function(){
                    var title = this.title;

                    this.title = this.innerHTML;
                    this.innerHTML = title;
                }
            }

            // 设置出错行
            var err_line = $('.line-' + LINE, ol[0])[0];
            err_line.className = err_line.className + ' line-error';

            $.getScript('//cdn.bootcss.com/prettify/r298/prettify.min.js', function(){
                prettyPrint();

                // 解决Firefox浏览器一个很诡异的问题
                // 当代码高亮后，ol的行号莫名其妙的错位
                // 但是只要刷新li里面的html重新渲染就没有问题了
                if(window.navigator.userAgent.indexOf('Firefox') >= 0){
                    ol[0].innerHTML = ol[0].innerHTML;
                }
            });

        })();
    </script>
    </body>
</html>
