上一页 1 2 3 4 5 6 ··· 11 下一页
摘要: Python 打印九九乘法表:for i in range(1,10): for j in range(1,i+1): print j,'*',i,'=',... 阅读全文
posted @ 2015-09-14 18:25 卡尔西 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 在Mac 下载 Mysql Server : 参考:http://www.mysql.com/downloads/下载Mysql 安装程序 打开下载地址: http://www.mysql.com/downloads/下载如图所示: 安装mysql 下载完成后,是个dmg 文... 阅读全文
posted @ 2015-09-09 18:48 卡尔西 阅读(133) 评论(0) 推荐(0) 编辑
摘要: Tomcat Mac 下的安装:TomCat 下载地址,例如: http://tomcat.apache.org/download-70.cgi在Mac 上下载的时候,下载tar.gz包 下载完成后,直接解压如图所示: 把解压后的文件夹命名为Tomcat,并且放到相应的路径下: (... 阅读全文
posted @ 2015-09-08 19:06 卡尔西 阅读(235) 评论(0) 推荐(0) 编辑
摘要: Appium 可以直接通过命令行启动,同样支持命令行参数配置参考:http://appium.io/slate/cn/master/使用方法例如:appium --shell服务器标志所有的标志都是可选的,但是有一些标志需要组合在一起才能生效。标志默认值描述例子--shellnull进入 REPL ... 阅读全文
posted @ 2015-09-07 17:51 卡尔西 阅读(6486) 评论(0) 推荐(0) 编辑
摘要: Appium 安装过后,会有图形界面,同样也支持命令行参数的启动和配置 Windws: 在windows 安装配置Appium有三种方式:Node install -g appium.exe文件安装绿色解压安装(appium_1.3.4 之前版本)Node 安装 Appium 本... 阅读全文
posted @ 2015-08-31 17:43 卡尔西 阅读(5360) 评论(2) 推荐(0) 编辑
摘要: webDriver 运行的时候出现: Caused by: java.lang.ClassNotFoundException: org.w3c.dom.ElementTraversal 解决办法: 只需要maven pom.xml 添加依赖就行了 xml-apis xm... 阅读全文
posted @ 2015-08-27 16:12 卡尔西 阅读(2223) 评论(0) 推荐(0) 编辑
摘要: Appium 的安装方式根据官网提供的是使用nodejs 安装,但是官方给出了三种方法参考网址: appium下载地址: https://bitbucket.org/appium/appium.app/downloads appium GitHub: https://github.c... 阅读全文
posted @ 2015-08-18 09:31 卡尔西 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 命令行常用工具:Iterm2 也是一个终端命令行工具,支持多工作区,使用清爽http://www.iterm2.com/documentation.html给你的命令行 代码上色Solarized,支持多种终端工具,代码颜色配套方案http://ethanschoonover.com/solariz... 阅读全文
posted @ 2015-08-14 10:39 卡尔西 阅读(110) 评论(0) 推荐(0) 编辑
摘要: Constants public static final int ACTION_DOWNAdded in API level 1 getAction() value: the key has been pressed down.Constant Value: 0 (0x000000... 阅读全文
posted @ 2015-08-11 14:49 卡尔西 阅读(1045) 评论(0) 推荐(0) 编辑
摘要: Mac JDK 安装过后 修改 ~/. bash_profile 配置环境变量 修改内容:JAVA_HOME=$(/usr/libexec/java_home) export JAVA_HOMEPs: Mac 从10.5 开始支持使用 libexec,直接定位安装的jdk ... 阅读全文
posted @ 2015-08-04 13:46 卡尔西 阅读(423) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 11 下一页
AmazingCounters.com