码迷,mamicode.com
首页 >  
搜索关键字:seleniu grid    ( 4227个结果
DevExpress.XtraGrid
DevExpress.XtraGrid控件使用该控件类是一个表格控件,但是其具有很多方便而使用的功能,例如可以对记录进行分组,可以再记录的前面加上checkbox,可以将具有相同值的cell进行合并等等。Grid分为两部分,DevExpress.XtraGrid.GridControl和DevExp...
分类:其他好文   时间:2015-06-14 08:12:50    阅读次数:172
GridControl详解(七)事件
private void gridView1_RowCellClick(object sender, DevExpress.XtraGrid.Views.Grid.RowCellClickEventArgs e) { if (e.Button == MouseButtons.Left) { //鼠标...
分类:其他好文   时间:2015-06-13 14:12:41    阅读次数:138
Codeforces548B:Mike and Fun
Mike and some bears are playing a game just for fun. Mike is the judge. All bears except Mike are standing in an n?×?m grid, there's exactly one bear in each cell. We denote the bear standing in col...
分类:其他好文   时间:2015-06-12 17:10:53    阅读次数:185
LeetCode62:Unique Paths
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or right at any point in time. The robot is trying to reach the ...
分类:其他好文   时间:2015-06-12 13:28:19    阅读次数:124
Oracle Grid Infrastructure Install or Upgrade Fails With INS-20802
RAConWindows:OracleGridInfrastructureInstallorUpgradeFailsWithErrorINS-20802ifMicrosoftWMIServiceisDisabled(文档ID1641356.1)PPLIESTO:OracleDatabase-StandardEdition-Version11.2.0.2andlaterInformationinthisdocumentappliestoanyplatform.SYMPTOMSOnWindows,Oracle..
分类:数据库   时间:2015-06-11 23:10:58    阅读次数:786
Leetcode 200 Number of Islands
Given a 2d grid map of'1's (land) and'0's (water), count the number of islands. An island is surrounded by water and is formed by connecting adjacent ...
分类:其他好文   时间:2015-06-11 16:47:25    阅读次数:97
href的参数含有中文在IE下乱码的解决
这是在使用kendo grid的自定义链接时遇到的一个坑,链接如下: var TempStr = "#=Name#";这个链接是会加载在grid的模版里,所以用asp.net 的转码方式是无效的,如HtmlEncode(),Url.Encode(),Server.UrlEncode,Serve...
分类:Web程序   时间:2015-06-11 16:16:40    阅读次数:166
tc 146 2 RectangularGrid(数学推导)
SRM 1462500RectangularGridProblem StatementGiven thewidthandheightof a rectangular grid, return the total number of rectangles (NOT counting squares) ...
分类:其他好文   时间:2015-06-11 16:16:18    阅读次数:144
Saving Grid(Dev Express) Layout with MVVM(code from DevExpress support)
...
分类:其他好文   时间:2015-06-10 23:59:47    阅读次数:288
Unique Paths I,II
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or right at any point in time. The robot is trying to reach the...
分类:其他好文   时间:2015-06-10 12:19:26    阅读次数:113
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!