php在调用json_decode从字符串对象生成json对象时,如果使用[]操作符读取数据,就会出现下面的错误。 错误: Cannot use object of type stdClass as array 产生原因: $res = json_decode($res); $res['key']; //把 json_decode()后的对象...
CentOS网卡错误:Determining if ip address x.x.x.x is already in use for device eth0,解决办法如下: 在/etc/sysconfig/network-script/ifcfg-eth0 加入一行ARPCHECK=no 然后重启网卡即可。