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
Window、Grid、TextBox、Button等,都叫元素xaml文档中,用来定义标签,标签可以用来描述元素或元素的属性,如: Window是元素,Resources是Window的一个属性标签内容可以包含其他元素的标签,如 ...
var model = grid.getSelectionModel();
model.selectAll();//选择所有行
model.selectFirstRow();//选择第一行
model.selectLastRow([flag]);//选择最后一行,flag为正的话保持当前已经选中的行数,不填则默认false
model.selectNext();//选择下一行
...
分类:
其他好文 时间:
2015-06-19 10:32:32
阅读次数:
240
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
前台
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
最近接触了kendoUI的使用,在项目中边学习边使用,为了以后可以再用到便小记一下(这里用的都是针对asp.net MVC,其实用我觉得用js的方法更灵活,不过MVC更简洁)
1.最常用的估计就是grid的使用了。从项目中找个比较有代表性的。
@(Html.Kendo().Grid
().Name("DocumentGrid")
.Columns(col...
分类:
其他好文 时间:
2015-06-17 21:51:24
阅读次数:
1618
这是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
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
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