一.内容丰富,功能强大Ext的功能十分强大,可以单选多选,高亮显示等等,还可以自动生成行号,支持checkbox全选,支持本地和远程的分页,渲染单元格。甚至可以在tree和grid之间进行拖拽等。二.现在咱们就来设计一个grid吧1.我们建立一个二维数组,为了设计一个表。 在ext里面,这个列的定义...
分类:
其他好文 时间:
2014-10-11 19:42:56
阅读次数:
277
列的标签的宽度的,很囧的是他是根据字数大小设置宽度
分类:
其他好文 时间:
2014-10-11 18:55:25
阅读次数:
164
Going Home
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 18169
Accepted: 9268
Description
On a grid map there are n little men and n houses. In each un...
分类:
其他好文 时间:
2014-10-11 17:43:45
阅读次数:
189
官方有例子: http://docs.sencha.com/extjs/4.2.1/extjs-build/examples/build/KitchenSink/ext-theme-neptune/#big-data-grid 百度百科: http://zhidao.baidu.com/link?url=1GPwBtElw09u0rKerhjRMvgndYIXe7sQ4...
分类:
Web程序 时间:
2014-10-11 17:27:46
阅读次数:
180
环境: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
此题不难,可以用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
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
做后台管理系统时遇到的问题,关于tab关闭后再打开不显示,或者报错
我在新的tabpanel中加入了一个grid,当我关闭再次打开就会报错Cannot read property 'addCls' of null,
原因是我在定义grid的错误的时候
这是错误代码:
[javascript] view
plaincopy...
分类:
Web程序 时间:
2014-10-09 01:54:17
阅读次数:
471
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来显示数据。首先打开Manage Nuget Packages,搜索grid.mvc并安装它:创建一个控制器:创建一个视图:现在我们找一些数据来显示,使用以前演示的一些数据吧,如Fruit:...
分类:
Web程序 时间:
2014-10-07 17:44:33
阅读次数:
224