08 2022 档案
摘要:html <!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>微信分享</title> <script type="text/javasc
阅读全文
摘要:在apache的配置文件 httpd.conf 最下面加上下面代码,增加响应时间 <IfModule mod_fcgid.c> FcgidProcessLifeTime 8200 FcgidIOTimeout 8200 FcgidConnectTimeout 4000 </IfModule>
阅读全文