{"id":151,"date":"2018-03-01T09:22:47","date_gmt":"2018-03-01T01:22:47","guid":{"rendered":"https:\/\/wyxxt.org.cn\/?p=151"},"modified":"2023-12-04T17:12:07","modified_gmt":"2023-12-04T09:12:07","slug":"%e6%a1%86%e6%9e%b6%e5%9f%ba%e6%9c%ac%e5%8e%9f%e7%90%86%ef%bc%88%e4%ba%8c%ef%bc%89","status":"publish","type":"post","link":"https:\/\/wyxxt.org.cn\/?p=151","title":{"rendered":"\u6846\u67b6\u57fa\u672c\u539f\u7406\uff08\u4e8c\uff09\u5165\u53e3\u6587\u4ef6"},"content":{"rendered":"<pre><code class=\"language-php line-numbers\">&lt;?php\n\/**\n * \u5165\u53e3\u6587\u4ef6\n * 1\u3001\u5b9a\u4e49\u5e38\u91cf\n * 2\u3001\u52a0\u8f7d\u51fd\u6570\u5e93\n * 3\u3001\u542f\u52a8\u6846\u67b6\n *\/\ndefine('XXT',dirname(__FILE__));\/\/\u5b9a\u4e49\u6839\u76ee\u5f55\ndefine('CORE',XXT.'\/core');\/\/\u5b9a\u4e49\u6838\u5fc3\u76ee\u5f55\ndefine('APP',XXT.'\/app');\/\/\u5b9a\u4e49App\u76ee\u5f55\n\ndefine('MODULE','app');\/\/\u5b9a\u4e49\u6a21\u578b\n\ndefine('DEBUG',true);\/\/\u5b9a\u4e49DEBUG\n\ninclude \"vendor\/autoload.php\";\/\/\u5f15\u5165composer\u5916\u90e8\u4f9d\u8d56\u7c7b\u5e93\nif(DEBUG) {\n    $whoops = new \\Whoops\\Run;\n    $whoops-&gt;pushHandler(new \\Whoops\\Handler\\PrettyPageHandler);\n    $whoops-&gt;register();\n    ini_set('display_errors','On');\n}else{\n    ini_set('dissplay_errors','Off');\n}\n\n\ninclude CORE.'\/common\/function.php';\/\/\u5f15\u5165\u516c\u5171\u51fd\u6570\u5e93\n\ninclude CORE . '\/xxt.php';\/\/\u5f15\u5165\u6838\u5fc3\u6587\u4ef6\n\nspl_autoload_register('\\core\\xxt::load');\/\/\u81ea\u52a8\u52a0\u8f7d\n\\core\\xxt::run();\/\/\u542f\u52a8\u6846\u67b6\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>&lt;?php \/** * \u5165\u53e3\u6587\u4ef6 * 1\u3001\u5b9a\u4e49\u5e38\u91cf * 2\u3001\u52a0\u8f7d\u51fd\u6570\u5e93 * 3\u3001\u542f\u52a8\u6846\u67b6 *\/ defi [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[15],"tags":[405],"class_list":["post-151","post","type-post","status-publish","format-standard","hentry","category-15","tag-php"],"_links":{"self":[{"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=\/wp\/v2\/posts\/151","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=151"}],"version-history":[{"count":7,"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=\/wp\/v2\/posts\/151\/revisions"}],"predecessor-version":[{"id":789,"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=\/wp\/v2\/posts\/151\/revisions\/789"}],"wp:attachment":[{"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=151"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=151"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=151"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}