linux下解压zip文件

Linux下自带了一个unzip的程序可以解压缩文件, 解压命令是:unzip filename.zip  同样也提供了一个zip程序压缩zip文件,命令是  zip filename.zip files  会将files压缩到filename.zi...

2015/02/28 16:15
2.3K
app缓存测试点

1、网络连接下查看页面是否有请求 2、断网下查看页面是否有内容。 3、清除缓存后重新查看缓存内容。 4、清除缓存后关闭客户端,在开启客户端查看缓存。 5、清除缓存后断网启动客户端在开网查...

2015/09/14 14:07
2.2K
selenium在使用sendkeys()时出现的问题

代码: driver.findElement(By.id("kw")).sendKeys("123"); 出现的这个问题: Exception in thread "main" java.lang.Error: Unresolved compilation problem: The method sendKeys(CharSequ...

从当前Activity 获取根视图(Root view )

1. getWindow().getDecorView().findViewById(android.R.id.content) 2. private static View getRootView(Activity context) { return ((ViewGroup)context.findViewById(android.R.id.cont...

selenium使用IE 浏览器问题

Started InternetExplorerDriver server (64-bit) 2.25.2.0 Listening on port 40961Exception in thread "main" org.openqa.selenium.WebDriverException: Unexpected error l...

2014/11/19 14:05
1.7K

没有更多内容

加载失败,请刷新页面