码迷,mamicode.com
首页 >  
搜索关键字:seleniu grid    ( 4227个结果
extjs 横向滚动条 和 本地排序
横向滚动条:如果想要在页面中固定每一列的宽度 并出现横向滚动条, 则在grid的viewConfig 中设置forceFit : false,在grid的每一列设置一个width.如果想要在列表中固定某一列的宽度 ,其他的宽度自适应,则需要设置grid中viewConfig的forceFit : t...
分类:编程语言   时间:2015-08-17 17:10:11    阅读次数:113
grid layout
ABCDEFGHIJcss:.wrapper {display: grid;grid-template-columns: 100px 10px 100px 10px 100px 10px 100px;grid-template-rows: auto 10px auto 10px auto;}.a{g...
分类:其他好文   时间:2015-08-17 16:54:05    阅读次数:113
POJ-2195
Going HomeTime Limit:1000MSMemory Limit:65536KTotal Submissions:19680Accepted:10003DescriptionOn a grid map there are n little men and n houses. In ea...
分类:其他好文   时间:2015-08-16 22:51:31    阅读次数:112
Oracle 学习之RAC(九) 集群负载均衡及故障转移
查看监听,使用grid用户11grac1:11grac1->lsnrctlstatus LSNRCTLforLinux:Version11.2.0.3.0-Productionon14-AUG-201500:30:26 Copyright(c)1991,2011,Oracle.Allrightsreserved. Connectingto(DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER))) STATUSoftheLISTENE..
分类:数据库   时间:2015-08-15 06:52:27    阅读次数:438
Oracle 学习之RAC(八) 向集群中添加节点
我们前面安装了两个节点的RAC。我们现在将第三个节点11grac3,添加到我们集群中。第三个节点一定要按照集群环境准备一文描述,准备环境。请参考http://lqding.blog.51cto.com/9123978/1684159安装前检查11grac1->pwd /u01/app/11.2.0/grid/bin 11grac1->./cluvfystage-pr..
分类:数据库   时间:2015-08-15 06:51:48    阅读次数:161
extjs_03_grid(添加数据)
My JSP "index.jsp" starting page 显示表格 版权声明:本文博客原创文章。博客,未经同意,不得转载。
分类:Web程序   时间:2015-08-14 18:59:03    阅读次数:124
9.9递归和动态规划(九)——N皇后
/**  * 功能:打印八皇后在8*8棋盘上的各种摆法,其中每个皇后都不同行、不同列,也不在对角线上。  * 这里的“对角线”指的是所有的对角线,不只是平分整个棋盘的那两条对角线。  */ static int GRID_SIZE=8; /** * 思路:每一行只能摆放一个皇后,因此不需要将棋盘存储为完整的8*8矩阵,只需一维数组,其中columns[r]=c表示有个皇后...
分类:其他好文   时间:2015-08-14 15:49:11    阅读次数:112
hdu5386 Cover
Problem Description You have an n?n matrix.Every grid has a color.Now there are two types of operating: L x y: for(int i=1;i H x y:for(int i=1;i Now give you the initial matrix and the goal ma...
分类:其他好文   时间:2015-08-14 13:44:47    阅读次数:167
hdu5386 棋盘涂色模拟
http://acm.hdu.edu.cn/showproblem.php?pid=5386 Problem Description You have an n?n matrix.Every grid has a color.Now there are two types of operating: L x y: for(int i=1;i H x y:for(int i=...
分类:其他好文   时间:2015-08-14 11:44:58    阅读次数:115
PagingToolbarResizer.js的使用注意事项! (转)
GRID应该是EXTJS中使用最频繁的组件了,通过JSON可以实现分页显示。笔者通过使用Ext.ux.plugin.PagingToolbarResizer插件,可以实现客户自定义每页显示的记录数(类似的插件还比较多)插件代码: 1 Ext.namespace('Ext.ux.plugin'); 2...
分类:Web程序   时间:2015-08-14 11:12:30    阅读次数:189
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!