240 发简信
IP属地:北京
  • Resize,w 360,h 240
    docker-compose 简单搭建php环境(nginx+mysql+redis)

    安装docker-compose Install Docker Compose | Docker Documentation[https://d...

  • Resize,w 360,h 240
    dockerfile简单使用

    首先创建一个目录新建一个Dockerfile文件 开始编写Dockerfile FROM nginxLABEL author=adminWORK...

  • Resize,w 360,h 240
    docker创建网络

    首先查看当前存在的网络地址 docker network list 查看默认的网络网段 docker network inspect bridg...

  • Resize,w 360,h 240
    VirtualBox设置Centos8静态网卡

    需要先把网卡设置为桥接网卡 1.首先找到网卡文件 2.修改网卡 BOOTPROTO 修改为静态 static IPADDR为虚拟机ip GATE...

  • Resize,w 360,h 240
    VirtualBox Centos8安装增强功能失败 未能加载虚拟光盘到虚拟电脑

    安装增强功能报错 Could not mount the media/drive'D:\vbox\VBoxGuestAdditions.iso'...

  • Resize,w 360,h 240
    docker搭建XHProf

    1.下载XHProf扩展 PECL :: Package :: xhprof[https://pecl.php.net/package/xhpr...

  • Resize,w 360,h 240
    docker搭建php环境

    首先安装docker,按照官网Install Docker Engine on CentOS | Docker Documentation[ht...

  • Resize,w 360,h 240
    laravel8在docker环境下出现连接数据库失败

    前言 在新服务器搭建了一套docker环境,版本是php7.4 mysql8.0, 代码上传上去后一直报could not find drive...

  • Resize,w 360,h 240
    vue+fastadmin实现单域名部署

    1.首先网站宝塔上搭建好网站,因为是单域名,所以需要把vue前端文件拉到public文件 2.宝塔上面需要配置入口文件,这样域名默认域名就访问到...