码迷,mamicode.com
首页 >  
搜索关键字:seleniu grid    ( 4227个结果
JAVA数据结构multiply-linked data structures程序代写(服务编号:java00088)
The programThe purpose of this assignment is to provide some exercise in using multiply-linked data structures.Your program will be anumber grid. It w...
分类:编程语言   时间:2015-02-15 15:02:59    阅读次数:226
LeetCode Word Search
Given a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of sequentially adjacent cell, where "adjacent" cells are those horizontally or vertically nei...
分类:其他好文   时间:2015-02-15 09:24:56    阅读次数:191
使用远程mysql作为元数据库安装Hive
环境: CentOS6.6? hadoop1.2.1? mysql5.1.73 1、下载 [grid@hadoop1 ~]$ wget http://mirrors.cnnic.cn/apache/hive/hive-1.0.0/apache-hive-1.0.0-bin.tar.gz 2、解压 [grid@hadoop1 ~]$ tar -zxf apache-hi...
分类:数据库   时间:2015-02-15 06:14:44    阅读次数:191
11g RAC完全安装图解(VM Workstation8.0+Centos5.5)01-Grid安装
[Created By Cryking 转载请注明出处,谢谢](http://blog.csdn.net/edcvf3)环境: VMware Workstation8.0 Centos 5.5(32位) Oracle 11.2.0.1.0 两个节点crydb01(节点1)和crydb02(节点2)一、设置主机名及 网络环境配置 在节点1上: 设置主机名# hostname crydb01...
分类:其他好文   时间:2015-02-14 12:21:25    阅读次数:579
UVA 784-Maze Exploration(dfs)
Maze Exploration  A maze of rectangular rooms is represented on a two dimensional grid as illustrated in figure 1a. Each point of the grid is represented by a character. The points of room walls are ...
分类:其他好文   时间:2015-02-14 08:45:35    阅读次数:134
Yii 视图自定义
Yii  zii.widgets.grid.CGridView 视图的自定义。 这个很常用,一般用yii gii 自动生成的模块都有这个组建。有时需要对这个组建进行自定义,常见如下:...
分类:其他好文   时间:2015-02-13 23:44:59    阅读次数:369
selenium之多线程启动grid分布式测试框架封装(四)
九、工具类,启动所有远程服务的浏览器 在utils包中创建java类:LaunchAllRemoteBrowserspackage com.lingfeng.utils;import java.net.MalformedURLException;import java.util.HashMap;i....
分类:编程语言   时间:2015-02-13 16:25:08    阅读次数:1211
selenium之多线程启动grid分布式测试框架封装(二)
五、domain类创建 在domain包中创建类:RemoteLanchInfo.java 用来保存启动信息。package com.lingfeng.domain;public class RemoteLanchInfo { private String id; private String n....
分类:编程语言   时间:2015-02-13 16:23:53    阅读次数:291
extjs中gridpanel动态显示/隐藏列
在extjs3中,大家知道用myGrid.getColumnModel().setHidden(i,true);但到了4.0后,已经没有getColumnModel这个方法了,我们在Ext.panel.Table看到以下片段 if (headerCtCfg instanceof Ext.grid.h...
分类:Web程序   时间:2015-02-13 16:18:58    阅读次数:164
selenium之多线程启动grid分布式测试框架封装(三)
七、工具类,线程监控器类创建 utils包中,创建java类:RemoteThreadStatusMonitor.javapackage com.lingfeng.utils;/** * 此监控器方法很重要,如果没有,那么将导致jvm退出,所有远程工作的线程全部抛出异常。 * @author 凌风....
分类:编程语言   时间:2015-02-13 16:12:16    阅读次数:220
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!