欢迎光临娇娇家的美衣阁
http://shop105984718.taobao.com/标准的下拉列表为select类型封装方法public void select(String
xpath, String value){ Select s = new Select(driver.findEleme...
分类:
Web程序 时间:
2014-05-09 18:10:16
阅读次数:
520
var grid=Ext.getCmp("GridPanel1"); var store =
grid.getStore(); Ext.Ajax.request({ url:"server/grid.json", par...
分类:
Web程序 时间:
2014-05-09 18:09:47
阅读次数:
484
GridView 一种是直接用simpleAdapt,另一种是自己写一个myAdapt
继承baseAdapt.这里是第二个例子。http://fonter.iteye.com/blog/781403package
com.grid.test;import java.util.ArrayList;i...
分类:
其他好文 时间:
2014-05-05 23:56:59
阅读次数:
357
//从Grid取值 var name =
Ext.getCmp(gridGridID).getView().getSelectionModel().getSelection()[0].data.Name;
var code = Ext.getCmp(gridGridID)...
webdriver
获取表格内的文案:先定位到表格,再使用getText()方法重新封装getText()方法,如下所示 public String getText(String
xpath){ WebElement e = driver.findElement(By.xpath(xpath));....
分类:
Web程序 时间:
2014-05-05 11:14:58
阅读次数:
304
注意设置idfield="id",这里的id要和下面field的id保持一致,而且要保证唯一性。
分类:
其他好文 时间:
2014-05-05 10:00:06
阅读次数:
428
参考地址:http://loianegroner.com/2010/03/importing-an-excel-spreadsheet-into-an-extjs-datagrid-using-datadrop-grid-plugin/演示例子:https://github.com/loiane/e...
分类:
Web程序 时间:
2014-05-04 19:39:57
阅读次数:
403
现在网上的教材都是老版本的,现在的版本并没有DragPanelContents脚本,所以我对着现在的DEMO琢磨出了实现方法第一,创建NGUIui,其他组件不必创建,我只要NGUI这个摄影机,将这个NGUI设置为2D层,下面子组件都属于2D层创建ScrollView,之后在下面创建Grid把他里面的脚本去掉,..
分类:
其他好文 时间:
2014-05-04 17:28:50
阅读次数:
426
题目描述:
Hzz loves aeroplane chess very much. The chess map contains N+1 grids labeled from 0 to N. Hzz starts at grid 0. For each step he throws a dice(a dice have six faces with equal probability to...
分类:
其他好文 时间:
2014-05-04 09:18:42
阅读次数:
321
原因:在测试机上首次安装oracle11G
RAC,安装完成后正常使用,过了一段时间后重启节点1测试是否可以自启动,解决节点1没有自启动,手工启动也无法启动过程:在节点一上运行:#
pwd/u01/grid/bin# ./crsctl start crsCRS-4124: Oracle High A...
分类:
数据库 时间:
2014-05-03 23:29:37
阅读次数:
905