下载压缩包:nginx-1.19.0.tar.gz 解压缩:tar -zxvf nginx-1.19.0.tar.gz 进入解压后的目录:cd nginx-1.19.0 配置安装目录,这一步可忽略,使用默认配置:./configure --prefix=/usr/local/nginx 安装:mak ...
分类:
系统相关 时间:
2021-06-11 19:14:54
阅读次数:
0
There are several commands to determine the WWN of a Fibre Channel (FC) HBA and their status (online/offline). The post discusses few of the most comm ...
分类:
系统相关 时间:
2021-06-11 18:48:26
阅读次数:
0
问题描述 unzip: Command Not Found 或 zip: Command Not Found 或unzip: 未找到命令 解决方法 如果是Ubuntu的的系统可以用下面的命令安装:sudo apt-get install zip 如果是用yum安装的话用下面的命令安装:yum ins ...
分类:
系统相关 时间:
2021-06-11 18:30:51
阅读次数:
0
使用阿里云镜像地址 yum-config-manager \ --add-repo \ http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo 更新包索引 yum makecache fase 安装docker yum inst ...
分类:
其他好文 时间:
2021-06-11 18:28:19
阅读次数:
0
本文所指之数据工程,限定于: 数据分析、数据采集(集成) 1 网站 spider-flow - 智能高效的在线爬虫 spider-flow 是一个无需写代码的爬虫平台,以图形化方式定义爬虫流程,无需代码即可实现一个爬虫 superset.workerindata.com - 账号: bilibili ...
分类:
数据库 时间:
2021-06-11 18:27:40
阅读次数:
0
题目:公园游玩 题意:依次经过k个点,求出其最短总路径的方案数. 题解:点A(x1,y1)到点B(x2, y2)的最短距离方案数为(高中组合知识:距离为n,向下走m次到达目的地最短距离的方案数): n = x2 - x1 + y2 - y1 m = x2 - x1 C(n, m) = n! / (m ...
分类:
其他好文 时间:
2021-06-11 18:22:12
阅读次数:
0
一、安装workman composer require workerman/workerman 二、创建 Timer 命令 php think make:command Timers 三、实现Timer <?php declare (strict_types = 1); namespace app ...
分类:
Web程序 时间:
2021-06-11 17:46:22
阅读次数:
0
安装输入法使用指令: yum install ibus-libpinyin 安装 reboot 安装好后重启 ...
分类:
其他好文 时间:
2021-06-11 17:33:41
阅读次数:
0
1.下载tar包并安装依赖、解压 cd /opt && wget http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-8.6p1.tar.gz yum install -y gcc zlib-devel openssl-devel ...
分类:
其他好文 时间:
2021-06-10 18:51:19
阅读次数:
0
centos7安装mysql+tomcat+jdk并设置开机自启(已测试) ...
分类:
数据库 时间:
2021-06-10 18:34:52
阅读次数:
0