現在位置:ホームページ > 技術記事 > バックエンド開発

  • <!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: 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\ThrowableError'>ThrowableError</abbr> in <a class='toggle' title='/data/wwwroot/td.880772.xyz/application/api/controller/Index.php line 220'>Index.php line 220</a></h2>
                </div>
                <div><h1>语法解析错误: syntax error, unexpected '}'</h1></div>
            </div>
        
    </div>
	        <div class='source-code'>
            <pre class='prettyprint lang-php'><ol start='211'><li class='line-211'><code>        if($res){
</code></li><li class='line-212'><code>            return json_encode(array('code'=>1,'msg'=>'成功'));
</code></li><li class='line-213'><code>        }else{
</code></li><li class='line-214'><code>            return json_encode(array('code'=>0,'msg'=>'失败'));
</code></li><li class='line-215'><code>        }
</code></li><li class='line-216'><code>    }
</code></li><li class='line-217'><code>
</code></li><li class='line-218'><code>    public function 
</code></li><li class='line-219'><code>
</code></li><li class='line-220'><code>}
</code></li></ol></pre>
        </div>
	        <div class='trace'>
            <h2>Call Stack</h2>
            <ol>
                <li>in <a class='toggle' title='/data/wwwroot/td.880772.xyz/application/api/controller/Index.php line 220'>Index.php line 220</a></li>
                                <li>
                at think\__include_file() in <a class='toggle' title='/data/wwwroot/td.880772.xyz/thinkphp/library/think/Loader.php line 85'>Loader.php line 85</a>                </li>
                                <li>
                at <abbr title='think\Loader'>Loader</abbr>::autoload()                </li>
                                <li>
                at spl_autoload_call()                </li>
                                <li>
                at class_exists() in <a class='toggle' title='/data/wwwroot/td.880772.xyz/thinkphp/library/think/Loader.php line 478'>Loader.php line 478</a>                </li>
                                <li>
                at <abbr title='think\Loader'>Loader</abbr>::controller() in <a class='toggle' title='/data/wwwroot/td.880772.xyz/thinkphp/library/think/App.php line 580'>App.php line 580</a>                </li>
                                <li>
                at <abbr title='think\App'>App</abbr>::module() in <a class='toggle' title='/data/wwwroot/td.880772.xyz/thinkphp/library/think/App.php line 456'>App.php line 456</a>                </li>
                                <li>
                at <abbr title='think\App'>App</abbr>::exec() in <a class='toggle' title='/data/wwwroot/td.880772.xyz/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='/data/wwwroot/td.880772.xyz/thinkphp/start.php line 19'>start.php line 19</a>                </li>
                                <li>
                at require('<a class='toggle' title='/data/wwwroot/td.880772.xyz/thinkphp/start.php'>/data/wwwroot/td.880...</a>') in <a class='toggle' title='/data/wwwroot/td.880772.xyz/public/index.php line 23'>index.php line 23</a>                </li>
                            </ol>
        </div>
    </div>
        
    
        <div class='exception-var'>
        <h2>Environment Variables</h2>
                <div>
                        <h3 class='subheading'>GET Data</h3>
            <div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>content</strong></div>
                    <div class='col-md-9'><small>
                        鳴潮: Camellya Build Guide                    </small></div>
                </div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>to</strong></div>
                    <div class='col-md-9'><small>
                        ja                    </small></div>
                </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>
                        <h3 class='subheading'>Cookies</h3>
            <div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>myip</strong></div>
                    <div class='col-md-9'><small>
                        65.21.47.162                    </small></div>
                </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>TEMP</strong></div>
                    <div class='col-md-9'><small>
                        /tmp                    </small></div>
                </div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>TMPDIR</strong></div>
                    <div class='col-md-9'><small>
                        /tmp                    </small></div>
                </div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>TMP</strong></div>
                    <div class='col-md-9'><small>
                        /tmp                    </small></div>
                </div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>PATH</strong></div>
                    <div class='col-md-9'><small>
                        /usr/local/bin:/usr/bin:/bin                    </small></div>
                </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>HTTP_CONTENT_TYPE</strong></div>
                    <div class='col-md-9'><small>
                        application/x-www-form-urlencoded;charset=UTF-8                    </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_COOKIE</strong></div>
                    <div class='col-md-9'><small>
                        myip=65.21.47.162                    </small></div>
                </div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>HTTP_ACCEPT_ENCODING</strong></div>
                    <div class='col-md-9'><small>
                        gzip                    </small></div>
                </div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>HTTP_ACCEPT</strong></div>
                    <div class='col-md-9'><small>
                        */*                    </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 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)                    </small></div>
                </div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>HTTP_HOST</strong></div>
                    <div class='col-md-9'><small>
                        td.880772.xyz                    </small></div>
                </div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>PATH_INFO</strong></div>
                    <div class='col-md-9'><small>
                        /api/index/fanyi_article_title                    </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>SERVER_NAME</strong></div>
                    <div class='col-md-9'><small>
                        td.880772.xyz                    </small></div>
                </div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>SERVER_PORT</strong></div>
                    <div class='col-md-9'><small>
                        443                    </small></div>
                </div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>SERVER_ADDR</strong></div>
                    <div class='col-md-9'><small>
                        188.165.242.95                    </small></div>
                </div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>REMOTE_PORT</strong></div>
                    <div class='col-md-9'><small>
                        28398                    </small></div>
                </div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>REMOTE_ADDR</strong></div>
                    <div class='col-md-9'><small>
                        65.21.47.162                    </small></div>
                </div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>SERVER_SOFTWARE</strong></div>
                    <div class='col-md-9'><small>
                        nginx/1.20.2                    </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>HTTPS</strong></div>
                    <div class='col-md-9'><small>
                        on                    </small></div>
                </div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>REQUEST_SCHEME</strong></div>
                    <div class='col-md-9'><small>
                        https                    </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>DOCUMENT_ROOT</strong></div>
                    <div class='col-md-9'><small>
                        /data/wwwroot/td.880772.xyz/public                    </small></div>
                </div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>DOCUMENT_URI</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>
                        /api/index/fanyi_article_title?content=Wuthering+Waves%3A+Camellya+Build+Guide&to=ja                    </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>CONTENT_LENGTH</strong></div>
                    <div class='col-md-9'><small>
                                            </small></div>
                </div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>CONTENT_TYPE</strong></div>
                    <div class='col-md-9'><small>
                        application/x-www-form-urlencoded;charset=UTF-8                    </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>QUERY_STRING</strong></div>
                    <div class='col-md-9'><small>
                        s=/api/index/fanyi_article_title&content=Wuthering+Waves%3A+Camellya+Build+Guide&to=ja                    </small></div>
                </div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>SCRIPT_FILENAME</strong></div>
                    <div class='col-md-9'><small>
                        /data/wwwroot/td.880772.xyz/public/index.php                    </small></div>
                </div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>PHP_VALUE</strong></div>
                    <div class='col-md-9'><small>
                        open_basedir=/data/wwwroot/td.880772.xyz/public:/tmp/:/proc/:/data/wwwroot/td.880772.xyz/                    </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>
                        1732293378.2207                    </small></div>
                </div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>REQUEST_TIME</strong></div>
                    <div class='col-md-9'><small>
                        1732293378                    </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>PUBLIC_PATH</strong></div>
                    <div class='col-md-9'><small>
                        /data/wwwroot/td.880772.xyz/public/../public/                    </small></div>
                </div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>APP_PATH</strong></div>
                    <div class='col-md-9'><small>
                        /data/wwwroot/td.880772.xyz/public/../application/                    </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>
                        1732293378.2211                    </small></div>
                </div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>THINK_START_MEM</strong></div>
                    <div class='col-md-9'><small>
                        410128                    </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>
                        /data/wwwroot/td.880772.xyz/thinkphp/                    </small></div>
                </div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>LIB_PATH</strong></div>
                    <div class='col-md-9'><small>
                        /data/wwwroot/td.880772.xyz/thinkphp/library/                    </small></div>
                </div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>CORE_PATH</strong></div>
                    <div class='col-md-9'><small>
                        /data/wwwroot/td.880772.xyz/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>
                        /data/wwwroot/td.880772.xyz/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>
                        /data/wwwroot/td.880772.xyz/                    </small></div>
                </div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>EXTEND_PATH</strong></div>
                    <div class='col-md-9'><small>
                        /data/wwwroot/td.880772.xyz/extend/                    </small></div>
                </div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>VENDOR_PATH</strong></div>
                    <div class='col-md-9'><small>
                        /data/wwwroot/td.880772.xyz/vendor/                    </small></div>
                </div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>RUNTIME_PATH</strong></div>
                    <div class='col-md-9'><small>
                        /data/wwwroot/td.880772.xyz/runtime/                    </small></div>
                </div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>LOG_PATH</strong></div>
                    <div class='col-md-9'><small>
                        /data/wwwroot/td.880772.xyz/runtime/log/                    </small></div>
                </div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>CACHE_PATH</strong></div>
                    <div class='col-md-9'><small>
                        /data/wwwroot/td.880772.xyz/runtime/cache/                    </small></div>
                </div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>TEMP_PATH</strong></div>
                    <div class='col-md-9'><small>
                        /data/wwwroot/td.880772.xyz/runtime/temp/                    </small></div>
                </div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>CONF_PATH</strong></div>
                    <div class='col-md-9'><small>
                        /data/wwwroot/td.880772.xyz/public/../application/                    </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>FILTER_VALIDATE_BOOL</strong></div>
                    <div class='col-md-9'><small>
                        258                    </small></div>
                </div>
                                <div class='clearfix'>
                    <div class='col-md-3'><strong>ADDON_PATH</strong></div>
                    <div class='col-md-9'><small>
                        /data/wwwroot/td.880772.xyz/addons/                    </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 = 220;

        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>
    System Error

    语法解析错误: syntax error, unexpected '}'

    1. if($res){
    2. return json_encode(array('code'=>1,'msg'=>'成功'));
    3. }else{
    4. return json_encode(array('code'=>0,'msg'=>'失败'));
    5. }
    6. }
    7. public function
    8. }

    Call Stack

    1. in Index.php line 220
    2. at think\__include_file() in Loader.php line 85
    3. at Loader::autoload()
    4. at spl_autoload_call()
    5. at class_exists() in Loader.php line 478
    6. at Loader::controller() in App.php line 580
    7. at App::module() in App.php line 456
    8. at App::exec() in App.php line 139
    9. at App::run() in start.php line 19
    10. at require('/data/wwwroot/td.880...') in index.php line 23

    Environment Variables

    GET Data

    content
    鳴潮: Camellya Build Guide
    to
    ja
    POST Data
    empty
    Files
    empty

    Cookies

    myip
    65.21.47.162
    Session
    empty

    Server/Request Data

    TEMP
    /tmp
    TMPDIR
    /tmp
    TMP
    /tmp
    PATH
    /usr/local/bin:/usr/bin:/bin
    USER
    www
    HOME
    /home/www
    HTTP_CONTENT_TYPE
    application/x-www-form-urlencoded;charset=UTF-8
    HTTP_CONNECTION
    Keep-Alive
    HTTP_COOKIE
    myip=65.21.47.162
    HTTP_ACCEPT_ENCODING
    gzip
    HTTP_ACCEPT
    */*
    HTTP_USER_AGENT
    Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)
    HTTP_HOST
    td.880772.xyz
    PATH_INFO
    /api/index/fanyi_article_title
    REDIRECT_STATUS
    200
    SERVER_NAME
    td.880772.xyz
    SERVER_PORT
    443
    SERVER_ADDR
    188.165.242.95
    REMOTE_PORT
    28398
    REMOTE_ADDR
    65.21.47.162
    SERVER_SOFTWARE
    nginx/1.20.2
    GATEWAY_INTERFACE
    CGI/1.1
    HTTPS
    on
    REQUEST_SCHEME
    https
    SERVER_PROTOCOL
    HTTP/1.1
    DOCUMENT_ROOT
    /data/wwwroot/td.880772.xyz/public
    DOCUMENT_URI
    /index.php
    REQUEST_URI
    /api/index/fanyi_article_title?content=Wuthering+Waves%3A+Camellya+Build+Guide&to=ja
    SCRIPT_NAME
    /index.php
    CONTENT_LENGTH
    CONTENT_TYPE
    application/x-www-form-urlencoded;charset=UTF-8
    REQUEST_METHOD
    GET
    QUERY_STRING
    s=/api/index/fanyi_article_title&content=Wuthering+Waves%3A+Camellya+Build+Guide&to=ja
    SCRIPT_FILENAME
    /data/wwwroot/td.880772.xyz/public/index.php
    PHP_VALUE
    open_basedir=/data/wwwroot/td.880772.xyz/public:/tmp/:/proc/:/data/wwwroot/td.880772.xyz/
    FCGI_ROLE
    RESPONDER
    PHP_SELF
    /index.php
    REQUEST_TIME_FLOAT
    1732293378.2207
    REQUEST_TIME
    1732293378
    Environment Variables
    empty

    ThinkPHP Constants

    PUBLIC_PATH
    /data/wwwroot/td.880772.xyz/public/../public/
    APP_PATH
    /data/wwwroot/td.880772.xyz/public/../application/
    THINK_VERSION
    5.0.24
    THINK_START_TIME
    1732293378.2211
    THINK_START_MEM
    410128
    EXT
    .php
    DS
    /
    THINK_PATH
    /data/wwwroot/td.880772.xyz/thinkphp/
    LIB_PATH
    /data/wwwroot/td.880772.xyz/thinkphp/library/
    CORE_PATH
    /data/wwwroot/td.880772.xyz/thinkphp/library/think/
    TRAIT_PATH
    /data/wwwroot/td.880772.xyz/thinkphp/library/traits/
    ROOT_PATH
    /data/wwwroot/td.880772.xyz/
    EXTEND_PATH
    /data/wwwroot/td.880772.xyz/extend/
    VENDOR_PATH
    /data/wwwroot/td.880772.xyz/vendor/
    RUNTIME_PATH
    /data/wwwroot/td.880772.xyz/runtime/
    LOG_PATH
    /data/wwwroot/td.880772.xyz/runtime/log/
    CACHE_PATH
    /data/wwwroot/td.880772.xyz/runtime/cache/
    TEMP_PATH
    /data/wwwroot/td.880772.xyz/runtime/temp/
    CONF_PATH
    /data/wwwroot/td.880772.xyz/public/../application/
    CONF_EXT
    .php
    ENV_PREFIX
    PHP_
    IS_CLI
    false
    IS_WIN
    false
    FILTER_VALIDATE_BOOL
    258
    ADDON_PATH
    /data/wwwroot/td.880772.xyz/addons/
    <!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: 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]&nbsp;<abbr title="think\exception\ThrowableError">ThrowableError</abbr> in <a class="toggle" title="/data/wwwroot/td.880772.xyz/application/api/controller/Index.php line 220">Index.php line 220</a></h2> </div> <div><h1>语法解析错误: syntax error, unexpected '}'</h1></div> </div> </div> <div class="source-code"> <pre class="prettyprint lang-php"><ol start="211"><li class="line-211"><code> if($res){ </code></li><li class="line-212"><code> return json_encode(array('code'=&gt;1,'msg'=&gt;'成功')); </code></li><li class="line-213"><code> }else{ </code></li><li class="line-214"><code> return json_encode(array('code'=&gt;0,'msg'=&gt;'失败')); </code></li><li class="line-215"><code> } </code></li><li class="line-216"><code> } </code></li><li class="line-217"><code> </code></li><li class="line-218"><code> public function </code></li><li class="line-219"><code> </code></li><li class="line-220"><code>} </code></li></ol></pre> </div> <div class="trace"> <h2>Call Stack</h2> <ol> <li>in <a class="toggle" title="/data/wwwroot/td.880772.xyz/application/api/controller/Index.php line 220">Index.php line 220</a></li> <li> at think\__include_file() in <a class="toggle" title="/data/wwwroot/td.880772.xyz/thinkphp/library/think/Loader.php line 85">Loader.php line 85</a> </li> <li> at <abbr title="think\Loader">Loader</abbr>::autoload() </li> <li> at spl_autoload_call() </li> <li> at class_exists() in <a class="toggle" title="/data/wwwroot/td.880772.xyz/thinkphp/library/think/Loader.php line 478">Loader.php line 478</a> </li> <li> at <abbr title="think\Loader">Loader</abbr>::controller() in <a class="toggle" title="/data/wwwroot/td.880772.xyz/thinkphp/library/think/App.php line 580">App.php line 580</a> </li> <li> at <abbr title="think\App">App</abbr>::module() in <a class="toggle" title="/data/wwwroot/td.880772.xyz/thinkphp/library/think/App.php line 456">App.php line 456</a> </li> <li> at <abbr title="think\App">App</abbr>::exec() in <a class="toggle" title="/data/wwwroot/td.880772.xyz/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="/data/wwwroot/td.880772.xyz/thinkphp/start.php line 19">start.php line 19</a> </li> <li> at require('<a class="toggle" title="/data/wwwroot/td.880772.xyz/thinkphp/start.php">/data/wwwroot/td.880...</a>') in <a class="toggle" title="/data/wwwroot/td.880772.xyz/public/index.php line 23">index.php line 23</a> </li> </ol> </div> </div> <div class="exception-var"> <h2>Environment Variables</h2> <div> <h3 class="subheading">GET Data</h3> <div> <div class="clearfix"> <div class="col-md-3"><strong>content</strong></div> <div class="col-md-9"><small> If you have been playing Wuthering Waves for a while, you must have heard of the Black Shore; several characters from there play a crucial role in progressing the game's narrative, and Camellya is one such character, with whom players briefly interac </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>to</strong></div> <div class="col-md-9"><small> ja </small></div> </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> <h3 class="subheading">Cookies</h3> <div> <div class="clearfix"> <div class="col-md-3"><strong>myip</strong></div> <div class="col-md-9"><small> 65.21.47.162 </small></div> </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>TEMP</strong></div> <div class="col-md-9"><small> /tmp </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>TMPDIR</strong></div> <div class="col-md-9"><small> /tmp </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>TMP</strong></div> <div class="col-md-9"><small> /tmp </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>PATH</strong></div> <div class="col-md-9"><small> /usr/local/bin:/usr/bin:/bin </small></div> </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>HTTP_CONTENT_TYPE</strong></div> <div class="col-md-9"><small> application/x-www-form-urlencoded;charset=UTF-8 </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_COOKIE</strong></div> <div class="col-md-9"><small> myip=65.21.47.162 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>HTTP_ACCEPT_ENCODING</strong></div> <div class="col-md-9"><small> gzip </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>HTTP_ACCEPT</strong></div> <div class="col-md-9"><small> */* </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 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1) </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>HTTP_HOST</strong></div> <div class="col-md-9"><small> td.880772.xyz </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>PATH_INFO</strong></div> <div class="col-md-9"><small> /api/index/fanyi_article_title </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>SERVER_NAME</strong></div> <div class="col-md-9"><small> td.880772.xyz </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>SERVER_PORT</strong></div> <div class="col-md-9"><small> 443 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>SERVER_ADDR</strong></div> <div class="col-md-9"><small> 188.165.242.95 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>REMOTE_PORT</strong></div> <div class="col-md-9"><small> 28410 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>REMOTE_ADDR</strong></div> <div class="col-md-9"><small> 65.21.47.162 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>SERVER_SOFTWARE</strong></div> <div class="col-md-9"><small> nginx/1.20.2 </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>HTTPS</strong></div> <div class="col-md-9"><small> on </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>REQUEST_SCHEME</strong></div> <div class="col-md-9"><small> https </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>DOCUMENT_ROOT</strong></div> <div class="col-md-9"><small> /data/wwwroot/td.880772.xyz/public </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>DOCUMENT_URI</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> /api/index/fanyi_article_title?content=If+you+have+been+playing+Wuthering+Waves+for+a+while%2C+you+must+have+heard+of+the+Black+Shore%3B+several+characters+from+there+play+a+crucial+role+in+progressing+the+game%27s+narrative%2C+and+Camellya+is+one+such+character%2C+with+whom+players+briefly+interac&amp;to=ja </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>CONTENT_LENGTH</strong></div> <div class="col-md-9"><small> </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>CONTENT_TYPE</strong></div> <div class="col-md-9"><small> application/x-www-form-urlencoded;charset=UTF-8 </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>QUERY_STRING</strong></div> <div class="col-md-9"><small> s=/api/index/fanyi_article_title&amp;content=If+you+have+been+playing+Wuthering+Waves+for+a+while%2C+you+must+have+heard+of+the+Black+Shore%3B+several+characters+from+there+play+a+crucial+role+in+progressing+the+game%27s+narrative%2C+and+Camellya+is+one+such+character%2C+with+whom+players+briefly+interac&amp;to=ja </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>SCRIPT_FILENAME</strong></div> <div class="col-md-9"><small> /data/wwwroot/td.880772.xyz/public/index.php </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>PHP_VALUE</strong></div> <div class="col-md-9"><small> open_basedir=/data/wwwroot/td.880772.xyz/public:/tmp/:/proc/:/data/wwwroot/td.880772.xyz/ </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> 1732293378.4653 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>REQUEST_TIME</strong></div> <div class="col-md-9"><small> 1732293378 </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>PUBLIC_PATH</strong></div> <div class="col-md-9"><small> /data/wwwroot/td.880772.xyz/public/../public/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>APP_PATH</strong></div> <div class="col-md-9"><small> /data/wwwroot/td.880772.xyz/public/../application/ </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> 1732293378.4658 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>THINK_START_MEM</strong></div> <div class="col-md-9"><small> 410640 </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> /data/wwwroot/td.880772.xyz/thinkphp/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>LIB_PATH</strong></div> <div class="col-md-9"><small> /data/wwwroot/td.880772.xyz/thinkphp/library/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>CORE_PATH</strong></div> <div class="col-md-9"><small> /data/wwwroot/td.880772.xyz/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> /data/wwwroot/td.880772.xyz/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> /data/wwwroot/td.880772.xyz/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>EXTEND_PATH</strong></div> <div class="col-md-9"><small> /data/wwwroot/td.880772.xyz/extend/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>VENDOR_PATH</strong></div> <div class="col-md-9"><small> /data/wwwroot/td.880772.xyz/vendor/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>RUNTIME_PATH</strong></div> <div class="col-md-9"><small> /data/wwwroot/td.880772.xyz/runtime/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>LOG_PATH</strong></div> <div class="col-md-9"><small> /data/wwwroot/td.880772.xyz/runtime/log/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>CACHE_PATH</strong></div> <div class="col-md-9"><small> /data/wwwroot/td.880772.xyz/runtime/cache/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>TEMP_PATH</strong></div> <div class="col-md-9"><small> /data/wwwroot/td.880772.xyz/runtime/temp/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>CONF_PATH</strong></div> <div class="col-md-9"><small> /data/wwwroot/td.880772.xyz/public/../application/ </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>FILTER_VALIDATE_BOOL</strong></div> <div class="col-md-9"><small> 258 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>ADDON_PATH</strong></div> <div class="col-md-9"><small> /data/wwwroot/td.880772.xyz/addons/ </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 = 220; 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>
    モバイルゲームガイド . spring 417 2024-11-23 00:33:10
  • パラメータ ソースを使用して Spring の JDBCTemplate で IN() クエリを効率的に実行するにはどうすればよいですか?
    パラメータ ソースを使用して Spring の JDBCTemplate で IN() クエリを効率的に実行するにはどうすればよいですか?
    Spring の JDBCTemplate を使用した IN() クエリ: 効果的なアプローチSpring の JDBCTemplate を使用して IN() クエリの力を活用するには、効率的なアプローチが必要です。
    &#&チュートリアル . spring 481 2024-11-22 10:50:14
  • MySQL で多態性抽象スーパークラスで @GeneratedValue を使用するときに発生する「不明な列 'sequence_name'」エラーを解決する方法
    MySQL で多態性抽象スーパークラスで @GeneratedValue を使用するときに発生する「不明な列 'sequence_name'」エラーを解決する方法
    @GeneratedValue MySQL 上の多態性抽象スーパークラス Hibernate と MySQL を使用する Spring MVC アプリケーションでは、次のような場合に問題が発生する可能性があります。
    mysql チュートリアル . spring 984 2024-11-22 07:09:14
  • Spring Data JPA ストリームのクエリ メソッド
    Spring Data JPA ストリームのクエリ メソッド
    導入 従来、大量のデータをフェッチすると、結果セット全体をメモリにロードすることが多くなるため、メモリ リソースに負担がかかる可能性がありました。 => ストリーム クエリ メソッドは、データを段階的に処理する方法を提供することでソリューションを提供します。
    &#&チュートリアル . spring 813 2024-11-22 05:35:20
  • 包括的なリクエスト/レスポンスのログを使用して Spring RestTemplate のデバッグを強化するにはどうすればよいでしょうか?
    包括的なリクエスト/レスポンスのログを使用して Spring RestTemplate のデバッグを強化するにはどうすればよいでしょうか?
    SpringRestTemplate による強化されたデバッグ: 包括的なリクエスト/レスポンスのログ記録を有効にするSpring RestTemplate は、次の用途に使用される多用途ツールです。
    &#&チュートリアル . spring 642 2024-11-21 17:00:10
  • サクラブート: Spring Boot を使用してボイラープレートを削減し、時間を節約し、バックエンドをより速く構築します
    サクラブート: Spring Boot を使用してボイラープレートを削減し、時間を節約し、バックエンドをより速く構築します
    今日は、私が取り組んでいるオープンソース フレームワーク、Sakura Boot を紹介したいと思います。 導入 大学時代、私は多くの Spring Boot プロジェクトに取り組みました。フレームワークの能力を高く評価していた一方で、気が付くと、sa を書いている自分がいました。
    &#&チュートリアル . spring 728 2024-11-21 14:06:17
  • Spring MVCでGETリクエストパラメータから複雑なオブジェクトをバインドするにはどうすればよいですか?
    Spring MVCでGETリクエストパラメータから複雑なオブジェクトをバインドするにはどうすればよいですか?
    Spring MVC の GET @RequestParam からの複雑なオブジェクトの解析ページにクエリを実行するフィルター フォームを実装する必要があるシナリオを考えてみましょう。
    &#&チュートリアル . spring 286 2024-11-21 10:23:10
  • Maven プロジェクトで Java バージョンを指定するにはどうすればよいですか?
    Maven プロジェクトで Java バージョンを指定するにはどうすればよいですか?
    Maven で Java バージョンを指定する方法: プロパティと Maven コンパイラー プラグインの違いMaven には、Java バージョンを指定するための複数の方法が用意されています。
    &#&チュートリアル . spring 904 2024-11-21 10:13:09
  • @RequestBody および @ResponseBody アノテーションは Spring での RESTful API 開発をどのように簡素化しますか?
    @RequestBody および @ResponseBody アノテーションは Spring での RESTful API 開発をどのように簡素化しますか?
    Spring の @RequestBody および @ResponseBody アノテーションについて理解する @RequestBody および @ResponseBody は、データを処理するために Spring で使用されるアノテーションです。
    &#&チュートリアル . spring 505 2024-11-21 09:20:11
  • マイクロサービス: フレンドリーで人間味のあるガイド
    マイクロサービス: フレンドリーで人間味のあるガイド
    レストランがあると想像してください。各シェフは、ピザ、寿司、デザート、ドリンクなど、1 つのことを専門としています。 1 つの大きなキッチンですべてを処理するのではなく、各シェフが独自のミニキッチンを運営します。各ミニキッチンには、機能するために必要なものがすべて揃っています。
    jsチュートリアル . spring 739 2024-11-21 09:15:12
  • Spring Boot で Hibernate の方言解決の問題を解決するにはどうすればよいですか?
    Spring Boot で Hibernate の方言解決の問題を解決するにはどうすればよいですか?
    Hibernate 例外: Hibernate と JPA を使用した Spring Boot での方言解決の問題問題ステートメント:... を使用する Spring Boot アプリケーション内
    &#&チュートリアル . spring 900 2024-11-21 07:51:08
  • Spring MVC の @RequestBody を使用して双方向の JSON-Java シリアル化を有効にする方法
    Spring MVC の @RequestBody を使用して双方向の JSON-Java シリアル化を有効にする方法
    Spring MVC RequestBody と JSON を使用した双方向 JSON-Java シリアル化シナリオと問題Spring MVC を使用した Java ベースの Web アプリケーションでは、...
    &#&チュートリアル . spring 843 2024-11-21 04:58:10
  • Spring Boot で LocalDateTime JSON を適切にフォーマットするにはどうすればよいですか?
    Spring Boot で LocalDateTime JSON を適切にフォーマットするにはどうすればよいですか?
    Spring Boot での JSON LocalDateTime のフォーマット Spring Boot アプリケーションでは、Java 8 LocalDateTime 値を JSON としてフォーマットすると課題が生じる可能性があります。
    &#&チュートリアル . spring 859 2024-11-21 03:43:10
  • Spring MVC と jQuery を使用して JSON データを双方向に転送するにはどうすればよいですか?
    Spring MVC と jQuery を使用して JSON データを双方向に転送するにはどうすればよいですか?
    JQuery、Spring MVC、JSON を使用した双方向データ転送への取り組み...を使用して Java から JSON へのデータ転送を実現することに成功したにもかかわらず...
    &#&チュートリアル . spring 956 2024-11-21 00:44:18
  • Spring MVCで複雑なオブジェクトをGET @RequestParamとしてバインドするにはどうすればよいですか?
    Spring MVCで複雑なオブジェクトをGET @RequestParamとしてバインドするにはどうすればよいですか?
    Spring MVC: 複雑なオブジェクトを GET @RequestParam としてバインドする問題: テーブルからオブジェクトをリストするページがあるシナリオを考えてみましょう。必要なのは...
    &#&チュートリアル . spring 768 2024-11-20 15:48:13

