摘要: 1.切换到/etc/sysconfig/network-script目录 cd /etc/sysconfig/network-scripts 2.将ifcfg-eth0备份成ifcfg-eth0. cp ifcfg-eth0 ifcfg-eth0.bak 3.修改配置文件(ifcfg-eth0) 修 阅读全文
posted @ 2018-05-30 18:16 L小码蚁 阅读(4926) 评论(0) 推荐(0)
摘要: 一.安装虚拟机:VirtualBox 1.软件下载:https://www.virtualbox.org/ 2.一路点击下一步完成安装 二.安装linux:CentOS6.8 1.官方网站:https://www.centos.org/ 点击:Get CentOS Now 下载:Minimal IS 阅读全文
posted @ 2018-05-30 15:49 L小码蚁 阅读(189) 评论(0) 推荐(0)
摘要: 本文主要和大家介绍PHP中mb_strpos的使用技巧,通过使用语法以及实例给大家详细分析了用法,需要的朋友参考学习下。希望能帮助到大家。mb_strpos(PHP 4 >= 4.0.6, PHP 5, PHP 7)mb_strpos — Find position of first occurre 阅读全文
posted @ 2018-05-30 14:36 L小码蚁 阅读(2515) 评论(0) 推荐(0)