http://www.cnblogs.com/hanyun/archive/2012/04/17/2453438.html var cm = new Ext.grid.ColumnModel( [ new Ext.grid.RowNumberer({ header: "", width: 20, a ...
分类:
Web程序 时间:
2016-05-13 08:09:49
阅读次数:
161
http://www.blogjava.net/wangdetian168/archive/2011/04/12/348651.html 1、Ext.grid.GridPanel 主要配置项: store:表格的数据集 columns:表格列模式的配置数组,可自动创建ColumnModel列模式 a ...
分类:
其他好文 时间:
2016-05-13 08:06:14
阅读次数:
129
http://szz0429-126-com.iteye.com/blog/978195 http://www.studyofnet.com/news/136.html (非原创) 2.如何在表格中添加CheckBox呢? var sm = new Ext.grid.CheckboxSelectio ...
分类:
其他好文 时间:
2016-05-13 07:45:48
阅读次数:
96
Going Home
Time Limit: 1000MS Memory Limit: 65536K
Total Submissions: 20807 Accepted: 10543
Description
On a grid map there are n little men and n houses. In each unit time, every...
分类:
其他好文 时间:
2016-05-13 03:53:55
阅读次数:
191
`
<TextBlock Grid.Column="1" x:Name="TxtMessage" TextWrapping="Wra...
分类:
其他好文 时间:
2016-05-13 03:40:40
阅读次数:
106
Minimum Path Sum
Editorial Solution
Total Accepted: 70466 Total
Submissions: 201784 Difficulty: Medium
Given a m x n grid filled with non-negative numbers, find a path from top le...
分类:
其他好文 时间:
2016-05-13 02:48:10
阅读次数:
136
GridBagLayout以表格形式布置容器内的组件,将每个组件放置在每个单元格内,而一个单元格可以跨越多个单元格合并成一个单元格,即多个单元格可以组合成一个单元格,从而实现组件的自由布局。
1.构造方法
GirdBagLayout():建立一个新的GridBagLayout管理器。
GridBagConstraints():建立一个新的GridBagConstraints对象。
Grid...
分类:
数据库 时间:
2016-05-13 02:25:41
阅读次数:
233
本文将展示简单的tab标签效果实现
一个组件,它允许用户通过单击具有给定标题和/或图标的选项卡,在一组组件之间进行切换。
通过使用 addTab 和
insertTab 方法将选项卡/组件添加到 TabbedPane 对象中。选项卡通过对应于添加位置的索引来表示,其中第一个选项卡的索引为 0,最后一个选项卡的索引为选项卡数减 1。
实例:
import java.awt.Grid...
分类:
编程语言 时间:
2016-05-13 01:59:47
阅读次数:
307
三维曲线
>> t=0:pi/50:10*pi;
>> plot3(sin(2*t),cos(2*t),t)
>> axis square
>> grid on
2、一窗口多图形
>> t=-2*pi:0.01:2*pi;
>> subplot(3,2,1)
>> plot(t,sin(t))
>> subplot(3,2,2)
>>...
分类:
其他好文 时间:
2016-05-12 22:24:05
阅读次数:
300
主要为了验证11gR2 RAC中ASM实例通过gpnp profile获得spfile信息来启动ASM实例,同时验证了gpnp profile的修改等内容;结论与实验如下:
验证结论:
1.
/u01/app/11.2.0/grid/gpnp/profiles/peer下的cat profile.xml内容是旧的,使用spset/spmove时均未被更新,一些文档说这个 profile.xm...
分类:
其他好文 时间:
2016-05-12 19:44:21
阅读次数:
291