摘要:session_start(); $tmp=array( 'a'=>array(0=>'testa',1=>'testb',2=>'testc',3=>'testd',4=>'teste',5=>'testf',6=>'testa'), 'b'=>array(0=>'testa',1=>'testb',2=>'testj',3=>
阅读全文
07 2017 档案
摘要:session_start(); $tmp=array( 'a'=>array(0=>'testa',1=>'testb',2=>'testc',3=>'testd',4=>'teste',5=>'testf',6=>'testa'), 'b'=>array(0=>'testa',1=>'testb',2=>'testj',3=>
阅读全文
摘要:在需要访问的域名的conf文件中,比如
阅读全文
摘要:修改配置文件,修改特点域名的配置文件
阅读全文
摘要:CentOS 7 firewalld使用简介 1、firewalld简介 firewalld是centos7的一大特性,最大的好处有两个:支持动态更新,不用重启服务;第二个就是加入了防火墙的“zone”概念 firewalld有图形界面和工具界面,由于我在服务器上使用,图形界面请参照官方文档,本文以
阅读全文
摘要:nginx1.10.2 1先检查 /etc/nginx/nginx.conf 是否include conf.d 默认都是包含的,如果没有把代码加上,如果有继续第二步 2 来到conf.d文件夹 vim nginx.6328.net.conf 把一下代码添加 一定要注意
阅读全文
摘要:安装的是5.4 那么安装完毕了,怎么设置nginx和php 解析 1 添加nginx 默认主页index.php vim .../etc/nginx/nginx.conf 2配置nginx支持php vim .../etc/nginx/nginx.conf 3 安装php-fpm connect()
阅读全文
摘要:nginx提示Job for nginx.service failed because the control的问题 可以是用这个命令,查看具体哪里报错 这个的提示 是 配置文件中 未知的erver 少了个s 其他的具体问题具体分析吧
阅读全文
摘要:安装Nginx 启动: systemctl start firewalld 查看状态: systemctl status firewalld 停止: systemctl disable firewalld 禁用: systemctl stop firewalld centos7用的firewalld
阅读全文
摘要:全部上传成功为true,全部上传失败为false,部分成功为成功数量 * ["path"]=>array() {已成功的文件路径} * ["error"]=>array() {失败信息} * ...
阅读全文
摘要:https://help.aliyun.com/document_detail/55359.html?spm=5176.product44282.4.7.O4lc1n 阿里云短信服务地址,感冒的下载看看 1 文件存放位置的问题 阿里云的短信接口 属于第三方扩展 所以文件放在 thinkphp\ven
阅读全文
|