mac系统:10.11.6 xcode:7 appium:1.5.3 iphone: 6 p 1.搭建 appium 安卓的环境: 1.jdk 2.sdk 3.appium 4.配置环境变量 mac下的环境变量是在 登录用户的 根目录下 cd ~/ 下的 .bash_profile中 没有自己 创建一个 # Setting PATH for Python 3.5 # The original version is saved in .bash_profile.pysave PATH="/Libr…
1.安装必要的软件 1.1.安装JDK 8 (1)JDK 8 can be downloaded from Oracle's JDK Page: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html (2)Look for "Mac OS X" under "Java SE Development Kit". This will download a D…
Try using this URL as a Eclipse Software Site:https://raw.githubusercontent.com/GoClipse/goclipse.github.io/0.16.0/releases/ It should allow you to install 0.16.0 (or a diff version if you change the URL) 地址:http://stackoverflow.com/questions/3922819…
之前安装yaf和mcrypt扩展一直失败,今天终于找到原因了.那是因为./configure的时候没有指定php版本,所以用了默认的php的版本,正确的姿势应该是:./configure --with-php-config = /usr/local/Cellar/php56/5.6.33_9/bin/php-config 然后sudo make && make install就成功了,具体请看 https://my.oschina.net/corwien/blog/664770…
安装 首先需要下载 MySQL Community Server 下载地址:https://dev.mysql.com/downloads/mysql/ 进入MySQL的下载界面(https://dev.mysql.com/downloads/mysql/),如果你是用的Mac OS来访问的话那么就会默认为你选好了Mac OS X 平台,而下面罗列的都是在Mac OS上能用的MySQL的版本,如果是用的其他平台,在“Select Platform”选项的下拉列表中选一下就好了. 在Mac OS…