03 2016 档案

摘要:1、创建好虚拟机之后,别打开电源,然后到建好的虚拟机文件夹里; 2、找到后缀vmx的文件,记事本打开; 3、找到vmci0.present=‘TRUE’,把true改为false; 4、保存即可。 阅读全文
posted @ 2016-03-18 12:30 伊人世界 阅读(391) 评论(0) 推荐(0)
摘要:6. 数组的交集 array_intersect() 8. 数组的差集 array_diff() 9. 关联数组的差集 array_diff_assoc() 11. 获取当前数组值 current() 12. 获取当前数组键和值 each() 13. in_array()函数 14. array_k 阅读全文
posted @ 2016-03-17 17:53 伊人世界 阅读(6300) 评论(0) 推荐(0)
摘要:apache的配置文件httpd.conf // apache/conf //修改http.conf这个文件的编辑权限 <Directory /> Options All AllowOverride All Order deny,allow Allow from all </Directory> L 阅读全文
posted @ 2016-03-02 14:27 伊人世界 阅读(1304) 评论(0) 推荐(0)

Fork me on GitHub