码迷,mamicode.com
首页 >  
搜索关键字:seleniu grid    ( 4227个结果
ArcGIS Engine开发之地图基本操作(2)
地图数据的加载 1.加载地图文档 ArcGIS Engine支持加载多种类型的数据,有矢量数据的Coverage、Shapefile、dwg/dxf文件,栅格数据的BMP、GRID、控件数据库等。很多情况下加载通过ArcGIS桌面制作的地图文档是最合适的(*.mxd格式)。 加载地图的第三种方式: ...
分类:其他好文   时间:2016-09-13 22:07:43    阅读次数:548
Kendo Grid控件中将枚举值转为枚举名显示
我们在开发过程中经常会遇到需要将枚举值转换成名称进行显示的情况。如下我们有这样一个数据源对象: 其中字段 status 代表的是用户的状态, 1 代表 “可用”, 2 代表 “禁用”。我们使用 kendo grid 常规配置如下: 对应的效果如下图所示: 由上图可见,我们的状态那一列直接就是显示的数 ...
分类:其他好文   时间:2016-09-13 11:22:13    阅读次数:173
oracle linux 5.5安装oracle 11g rac环境
安装环境:操作系统:oraclelinux5.564位集群软件:linux.x64_11gR2_grid.zip数据库:linux.x64_11gR2_database_1of1.zip,linux.x64_11gR2_database_1of2.zipasm软件:oracleasm-2.6.18-194.el5-2.0.5-1.el5.x86_64.rpmoracleasmlib-2.0.4-1.el5.x86_64.rpmoracleasm-support-2.1.7-..
分类:数据库   时间:2016-09-12 22:36:21    阅读次数:276
62. 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 p ...
分类:其他好文   时间:2016-09-12 14:10:13    阅读次数:119
winform ListView应用之分组、重绘图标、网格线 (c# .net winform)
最近在winform应用中需要用到可分组的数据列表功能,DataGridView默认没有提供分组的功能,而OutlookGrid(http://www.codeproject.com/KB/grid/OutlookGrid.aspx)用起来又是相当的麻烦,最后发现了ObjectListView(ob ...
分类:Windows程序   时间:2016-09-12 12:30:14    阅读次数:345
286. Walls and Gates
You are given a m x n 2D grid initialized with these three possible values. Fill each empty room with the distance to its nearest gate. If it is impos ...
分类:其他好文   时间:2016-09-12 06:10:16    阅读次数:119
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 adjacen ...
分类:其他好文   时间:2016-09-12 06:05:34    阅读次数:158
相机标定:Matlab标定工具箱使用要点
1.单目标定 1.核心步骤 (1)获得标定数据:<Images_names>, <Read images>, <Extract grid corners> 1)输入数据:源图像序列(必选)、棋盘格数量(可选)、棋盘格尺寸(必选) 2)读入图像:输入图像基名和图像扩展名 3)提取角点:对每幅图像依次执 ...
分类:其他好文   时间:2016-09-11 01:38:18    阅读次数:2019
EXTJS中grid的数据特殊显示,不同窗口的数据传递
不同窗口的数据传递 常用监听,函数: 格式化Double数据处理 ...
分类:Web程序   时间:2016-09-10 22:22:56    阅读次数:276
LeetCode-Walls and Gates
You are given a m x n 2D grid initialized with these three possible values. Fill each empty room with the distance to its nearest gate. If it is impos ...
分类:其他好文   时间:2016-09-09 08:51:13    阅读次数:171
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!