<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>系统发生错误</title>
    <meta name="robots" content="noindex,nofollow" />
    <style>
        /* Base */
        body {
            color: #333;
            font: 16px Verdana, "Helvetica Neue", helvetica, Arial, 'Microsoft YaHei', sans-serif;
            margin: 0;
            padding: 0 20px 20px;
        }
        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{
            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;
        }
    
        /* 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: 56px;
        }
        .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] <abbr title="think\exception\HttpException">HttpException</abbr> in <a class="toggle" title="D:\wwwroot\jjebc\wwwroot\thinkphp\library\think\App.php line 317">App.php line 317</a></h2>
                </div>
                <div><h1>module not exists:public</h1></div>
            </div>
        
    </div>
	        <div class="source-code">
            <pre class="prettyprint lang-php"><ol start="308"><li class="line-308"><code>                $available = true;
</code></li><li class="line-309"><code>            }
</code></li><li class="line-310"><code>
</code></li><li class="line-311"><code>            // 模块初始化
</code></li><li class="line-312"><code>            if ($module &amp;&amp; $available) {
</code></li><li class="line-313"><code>                // 初始化模块
</code></li><li class="line-314"><code>                $request-&gt;module($module);
</code></li><li class="line-315"><code>                $config = self::init($module);
</code></li><li class="line-316"><code>            } else {
</code></li><li class="line-317"><code>                throw new HttpException(404, 'module not exists:' . $module);
</code></li><li class="line-318"><code>            }
</code></li><li class="line-319"><code>        } else {
</code></li><li class="line-320"><code>            // 单一模块部署
</code></li><li class="line-321"><code>            $module = '';
</code></li><li class="line-322"><code>            $request-&gt;module($module);
</code></li><li class="line-323"><code>        }
</code></li><li class="line-324"><code>        // 当前模块路径
</code></li><li class="line-325"><code>        App::$modulePath = APP_PATH . ($module ? $module . DS : '');
</code></li><li class="line-326"><code>
</code></li></ol></pre>
        </div>
	        <div class="trace">
            <h2>Call Stack</h2>
            <ol>
                <li>in <a class="toggle" title="D:\wwwroot\jjebc\wwwroot\thinkphp\library\think\App.php line 317">App.php line 317</a></li>
                                <li>
                at <abbr title="think\App">App</abbr>::module(['public', 'static', 'index'], ['app_namespace' => 'app', 'app_debug' => <em>true</em>, 'app_trace' => <em>false</em>, ...], <em>null</em>) in <a class="toggle" title="D:\wwwroot\jjebc\wwwroot\thinkphp\library\think\App.php line 134">App.php line 134</a>                </li>
                                <li>
                at <abbr title="think\App">App</abbr>::run() in <a class="toggle" title="D:\wwwroot\jjebc\wwwroot\thinkphp\start.php line 18">start.php line 18</a>                </li>
                                <li>
                at require('<a class="toggle" title="D:\wwwroot\jjebc\wwwroot\thinkphp\start.php">D:\wwwroot\jjebc\www...</a>') in <a class="toggle" title="D:\wwwroot\jjebc\wwwroot\index.php line 29">index.php line 29</a>                </li>
                            </ol>
        </div>
    </div>
        
    
        <div class="exception-var">
        <h2>Environment Variables</h2>
                <table>
                        <caption>GET Data<small>empty</small></caption>
                    </table>
                <table>
                        <caption>POST Data<small>empty</small></caption>
                    </table>
                <table>
                        <caption>Files<small>empty</small></caption>
                    </table>
                <table>
                        <caption>Cookies</caption>
            <tbody>
                                <tr>
                    <td>think_var</td>
                    <td>
                        en-us                    </td>
                </tr>
                            </tbody>
                    </table>
                <table>
                        <caption>Session<small>empty</small></caption>
                    </table>
                <table>
                        <caption>Server/Request Data</caption>
            <tbody>
                                <tr>
                    <td>_FCGI_X_PIPE_</td>
                    <td>
                        \\.\pipe\IISFCGI-74f0d516-91a1-47df-9a16-9555fb4724c0                    </td>
                </tr>
                                <tr>
                    <td>PHP_FCGI_MAX_REQUESTS</td>
                    <td>
                        1000                    </td>
                </tr>
                                <tr>
                    <td>PHPRC</td>
                    <td>
                        C:\php_73                    </td>
                </tr>
                                <tr>
                    <td>ALLUSERSPROFILE</td>
                    <td>
                        C:\ProgramData                    </td>
                </tr>
                                <tr>
                    <td>APPDATA</td>
                    <td>
                        C:\Windows\system32\config\systemprofile\AppData\Roaming                    </td>
                </tr>
                                <tr>
                    <td>APP_POOL_CONFIG</td>
                    <td>
                        C:\inetpub\temp\apppools\jjebc\jjebc.config                    </td>
                </tr>
                                <tr>
                    <td>APP_POOL_ID</td>
                    <td>
                        jjebc                    </td>
                </tr>
                                <tr>
                    <td>CommonProgramFiles</td>
                    <td>
                        C:\Program Files (x86)\Common Files                    </td>
                </tr>
                                <tr>
                    <td>CommonProgramFiles(x86)</td>
                    <td>
                        C:\Program Files (x86)\Common Files                    </td>
                </tr>
                                <tr>
                    <td>CommonProgramW6432</td>
                    <td>
                        C:\Program Files\Common Files                    </td>
                </tr>
                                <tr>
                    <td>COMPUTERNAME</td>
                    <td>
                        EBS-8261                    </td>
                </tr>
                                <tr>
                    <td>ComSpec</td>
                    <td>
                        C:\Windows\system32\cmd.exe                    </td>
                </tr>
                                <tr>
                    <td>DriverData</td>
                    <td>
                        C:\Windows\System32\Drivers\DriverData                    </td>
                </tr>
                                <tr>
                    <td>LOCALAPPDATA</td>
                    <td>
                        C:\Windows\system32\config\systemprofile\AppData\Local                    </td>
                </tr>
                                <tr>
                    <td>NUMBER_OF_PROCESSORS</td>
                    <td>
                        16                    </td>
                </tr>
                                <tr>
                    <td>OS</td>
                    <td>
                        Windows_NT                    </td>
                </tr>
                                <tr>
                    <td>Path</td>
                    <td>
                        C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\php_52;D:\mysql\bin;c:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\;C:\Program Files\dotnet\;C:\Program Files (x86)\dotnet\;C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps                    </td>
                </tr>
                                <tr>
                    <td>PATHEXT</td>
                    <td>
                        .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC                    </td>
                </tr>
                                <tr>
                    <td>PROCESSOR_ARCHITECTURE</td>
                    <td>
                        x86                    </td>
                </tr>
                                <tr>
                    <td>PROCESSOR_ARCHITEW6432</td>
                    <td>
                        AMD64                    </td>
                </tr>
                                <tr>
                    <td>PROCESSOR_IDENTIFIER</td>
                    <td>
                        Intel64 Family 6 Model 63 Stepping 2, GenuineIntel                    </td>
                </tr>
                                <tr>
                    <td>PROCESSOR_LEVEL</td>
                    <td>
                        6                    </td>
                </tr>
                                <tr>
                    <td>PROCESSOR_REVISION</td>
                    <td>
                        3f02                    </td>
                </tr>
                                <tr>
                    <td>ProgramData</td>
                    <td>
                        C:\ProgramData                    </td>
                </tr>
                                <tr>
                    <td>ProgramFiles</td>
                    <td>
                        C:\Program Files (x86)                    </td>
                </tr>
                                <tr>
                    <td>ProgramFiles(x86)</td>
                    <td>
                        C:\Program Files (x86)                    </td>
                </tr>
                                <tr>
                    <td>ProgramW6432</td>
                    <td>
                        C:\Program Files                    </td>
                </tr>
                                <tr>
                    <td>PSModulePath</td>
                    <td>
                        C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules                    </td>
                </tr>
                                <tr>
                    <td>PUBLIC</td>
                    <td>
                        C:\Users\Public                    </td>
                </tr>
                                <tr>
                    <td>SystemDrive</td>
                    <td>
                        C:                    </td>
                </tr>
                                <tr>
                    <td>SystemRoot</td>
                    <td>
                        C:\Windows                    </td>
                </tr>
                                <tr>
                    <td>TEMP</td>
                    <td>
                        C:\Windows\TEMP                    </td>
                </tr>
                                <tr>
                    <td>TMP</td>
                    <td>
                        C:\Windows\TEMP                    </td>
                </tr>
                                <tr>
                    <td>USERDOMAIN</td>
                    <td>
                        WORKGROUP                    </td>
                </tr>
                                <tr>
                    <td>USERNAME</td>
                    <td>
                        EBS-8261$                    </td>
                </tr>
                                <tr>
                    <td>USERPROFILE</td>
                    <td>
                        C:\Windows\system32\config\systemprofile                    </td>
                </tr>
                                <tr>
                    <td>windir</td>
                    <td>
                        C:\Windows                    </td>
                </tr>
                                <tr>
                    <td>ORIG_PATH_INFO</td>
                    <td>
                        /index.php/public/static/index/hc/css/lightgallery.css                    </td>
                </tr>
                                <tr>
                    <td>URL</td>
                    <td>
                        /index.php                    </td>
                </tr>
                                <tr>
                    <td>SERVER_SOFTWARE</td>
                    <td>
                        Microsoft-IIS/10.0                    </td>
                </tr>
                                <tr>
                    <td>SERVER_PROTOCOL</td>
                    <td>
                        HTTP/1.1                    </td>
                </tr>
                                <tr>
                    <td>SERVER_PORT_SECURE</td>
                    <td>
                        0                    </td>
                </tr>
                                <tr>
                    <td>SERVER_PORT</td>
                    <td>
                        80                    </td>
                </tr>
                                <tr>
                    <td>SERVER_NAME</td>
                    <td>
                                            </td>
                </tr>
                                <tr>
                    <td>SCRIPT_NAME</td>
                    <td>
                        /index.php                    </td>
                </tr>
                                <tr>
                    <td>SCRIPT_FILENAME</td>
                    <td>
                        D:\wwwroot\jjebc\wwwroot\index.php                    </td>
                </tr>
                                <tr>
                    <td>REQUEST_URI</td>
                    <td>
                        /public/static/index/hc/css/lightgallery.css                    </td>
                </tr>
                                <tr>
                    <td>REQUEST_METHOD</td>
                    <td>
                        GET                    </td>
                </tr>
                                <tr>
                    <td>REMOTE_USER</td>
                    <td>
                                            </td>
                </tr>
                                <tr>
                    <td>REMOTE_PORT</td>
                    <td>
                        57750                    </td>
                </tr>
                                <tr>
                    <td>REMOTE_HOST</td>
                    <td>
                        127.0.0.1                    </td>
                </tr>
                                <tr>
                    <td>REMOTE_ADDR</td>
                    <td>
                        127.0.0.1                    </td>
                </tr>
                                <tr>
                    <td>QUERY_STRING</td>
                    <td>
                                            </td>
                </tr>
                                <tr>
                    <td>PATH_TRANSLATED</td>
                    <td>
                        D:\wwwroot\jjebc\wwwroot\index.php\public\static\index\hc\css\lightgallery.css                    </td>
                </tr>
                                <tr>
                    <td>PATH_INFO</td>
                    <td>
                        /public/static/index/hc/css/lightgallery.css                    </td>
                </tr>
                                <tr>
                    <td>LOGON_USER</td>
                    <td>
                                            </td>
                </tr>
                                <tr>
                    <td>LOCAL_ADDR</td>
                    <td>
                        127.0.0.1                    </td>
                </tr>
                                <tr>
                    <td>INSTANCE_META_PATH</td>
                    <td>
                        /LM/W3SVC/10435                    </td>
                </tr>
                                <tr>
                    <td>INSTANCE_NAME</td>
                    <td>
                        JJEBC                    </td>
                </tr>
                                <tr>
                    <td>INSTANCE_ID</td>
                    <td>
                        10435                    </td>
                </tr>
                                <tr>
                    <td>HTTPS_SERVER_SUBJECT</td>
                    <td>
                                            </td>
                </tr>
                                <tr>
                    <td>HTTPS_SERVER_ISSUER</td>
                    <td>
                                            </td>
                </tr>
                                <tr>
                    <td>HTTPS_SECRETKEYSIZE</td>
                    <td>
                                            </td>
                </tr>
                                <tr>
                    <td>HTTPS_KEYSIZE</td>
                    <td>
                                            </td>
                </tr>
                                <tr>
                    <td>HTTPS</td>
                    <td>
                        off                    </td>
                </tr>
                                <tr>
                    <td>GATEWAY_INTERFACE</td>
                    <td>
                        CGI/1.1                    </td>
                </tr>
                                <tr>
                    <td>DOCUMENT_ROOT</td>
                    <td>
                        D:\wwwroot\jjebc\wwwroot                    </td>
                </tr>
                                <tr>
                    <td>CONTENT_TYPE</td>
                    <td>
                        application/x-www-form-urlencoded; charset=utf-8                    </td>
                </tr>
                                <tr>
                    <td>CONTENT_LENGTH</td>
                    <td>
                        0                    </td>
                </tr>
                                <tr>
                    <td>CERT_SUBJECT</td>
                    <td>
                                            </td>
                </tr>
                                <tr>
                    <td>CERT_SERIALNUMBER</td>
                    <td>
                                            </td>
                </tr>
                                <tr>
                    <td>CERT_ISSUER</td>
                    <td>
                                            </td>
                </tr>
                                <tr>
                    <td>CERT_FLAGS</td>
                    <td>
                                            </td>
                </tr>
                                <tr>
                    <td>CERT_COOKIE</td>
                    <td>
                                            </td>
                </tr>
                                <tr>
                    <td>AUTH_USER</td>
                    <td>
                                            </td>
                </tr>
                                <tr>
                    <td>AUTH_PASSWORD</td>
                    <td>
                                            </td>
                </tr>
                                <tr>
                    <td>AUTH_TYPE</td>
                    <td>
                                            </td>
                </tr>
                                <tr>
                    <td>APPL_PHYSICAL_PATH</td>
                    <td>
                        D:\wwwroot\jjebc\wwwroot\                    </td>
                </tr>
                                <tr>
                    <td>APPL_MD_PATH</td>
                    <td>
                        /LM/W3SVC/10435/ROOT                    </td>
                </tr>
                                <tr>
                    <td>IIS_UrlRewriteModule</td>
                    <td>
                        7,1,1993,2336                    </td>
                </tr>
                                <tr>
                    <td>WEBSOCKET_VERSION</td>
                    <td>
                        13                    </td>
                </tr>
                                <tr>
                    <td>UNENCODED_URL</td>
                    <td>
                        /public/static/index/hc/css/lightgallery.css                    </td>
                </tr>
                                <tr>
                    <td>IIS_WasUrlRewritten</td>
                    <td>
                        1                    </td>
                </tr>
                                <tr>
                    <td>HTTP_X_ORIGINAL_URL</td>
                    <td>
                        /public/static/index/hc/css/lightgallery.css                    </td>
                </tr>
                                <tr>
                    <td>HTTP_X_MICROSOFTAJAX</td>
                    <td>
                        Delta=true                    </td>
                </tr>
                                <tr>
                    <td>HTTP_X_APPLE_STORE_FRONT</td>
                    <td>
                        143444,12                    </td>
                </tr>
                                <tr>
                    <td>HTTP_X_APPLE_TZ</td>
                    <td>
                        0                    </td>
                </tr>
                                <tr>
                    <td>HTTP_REALIP_WTS_X</td>
                    <td>
                        216.172.154.250                    </td>
                </tr>
                                <tr>
                    <td>HTTP_X_REAL_IP</td>
                    <td>
                        216.172.154.250                    </td>
                </tr>
                                <tr>
                    <td>HTTP_X_FORWARDED_FOR</td>
                    <td>
                        216.172.154.250                    </td>
                </tr>
                                <tr>
                    <td>HTTP_USER_AGENT</td>
                    <td>
                        Mozilla/5.0 (Windows; U; Windows NT 5.2) Gecko/2008070208 Firefox/3.0.1                    </td>
                </tr>
                                <tr>
                    <td>HTTP_REFERER</td>
                    <td>
                        http://www.baidu.com/search/spider.htm                    </td>
                </tr>
                                <tr>
                    <td>HTTP_HOST</td>
                    <td>
                                            </td>
                </tr>
                                <tr>
                    <td>HTTP_ACCEPT_LANGUAGE</td>
                    <td>
                        en-US,en;q=0.5                    </td>
                </tr>
                                <tr>
                    <td>HTTP_ACCEPT_ENCODING</td>
                    <td>
                        gzip, deflate                    </td>
                </tr>
                                <tr>
                    <td>HTTP_ACCEPT</td>
                    <td>
                        text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8                    </td>
                </tr>
                                <tr>
                    <td>HTTP_CONTENT_TYPE</td>
                    <td>
                        application/x-www-form-urlencoded; charset=utf-8                    </td>
                </tr>
                                <tr>
                    <td>HTTP_CONTENT_LENGTH</td>
                    <td>
                        0                    </td>
                </tr>
                                <tr>
                    <td>HTTP_CONNECTION</td>
                    <td>
                        close                    </td>
                </tr>
                                <tr>
                    <td>HTTP_CACHE_CONTROL</td>
                    <td>
                        no-cache                    </td>
                </tr>
                                <tr>
                    <td>FCGI_ROLE</td>
                    <td>
                        RESPONDER                    </td>
                </tr>
                                <tr>
                    <td>PHP_SELF</td>
                    <td>
                        /index.php/public/static/index/hc/css/lightgallery.css                    </td>
                </tr>
                                <tr>
                    <td>REQUEST_TIME_FLOAT</td>
                    <td>
                        1754247033.9818                    </td>
                </tr>
                                <tr>
                    <td>REQUEST_TIME</td>
                    <td>
                        1754247033                    </td>
                </tr>
                            </tbody>
                    </table>
                <table>
                        <caption>Environment Variables<small>empty</small></caption>
                    </table>
                <table>
                        <caption>ThinkPHP Constants</caption>
            <tbody>
                                <tr>
                    <td>APP_PATH</td>
                    <td>
                        D:\wwwroot\jjebc\wwwroot/application/                    </td>
                </tr>
                                <tr>
                    <td>TPLAY_VERSION</td>
                    <td>
                        1.0.0                    </td>
                </tr>
                                <tr>
                    <td>EXTEND_PATH</td>
                    <td>
                        D:\wwwroot\jjebc\wwwroot/extend/                    </td>
                </tr>
                                <tr>
                    <td>VENDOR_PATH</td>
                    <td>
                        D:\wwwroot\jjebc\wwwroot/vendor/                    </td>
                </tr>
                                <tr>
                    <td>THINK_VERSION</td>
                    <td>
                        5.0.0                    </td>
                </tr>
                                <tr>
                    <td>THINK_START_TIME</td>
                    <td>
                        1754247033.9842                    </td>
                </tr>
                                <tr>
                    <td>THINK_START_MEM</td>
                    <td>
                        397288                    </td>
                </tr>
                                <tr>
                    <td>EXT</td>
                    <td>
                        .php                    </td>
                </tr>
                                <tr>
                    <td>DS</td>
                    <td>
                        \                    </td>
                </tr>
                                <tr>
                    <td>THINK_PATH</td>
                    <td>
                        D:\wwwroot\jjebc\wwwroot\thinkphp\                    </td>
                </tr>
                                <tr>
                    <td>LIB_PATH</td>
                    <td>
                        D:\wwwroot\jjebc\wwwroot\thinkphp\library\                    </td>
                </tr>
                                <tr>
                    <td>CORE_PATH</td>
                    <td>
                        D:\wwwroot\jjebc\wwwroot\thinkphp\library\think\                    </td>
                </tr>
                                <tr>
                    <td>TRAIT_PATH</td>
                    <td>
                        D:\wwwroot\jjebc\wwwroot\thinkphp\library\traits\                    </td>
                </tr>
                                <tr>
                    <td>ROOT_PATH</td>
                    <td>
                        D:\wwwroot\jjebc\wwwroot\                    </td>
                </tr>
                                <tr>
                    <td>RUNTIME_PATH</td>
                    <td>
                        D:\wwwroot\jjebc\wwwroot\runtime\                    </td>
                </tr>
                                <tr>
                    <td>LOG_PATH</td>
                    <td>
                        D:\wwwroot\jjebc\wwwroot\runtime\log\                    </td>
                </tr>
                                <tr>
                    <td>CACHE_PATH</td>
                    <td>
                        D:\wwwroot\jjebc\wwwroot\runtime\cache\                    </td>
                </tr>
                                <tr>
                    <td>TEMP_PATH</td>
                    <td>
                        D:\wwwroot\jjebc\wwwroot\runtime\temp\                    </td>
                </tr>
                                <tr>
                    <td>CONF_PATH</td>
                    <td>
                        D:\wwwroot\jjebc\wwwroot/application/                    </td>
                </tr>
                                <tr>
                    <td>CONF_EXT</td>
                    <td>
                        .php                    </td>
                </tr>
                                <tr>
                    <td>ENV_PREFIX</td>
                    <td>
                        PHP_                    </td>
                </tr>
                                <tr>
                    <td>IS_CLI</td>
                    <td>
                        false                    </td>
                </tr>
                                <tr>
                    <td>IS_WIN</td>
                    <td>
                        true                    </td>
                </tr>
                            </tbody>
                    </table>
            </div>
    
    <div class="copyright">
        <a title="官方网站" href="http://www.thinkphp.cn">ThinkPHP</a> 
        <span>V5.0.0</span> 
        <span>{ 十年磨一剑-为API开发设计的高性能框架 }</span>
    </div>
        <script>
        var LINE = 317;

        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>

