Part 1: macOS 10.14 Mojave Web Development Environment Developing web applications on macOS is a real joy. There are plenty of options for setting up your development environments, including the ever-popular MAMP Pro that provides a nice UI on top of…
目前很多N卡的WebDriver已经不支持macOS 10.14了,只能停留在10.13.6,苹果AppStore下载的 macOS High Sierra 10.13.6 版本号是17G66,遗憾的是目前下载的WebDriver并没有支持这个版本的,所以手动修改了一个版本,目前测试正常. 需要的工具文件: WebDriver-387.10.10.10.40.133.pkg Kext Utility PlistEdit Pro 1.解压此驱动包WebDriver-387.10.10.10.40.…
这是目前网上state of the art 的解决方案: 最开始用的是matlab2017,结果爆了这么一个问题“找不到已安装的编译器 'Xcode Clang++'.错误使用mex,未找到合适的编译器” 网上很多方法说的是17和xcode7.0的解决方案,但是都是9012年了啊,谁还用xcode7 在MATLAB的官网上可以看到,R2018b已经支持使用xcode10.+ 进行混合编译.于是卸载,重装了matlabR2018b,还是这个问题. 网上也有很多方法,但是还是自己认真读了读这个文档…