码迷,mamicode.com
首页 >  
搜索关键字:seleniu grid    ( 4227个结果
【LeetCode】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 ...
分类:其他好文   时间:2014-12-08 17:45:44    阅读次数:213
redhat linux 6.3 oracle 11g rac 双机搭建
数据库:P10404530_112030_linux-x86-64_1of7.zipP10404530_112030_linux-x86-64_2of7.zip集群件(11G中的GRID):P10404530_112030_linux-x86-64_3of7.zip这三个包操作系统:Redhat6.31安装准备1.1安装操作系统PATCHES1.1.2安装PATCHESyuminstall-yinutilscompat*glibcksh-*li..
分类:数据库   时间:2014-12-08 15:46:17    阅读次数:534
一个简单的Windows计算器
UI功能很简单用Grid5*4布局,填充Button跨越多个单元格,设置控件的Grid.ColumnSpan Grid.RowSpan属性 1 2 3 4 5 ...
分类:Windows程序   时间:2014-12-07 15:01:41    阅读次数:241
UVA 12382 Grid of Lamps ZOJ 3732 Graph Reconstruction 可图判定性
Uva 12382 题目链接:点击打开链接 ZOJ 3732题解:点击打开链接 Uva12382 题意: 给定n*m的地板,每个地板上有一盏灯,要么亮要么暗。 下面n个数字表示每行至少亮的灯盏数 下面m个数字表示每列至少亮的灯盏数 求:开始灯都是暗的,最少点亮几盏灯能满足上述条件 思路: 先给行和列大到小排序,然后每次用行减掉列。减完后再排个序即可。 即:实时排序。 ...
分类:其他好文   时间:2014-12-07 01:25:24    阅读次数:164
Leetcode: Word Search
Given a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of sequentially adjacent cell, where "adjace...
分类:其他好文   时间:2014-12-07 01:17:40    阅读次数:121
MiniUI级联
OnCellCommitEdit: function (e) { var grid = e.sender; var record = e.record; var field = e.field, value = e.value; var param = {}; param.facdicId...
分类:其他好文   时间:2014-12-05 17:11:47    阅读次数:184
Extjs Grid默认排序设置
在使用ExtJs 的Grid组件时,有时候会有一些特别个性的需求,比如排序。在Extjs中grid列排序,默认是先升序再降序,如果需要先降序再升序,grid没有提供配置项,通过查看Extjs源代码,我发现可以通过覆盖其possibleSortStates属性便可自定义是先升序还是先降序:possib...
分类:编程语言   时间:2014-12-05 16:55:20    阅读次数:489
ExtJs 4.2.1Grid行编辑后,页面滚动的解决方案
Extjs Grid滚动
分类:Web程序   时间:2014-12-05 14:02:17    阅读次数:474
LeetCode Word Search
Given a 2D board and a word, find if the word exists in the grid. The word can be constructed from letters of sequentially adjacent cell, where "adjacent" cells are those horizontally or vertically...
分类:其他好文   时间:2014-12-04 08:48:28    阅读次数:204
Word Search
Given a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of sequentially adjacent cell, where "adjace...
分类:其他好文   时间:2014-12-03 22:47:05    阅读次数:127
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!