atitit.gui界面纵向居中总结
1.table法...这个简单..
表格设置100%高度,
三、把容器当作表格单元
CSS 提供一系列diplay属性值,包括 display: table, display: table-row, display: table-cell 等,能把元素当作表格单元来显示。这是再加上 vertical-align: middle,...
分类:
其他好文 时间:
2014-05-13 08:28:41
阅读次数:
295
一个显示Grid的VBScript对象
是根据MS提供的代码修改而成,目前还不支持编辑,可以排序、查询、分页显示
Class classDataGrid
Private m_strSQL
Private m_strConn
Private m_strRowColor1
Private m_strRowColor2
Private m_strMode
Private m_...
分类:
其他好文 时间:
2014-05-13 08:13:15
阅读次数:
230
.x-column-header{//更改grid表头样式 color:blue;
font-size:12px;}
分类:
Web程序 时间:
2014-05-12 02:36:10
阅读次数:
760
ExtJs中disabled和readOnly美观度的分析
ExtJs中,如果设置输入框为只读属性,一般第一考虑的都是readonly=true
它的效果和正常输入框一样,但是不允许输入;
然而,它很容易引起歧义,让用户第一感觉是它是输入框,有输入信息的冲动,其实不然;
这时候,可以考虑使用disabled=true属性
这下绝对不会认为可输入...
分类:
Web程序 时间:
2014-05-11 21:03:49
阅读次数:
391
自定义的cell
第一个:Instruments测试,iphone4 38fps-45fps,iphone3G 25fps
// table with normal XIB based cells
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)in...
分类:
其他好文 时间:
2014-05-11 14:55:50
阅读次数:
389
这回又是忽略了题目中的一句话:When the coin reaches the cell that has letter ‘*’
it will be there permanently.
就是说当走到这个格子的时候,就可以定住在这个格子的了。不过这个时候也可以从别的方向走过来,所以题目的真正意思是,在k步内走到这个格子使用的最小的修改指令是多少,并不一定需要就在第k步到达这个格子。
...
分类:
其他好文 时间:
2014-05-11 13:06:57
阅读次数:
472
题目描述There is a grid size of 1*N. The spanning tree
of the grid connects all the vertices of the grid only with the edges of the
grid, and every vertex...
分类:
其他好文 时间:
2014-05-10 19:00:03
阅读次数:
337
首先需将要更改的datawindow关闭,然后选中该datawindow,右键——》edit
source,可以看到 processing=value如果value为 0, 则为freeForm格式,如果为1,则为grid
格式。如果是要新建一个一模一样的,可以【菜单】-【另存为】
1、整行数据更新//获取grid表格var table0 =
$(updateTableID).data("kendoGrid");//删除第一条var lastTableData =
table0.dataSource.at(0);table0.dataSource.remove(lastTabl...
分类:
其他好文 时间:
2014-05-10 02:49:35
阅读次数:
1090