会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
卡尔西
心若静,则永恒,事在人为,功不唐捐!
博客园
首页
新随笔
管理
上一页
1
2
3
4
5
6
···
11
下一页
2015年9月14日
Python 基础编程
摘要: Python 打印九九乘法表:for i in range(1,10): for j in range(1,i+1): print j,'*',i,'=',...
阅读全文
posted @ 2015-09-14 18:25 卡尔西
阅读(208)
评论(0)
推荐(0)
2015年9月9日
Mac 下安装配置Mysql
摘要: 在Mac 下载 Mysql Server : 参考:http://www.mysql.com/downloads/下载Mysql 安装程序 打开下载地址: http://www.mysql.com/downloads/下载如图所示: 安装mysql 下载完成后,是个dmg 文...
阅读全文
posted @ 2015-09-09 18:48 卡尔西
阅读(145)
评论(0)
推荐(0)
2015年9月8日
Mac 安装配置启动Tomcat
摘要: Tomcat Mac 下的安装:TomCat 下载地址,例如: http://tomcat.apache.org/download-70.cgi在Mac 上下载的时候,下载tar.gz包 下载完成后,直接解压如图所示: 把解压后的文件夹命名为Tomcat,并且放到相应的路径下: (...
阅读全文
posted @ 2015-09-08 19:06 卡尔西
阅读(240)
评论(0)
推荐(0)
2015年9月7日
Appium 服务命令行参数
摘要: Appium 可以直接通过命令行启动,同样支持命令行参数配置参考:http://appium.io/slate/cn/master/使用方法例如:appium --shell服务器标志所有的标志都是可选的,但是有一些标志需要组合在一起才能生效。标志默认值描述例子--shellnull进入 REPL ...
阅读全文
posted @ 2015-09-07 17:51 卡尔西
阅读(6803)
评论(0)
推荐(0)
2015年8月31日
Appium 命令行启动配置
摘要: Appium 安装过后,会有图形界面,同样也支持命令行参数的启动和配置 Windws: 在windows 安装配置Appium有三种方式:Node install -g appium.exe文件安装绿色解压安装(appium_1.3.4 之前版本)Node 安装 Appium 本...
阅读全文
posted @ 2015-08-31 17:43 卡尔西
阅读(5417)
评论(3)
推荐(0)
2015年8月27日
Selenium 出现: Caused by: java.lang.ClassNotFoundException: org.w3c.dom.ElementTraversal
摘要: webDriver 运行的时候出现: Caused by: java.lang.ClassNotFoundException: org.w3c.dom.ElementTraversal 解决办法: 只需要maven pom.xml 添加依赖就行了 xml-apis xm...
阅读全文
posted @ 2015-08-27 16:12 卡尔西
阅读(2264)
评论(0)
推荐(0)
2015年8月18日
Appium 的安装启动
摘要: Appium 的安装方式根据官网提供的是使用nodejs 安装,但是官方给出了三种方法参考网址: appium下载地址: https://bitbucket.org/appium/appium.app/downloads appium GitHub: https://github.c...
阅读全文
posted @ 2015-08-18 09:31 卡尔西
阅读(409)
评论(0)
推荐(0)
2015年8月14日
Mac 实用工具
摘要: 命令行常用工具:Iterm2 也是一个终端命令行工具,支持多工作区,使用清爽http://www.iterm2.com/documentation.html给你的命令行 代码上色Solarized,支持多种终端工具,代码颜色配套方案http://ethanschoonover.com/solariz...
阅读全文
posted @ 2015-08-14 10:39 卡尔西
阅读(116)
评论(0)
推荐(0)
2015年8月11日
Android KeyCode(官方)
摘要: 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 卡尔西
阅读(1127)
评论(0)
推荐(0)
2015年8月4日
JDK 环境变量配置(Mac)
摘要: Mac JDK 安装过后 修改 ~/. bash_profile 配置环境变量 修改内容:JAVA_HOME=$(/usr/libexec/java_home) export JAVA_HOMEPs: Mac 从10.5 开始支持使用 libexec,直接定位安装的jdk ...
阅读全文
posted @ 2015-08-04 13:46 卡尔西
阅读(434)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
11
下一页
公告