码迷,mamicode.com
首页 >  
搜索关键字:kendo grid    ( 4294个结果
ExtJs4之TreePanel
Tree介绍树形结构,是程序开发,不可缺少的组件之一。ExtJs中的树,功能强大美观实用。功能齐全,拖拉,排序,异步加载等等。在ExtJs4中Tree和Grid具有相同的父类,因此Grid具有的特性和插件在Tree上也能用。1.ExtJs4之Grid详细2.ExtJs4之TreePanel简单的Tr...
分类:Web程序   时间:2014-08-14 16:31:58    阅读次数:327
从Mysql中读取数据绑定Grid,然后在全部绑定sql
///获取Mysql里面的数据 protected void Button1_Click(object sender, EventArgs e) { ///实例化强类型的数据集 macs_20140707TableAdapter...
分类:数据库   时间:2014-08-14 15:59:48    阅读次数:171
Oracle 11 g duplicate功能_复制dataguard备库
Qracle11gduplicate功能不用备份源库,通过网络复制出standby库1.在standby上grid用户配置listener注意是指定oracle用户的家目录:监听状态:[grid@dg~]$lsnrctlLSNRCTLforLinux:Version11.2.0.4.0-Productionon19-MAY-201418:46:15Copyright(c)1991,2013,Oracle.Allrightsrese..
分类:数据库   时间:2014-08-14 03:54:08    阅读次数:492
HDU-2258-Continuous Same Game (1)(DFS)
Problem Description Continuous Same Game is a simple game played on a grid of colored blocks. Groups of two or more connected (orthogonally, not diagonally) blocks that are the same color may be remo...
分类:其他好文   时间:2014-08-13 22:29:17    阅读次数:288
poj2185 Milking Grid(KMP运用)
poj2185 Milking Grid(KMP运用)...
分类:其他好文   时间:2014-08-13 18:59:47    阅读次数:123
HDU 1078 FatMouse and Cheese(记忆化)
Problem Description FatMouse has stored some cheese in a city. The city can be considered as a square grid of dimension n: each grid location is labelled (p,q) where 0 <= p < n and 0 <= q < n. At e...
分类:其他好文   时间:2014-08-13 14:56:46    阅读次数:236
jqGrid使用记录
一、要引用的文件 要使用jqGrid,首先页面上要引入如下css与js文件。 1、css 2、js 二、使用要点说明 1、获取行号 获取行号,有这种方式: var rowid = $("#grid-table").jqGrid("getGridParam", "selrow...
分类:其他好文   时间:2014-08-13 14:29:56    阅读次数:309
HDU - 4941 Magical Forest
Problem Description There is a forest can be seen as N * M grid. In this forest, there is some magical fruits, These fruits can provide a lot of energy, Each fruit has its location(Xi, Yi) and the en...
分类:其他好文   时间:2014-08-13 10:36:35    阅读次数:214
UVA - 10913Walking on a Grid(记忆化搜索)
题目:Walking on a Grid 题目大意:给出N * N的矩阵,每个格子里都有一个值,现在要求从(1,1)走到(n, n),只能往下,左,右这三个方向走,并且要求最多只能取k个负数,求这样的要求下能得到的走过格子的值之和最大。 解题思路:记忆化搜索,但是这里要四维的,因为要记录方向,为了防止走回头的路,并且取了几个负数也要记录。然后就是dfs了。状态转移方程:dp【x...
分类:其他好文   时间:2014-08-13 01:16:55    阅读次数:222
dojo中获取表格中某一行的某个值
dojo中经常出现对表格中的某行进行操作,如单击某行修改、删除等。那怎样获取某行的唯一标示呢? 如查询表格中的某列有个userId,并且这个是唯一的,那么可以通过它来访问这一列         具体操作代码如下:         var grid = dijit.byId("gridId");         function btnClick(e)         {     use...
分类:其他好文   时间:2014-08-13 01:11:45    阅读次数:171
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!