码迷,mamicode.com
首页 >  
搜索关键字:kendo grid    ( 4294个结果
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
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
两大HTML5框架评测:Kendo UI 和 jQuery Mobile
jQuery Mobile 和 Kendo UI 都是流行的 JavaScript 框架,在开发中我们可以在它们的基础上添砖加瓦制作所有现代移动WEB应用。这两个框架都是基于使用率顶尖的 JavaScript 库 jQuery 所构建的。比较 Kendo UI 和 jQuery Mobile 有些类似于比较同一枚硬币的两面。众所周知,jQuery Mobile 实际上并不需要太多的介绍,因为它是最...
分类:Web程序   时间:2014-06-27 08:47:13    阅读次数:245
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!