码迷,mamicode.com
首页 >  
搜索关键字:grid report兼容    ( 4188个结果
用Less 的 js方式替代 bootStrap 里 [class*=”span”]
Bootstrap里的grid system里面 (源代码) 有这么一段,[class*="span"] { float: left; margin-left: @gridGutterWidth;}用RECESS去跑会看到提示:Universal selectors should be avoi.....
分类:Web程序   时间:2014-12-09 13:45:30    阅读次数:181
(每日算法)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 "a...
分类:编程语言   时间:2014-12-08 21:23:30    阅读次数:420
Oracle 12c RAC MGMTDB 说明
注:本文谢绝转载。 1  MGMTDB 说明 在Oracle 12.1.0.1的Grid Infrastructure 的安装中,可以选择是否安装Grid Infrastructure Management Repository (GIMR) 数据库:MGMTDB. 如下图:   在Grid Infrastructure 12.1.0.2 ...
分类:数据库   时间:2014-12-08 17:58:22    阅读次数:972
【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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!