下载 wget https://nodejs.org/dist/v10.15.1/node-v10.15.1-linux-x64.tar.xz 解压 tar -xvf node-v10.15.1-linux-x64.tar.xz 修改环境变量 vim /etc/profile PATH=$PATH: ...
分类:
Web程序 时间:
2020-10-07 21:42:36
阅读次数:
49
1、Mysql 官网下载 RPM 包wget https://dev.mysql.com/get/mysql80-community-release-el8-1.noarch.rpm2、检查是否已安装(强力卸载)for i in $(rpm -qa|grep mysql);do rpm -e $i ...
分类:
数据库 时间:
2020-10-06 21:00:49
阅读次数:
52
\n time_namelookup: %{time_namelookup}\n time_connect: %{time_connect}\n time_appconnect: %{time_appconnect}\n time_pretransfer: %{time_pretransfer}\n ...
分类:
Web程序 时间:
2020-09-24 20:50:58
阅读次数:
48
下载mongodb源码,并解压: wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-4.0.11.tgz tar -zxvf mongodb-linux-x86_64-ubuntu1604-4.0.11.tgz ...
分类:
数据库 时间:
2020-09-24 20:47:08
阅读次数:
37
1、使用dockerfile制作nginx+php-fpm镜像,实现lnmp。1.1制作基础镜像[root@offlinebase]#catDockerfileFROMcentos:centos7.8.2003MAINTAINERRICKZHURUNyuminstallwget-y\&&rm-rf/etc/yum.repos.d/*.repo\&&wget-O/et
分类:
Web程序 时间:
2020-09-21 12:07:12
阅读次数:
45
Curl命令在linux操作系统中经常来测试网络和url的联通性,模拟正常的网络访问,当然除了这个作用之外,作为y一款强大的工具,curl还支持包括HTTP、HTTPS、ftp等众多协议,还支持POST、cookies、认证、从指定偏移处下载部分文件等功能 1.curl -I选项,只获得对方的响应首 ...
分类:
Web程序 时间:
2020-09-18 17:27:27
阅读次数:
88
Window 下安装 下载地址:https://github.com/tporadowski/redis/releases。 Redis 支持 32 位和 64 位。这个需要根据你系统平台的实际情况选择,这里我们下载最新版本 Redis-x64-5.0.9.zip压缩包到 D 盘某个位置,解压内如后 ...
分类:
其他好文 时间:
2020-09-18 12:08:15
阅读次数:
45
废话不多说啦,直接上代码: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 <?php $data = ['username'=>'乔峰','skill'=>'擒龙手']; $headers = array('Content-T ...
分类:
Web程序 时间:
2020-09-18 04:14:38
阅读次数:
56
curl -i https://www.kzf.com/.well-known/openid-configuration Peer’s Certificate issuer is not recognized 此种情况多发生在自签名的证书,报错含义是签发证书机构未经认证,无法识别。我们加个 -K 虽 ...
分类:
其他好文 时间:
2020-09-18 03:29:14
阅读次数:
35