码迷,mamicode.com
首页 >  
搜索关键字:seleniu grid    ( 4227个结果
jqgrid 事件说明
Events(事件) 事件响应动作被设置为表格的属性,以下定义了行被选中时的响应: var lastSel; jQuery("#gridid").jqGrid({ ... onSelectRow: function(id){ if(id && id!==lastSel){ jQuery('#grid ...
分类:其他好文   时间:2017-12-15 18:59:05    阅读次数:319
jqGrid单元格编辑配置,事件及方法
转自 http://blog.csdn.net/xueshijun666/article/details/18151055 // var ret = $("#in_store_list_details_grid_table").getChangedCells('dirty'); // Returns ...
分类:其他好文   时间:2017-12-15 18:54:59    阅读次数:521
Centos6.5安装Oracle11.2.0.4 RAC(完整版)
环境参数:Linux:Centos6.5 Grid和Oracle:11.2.0.4 一、环境配置 1.配置Node1和Node2两个节点之间的网卡 Node1: [sql] view plain copy [root@rac1 network-scripts]# cat ifcfg-eth0 DEV ...
分类:数据库   时间:2017-12-15 17:49:21    阅读次数:222
C#中DataGridView的样式
本文实例讲述了C#中DataGridView的样式。分享给大家供大家参考。具体如下: 1、设置grid交替行颜色 代码如下: public static void SetGridAlternatingRows(DataGridView dg) { if (dg != null) { dg.RowsD ...
分类:Windows程序   时间:2017-12-14 03:42:01    阅读次数:276
kendo ui 查找treelist里的子控件并设置是否显示的方法
下面是循环的全过程: var treeList = $("#treelist").data("kendoTreeList"); //实例化treelist控件 var view = treeList.dataSource.view(); //取出来treelist里的数据 $(view).each(... ...
分类:其他好文   时间:2017-12-13 17:06:17    阅读次数:243
(四) 二分法求根
1 # -*- coding: utf-8 -*- 2 #coding=utf-8 3 import numpy as np 4 import matplotlib.pyplot as plt 5 6 7 8 plt.close() 9 fig = plt.figure() 10 plt.grid(... ...
分类:其他好文   时间:2017-12-11 11:19:24    阅读次数:188
(九)最小二乘拟合二次曲线
1 #coding=utf-8 2 from numpy import * 3 import numpy as np 4 import matplotlib.pyplot as plt 5 6 plt.close() 7 fig=plt.figure() 8 plt.grid(True) 9 plt... ...
分类:其他好文   时间:2017-12-11 11:18:15    阅读次数:134
(八)最小二乘法 拟合直线
1 #coding=utf-8 2 from numpy import * 3 import numpy as np 4 import matplotlib.pyplot as plt 5 6 plt.close() 7 fig=plt.figure() 8 plt.grid(True) 9 plt... ...
分类:其他好文   时间:2017-12-11 11:11:18    阅读次数:156
POJ 1021 2D-Nim
Description The 2D-Nim board game is played on a grid, with pieces on the grid points. On each move, a player may remove any positive number of contig ...
分类:其他好文   时间:2017-12-10 23:01:59    阅读次数:219
成绩录入
package HelloJava; import java.awt.BorderLayout; import java.awt.Container; import java.awt.GridLayout; import java.awt.event.*; import java.security.... ...
分类:其他好文   时间:2017-12-10 21:19:49    阅读次数:95
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!