{"id":31102,"date":"2025-04-21T07:35:57","date_gmt":"2025-04-20T23:35:57","guid":{"rendered":"https:\/\/www.wsisp.com\/helps\/31102.html"},"modified":"2025-04-21T07:35:57","modified_gmt":"2025-04-20T23:35:57","slug":"64%e6%a0%b8128%e7%ba%bf%e7%a8%8b512%e5%86%85%e5%ad%98%e5%9b%ba%e6%80%81%e7%a1%ac%e7%9b%98%e7%9a%84%e6%9c%8d%e5%8a%a1%e5%99%a8%e5%9f%ba%e4%ba%8edocker%e9%83%a8%e7%bd%b2laravel5-5mysqlredisnginxphp7","status":"publish","type":"post","link":"https:\/\/www.wsisp.com\/helps\/31102.html","title":{"rendered":"64\u6838128\u7ebf\u7a0b512\u5185\u5b58\u56fa\u6001\u786c\u76d8\u7684\u670d\u52a1\u5668\u57fa\u4e8edocker\u90e8\u7f72Laravel5.5+mysql+redis+nginx+php7.4\u600e\u6837\u8c03\u4f18\u4f7f\u5e76\u53d1\u6700\u5927\u5316"},"content":{"rendered":"<h2>\u9ad8\u5e76\u53d1 Docker \u5316 Laravel \u5e94\u7528\u8c03\u4f18\u65b9\u6848\uff0864C\/512G\/SSD\uff09<\/h2>\n<hr>\n<h3>\u4e00\u3001Docker \u7f16\u6392\u4e0e\u8d44\u6e90\u5206\u914d\u4f18\u5316<\/h3>\n<h4>1. Docker \u5168\u5c40\u914d\u7f6e (\/etc\/docker\/daemon.json)<\/h4>\n<p><span class=\"token punctuation\">{<br \/>\n   <\/span><\/p>\n<p>  <span class=\"token string\">\\&#8221;default-ulimits\\&#8221;<\/span><span class=\"token operator\">:<\/span> <span class=\"token punctuation\">{<br \/>\n   <\/span><\/p>\n<p>    <span class=\"token string\">\\&#8221;nofile\\&#8221;<\/span><span class=\"token operator\">:<\/span> <span class=\"token punctuation\">{<br \/>\n   <\/span> <span class=\"token string\">\\&#8221;Name\\&#8221;<\/span><span class=\"token operator\">:<\/span> <span class=\"token string\">\\&#8221;nofile\\&#8221;<\/span><span class=\"token punctuation\">,<\/span> <span class=\"token string\">\\&#8221;Soft\\&#8221;<\/span><span class=\"token operator\">:<\/span> <span class=\"token number\">1048576<\/span><span class=\"token punctuation\">,<\/span> <span class=\"token string\">\\&#8221;Hard\\&#8221;<\/span><span class=\"token operator\">:<\/span> <span class=\"token number\">1048576<\/span> <span class=\"token punctuation\">}<\/span><\/p>\n<p>  <span class=\"token punctuation\">}<\/span><span class=\"token punctuation\">,<\/span><\/p>\n<p>  <span class=\"token string\">\\&#8221;log-driver\\&#8221;<\/span><span class=\"token operator\">:<\/span> <span class=\"token string\">\\&#8221;json-file\\&#8221;<\/span><span class=\"token punctuation\">,<\/span><\/p>\n<p>  <span class=\"token string\">\\&#8221;log-opts\\&#8221;<\/span><span class=\"token operator\">:<\/span> <span class=\"token punctuation\">{<br \/>\n   <\/span><span class=\"token string\">\\&#8221;max-size\\&#8221;<\/span><span class=\"token operator\">:<\/span> <span class=\"token string\">\\&#8221;100m\\&#8221;<\/span><span class=\"token punctuation\">,<\/span> <span class=\"token string\">\\&#8221;max-file\\&#8221;<\/span><span class=\"token operator\">:<\/span> <span class=\"token string\">\\&#8221;3\\&#8221;<\/span><span class=\"token punctuation\">}<\/span><span class=\"token punctuation\">,<\/span><\/p>\n<p>  <span class=\"token string\">\\&#8221;storage-driver\\&#8221;<\/span><span class=\"token operator\">:<\/span> <span class=\"token string\">\\&#8221;overlay2\\&#8221;<\/span><span class=\"token punctuation\">,<\/span><\/p>\n<p>  <span class=\"token string\">\\&#8221;storage-opts\\&#8221;<\/span><span class=\"token operator\">:<\/span> <span class=\"token punctuation\">[<\/span><span class=\"token string\">\\&#8221;overlay2.override_kernel_check=true\\&#8221;<\/span><span class=\"token punctuation\">]<\/span><span class=\"token punctuation\">,<\/span><\/p>\n<p>  <span class=\"token string\">\\&#8221;oom-score-adjust\\&#8221;<\/span><span class=\"token operator\">:<\/span> <span class=\"token operator\">&#8211;<\/span><span class=\"token number\">1000<\/span><\/p>\n<p><span class=\"token punctuation\">}<\/span><\/p>\n<h4>2. Docker Compose \u8d44\u6e90\u5206\u914d (docker-compose.yml)<\/h4>\n<p><span class=\"token key atrule\">version<\/span><span class=\"token punctuation\">:<\/span> <span class=\"token string\">\\&#8217;3.8\\&#8217;<\/span><\/p>\n<p><span class=\"token key atrule\">services<\/span><span class=\"token punctuation\">:<\/span><\/p>\n<p>  php<span class=\"token punctuation\">:<\/span><\/p>\n<p>    image<span class=\"token punctuation\">:<\/span> php<span class=\"token punctuation\">:<\/span>7.4<span class=\"token punctuation\">&#8211;<\/span>fpm<\/p>\n<p>    deploy<span class=\"token punctuation\">:<\/span><\/p>\n<p>      resources<span class=\"token punctuation\">:<\/span><\/p>\n<p>        limits<span class=\"token punctuation\">:<\/span><\/p>\n<p>          cpus<span class=\"token punctuation\">:<\/span> <span class=\"token string\">\\&#8217;48\\&#8217;<\/span><\/p>\n<p>          memory<span class=\"token punctuation\">:<\/span> 96G<\/p>\n<p>    volumes<span class=\"token punctuation\">:<\/span><\/p>\n<p>      <span class=\"token punctuation\">&#8211;<\/span> .\/src<span class=\"token punctuation\">:<\/span>\/var\/www\/html<\/p>\n<p>      <span class=\"token punctuation\">&#8211;<\/span> .\/php\/php.ini<span class=\"token punctuation\">:<\/span>\/usr\/local\/etc\/php\/php.ini<\/p>\n<p>  mysql<span class=\"token punctuation\">:<\/span><\/p>\n<p>    image<span class=\"token punctuation\">:<\/span> mysql<span class=\"token punctuation\">:<\/span><span class=\"token number\">5.7<\/span><\/p>\n<p>    deploy<span class=\"token punctuation\">:<\/span><\/p>\n<p>      resources<span class=\"token punctuation\">:<\/span><\/p>\n<p>        limits<span class=\"token punctuation\">:<\/span><\/p>\n<p>          cpus<span class=\"token punctuation\">:<\/span> <span class=\"token string\">\\&#8217;32\\&#8217;<\/span><\/p>\n<p>          memory<span class=\"token punctuation\">:<\/span> 256G<\/p>\n<p>    volumes<span class=\"token punctuation\">:<\/span><\/p>\n<p>      <span class=\"token punctuation\">&#8211;<\/span> .\/mysql\/data<span class=\"token punctuation\">:<\/span>\/var\/lib\/mysql<\/p>\n<p>      <span class=\"token punctuation\">&#8211;<\/span> .\/mysql\/my.cnf<span class=\"token punctuation\">:<\/span>\/etc\/mysql\/my.cnf<\/p>\n<p>  redis<span class=\"token punctuation\">:<\/span><\/p>\n<p>    image<span class=\"token punctuation\">:<\/span> redis<span class=\"token punctuation\">:<\/span>6<span class=\"token punctuation\">&#8211;<\/span>alpine<\/p>\n<p>    deploy<span class=\"token punctuation\">:<\/span><\/p>\n<p>      resources<span class=\"token punctuation\">:<\/span><\/p>\n<p>        limits<span class=\"token punctuation\">:<\/span><\/p>\n<p>          cpus<span class=\"token punctuation\">:<\/span> <span class=\"token string\">\\&#8217;8\\&#8217;<\/span><\/p>\n<p>          memory<span class=\"token punctuation\">:<\/span> 48G<\/p>\n<p>    command<span class=\"token punctuation\">:<\/span> <\/p>\n<p>      <span class=\"token punctuation\">&#8211;<\/span> redis<span class=\"token punctuation\">&#8211;<\/span>server <\/p>\n<p>      <span class=\"token punctuation\">&#8211;<\/span> <span class=\"token punctuation\">&#8211;<\/span><span class=\"token punctuation\">&#8211;<\/span>maxmemory 40G<\/p>\n<p>      <span class=\"token punctuation\">&#8211;<\/span> <span class=\"token punctuation\">&#8211;<\/span><span class=\"token punctuation\">&#8211;<\/span>maxmemory<span class=\"token punctuation\">&#8211;<\/span>policy allkeys<span class=\"token punctuation\">&#8211;<\/span>lfu<\/p>\n<p>      <span class=\"token punctuation\">&#8211;<\/span> <span class=\"token punctuation\">&#8211;<\/span><span class=\"token punctuation\">&#8211;<\/span>io<span class=\"token punctuation\">&#8211;<\/span>threads 8<\/p>\n<p>  nginx<span class=\"token punctuation\">:<\/span><\/p>\n<p>    image<span class=\"token punctuation\">:<\/span> nginx<span class=\"token punctuation\">:<\/span>1.21<span class=\"token punctuation\">&#8211;<\/span>alpine<\/p>\n<p>    deploy<span class=\"token punctuation\">:<\/span><\/p>\n<p>      resources<span class=\"token punctuation\">:<\/span><\/p>\n<p>        limits<span class=\"token punctuation\">:<\/span><\/p>\n<p>          cpus<span class=\"token punctuation\">:<\/span> <span class=\"token string\">\\&#8217;16\\&#8217;<\/span><\/p>\n<p>          memory<span class=\"token punctuation\">:<\/span> 16G<\/p>\n<p>    volumes<span class=\"token punctuation\">:<\/span><\/p>\n<p>      <span class=\"token punctuation\">&#8211;<\/span> .\/nginx\/nginx.conf<span class=\"token punctuation\">:<\/span>\/etc\/nginx\/nginx.conf<\/p>\n<p>    ports<span class=\"token punctuation\">:<\/span><\/p>\n<p>      <span class=\"token punctuation\">&#8211;<\/span> <span class=\"token string\">\\&#8221;80:80\\&#8221;<\/span><\/p>\n<p><span class=\"token key atrule\">networks<\/span><span class=\"token punctuation\">:<\/span><\/p>\n<p>  app_net<span class=\"token punctuation\">:<\/span><\/p>\n<p>    driver<span class=\"token punctuation\">:<\/span> bridge<\/p>\n<p>    attachable<span class=\"token punctuation\">:<\/span> <span class=\"token boolean important\">true<\/span><\/p>\n<hr>\n<h3>\u4e8c\u3001\u6838\u5fc3\u670d\u52a1\u6df1\u5ea6\u8c03\u4f18<\/h3>\n<h4>1. PHP 7.4-FPM \u8c03\u4f18 (php\/php.ini)<\/h4>\n","protected":false},"excerpt":{"rendered":"<p>\u6587\u7ae0\u6d4f\u89c8\u9605\u8bfb805\u6b21\uff0c\u70b9\u8d5e19\u6b21\uff0c\u6536\u85cf18\u6b21\u300264\u6838128\u7ebf\u7a0b512\u5185\u5b58\u56fa\u6001\u786c\u76d8\u7684\u670d\u52a1\u5668\u57fa\u4e8edocker\u90e8\u7f72Laravel5.5+mysql+redis+nginx+php7.4\u600e\u6837\u8c03\u4f18\u4f7f\u5e76\u53d1\u6700\u5927\u5316<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[27,2501,114,2502,2500,43],"topic":[],"class_list":["post-31102","post","type-post","status-publish","format-standard","hentry","category-server","tag-docker","tag-docker-","tag-mysql","tag-php-","tag-2500","tag-43"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>64\u6838128\u7ebf\u7a0b512\u5185\u5b58\u56fa\u6001\u786c\u76d8\u7684\u670d\u52a1\u5668\u57fa\u4e8edocker\u90e8\u7f72Laravel5.5+mysql+redis+nginx+php7.4\u600e\u6837\u8c03\u4f18\u4f7f\u5e76\u53d1\u6700\u5927\u5316 - \u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.wsisp.com\/helps\/31102.html\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"64\u6838128\u7ebf\u7a0b512\u5185\u5b58\u56fa\u6001\u786c\u76d8\u7684\u670d\u52a1\u5668\u57fa\u4e8edocker\u90e8\u7f72Laravel5.5+mysql+redis+nginx+php7.4\u600e\u6837\u8c03\u4f18\u4f7f\u5e76\u53d1\u6700\u5927\u5316 - \u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3\" \/>\n<meta property=\"og:description\" content=\"\u6587\u7ae0\u6d4f\u89c8\u9605\u8bfb805\u6b21\uff0c\u70b9\u8d5e19\u6b21\uff0c\u6536\u85cf18\u6b21\u300264\u6838128\u7ebf\u7a0b512\u5185\u5b58\u56fa\u6001\u786c\u76d8\u7684\u670d\u52a1\u5668\u57fa\u4e8edocker\u90e8\u7f72Laravel5.5+mysql+redis+nginx+php7.4\u600e\u6837\u8c03\u4f18\u4f7f\u5e76\u53d1\u6700\u5927\u5316\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.wsisp.com\/helps\/31102.html\" \/>\n<meta property=\"og:site_name\" content=\"\u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3\" \/>\n<meta property=\"article:published_time\" content=\"2025-04-20T23:35:57+00:00\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.wsisp.com\/helps\/31102.html\",\"url\":\"https:\/\/www.wsisp.com\/helps\/31102.html\",\"name\":\"64\u6838128\u7ebf\u7a0b512\u5185\u5b58\u56fa\u6001\u786c\u76d8\u7684\u670d\u52a1\u5668\u57fa\u4e8edocker\u90e8\u7f72Laravel5.5+mysql+redis+nginx+php7.4\u600e\u6837\u8c03\u4f18\u4f7f\u5e76\u53d1\u6700\u5927\u5316 - \u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3\",\"isPartOf\":{\"@id\":\"https:\/\/www.wsisp.com\/helps\/#website\"},\"datePublished\":\"2025-04-20T23:35:57+00:00\",\"dateModified\":\"2025-04-20T23:35:57+00:00\",\"author\":{\"@id\":\"https:\/\/www.wsisp.com\/helps\/#\/schema\/person\/358e386c577a3ab51c4493330a20ad41\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.wsisp.com\/helps\/31102.html#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.wsisp.com\/helps\/31102.html\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.wsisp.com\/helps\/31102.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/www.wsisp.com\/helps\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"64\u6838128\u7ebf\u7a0b512\u5185\u5b58\u56fa\u6001\u786c\u76d8\u7684\u670d\u52a1\u5668\u57fa\u4e8edocker\u90e8\u7f72Laravel5.5+mysql+redis+nginx+php7.4\u600e\u6837\u8c03\u4f18\u4f7f\u5e76\u53d1\u6700\u5927\u5316\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.wsisp.com\/helps\/#website\",\"url\":\"https:\/\/www.wsisp.com\/helps\/\",\"name\":\"\u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3\",\"description\":\"\u9999\u6e2f\u670d\u52a1\u5668_\u9999\u6e2f\u4e91\u670d\u52a1\u5668\u8d44\u8baf_\u670d\u52a1\u5668\u5e2e\u52a9\u6587\u6863_\u670d\u52a1\u5668\u6559\u7a0b\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.wsisp.com\/helps\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.wsisp.com\/helps\/#\/schema\/person\/358e386c577a3ab51c4493330a20ad41\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/www.wsisp.com\/helps\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/gravatar.wp-china-yes.net\/avatar\/?s=96&d=mystery\",\"contentUrl\":\"https:\/\/gravatar.wp-china-yes.net\/avatar\/?s=96&d=mystery\",\"caption\":\"admin\"},\"sameAs\":[\"http:\/\/wp.wsisp.com\"],\"url\":\"https:\/\/www.wsisp.com\/helps\/author\/admin\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"64\u6838128\u7ebf\u7a0b512\u5185\u5b58\u56fa\u6001\u786c\u76d8\u7684\u670d\u52a1\u5668\u57fa\u4e8edocker\u90e8\u7f72Laravel5.5+mysql+redis+nginx+php7.4\u600e\u6837\u8c03\u4f18\u4f7f\u5e76\u53d1\u6700\u5927\u5316 - \u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.wsisp.com\/helps\/31102.html","og_locale":"zh_CN","og_type":"article","og_title":"64\u6838128\u7ebf\u7a0b512\u5185\u5b58\u56fa\u6001\u786c\u76d8\u7684\u670d\u52a1\u5668\u57fa\u4e8edocker\u90e8\u7f72Laravel5.5+mysql+redis+nginx+php7.4\u600e\u6837\u8c03\u4f18\u4f7f\u5e76\u53d1\u6700\u5927\u5316 - \u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3","og_description":"\u6587\u7ae0\u6d4f\u89c8\u9605\u8bfb805\u6b21\uff0c\u70b9\u8d5e19\u6b21\uff0c\u6536\u85cf18\u6b21\u300264\u6838128\u7ebf\u7a0b512\u5185\u5b58\u56fa\u6001\u786c\u76d8\u7684\u670d\u52a1\u5668\u57fa\u4e8edocker\u90e8\u7f72Laravel5.5+mysql+redis+nginx+php7.4\u600e\u6837\u8c03\u4f18\u4f7f\u5e76\u53d1\u6700\u5927\u5316","og_url":"https:\/\/www.wsisp.com\/helps\/31102.html","og_site_name":"\u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3","article_published_time":"2025-04-20T23:35:57+00:00","author":"admin","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"admin","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"1 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.wsisp.com\/helps\/31102.html","url":"https:\/\/www.wsisp.com\/helps\/31102.html","name":"64\u6838128\u7ebf\u7a0b512\u5185\u5b58\u56fa\u6001\u786c\u76d8\u7684\u670d\u52a1\u5668\u57fa\u4e8edocker\u90e8\u7f72Laravel5.5+mysql+redis+nginx+php7.4\u600e\u6837\u8c03\u4f18\u4f7f\u5e76\u53d1\u6700\u5927\u5316 - \u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3","isPartOf":{"@id":"https:\/\/www.wsisp.com\/helps\/#website"},"datePublished":"2025-04-20T23:35:57+00:00","dateModified":"2025-04-20T23:35:57+00:00","author":{"@id":"https:\/\/www.wsisp.com\/helps\/#\/schema\/person\/358e386c577a3ab51c4493330a20ad41"},"breadcrumb":{"@id":"https:\/\/www.wsisp.com\/helps\/31102.html#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.wsisp.com\/helps\/31102.html"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.wsisp.com\/helps\/31102.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/www.wsisp.com\/helps"},{"@type":"ListItem","position":2,"name":"64\u6838128\u7ebf\u7a0b512\u5185\u5b58\u56fa\u6001\u786c\u76d8\u7684\u670d\u52a1\u5668\u57fa\u4e8edocker\u90e8\u7f72Laravel5.5+mysql+redis+nginx+php7.4\u600e\u6837\u8c03\u4f18\u4f7f\u5e76\u53d1\u6700\u5927\u5316"}]},{"@type":"WebSite","@id":"https:\/\/www.wsisp.com\/helps\/#website","url":"https:\/\/www.wsisp.com\/helps\/","name":"\u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3","description":"\u9999\u6e2f\u670d\u52a1\u5668_\u9999\u6e2f\u4e91\u670d\u52a1\u5668\u8d44\u8baf_\u670d\u52a1\u5668\u5e2e\u52a9\u6587\u6863_\u670d\u52a1\u5668\u6559\u7a0b","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.wsisp.com\/helps\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"zh-Hans"},{"@type":"Person","@id":"https:\/\/www.wsisp.com\/helps\/#\/schema\/person\/358e386c577a3ab51c4493330a20ad41","name":"admin","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.wsisp.com\/helps\/#\/schema\/person\/image\/","url":"https:\/\/gravatar.wp-china-yes.net\/avatar\/?s=96&d=mystery","contentUrl":"https:\/\/gravatar.wp-china-yes.net\/avatar\/?s=96&d=mystery","caption":"admin"},"sameAs":["http:\/\/wp.wsisp.com"],"url":"https:\/\/www.wsisp.com\/helps\/author\/admin"}]}},"_links":{"self":[{"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/posts\/31102","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/comments?post=31102"}],"version-history":[{"count":0,"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/posts\/31102\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/media?parent=31102"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/categories?post=31102"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/tags?post=31102"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/topic?post=31102"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}