码迷,mamicode.com
首页 >  
搜索关键字:grid report兼容    ( 4188个结果
EAS开发
WAFII中的 数据获取与传输首先看实例代码: DataAction:function(){//获取选中所有列的id var selectedIds = waf("#grid").dataGrid("getSelectedRows"); var strid=''; ...
分类:其他好文   时间:2015-07-10 13:03:59    阅读次数:446
MeteoInfoLab脚本示例:OMI Grid HDF数据
OMI卫星格点数据的例子,全球臭氧柱总量分布。脚本程序:#Add data filefolder = 'D:/Temp/hdf/'fns = 'OMI-Aura_L3-OMTO3e_2005m1214_v002-2006m0929t143855.he5'fn = folder + fnsf = ad...
分类:其他好文   时间:2015-07-10 00:17:56    阅读次数:244
Zeroc Ice grid 研究学习
一、概念 slice: ice提供了自己的接口定义语言。用来定义rpc的接口和对象。 ice.object: rpc调用的接口必须继承自ice.Object servant:ice.Object的实例化对象叫做servant,rpc调用的就是servant对象,因此serva...
分类:其他好文   时间:2015-07-08 23:05:31    阅读次数:1240
unity 背包系统(UGUI )实现 方法
背包管理格子管理物品管理物品信息管理一个简易的背包功能,应该分为3个部分,分别是 背包管理,格子,物品。class Inventory - 这个类主要用来 管理 整个背包,包括 物品的整理,拾取,丢弃,等功能class Inventory_Grid - 这个类 主要 用来 存放格子的信息,如 放置的...
分类:编程语言   时间:2015-07-08 12:26:11    阅读次数:295
Number of Islands -- leetcode
Given a 2d grid map of '1's (land) and '0's (water), count the number of islands. An island is surrounded by water and is formed by connecting adjacent lands horizontally or vertically. You may assu...
分类:其他好文   时间:2015-07-07 22:57:28    阅读次数:152
ExtJS自制表格Grid分页条
试过Grid自带的load和分页功能,没有成功,干脆就自己写了......主要是查询条件比较复杂......希望哪位大神能有更好的意见。 1 Ext.define('MyApp.ux.Pagination', { 2 extend: 'Ext.Toolbar', 3 // 调用时...
分类:Web程序   时间:2015-07-07 16:46:18    阅读次数:210
【转载】FslSge
IntroductionThis is a quick walk through to get Grid Engine going on Linux for those who would like to use it for something like FSL. This documentati...
分类:其他好文   时间:2015-07-06 11:49:57    阅读次数:142
EXT的一些组件属性(网络摘录)
1、Ext.grid.GridPanel主要配置项:store:表格的数据集columns:表格列模式的配置数组,可自动创建ColumnModel列模式autoExpandColumn:自动充满表格未用空间的列,参数为列id,该id不能为0stripeRows:表格是否隔行换色,默认为falsecm...
分类:其他好文   时间:2015-07-05 08:20:51    阅读次数:123
iOS开发总结(A0)- How to use collectionView(flowLayout)
本随笔介绍collectionview 的基本用法(grid layout), 今后总结其更复杂的用法collectionview 与tableview是类似的,只是collecitonview多了一个决定cell几何信息的UICollectionViewLayoutcollectionview基本...
分类:移动开发   时间:2015-07-05 07:03:43    阅读次数:137
hdu 4941 Magical Forest
题目连接http://acm.hdu.edu.cn/showproblem.php?pid=4941Magical ForestDescriptionThere is a forest can be seen as $N * M$ grid. In this forest, there is som...
分类:其他好文   时间:2015-07-04 19:40:38    阅读次数:137
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!