码迷,mamicode.com
首页 >  
搜索关键字:swiss grid    ( 4206个结果
ORACLE ASM diskgroup在主机重启后启动失败
环境:RHEL 6.4 + Oracle 11.2.0.3 + ASM单实例1.重启主机后,+DATA diskgroup启动不成功,现象如下:[grid@JY-DB ~]$ crsctl stat res -t--------------------------------------------...
分类:数据库   时间:2014-10-11 01:27:24    阅读次数:418
【LeetCode】【Python】Minimum Path Sum
此题不难,可以用dfs来做,也可以用动态规划,但明显dfs性能不如dp。 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:...
分类:编程语言   时间:2014-10-09 15:59:48    阅读次数:163
Snake Sequence
You are given a grid of numbers. A snake sequence is made up of adjacent numbers such that for each number, the number on the right or the number belo...
分类:其他好文   时间:2014-10-09 14:15:14    阅读次数:197
Extjs4---Cannot read property 'addCls' of null
做后台管理系统时遇到的问题,关于tab关闭后再打开不显示,或者报错 我在新的tabpanel中加入了一个grid,当我关闭再次打开就会报错Cannot read property 'addCls' of null, 原因是我在定义grid的错误的时候 这是错误代码: [javascript] view plaincopy...
分类:Web程序   时间:2014-10-09 01:54:17    阅读次数:471
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-10-08 00:05:04    阅读次数:221
在ASP.NET MVC中使用Grid.mvc
很久没有写ASP.NET的博文了,专心工作嘛,今天写一点MVC的博文,也是自己练习来的,是使用grid.mvc来显示数据。首先打开Manage Nuget Packages,搜索grid.mvc并安装它:创建一个控制器:创建一个视图:现在我们找一些数据来显示,使用以前演示的一些数据吧,如Fruit:...
分类:Web程序   时间:2014-10-07 17:44:33    阅读次数:224
网格控件的简单实用
一,新建一个BCG工程CBCGPGridCtrlSingle,基于对话框。 二,CCBCGPGridCtrlSingleDlg类定义变量。 CBCGPGridCtrl m_grid; 三,CCBCGPGridCtrlSingleDlg::OnInitDialog对网格控件进行初始化。 CRect r(0,0,200,200); m_grid.Create(WS_CHILD, r, t...
分类:其他好文   时间:2014-10-07 14:22:13    阅读次数:342
html的下拉框的几个基本使用方法
尽管使用EXT开发了一段时间,可是自己认为我对javascript还是不是非常熟,所以边看书边做小样例 给自己以后用到的时候查看下,都是非常主要的东西,对刚開始学习的人可能有点帮助以下是代码 Java代码 grid 多选须要添加?multiple属性 在多选中size属...
分类:Web程序   时间:2014-10-06 18:39:50    阅读次数:319
html的下拉框的几个基本用法
虽然使用EXT开发了一段时间,但是自己觉得我对javascript还是不是很熟,所以边看书边做小例子 给自己以后用到的时候查看下,都是很基本的东西,对初学者可能有点帮助下面是代码Java代码 grid 多选需要增加multiple属性 在多选中size属性可以初始化下拉框...
分类:Web程序   时间:2014-10-05 20:18:48    阅读次数:377
jQuery-DesktopGrid
jQueryDesktopGrid jQuery desktop, jQuery desktop grid, jQuery mac os x, jQuery system. to make an beautiful desktop like os system to enhance user experience. clone the project, then just run the i...
分类:Web程序   时间:2014-10-05 03:49:17    阅读次数:231
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!