会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
testway
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
9
10
11
12
13
14
15
16
17
···
26
下一页
2017年8月19日
django web 笔记
摘要: 安装 django pip install django 创建虚拟环境 python -m venv testenvironment 进入虚拟环境: testenvironment\Scripts\activate.bat 虚拟环境安装 django pip install django 创建项目:
阅读全文
posted @ 2017-08-19 14:44 testway
阅读(151)
评论(0)
推荐(0)
2017年8月16日
RobotFramework+Selenium2+Appium环境搭建
摘要: 装python 2.7 RobotFramework是python2 写的,图形界面使用的wxpython及ride 还不支持python3 所以要安装python2.7版本, 官网下载:https://www.python.org/downloads/release/python-2713/ 选中
阅读全文
posted @ 2017-08-16 11:10 testway
阅读(1431)
评论(0)
推荐(0)
2017年8月13日
spring mvc 依赖包
摘要: org.springframework spring-aop 4.3.9.RELEASE org.springframework spring-beans 4.3.9.RELEASE org.springframework spring-context 4.3.9.RELEASE org.springf...
阅读全文
posted @ 2017-08-13 21:32 testway
阅读(5921)
评论(0)
推荐(0)
2017年8月11日
linux
摘要: 1.1 top 1.1.1 命令说明 Top 命令能够实时监控系统的运行状态,并且可以按照cpu、内存和执行时间进行排序 1.1.2 参数说明 命令行启动参数: 用法: top -hv | -bcisSHM -d delay -n iterations [-u user | -U user] -p
阅读全文
posted @ 2017-08-11 21:09 testway
阅读(151)
评论(0)
推荐(0)
2017年8月8日
清理linux 某个文件夹下面所有的log文件
摘要: 第二种,会有显示,好用点
阅读全文
posted @ 2017-08-08 20:05 testway
阅读(3998)
评论(0)
推荐(0)
2017年8月1日
selenium grid2 使用远程机器的浏览器
摘要: 下载 selenium-server-standalone-3.4.0.jar包 在selenium-server-standalone-3.4.0.jar包目录下面执行cmd 命令 java -jar selenium-server-standalone-3.4.0.jar -role hub 启
阅读全文
posted @ 2017-08-01 17:16 testway
阅读(433)
评论(0)
推荐(0)
2017年7月28日
IntelliJ Idea 快捷键
摘要: IntelliJ Idea 常用快捷键 列表(实战终极总结!!!!) 1. 自动代码 常用的有fori/sout/psvm+Tab即可生成循环、System.out、main方法等boilerplate样板代码 例如要输入for(User user : users)只需输入user.for+Tab
阅读全文
posted @ 2017-07-28 15:10 testway
阅读(1921)
评论(0)
推荐(0)
2017年7月24日
从jar包中读取资源
摘要: package myspider; import java.io.UnsupportedEncodingException; /** * * @author mark */ public class Test { public static void main(String[] args) throws UnsupportedEncodingExc...
阅读全文
posted @ 2017-07-24 21:42 testway
阅读(334)
评论(0)
推荐(0)
2017年7月12日
shell 获取不同目录下指定文件,并把文件复制到一个文件夹下面
摘要: resource_dir=/tmp/jobs20170711/jobs/*/config.xmltarget_dir=/tmp/jobs20170711/bakefilelist=`ls $resource_dir`for file in $filelistdores_file=`echo $fil
阅读全文
posted @ 2017-07-12 21:33 testway
阅读(4667)
评论(0)
推荐(0)
appium +uiautomator2 遇到 deviceName can't be blank 提示的解决
摘要: 为了获取android toast ,需要升级selenium 到 3.4.0 和appium 5.0.0-BETA9 到最新版本,并在启动代码前面追加一行代码: capabilities.setCapability(MobileCapabilityType.AUTOMATION_NAME, Aut
阅读全文
posted @ 2017-07-12 20:17 testway
阅读(5357)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
···
26
下一页
公告