01 2021 档案

摘要:CentOS 7 最小化通网 下载 http://mirrors.163.com/centos/7/isos/x86_64/ 网络适配器 选“桥接模式” 查看 IP ip addr 修改网卡配置 # vi /etc/sysconfig/network-scripts/ifcfg-ens33 ONBO 阅读全文
posted @ 2021-01-18 23:32 可待 阅读(109) 评论(0) 推荐(0)
摘要:原因: composer 升级到2.0,下载新的插件时发现tp6运行失败,经查发现是版本问题 高版本中services.php文件中返回数组内容为空 # 解决方案:回到上一个版本 composer self-update -r 阅读全文
posted @ 2021-01-15 11:26 可待 阅读(1725) 评论(0) 推荐(0)