码迷,mamicode.com
首页 >  
搜索关键字:seleniu grid    ( 4227个结果
[DataSource] Properties 以及 DataSource 各个选项的含义:Data Connection,Directory,Excel,File,Grid,Groovy,JDBC,XML
http://www.soapui.org/about-soapui-pro/working-with-soapui-pro.htmlDataSource type dropdown – lets you pick which external source you would use to pul...
分类:数据库   时间:2015-06-21 22:13:24    阅读次数:168
WPF学习(一) - XAML
Window、Grid、TextBox、Button等,都叫元素xaml文档中,用来定义标签,标签可以用来描述元素或元素的属性,如: Window是元素,Resources是Window的一个属性标签内容可以包含其他元素的标签,如 ...
分类:Windows程序   时间:2015-06-20 16:58:52    阅读次数:136
gridpanel中 getSelectionModel()
var model = grid.getSelectionModel(); model.selectAll();//选择所有行 model.selectFirstRow();//选择第一行 model.selectLastRow([flag]);//选择最后一行,flag为正的话保持当前已经选中的行数,不填则默认false model.selectNext();//选择下一行 ...
分类:其他好文   时间:2015-06-19 10:32:32    阅读次数:240
Redhat 5.8 ORACLE 11gR2 RAC安装文档2-grid安装
3、安装Grid 3.1、安装rpm包 两个节点都要安装,以节点1为例 [root@orcl1 yum.repos.d]# yum install compat-libstdc++-33 ksh gcc gcc-c++ libgomp elfutils-libelf-devel glibc-deve...
分类:数据库   时间:2015-06-18 19:44:15    阅读次数:252
JAVa JFinal + EazyUI =Grid例子
前台 js $(function() { $('#dg').datagrid({ height:'400px', pageNumber:1, title:'日志列表', pageList:[10,20,30,40,50], striped: true, pagination:true, rownumbers: true, singleSele...
分类:编程语言   时间:2015-06-18 19:43:58    阅读次数:97
telerik(kendoUI)常用控件使用
最近接触了kendoUI的使用,在项目中边学习边使用,为了以后可以再用到便小记一下(这里用的都是针对asp.net MVC,其实用我觉得用js的方法更灵活,不过MVC更简洁) 1.最常用的估计就是grid的使用了。从项目中找个比较有代表性的。 @(Html.Kendo().Grid ().Name("DocumentGrid") .Columns(col...
分类:其他好文   时间:2015-06-17 21:51:24    阅读次数:1618
ABAP中ALV导出excel表格时有个字段总是少一位
这是SAP的一个Bug,FM方式ALV Grid和Class ALV Grid都会出现,但是ALV List好像没有这个BUG。 在以下几个条件满足的时候就会出现这个问题: 1.字段对应的域Convers. routine = ALPHA,也就是有前导零的字段,比如供应商号、商品号、客户号等。 2.做ALV Fieldcat的时候,没有指定参考表和参考字段。 3.列的表头文本(seltext_s等)比实际显示的数据短。 所以解决问题的时候从2、3两点下手即可。...
分类:其他好文   时间:2015-06-17 11:42:36    阅读次数:576
easyui grid中翻页多选方法
ID 真实名 记性差,做个标记。
分类:其他好文   时间:2015-06-17 11:16:08    阅读次数:232
UVa 572 - Oil Deposits【图DFS】
Oil Deposits The GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. GeoSurvComp works with one large rectangular region of land at a time, and creates a grid...
分类:其他好文   时间:2015-06-16 23:06:33    阅读次数:311
jquerymobile标签-属性手册
Buttondata-role="button"data-corners true | falsedata-icon home | delete | plus | arrow-u | arrow-d | check | gear | grid | star | custom | arrow-r | ...
分类:Web程序   时间:2015-06-16 01:09:52    阅读次数:226
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!