1、介绍 Flexigrid是一个类似于Ext Gird,但基于jQuery开发的Grid。它具有的功能包括:可以调整列宽,合并列标题,分页,排序,显示/隐藏表格等。Flexigrid显示的数据能够通过Ajax获取或者从一个普通的表格转换。2、相关参数 height: 200, //fl...
分类:
其他好文 时间:
2015-08-21 13:28:18
阅读次数:
199
<下载最新版DevExpress WPF Controls v15.1.5> WPF Pivot Grid Control Excel? Inspired条件格式 在新的版本中,我们引入了一个新的易于使用的方法在设计阶段和运行时管理格式规则。新的Excel? inspired条件格式...
[csharp] view plaincopyprint?privatevoidgridView1_RowCellClick(objectsender,DevExpress.XtraGrid.Views.Grid.RowCellClickEventArgse){if(e.Button==MouseB...
分类:
其他好文 时间:
2015-08-21 10:42:07
阅读次数:
149
今天在检查SMIDB的时候,发现CRS的告警日志中出现很多错误,具体为:2015-08-1917:12:21.745:[/oracle/app/11.2.0/grid_1/bin/oraagent.bin(6227)]CRS-5013:Agent"/oracle/app/11.2.0/grid_1/bin/oraagent.bin"failedtostartprocess"/oracle/app/11.2.0/grid_1/bin/lsnrctl"for..
分类:
数据库 时间:
2015-08-19 21:05:14
阅读次数:
903
添加hub java -jar selenium-server-standalone-2.47.1.jar -role hub 添加node java -jar selenium-server-standalone-2.47.1.jar -role node http://192.168.199.112:4444/grid/register 参考链接: http://sim...
分类:
其他好文 时间:
2015-08-19 15:03:32
阅读次数:
163
hdu1035是个模拟题,按照图上的方向走,走出grid,算出步数,走入循环,则输入循环体的个数有多少个,和走入循环体之前的个数多少个
#include
#include
using namespace std;
struct node
{
char c;
int count;
};
node nd[1005][1005];
int n,m,root;
int ste...
分类:
其他好文 时间:
2015-08-19 14:54:42
阅读次数:
92
index.html
ExtJS Merge Cells
.x-grid-td {
border-width: 0;
overflow: hidden;
vertical-align: middle;
}
example.js
Ex...
分类:
Web程序 时间:
2015-08-19 09:29:46
阅读次数:
321
>
WPF Pivot Grid Control
Excel® Inspired条件格式
在新的版本中,我们引入了一个新的易于使用的方法在设计阶段和运行时管理格式规则。新的Excel® inspired条件格式允许您的最终用户在Pivot Grid中排序和分组数据,并且能可视化具有数据条、图标的数据单元格和预定义或自定义外观方案。在运行时利用Conditional Formatt...
在本机用vmware虚拟机安装Oraclegrid的时候,总是安装到65%系统就不动了,然后查看日志发现日志也没有响应:[root@linux01app]#tail-f/app/oraInventory/logs/installActions2015-08-17_05-51-32PM.log
atoracle.sysman.oii.oiic.OiicInstallAPISession.access$000(OiicInstall..
分类:
其他好文 时间:
2015-08-18 06:51:49
阅读次数:
158
Tapestry5.3.8 Grid组件的用法,整理出来的代码,以备后用; 1、页面Java类: // [用户实体模型 START]
@Inject
private BeanModelSource beanModelSource;
@Inject
private ComponentResources componentRe...
分类:
其他好文 时间:
2015-08-17 20:04:03
阅读次数:
129