Windows 下安装 Xdebug 受难记之(1) Windows 下安装 PHP 之 Xdebug,进行进行基准测试和代码覆盖率分析 PHP-mySQL-Apache 2023-10-16 191 点赞 2 评论 289 浏览
centos 配置静态ip 、dns root:1. 配置静态IPcd /etc/sysconfig/network-scripts#修改BOOTPROTO=static #这里讲dhcp换成ststicONBOOT=yes #将no换成yes#新增IPADDR=192.168.85.100 #静态IPGATEWAY=192.168.85.2 #默认网关NETMASK=255.255.255.0 #子网掩码service networ... 101.linux 2023-10-03 158 点赞 2 评论 239 浏览