码迷,mamicode.com
首页 >  
搜索关键字:grid report兼容    ( 4188个结果
【POJ2185】【KMP + HASH】Milking Grid
DescriptionEvery morning when they are milked, the Farmer John's cows form a rectangular grid that is R (1 11 #include 12 #include 13 #include 14 ...
分类:其他好文   时间:2015-03-13 00:16:05    阅读次数:185
[ExtJS5学习笔记]第三十三节 sencha extjs 5 grid表格导出excel
使用extjs肯定少不了使用表格控件,用到表格,领导们(一般)还是惯于使用excel看数据,所以用到extjs表格的技术猿们肯定也会有导出表格excel这一个需求,本文主要针对如何在用extjs将grid表格导出到excel,使用的是前端导出,不涉及后端。本文目录本文目录 源代码打包下载 将源代码嵌入到应用中 查看导出按钮以及导出效果 扩展支持sum统计和groupsum分组...
分类:Web程序   时间:2015-03-12 17:20:39    阅读次数:166
[LeetCode] Word Search 词语搜索
Given a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of sequentially adjacent cell, where "adjace...
分类:其他好文   时间:2015-03-12 14:43:40    阅读次数:118
Android的GridView控件点击图片变暗效果
@Overridepublic void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); grid =...
分类:移动开发   时间:2015-03-12 12:48:06    阅读次数:263
hdu 1533 Going Home 最小费用最大流
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1533On a grid map there are n little men and n houses. In each unit time, every little man can move one...
分类:其他好文   时间:2015-03-12 06:20:08    阅读次数:151
Word Search
https://leetcode.com/problems/word-search/Given a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of...
分类:其他好文   时间:2015-03-11 23:04:17    阅读次数:206
Deleting and Adding CRS resource
添加ora.OCRVOTE.dg资源:[root@rac1grid]#bin/crsctlstatresora.CRS.dg-pNAME=ora.CRS.dgTYPE=ora.diskgroup.typeACL=owner:grid:rwx,pgrp:oinstall:rwx,other::r--ACTION_FAILURE_TEMPLATE=ACTION_SCRIPT=AGENT_FILENAME=%CRS_HOME%/bin/oraagent%CRS_EXE_SUFFIX%ALIAS_NAME=..
分类:其他好文   时间:2015-03-11 19:56:30    阅读次数:154
Ext让grid选中第一行,并且触发点击事件
grid.getSelectionModel().selectRow(0);grid.fireEvent("rowclick",this,0,Ext.EventObject);给grid绑定事件即可:listeners:{scope:this,rowclick:function(grid,rowIndex,event){varrow=grid.getStore().getAt(rowIndex);if(row&&row.data){analysisReportInfo({nam..
分类:其他好文   时间:2015-03-10 19:32:26    阅读次数:185
ExtJs4之TreePanel
Tree介绍树形结构,是程序开发,不可缺少的组件之一。ExtJs中的树,功能强大美观实用。功能齐全,拖拉,排序,异步加载等等。在ExtJs4中Tree和Grid具有相同的父类,因此Grid具有的特性和插件在Tree上也能用。1.ExtJs4之Grid详细2.ExtJs4之TreePanel简单的Tr...
分类:Web程序   时间:2015-03-10 12:02:21    阅读次数:162
ExtJs4之Grid详细
ExtJs博客前奏由于这段时间事情比较杂乱,博客就主要以项目中例子来说明编写。ExtJs4中的Grid非常强大,有展示,选中,搜索,排序,编辑,拖拽等基本功能,这篇博客我就这几个功能做写累述。1.ExtJs4之Grid详细2.ExtJs4之TreePanelGrid的展示选中排序选中事件。附图:代码...
分类:Web程序   时间:2015-03-10 11:47:22    阅读次数:323
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!