码迷,mamicode.com
首页 >  
搜索关键字:grid treegrid checkb    ( 4318个结果
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
Oracle 11.2.0.3.0 RAC GI_DB升级到11.2.0.4.0
转载: http://blog.csdn.net/frank0521/article/details/18226199前言还是大家常说的那句:生产环境千万记得备份哈~~~以下的环境,是我的测试环境,这里就不备份啦~1.升级Grid Infrastructure1.1 升级前准备1.1.1 软件准备这...
分类:数据库   时间:2014-07-07 18:18:08    阅读次数:288
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-07-07 17:30:29    阅读次数:160
LeetCode Minimum Path Sum
class Solution {public: int minPathSum(vector > &grid) { int rows = grid.size(); if (rows pathsum(cols + 1, INT_MAX); pathsum...
分类:其他好文   时间:2014-06-30 13:23:04    阅读次数:153
POJ 2918 Tudoku [搜索]
和POJ2676一样哈,,, 原谅我水题目数 = =!。。。 #include #include #include #include using namespace std; int map[10][10]; char tmp[10][10]; bool row[10][10]; bool col[10][10]; bool grid[10][10]; bool DFS(int x,i...
分类:其他好文   时间:2014-06-30 07:44:27    阅读次数:226
poj 3074 Sudoku(Dancing Links)
Sudoku Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 8152   Accepted: 2862 Description In the game of Sudoku, you are given a large 9 × 9 grid divided in...
分类:其他好文   时间:2014-06-29 22:07:32    阅读次数:279
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
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!