SAP学习日志---Call method 的使用 以及常见错误转载▼可以通过以下方法 call method1. 进入全局类中 找到方法,拖到程序中2. 使用pattern 中的 AABAP Objects patterns 中的 Call method在调用cl_gui_alv_grid的方法s...
分类:
其他好文 时间:
2014-07-11 19:36:11
阅读次数:
1426
1 import java.io.File; 2 3 import org.openqa.selenium.By; 4 import org.openqa.selenium.WebDriver; 5 import org.openqa.selenium.WebElement; 6 import .....
分类:
其他好文 时间:
2014-07-11 18:45:05
阅读次数:
196
import java.io.File;import java.util.Iterator;import java.util.Set;import org.openqa.selenium.By;import org.openqa.selenium.WebDriver;import org.openq...
分类:
其他好文 时间:
2014-07-11 18:35:02
阅读次数:
216
1 import org.openqa.selenium.WebDriver; 2 import org.openqa.selenium.chrome.ChromeDriver; 3 4 /* 5 * 返回当前页面 url 和 title 6 */ 7 public class GetUrl...
分类:
其他好文 时间:
2014-07-11 18:26:53
阅读次数:
161
1 import java.io.File; 2 3 import org.openqa.selenium.Alert; 4 import org.openqa.selenium.By; 5 import org.openqa.selenium.WebDriver; 6 import org.o.....
分类:
其他好文 时间:
2014-07-11 12:20:28
阅读次数:
190
跟我一起学extjs5(12--模块界面的总体设计)
上一节中设计了一些模块自定义中用到的要素,为了直观起见,这一节先建立一个模块的主界面。看过我 模块管理常规功能自定义系统的设计与实现 博客的人应该会有所了解了。一个模块的主界面是一个Grid,在其上方有个操作按钮的工具条,在左边有导航区域,在右边有一个记录明细的显示区域。下面即是一个例子:
...
分类:
Web程序 时间:
2014-07-10 21:37:33
阅读次数:
238
[grid@huntdb02~]$exportORACLE_SID=txzldb2
[grid@huntdb02~]$sqlplus"/assysasm"
SQL*Plus:Release11.2.0.3.0ProductiononWedJul915:07:552014
Copyright(c)1982,2011,Oracle.Allrightsreserved.
Connectedtoanidleinstance.
[root@huntdb02~]#crsstat
ResourceNameResource..
分类:
其他好文 时间:
2014-07-10 18:51:04
阅读次数:
267
例: 打开百度首页 ,进行截图01packagecom.example.tests;02importjava.io.File;03importorg.apache.commons.io.FileUtils;04importorg.junit.*;05importorg.openqa.selenium...
分类:
Web程序 时间:
2014-07-09 20:11:36
阅读次数:
224
开发环境1. jdk1.72.Eclipse3. selenium(selenium-java-2.42.2.zip)将下载下来的selenium-java-2.42.2.zip 解压, 解压后文件目录:建立Java Project 项目1. 将上面加压出来的文件复制到新建的项目目录下:2.添加bu...
分类:
编程语言 时间:
2014-07-09 20:08:49
阅读次数:
202
在WebDriver中可以使用JavaScript,通地使用JavascriptExector对象首先要通过向下转型JavascriptExecutor js = (JavascriptExecutor) driver; 转为JavascriptExector对象然后再调用executeScript...
分类:
编程语言 时间:
2014-07-09 18:56:12
阅读次数:
148