解决Mac OS X 系统在home文件夹下面操作不支持的方法 最近需要使用Mac OS X 系统尝试安装使用appium程序,安装过程中发现,Mac OS X 系统在home文件夹下面操作不支持,故上网查询资料,找到解决方法,具体描述如下: 例如:执行mkdir /home/test结果Operation not supported 苹果Mac OS X默认不允许用户编辑操作home目录,解决方法编辑/etc/auto_master文件中的/home行,添加注释即可. 比如运行:…
bind函数在IE8下是不支持的,只需要在你的js文件中加入如下代码就可以支持IE8 //让bind函数支持IE8 if (!Function.prototype.bind) { Function.prototype.bind = function (oThis) { if (typeof this !== "function") { throw new TypeError("Function.prototype.bind - what is trying to be bou…