ツールの推奨事項

jQuery エンタープライズ メッセージ フォームの連絡先コード

jQuery エンタープライズ メッセージ フォーム連絡先コードは、シンプルで実用的なエンタープライズ メッセージ フォームおよび連絡先紹介ページ コードです。

HTML5 MP3 オルゴール再生効果

HTML5 MP3 オルゴール再生特殊効果は、HTML5 + css3 に基づく MP3 音楽プレーヤーで、かわいいオルゴールの絵文字を作成し、スイッチ ボタンをクリックします。

HTML5 クールなパーティクル アニメーション ナビゲーション メニューの特殊効果

HTML5 クールなパーティクル アニメーションのナビゲーション メニュー特殊効果は、ナビゲーション メニューにマウスを置くと色が変化する特殊効果です。

jQuery ビジュアル フォームのドラッグ アンド ドロップ編集コード

jQuery ビジュアル フォームのドラッグ アンド ドロップ編集コードは、jQuery およびブートストラップ フレームワークに基づいたビジュアル フォームです。

有機果物と野菜のサプライヤー Web テンプレート Bootstrap5

有機果物と野菜のサプライヤー Web テンプレート-Bootstrap5

Bootstrap3 多機能データ情報バックグラウンド管理レスポンシブ Web ページ テンプレート-Novus

