码迷,mamicode.com
首页 >  
搜索关键字:seleniu grid    ( 4227个结果
DOJO dataGrid 单击单元格选中行
onCellClick: lang.hitch(this, function(event){ //单元格单击事件 var grid = dijit.byId("__geodisa_grid"); var rowIndex = event.rowIndex; //如果已有选择的行则取消改行选...
分类:其他好文   时间:2014-07-07 10:21:08    阅读次数:741
关于Jquery获取Table中td内的内容
$(this).children().eq(1).text()获取的是显示的值$(this).children().eq(1).html()获取的是之间的所有内容$('.trSelected',grid).find("td").eq(7).text();获取的是选中的某行的内容遍历表<table i...
分类:Web程序   时间:2014-07-05 20:21:29    阅读次数:252
POJ1054 The Troublesome Frog [dp]
艰难的写上一篇,小学期太累了,,,很难坚持刷 #include #include #include #include #include #include using namespace std; int m,n; int num; struct Grid { int x,y; }grid[5555]; int cmp(const void* a,const void* b) { ...
分类:其他好文   时间:2014-07-03 18:39:34    阅读次数:267
如何获取 oracle RAC 11g asm spfile 的位置
?? 方法一: [root@vmrac1 ~]# su - grid [grid@vmrac1 ~]$ sqlplus / as sysasm SQL*Plus: Release 11.2.0.3.0 Production on Thu Jul 3 09:36:27 2014 Copyright (c) 1982, 2011, Oracle. All rights res...
分类:数据库   时间:2014-07-03 17:24:25    阅读次数:238
FineUI Grid控件高度自适应
引言 页面里使用f:Grid控件,添加分页功能,然后高度填充整个页面。如何使用 使用FineUI 控件的每个页面都有一个f:PageManager控件,它包含属性:AutoSizePanelID,设置需要填充的控件ID,从它的demo可以看出,正常情况下需要再放置一个容器Panel,就可以使整个页面...
分类:其他好文   时间:2014-07-03 06:18:57    阅读次数:259
2014 Super Training #4 D Paint the Grid Again --模拟
原题:ZOJ 3780http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3780刚开始看到还以为是搜索题,没思路就跳过了。结果后来发现就是一个简单的模拟啊,因为每行每列都只能消去一次,直接慢慢消去就好了,因为按字典序从小到大,那...
分类:其他好文   时间:2014-07-02 18:28:45    阅读次数:237
uva 11916 - Emoogle Grid(大步小步算法)
题目连接:uva 11916 - Emoogle Grid 题目大意:有一问题,在M行N列的网格上涂K种颜色,其中有B个格子不用涂色,其它每个格子涂一种颜色,同一列的上下两个相邻的格子不能涂相同的颜色。给出M,N,K和B个格子的位置,求出总方案数模掉1e8+7的结果R。现在已知R,求最小的M。 解题思路:有确定不用涂色格子的区域作为不变部分,总数通过计算为tmp,外加可变部分的第一行,...
分类:其他好文   时间:2014-07-02 06:55:29    阅读次数:247
EXTJS中的grid显示实际行号
添加一个新的功能[javascript]view plaincopyExt.grid.PageRowNumberer=Ext.extend(Ext.grid.RowNumberer,{width:40,renderer:function(value,cellmeta,record,rowIndex,...
分类:Web程序   时间:2014-07-01 18:48:17    阅读次数:217
Qt Quick 布局介绍
详细介绍 Qt Quick 中的 Anchors 、 Row 、 Column 、 Grid 、Flow 等布局方式。...
分类:其他好文   时间:2014-07-01 09:24:44    阅读次数:293
UVA 784 Maze Exploration
题目如下: Maze Exploration  A maze of rectangular rooms is represented on a twodimensional grid as illustrated in figure 1a. Each point of thegrid is represented by a character. ...
分类:其他好文   时间:2014-07-01 06:57:08    阅读次数:231
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!