码迷,mamicode.com
首页 >  
搜索关键字:grid report兼容    ( 4188个结果
[Easyui - Grid]为easyui的datagrid、treegrid增加表头菜单,用于显示或隐藏列
为easyui的datagrid、treegrid增加表头菜单,用于显示或隐藏列/** * @author 孙宇 * * @requires jQuery,EasyUI * * 为datagrid、treegrid增加表头菜单,用于显示或隐藏列,注意:冻结列不在此菜单中 */var create.....
分类:其他好文   时间:2015-11-16 22:53:06    阅读次数:203
[LeetCode] Number of Islands II
Problem Description:A 2d grid map ofmrows andncolumns is initially filled with water. We may perform anaddLandoperation which turns the water at posit...
分类:其他好文   时间:2015-11-14 21:55:26    阅读次数:272
kendo ui的treeView节点点击事件修改和grid的配置的一点总结
kendo-ui的treeView节点(node)点击时 可以触发一个select的事件(event),并且连续点击多次相同节点,可以触发并且只能触发一次该事件。可是需求上需要实现:每次点击相同的节点,都要触发该select事件。这个需求,是和kendo的select事件相悖的。最开始想通过 外部手...
分类:其他好文   时间:2015-11-14 18:06:58    阅读次数:362
Remote 'attachhome' failed on nodes:
RAC安装过程中,在安装GI的时候,报出以下错误:解决方法:根据提示,运行脚本$ /u01/app/11.2.0/grid/oui/bin/runInstaller -attachHome -noClusterEnabled ORACLE_HOME=/u01/app/11.2.0/grid ORAC...
分类:其他好文   时间:2015-11-14 18:05:55    阅读次数:1251
Remote 'attachhome' failed on nodes:XXX
RAC安装过程中,在安装GI的时候报如下错误:解决方法:根据提示执行以下脚本$ /u01/app/11.2.0/grid/oui/bin/runInstaller -attachHome -noClusterEnabled ORACLE_HOME=/u01/app/11.2.0/grid ORAC....
分类:其他好文   时间:2015-11-14 18:03:11    阅读次数:353
RAC安装GI时运行root.sh脚本结果
第一节点运行root.sh脚本的结果:# /u01/app/11.2.0/grid/root.sh Performing root user operation for Oracle 11g The following environment variables are set as: ORA...
分类:其他好文   时间:2015-11-14 17:48:40    阅读次数:341
RAC安装重新运行root.sh
rac1执行root.sh成功,rac2执行失败。在重新执行root.sh前,在rac2上把crs等配置信息删除:# /u01/app/11.2.0/grid/crs/install/rootcrs.pl -verbose -deconfig -force
分类:其他好文   时间:2015-11-14 13:49:10    阅读次数:272
WPF笔记(2.9和2.10)——Layout
原文:WPF笔记(2.9和2.10)——Layout 2.9讲的是,如果内部设定超过容器大小,怎么办?StackPanel会裁剪越界部分DockPanel和Grid会智能判断,从而决定换行。 2.10 自定义布局容器自定义容器要实现两个方法MeasureOverride和ArrangeOverrid...
分类:Windows程序   时间:2015-11-13 19:00:28    阅读次数:325
WPF笔记(1.4 布局)——Hello,WPF!
原文:WPF笔记(1.4 布局)——Hello,WPF!这一节只是第2章的引子。布局要使用Panel控件,有四种Panel,如下:DockPanel,就是设置停靠位置布局模型。StackPanel,提供一个从左至右或从上至下放置内容的堆栈模型。Grid,提供一个允许进行 行/网格定位的模型。可使用表...
分类:Windows程序   时间:2015-11-13 18:25:49    阅读次数:316
leetcode@ [200] Number of Islands
https://leetcode.com/problems/number-of-islands/Given a 2d grid map of'1's (land) and'0's (water), count the number of islands. An island is surrounde...
分类:其他好文   时间:2015-11-13 14:35:41    阅读次数:220
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!