Bootstrap3 多機能データ情報バックグラウンド管理レスポンシブ Web ページ テンプレート-Novus

不動産リソース サービス プラットフォーム Web ページ テンプレート Bootstrap5

不動産リソース サービス プラットフォーム Web ページ テンプレート Bootstrap5

シンプルな履歴書情報 Web テンプレート Bootstrap4

シンプルな履歴書情報 Web テンプレート Bootstrap4

かわいい夏の要素のベクター素材 (EPS+PNG)

これは、太陽、日よけ帽子、ココナッツの木、ビキニ、飛行機、スイカ、アイスクリーム、アイスクリーム、冷たい飲み物、浮き輪、ビーチサンダル、パイナップル、巻貝、貝殻、ヒトデ、カニを含む、かわいい夏の要素のベクター素材です。 、レモン、日焼け止め、サングラスなど、素材は JPG プレビューを含む EPS および PNG 形式で提供されています。
PNG素材
2024-05-09

4 つの赤い 2023 卒業バッジ ベクター素材 (AI+EPS+PNG)

これは、2023 年卒業バッジの赤いベクター素材で、合計 4 つがあり、JPG プレビューを含む AI、EPS、PNG 形式で利用できます。
PNG素材
2024-02-29

歌う鳥と花がいっぱいのカートデザイン春のバナーベクター素材(AI+EPS)

