localisation actuelle:Maison > Articles techniques > interface Web
- Direction:
- tous web3.0 développement back-end interface Web base de données Opération et maintenance outils de développement cadre php programmation quotidienne Applet WeChat Problème commun autre technologie Tutoriel CMS Java Tutoriel système tutoriels informatiques Tutoriel matériel Tutoriel mobile Tutoriel logiciel Tutoriel de jeu mobile
- Classer:
-
- Frais Crypto.com : les coûts cachés qu'ils ne vous disent pas
- Naviguer dans le monde du trading de crypto-monnaie peut être un champ de mines financier, et la structure tarifaire de Crypto.com joue un rôle crucial dans la détermination de son impact sur votre portefeuille.
- web3.0 . promise 602 2024-11-05 12:02:28
-
- Dévoiler les forces qui façonnent l'avenir du Bitcoin
- Dans l'univers en constante évolution des crypto-monnaies, même si les élections et le climat politique ont sans aucun doute une influence, plusieurs autres aspects cruciaux passent souvent inaperçus, mais sont tout aussi cruciaux pour façonner le parcours du Bitcoin.
- web3.0 . promise 1019 2024-11-05 09:46:17
-
- Les principales fonctionnalités JavaScript révolutionnaires d'ECMAScript améliorent votre code comme jamais auparavant !
- 1. Attente de haut niveau – Async simplifié ! Il est révolu le temps où le code asynchrone nécessitait de tout envelopper dans des fonctions. Avec wait de haut niveau, nous pouvons utiliser directement wait dans les modules sans avoir besoin d'un wrapper de fonction asynchrone. Cette fonctionnalité est particulière
- js tutoriel . promise 1046 2024-11-05 07:42:02
-
- Comment développer et réduire dynamiquement les lignes d'un tableau avec jQuery ?
- Expansion et réduction dynamique des lignes du tableau avec jQueryProblème : expansion ou réduction des lignes du tableau lorsqu'un en-tête de colonne spécifique est cliqué...
- tutoriel CSS . promise 545 2024-11-05 06:09:02
-
- Avalanche (AVAX), Ripple (XRP) et BlockDAG s'accélèrent
- Avalanche (AVAX), Ripple (XRP) et BlockDAG accélèrent, offrant des opportunités passionnantes à mesure que le marché évolue.
- web3.0 . promise 816 2024-11-05 04:32:11
-
- GoodEgg (GEGG) gagne du terrain parmi les détenteurs de Worldcoin (WLD)
- Dans le monde en évolution rapide des crypto-monnaies, les investisseurs sont toujours à l’affût de la prochaine grande opportunité. Alors que Worldcoin (WLD) a fait la une des journaux avec son approche révolutionnaire de l'identité numérique, un autre projet gagne tranquillement du terrain aujourd'hui.
- web3.0 . promise 952 2024-11-05 00:44:11
-
- Hamster Kombat, le jeu de télégramme Tap-to-Earn qui comptait 300 millions d'utilisateurs, aurait perdu 259 millions de joueurs
- Le nombre mensuel de joueurs actifs du jeu s'élève actuellement à près de 41 millions et son jeton, lancé à un sommet de 0,009993 $ le 26 septembre, a chuté de 76 % pour atteindre 0,002392 $ aujourd'hui.
- web3.0 . promise 616 2024-11-04 22:00:18
-
- Que spécifie la directive \'go\' dans un fichier go.mod et comment affecte-t-elle la compatibilité des modules ?
- Quelle est la signification de la directive « go » dans un fichier de module Go ? La directive « go » dans un fichier go.mod est utilisée pour spécifier le minimum requis...
- Golang . promise 1060 2024-11-04 21:34:02
-
- Les turbulences financières ébranlent les marchés des crypto-monnaies
- Le paysage des crypto-monnaies a été confronté à des bouleversements importants, les récentes fluctuations ayant eu des répercussions sur le marché. Bitcoin, la monnaie numérique phare, a connu une baisse de prix notable, tombant sous la barre des 69 000 $.
- web3.0 . promise 782 2024-11-04 18:42:30
-
- Présentation de Rate Keeper : un utilitaire compact pour une limitation de débit robuste
- Vous en avez assez de gérer les limites de débit avec chaque API ? Découvrez rate-keeper – un package npm élégant et léger conçu pour maintenir vos interactions API dans des limites sûres avec un minimum d'effort. Doté d'une interface intuitive et d'un faible encombrement, cet utilitaire s
- js tutoriel . promise 460 2024-11-04 17:24:02
-
- Love and Deepspace : Guide de l'événement Cuteness Crush
- Guide du jeu mobile . promise 338 2024-11-04 16:23:02
-
- Comment exécuter une fonction de rappel après un traitement asynchrone dans une boucle ForEach ?
- Achèvement du rappel après un traitement itératif asynchroneInstruction de problème : étant donné un tableau d'éléments, comment pouvons-nous invoquer une fonction de rappel...
- js tutoriel . promise 223 2024-11-04 15:10:02
-
- Promises/A & Async wait - Défis JavaScript
- Vous pouvez trouver tout le code dans cet article sur le dépôt Github. Programmation asynchrone Promesses/A et Async attendent des défis associés Implémentez Promises/A avec Promise.finally() classe MaPromesse { constructeur (exécuteur) {
- js tutoriel . promise 575 2024-11-04 15:02:34
-
-
System Error $this->fetchType = $config['result_type'];
}
try {
if (empty($config['dsn'])) {
$config['dsn'] = $this->parseDsn($config);
}
if ($config['debug']) {
$startTime = microtime(true);
}
$this->links[$linkNum] = new PDO($config['dsn'], $config['username'], $config['password'], $params);
if ($config['debug']) {
// 记录数据库连接信息
Log::record('[ DB ] CONNECT:[ UseTime:' . number_format(microtime(true) - $startTime, 6) . 's ] ' . $config['dsn'], 'sql');
}
} catch (\PDOException $e) {
if ($autoConnection) {
Log::record($e->getMessage(), 'error');
return $this->connect($autoConnection, $linkNum);
} else {
Call Stack
- in Connection.php line 295
- at PDO->__construct() in Connection.php line 295
- at Connection->connect() in Connection.php line 995
- at Connection->initConnect() in Connection.php line 348
- at Connection->query()
- at call_user_func_array() in Db.php line 178
- at Db::__callStatic() in Index.php line 64
- at Index->fanyi_article_title()
- at ReflectionMethod->invokeArgs() in App.php line 343
- at App::invokeMethod() in App.php line 611
- at App::module() in App.php line 456
- at App::exec() in App.php line 139
- at App::run() in start.php line 19
- at require('/data/wwwroot/td.880...') in index.php line 23
Environment Variables
GET Data
contentIs the Pokémon TCG Pocket Premium Pass worth buying?tofrPOST DataemptyFilesemptyCookies
myip65.21.47.162SessionemptyServer/Request Data
TEMP/tmpTMPDIR/tmpTMP/tmpPATH/usr/local/bin:/usr/bin:/binUSERwwwHOME/home/wwwHTTP_CONTENT_TYPEapplication/x-www-form-urlencoded;charset=UTF-8HTTP_CONNECTIONKeep-AliveHTTP_COOKIEmyip=65.21.47.162HTTP_ACCEPT_ENCODINGgzipHTTP_ACCEPT*/*HTTP_USER_AGENTMozilla/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_HOSTtd.880772.xyzPATH_INFO/api/index/fanyi_article_titleREDIRECT_STATUS200SERVER_NAMEtd.880772.xyzSERVER_PORT443SERVER_ADDR188.165.242.95REMOTE_PORT29128REMOTE_ADDR65.21.47.162SERVER_SOFTWAREnginx/1.20.2GATEWAY_INTERFACECGI/1.1HTTPSonREQUEST_SCHEMEhttpsSERVER_PROTOCOLHTTP/1.1DOCUMENT_ROOT/data/wwwroot/td.880772.xyz/publicDOCUMENT_URI/index.phpREQUEST_URI/api/index/fanyi_article_title?content=Is+the+Pok%C3%A9mon+TCG+Pocket+Premium+Pass+worth+buying%3F&to=frSCRIPT_NAME/index.phpCONTENT_LENGTHCONTENT_TYPEapplication/x-www-form-urlencoded;charset=UTF-8REQUEST_METHODGETQUERY_STRINGs=/api/index/fanyi_article_title&content=Is+the+Pok%C3%A9mon+TCG+Pocket+Premium+Pass+worth+buying%3F&to=frSCRIPT_FILENAME/data/wwwroot/td.880772.xyz/public/index.phpPHP_VALUEopen_basedir=/data/wwwroot/td.880772.xyz/public:/tmp/:/proc/:/data/wwwroot/td.880772.xyz/FCGI_ROLERESPONDERPHP_SELF/index.phpREQUEST_TIME_FLOAT1730703418.2287REQUEST_TIME1730703418Environment VariablesemptyThinkPHP Constants
PUBLIC_PATH/data/wwwroot/td.880772.xyz/public/../public/APP_PATH/data/wwwroot/td.880772.xyz/public/../application/THINK_VERSION5.0.24THINK_START_TIME1730703418.2294THINK_START_MEM410160EXT.phpDS/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.phpENV_PREFIXPHP_IS_CLIfalseIS_WINfalseFILTER_VALIDATE_BOOL258ADDON_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>[2002] <abbr title="PDOException">PDOException</abbr> in <a class="toggle" title="/data/wwwroot/td.880772.xyz/thinkphp/library/think/db/Connection.php line 295">Connection.php line 295</a></h2> </div> <div><h1>SQLSTATE[HY000] [2002] No such file or directory</h1></div> </div> </div> <div class="source-code"> <pre class="prettyprint lang-php"><ol start="286"><li class="line-286"><code> $this->fetchType = $config['result_type']; </code></li><li class="line-287"><code> } </code></li><li class="line-288"><code> try { </code></li><li class="line-289"><code> if (empty($config['dsn'])) { </code></li><li class="line-290"><code> $config['dsn'] = $this->parseDsn($config); </code></li><li class="line-291"><code> } </code></li><li class="line-292"><code> if ($config['debug']) { </code></li><li class="line-293"><code> $startTime = microtime(true); </code></li><li class="line-294"><code> } </code></li><li class="line-295"><code> $this->links[$linkNum] = new PDO($config['dsn'], $config['username'], $config['password'], $params); </code></li><li class="line-296"><code> if ($config['debug']) { </code></li><li class="line-297"><code> // 记录数据库连接信息 </code></li><li class="line-298"><code> Log::record('[ DB ] CONNECT:[ UseTime:' . number_format(microtime(true) - $startTime, 6) . 's ] ' . $config['dsn'], 'sql'); </code></li><li class="line-299"><code> } </code></li><li class="line-300"><code> } catch (\PDOException $e) { </code></li><li class="line-301"><code> if ($autoConnection) { </code></li><li class="line-302"><code> Log::record($e->getMessage(), 'error'); </code></li><li class="line-303"><code> return $this->connect($autoConnection, $linkNum); </code></li><li class="line-304"><code> } else { </code></li></ol></pre> </div> <div class="trace"> <h2>Call Stack</h2> <ol> <li>in <a class="toggle" title="/data/wwwroot/td.880772.xyz/thinkphp/library/think/db/Connection.php line 295">Connection.php line 295</a></li> <li> at <abbr title="PDO">PDO</abbr>->__construct() in <a class="toggle" title="/data/wwwroot/td.880772.xyz/thinkphp/library/think/db/Connection.php line 295">Connection.php line 295</a> </li> <li> at <abbr title="think\db\Connection">Connection</abbr>->connect() in <a class="toggle" title="/data/wwwroot/td.880772.xyz/thinkphp/library/think/db/Connection.php line 995">Connection.php line 995</a> </li> <li> at <abbr title="think\db\Connection">Connection</abbr>->initConnect() in <a class="toggle" title="/data/wwwroot/td.880772.xyz/thinkphp/library/think/db/Connection.php line 348">Connection.php line 348</a> </li> <li> at <abbr title="think\db\Connection">Connection</abbr>->query() </li> <li> at call_user_func_array() in <a class="toggle" title="/data/wwwroot/td.880772.xyz/thinkphp/library/think/Db.php line 178">Db.php line 178</a> </li> <li> at <abbr title="think\Db">Db</abbr>::__callStatic() in <a class="toggle" title="/data/wwwroot/td.880772.xyz/application/api/controller/Index.php line 64">Index.php line 64</a> </li> <li> at <abbr title="app\api\controller\Index">Index</abbr>->fanyi_article_title() </li> <li> at <abbr title="ReflectionMethod">ReflectionMethod</abbr>->invokeArgs() in <a class="toggle" title="/data/wwwroot/td.880772.xyz/thinkphp/library/think/App.php line 343">App.php line 343</a> </li> <li> at <abbr title="think\App">App</abbr>::invokeMethod() in <a class="toggle" title="/data/wwwroot/td.880772.xyz/thinkphp/library/think/App.php line 611">App.php line 611</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> Pokémon TCG Pocket has a monthly subscription called the Premium Pass. The shiny golden ticket may entice you on the home screen, but should you buy it? Is it worth buying?We explain below, breaking down the math, if the Pokémon TCG Pocket Premium Pa </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>to</strong></div> <div class="col-md-9"><small> fr </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> 29132 </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=Pok%C3%A9mon+TCG+Pocket+has+a+monthly+subscription+called+the+Premium+Pass.+The+shiny+golden+ticket+may+entice+you+on+the+home+screen%2C+but+should+you+buy+it%3F+Is+it+worth+buying%3FWe+explain+below%2C+breaking+down+the+math%2C+if+the+Pok%C3%A9mon+TCG+Pocket+Premium+Pa&to=fr </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=Pok%C3%A9mon+TCG+Pocket+has+a+monthly+subscription+called+the+Premium+Pass.+The+shiny+golden+ticket+may+entice+you+on+the+home+screen%2C+but+should+you+buy+it%3F+Is+it+worth+buying%3FWe+explain+below%2C+breaking+down+the+math%2C+if+the+Pok%C3%A9mon+TCG+Pocket+Premium+Pa&to=fr </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> 1730703418.4515 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>REQUEST_TIME</strong></div> <div class="col-md-9"><small> 1730703418 </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> 1730703418.4519 </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 = 295; 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>
- Guide du jeu mobile . promise 875 2024-11-04 14:55:02
-
-
- Création d'un générateur de rapports boursiers de haute qualité avec les API Node.js, Express et OpenAI
- Dans cet article, nous aborderons la création d'un générateur de rapports boursiers de qualité professionnelle à l'aide de Node.js, Express et de l'API OpenAI. Notre objectif sera d'écrire du code maintenable de haute qualité tout en préservant l'intégrité des messages d'invite qui nous sont envoyés.
- js tutoriel . promise 625 2024-11-04 14:54:43