码迷,mamicode.com
首页 >  
搜索关键字:seleniu grid    ( 4227个结果
GemFire架构介绍
1什么是GemFireGemFire是一个位于应用集群和后端数据源之间的高性能、分布式的操作数据(operational data)管理基础架构。它提供了低延迟、高吞吐量的数据共享和事件分发。GemFire充分利用网络中的内存和磁盘资源,形成一个实时的数据网格(data fabric or grid)。 GemFire的主要特性有:Ø  多种网络拓扑Ø  高并发的内存数据结构,避免锁争夺Ø  可选...
分类:其他好文   时间:2014-11-22 14:41:11    阅读次数:245
FineUI 选中多行获取行ID
http://www.fineui.com/bbs/forum.php?mod=viewthread&tid=2506&page=1/// /// 选中的行 /// /// /// protected string HowManyRowsAreSelected(Grid grid) { St...
分类:其他好文   时间:2014-11-22 10:36:39    阅读次数:913
记一次Oracle Clusterware成功安装后的故障处理
记一次Oracle Clusterware安装成功后的故障处理1. 环境[grid@rac1 rac1]$ cat /etc/issueRed Hat Enterprise Linux Server release 5.8 (Tikanga)Kernel \r on an \m2. 问题描述在安装R...
分类:数据库   时间:2014-11-21 23:05:55    阅读次数:385
Word Search(深度搜索DFS,参考)
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-11-21 16:05:42    阅读次数:338
Ext之grid內編輯
Ext.grid.Panel xtype:gridpanel,grid如果要完成在grid中編輯的功能.首先要填加selType: 'cellmodel', plugins: [ Ext.create('Ext.grid.plugin.CellEditing', { clicksToEdit: 1 ...
分类:其他好文   时间:2014-11-21 15:40:59    阅读次数:128
Snake Sequence
ProblemYou are given a grid of numbers. A snake sequence ismade up of adjacent numbers such that for each number,the number on the right or the number...
分类:其他好文   时间:2014-11-21 12:16:50    阅读次数:104
784 - Maze Exploration
A maze of rectangular rooms is represented on a two dimensional grid as illustrated in figure 1a. Each point of the grid is represented by a character....
分类:其他好文   时间:2014-11-20 18:46:01    阅读次数:160
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 reach the ...
分类:其他好文   时间:2014-11-20 15:27:40    阅读次数:167
[leetcode]Minimum Path Sum
问题描述: Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path. Note: You can only move either down or ...
分类:其他好文   时间:2014-11-19 22:23:49    阅读次数:150
poj 2612 Mine Sweeper
Mine Sweeper Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 6429   Accepted: 2500 Description The game Minesweeper is played on an n by n grid. In this gr...
分类:其他好文   时间:2014-11-19 22:17:09    阅读次数:224
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!