07 2019 档案
摘要:redis的安装 练习环境: 虚拟机:Oracle VM VirtualBox 5.2.4 r119785 (Qt5.6.2)。 系统:CentOS Linux release 7.6.1810 (Core) x86_64-Minimal版。 (1)打开官网:https://www.redis.ne
阅读全文
摘要:EasySwoole的入门学习 官网地址:https://www.easyswoole.com/ 一、安装easyswoole: (1)建立安装目录: (2)使用composer下载easyswoole: (3)安装: (4)启动: (5)查看启动情况: 可以看到结果: 通过浏览器访问: http:
阅读全文
摘要:failed to open stream: operation failed 错误详细信息: 错误发生情境: 使用 composer require 命令下载软件时。 解决办法: (1)更换composer镜像源,可以执行尝试以下几种: 更换成阿里镜像:composer config -g rep
阅读全文
摘要:Linux 安装Swoole 练习环境: 虚拟机:Oracle VM VirtualBox 5.2.4 r119785 (Qt5.6.2)。 系统:CentOS Linux release 7.6.1810 (Core) x86_64-Minimal版。 (1)建立一个目录放swoole的安装文件
阅读全文
摘要:Linux一键安装LNMP环境 官方地址:https://lnmp.org/。 参考安装步骤:https://lnmp.org/install.html。 一键安装可以选择mysql版本、php版本,更方便,感觉很好。 练习环境: 虚拟机:Oracle VM VirtualBox 5.2.4 r11
阅读全文
摘要:Linux 安装 Composer 入门 练习环境: 虚拟机:Oracle VM VirtualBox。 系统:CentOS 7。 安装方式一: 参考网址:https://learnku.com/composer/t/4484/composer-mirror-use-help#741738来安装。
阅读全文
摘要:Linux 安装FTP服务,简单入门 环境: 虚拟机:Oracle VM VirtualBox。 系统:CentOS 7。 (1)判断是否安装了ftp: rpm -qa | grep vsftpd 或者 which vsftpd (2)如果没有安装,开始安装: yum install vsftp -
阅读全文
摘要:Linux 正在尝试其他镜像 发生情景: 在windows7系统,安装了虚拟机Oracle VM VirtualBox,使用的CentOS7, 在使用yum的使用,一直提醒"正在尝试其他镜像"。 解决方法: 在网上找方法,大部分都是说,提醒那个错误,是因为网速慢,需要配置yum源,改为国内的就可以了
阅读全文