码迷,mamicode.com
首页 >  
搜索关键字:swiss grid    ( 4206个结果
Oracle 更新Opatch、打补丁
1.更新Opatch; 2.打补丁; 3.grid 打补丁; 1.更新Opatch(实验版本:oracle:11.2.0.3.0): 默认安装数据库后,在ORACLE_HOME 下会有个OPatch 文件夹,更新前先检查当前Opatch 版本: 1: [oracle@sywu2 OPatch]$ ....
分类:数据库   时间:2014-07-07 22:26:42    阅读次数:934
Extjs的form表单自动装载数据(通过Ext.data.Model的代理加载数据)
在做项目的时候遇到一个问题,以前双击grid页面一行数据的时候,会吧双击这一行的数据自动加载到双击的页面(Ext的弹出框),可以通过this.down(''form).getForm().loadRecord(record)来自动加载,可是现在有一个需求就是双击grid一行弹出一个新的浏览器页面(不...
分类:Web程序   时间:2014-07-07 20:33:29    阅读次数:254
uva 12508 - Triangles in the Grid(几何+计数)
题目链接:uva 12508 - Triangles in the Grid 题目大意:给出n,m,A和B,要求计算在(n+1)?(m+1)的矩阵上,可以找出多少个三角形,面积在AB之间。 解题思路;首先枚举矩阵,然后计算有多少个三角形以该矩阵为外接矩阵,并且要满足体积在AB之间。然后对于每个矩阵,要确定在大的范围内可以确定几个。 枚举矩阵的内接三角形可以分为三类: 1.三...
分类:其他好文   时间:2014-06-28 07:04:02    阅读次数:339
[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.
分类:其他好文   时间:2014-06-27 23:02:33    阅读次数:258
[LeetCode] Word Search [37]
题目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 "adja...
分类:其他好文   时间:2014-06-27 17:25:52    阅读次数:225
POJ 2195 Going Home
KM 求权值最小的完美匹配 Going Home Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 17309   Accepted: 8824 Description On a grid map there are n little...
分类:其他好文   时间:2014-06-27 08:56:18    阅读次数:135
jQuery 网格布局插件
如今,大多数网站设计要靠网格系统和布局,这能够提供给设计人员一个方便的途径来组织网页上的内容。网格的设计最常见于报纸和杂志的版面,由文字和图像构成的列组成。 这篇文章给大家分享精心挑选的15款最佳的 jQuery 网格布局插件(jQuery Grid Plugins),它可以帮助你在创建网格布局项....
分类:Web程序   时间:2014-06-26 21:03:53    阅读次数:378
extjs_06_grid(列锁定&列分组)
extjs_06_grid(列锁定&列分组)...
分类:Web程序   时间:2014-06-26 13:59:30    阅读次数:3671
Selenium Grid Configuration
Selenium Grid Configuration 1. Start Selenium Hub java -jar selenium-server-standalone-2..jar -role hub 2. Start Selenium Node Start with Node contains Selenium RC...
分类:其他好文   时间:2014-06-26 11:52:37    阅读次数:433
jqm的多列布局demo,html5的多列布局demo,多列布局的详细讲解,html5开发实例详解
由于移动设备屏幕宽度较小,所以一般不建议使用多列布局。但有时你可能需要并排放置一些元素(如按钮之类的)。  jQuery Mobile通过约定的类名ui-grid来提供了一种基于css的多列布局方法。共提供了五种布局方式,分别是:ui-gird-solo:单列布局,ui-gird-a:双列布局,ui-gird-b:三列布局,ui-gird-c:四列布局,ui-gird-d:五列布局。布局网格总宽...
分类:Web程序   时间:2014-06-26 06:53:32    阅读次数:302
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!