码迷,mamicode.com
首页 >  
搜索关键字:grid    ( 4188个结果
EXTJS 4 动态grid
var grid=Ext.getCmp("GridPanel1"); var store = grid.getStore(); Ext.Ajax.request({ url:"server/grid.json", par...
分类:Web程序   时间:2014-05-09 18:09:47    阅读次数:484
poj 1888 Crossword Answers
Crossword AnswersTime Limit:1000MSMemory Limit:30000KTotal Submissions:869Accepted:405DescriptionA crossword puzzle consists of a rectangular grid of ...
分类:其他好文   时间:2014-05-07 10:02:44    阅读次数:359
22 GridView 02
GridView 一种是直接用simpleAdapt,另一种是自己写一个myAdapt 继承baseAdapt.这里是第二个例子。http://fonter.iteye.com/blog/781403package com.grid.test;import java.util.ArrayList;i...
分类:其他好文   时间:2014-05-05 23:56:59    阅读次数:357
[King.yue]Ext.JS 弹出窗体取值赋值
//从Grid取值 var name = Ext.getCmp(gridGridID).getView().getSelectionModel().getSelection()[0].data.Name; var code = Ext.getCmp(gridGridID)...
分类:Windows程序   时间:2014-05-05 11:36:05    阅读次数:392
easyui的datagrid获取选中行
注意设置idfield="id",这里的id要和下面field的id保持一致,而且要保证唯一性。
分类:其他好文   时间:2014-05-05 10:00:06    阅读次数:428
将Excel文件内容拖拽至ExtJs的Panl
参考地址:http://loianegroner.com/2010/03/importing-an-excel-spreadsheet-into-an-extjs-datagrid-using-datadrop-grid-plugin/演示例子:https://github.com/loiane/e...
分类:Web程序   时间:2014-05-04 19:39:57    阅读次数:403
ngui3.5.7 版本Scroll View实现方法
现在网上的教材都是老版本的,现在的版本并没有DragPanelContents脚本,所以我对着现在的DEMO琢磨出了实现方法第一,创建NGUIui,其他组件不必创建,我只要NGUI这个摄影机,将这个NGUI设置为2D层,下面子组件都属于2D层创建ScrollView,之后在下面创建Grid把他里面的脚本去掉,..
分类:其他好文   时间:2014-05-04 17:28:50    阅读次数:426
简单概率DP——hdu4405
题目描述: Hzz loves aeroplane chess very much. The chess map contains N+1 grids labeled from 0 to N. Hzz starts at grid 0. For each step he throws a dice(a dice have six faces with equal probability to...
分类:其他好文   时间:2014-05-04 09:18:42    阅读次数:321
oracle11.2.0.3.0 RAC aix7100-02-02-1316 crs-4124,crs-4000错误问题解决
原因:在测试机上首次安装oracle11G RAC,安装完成后正常使用,过了一段时间后重启节点1测试是否可以自启动,解决节点1没有自启动,手工启动也无法启动过程:在节点一上运行:# pwd/u01/grid/bin# ./crsctl start crsCRS-4124: Oracle High A...
分类:数据库   时间:2014-05-03 23:29:37    阅读次数:905
UVA 之10010 - Where's Waldorf?
Where's Waldorf?  Given a m by n grid of letters, ( ), and a list of words, find the location in the grid at which the word can be found. A word matches a straight, uninterrupted line o...
分类:其他好文   时间:2014-05-02 10:59:15    阅读次数:514
4188条   上一页 1 ... 415 416 417 418 419 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!