onCellClick: lang.hitch(this, function(event){ //单元格单击事件 var grid = dijit.byId("__geodisa_grid"); var rowIndex = event.rowIndex; //如果已有选择的行则取消改行选...
分类:
其他好文 时间:
2014-07-07 10:21:08
阅读次数:
741
$(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
艰难的写上一篇,小学期太累了,,,很难坚持刷
#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
??
方法一:
[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
引言 页面里使用f:Grid控件,添加分页功能,然后高度填充整个页面。如何使用 使用FineUI 控件的每个页面都有一个f:PageManager控件,它包含属性:AutoSizePanelID,设置需要填充的控件ID,从它的demo可以看出,正常情况下需要再放置一个容器Panel,就可以使整个页面...
分类:
其他好文 时间:
2014-07-03 06:18:57
阅读次数:
259
原题:ZOJ 3780http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3780刚开始看到还以为是搜索题,没思路就跳过了。结果后来发现就是一个简单的模拟啊,因为每行每列都只能消去一次,直接慢慢消去就好了,因为按字典序从小到大,那...
分类:
其他好文 时间:
2014-07-02 18:28:45
阅读次数:
237
题目连接: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
添加一个新的功能[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 中的 Anchors 、 Row 、 Column 、 Grid 、Flow 等布局方式。...
分类:
其他好文 时间:
2014-07-01 09:24:44
阅读次数:
293
题目如下:
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