これは、さえずる鳥と​​花でいっぱいのカートをデザインした春のバナー ベクター素材で、JPG プレビューを含む AI および EPS 形式で利用できます。
バナー画像
2024-02-29

金色の卒業帽ベクター素材(EPS+PNG)

これは、JPG プレビューを含む EPS および PNG 形式で利用できる、金色の卒業帽のベクター素材です。
PNG素材
2024-02-27

室内装飾クリーニングおよび修理サービス会社のウェブサイトのテンプレート

家の装飾のクリーニングとメンテナンス サービス会社の Web サイト テンプレートは、家の装飾、クリーニング、メンテナンス、その他のサービス組織を提供するプロモーション Web サイトに適した Web サイト テンプレートのダウンロードです。ヒント: このテンプレートは Google フォント ライブラリを呼び出すため、ページが開くのが遅くなる場合があります。

フレッシュカラーの個人履歴書ガイドページテンプレート

フレッシュカラーマッチング個人求人応募履歴書ガイドページテンプレートは、フレッシュカラーマッチングスタイルに適した個人求人検索履歴書仕事表示ガイドページWebテンプレートのダウンロードです。ヒント: このテンプレートは Google フォント ライブラリを呼び出すため、ページが開くのが遅くなる場合があります。

デザイナーのクリエイティブな仕事の履歴書 Web テンプレート

デザイナー クリエイティブ ジョブ履歴書 Web テンプレートは、さまざまなデザイナーのポジションに適した個人の職務履歴書表示用のダウンロード可能な Web テンプレートです。ヒント: このテンプレートは Google フォント ライブラリを呼び出すため、ページが開くのが遅くなる場合があります。

現代のエンジニアリング建設会社のウェブサイトのテンプレート

最新のエンジニアリングおよび建設会社の Web サイト テンプレートは、エンジニアリングおよび建設サービス業界の宣伝に適したダウンロード可能な Web サイト テンプレートです。ヒント: このテンプレートは Google フォント ライブラリを呼び出すため、ページが開くのが遅くなる場合があります。