1 案例1:部署LNMP环境 1.1 问题 安装部署Nginx、MariaDB、PHP环境 安装部署Nginx、MariaDB、PHP、PHP-FPM; 启动Nginx、MariaDB、FPM服务; 并测试LNMP是否工作正常。 1.2 方案 目前的网站一般都会有动态和静态数据,默认nginx仅可以 ...
分类:
其他好文 时间:
2020-07-20 15:49:52
阅读次数:
74
宽度不固定,超出宽度则以省略号“...”来表示。 /*规定段落中的文本不进行换行:*/ white-space: nowrap; overflow: hidden; /* text-overflow属性表示规定当文本溢出包含元素时发生的事情; ellipsis表示显示省略符号来代表被修剪的文本。*/ ...
分类:
Web程序 时间:
2020-07-19 11:51:01
阅读次数:
106
前面安装docker的过程就不提了 1.创建目录 mkdir -p /lnmp/{php,nginx,mysql,redis} mkdir -p /lnmp/mysql/{conf,data} mkdir -p /lnmp/nginx/conf.d 2.生成mysql容器 docker run -- ...
分类:
系统相关 时间:
2020-07-19 11:38:38
阅读次数:
82
After you replace ABS ECU or yaw rate/G sensor for Toyota,it will get C1210A trouble code.It will ask you to program yaw rate sensor.So here i want to ...
分类:
其他好文 时间:
2020-07-18 22:15:43
阅读次数:
104
构建LNMP+WordPress 1.安装LNMP环境 修改主机名 [root@test ~]# hostnamectl set-hostname lnmp [root@test ~]# bash 将提供的lnmp1.6-full.tar.gz软件包,上传到虚拟机的/root目录下,并解压 [roo ...
分类:
其他好文 时间:
2020-07-17 19:40:40
阅读次数:
81
!!!首先要做的就是关闭系统的防火墙以及selinux: systemctl stop firewalld systemctl disable firewalld sed -ri 's/^(Selinux=).*/\1disabled/g' /etc/selinux/config setenforc ...
分类:
其他好文 时间:
2020-07-16 12:19:43
阅读次数:
75
官网下载:https://www.elastic.co/cn/downloads/elasticsearch 下载解压后,运行bin文件夹下的 elasticsearch.bat 看到started说明启动成功,打开浏览器测试一下,如下图 http://localhost:9200 然后可以添加IK ...
分类:
其他好文 时间:
2020-07-12 20:30:45
阅读次数:
152
一、编译安装nginx 1、下载nginx # wget http://nginx.org/download/nginx-1.16.1.tar.gz 2、安装源码安装依赖软件:pcre-devel zlib-devel gcc gcc-c++ make 检测依赖是否安装 #rpm -q pcre-d ...
分类:
其他好文 时间:
2020-07-12 16:55:15
阅读次数:
71