Loading

摘要: 1. 封装统一返回类 <?php /** * @author SHIH * @date 2020/10/14 10:06 */ namespace app\utils; use JsonSerializable; /** * 返回结果封装 * Class Result * @package app\ 阅读全文
posted @ 2020-11-21 10:47 shih945 阅读(814) 评论(0) 推荐(0) 编辑
摘要: CentOS7 设置IP地址的方法有两种: 动态获取ip 设置静态IP地址 获取当前系统网卡名 ip addr CentOS7不能使用ifconfig命令,可通过命令 ip addr 查看,如图,网卡名为ens32,是没有IP地址的 动态获取IP 动态获取IP需要路由器开启DHCP, 修改网卡配置文 阅读全文
posted @ 2020-11-21 09:44 shih945 阅读(1436) 评论(0) 推荐(0) 编辑