码迷,mamicode.com
首页 >  
搜索关键字:extjs grid cell tooltip    ( 11085个结果
extjs学习(关于grid)
1.想要调整某一列在表格中的顺序,可以使用mapping(索引是从0开始的) var store = new Ext.data.ArrayStore({ data:data, fields:[ {name:'id',mapping:1}, ...
分类:Web程序   时间:2014-09-05 16:00:41    阅读次数:247
iOS UICollectionView 纯代码,无xib
//     1)  必须使用下面的方法进行Cell类的注册:     //    - (void)registerClass:forCellWithReuseIdentifier:     //    - (void)registerClass:forSupplementaryViewOfKind:withReuseIdentifier:     //    - (voi...
分类:移动开发   时间:2014-09-05 14:24:21    阅读次数:270
图片垂直居中
http://blog.csdn.net/dyllove98/article/details/89669101.利用table-cell实现居中,font-size做兼容兼容IE6+/FF/Chrome优点:不添加任何多余标签,兼容主流浏览器 /* 样式 */.box-1{ display:...
分类:其他好文   时间:2014-09-05 14:19:21    阅读次数:184
轻松使用jquery解析XML
xml文件结构:books.xml深入浅出extjs张三88锋利的jQuery李四99深入浅出flex王五108java编程思想钱七128页面代码:jquery解析xml效果图:完整示例下载
分类:Web程序   时间:2014-09-05 12:42:11    阅读次数:192
重用标识
-(UITableViewCell*)tableView:(UITableView*)tableViewcellForRowAtIndexPath:(NSIndexPath*)indexPath{//重用标识符staticNSString*identifider=@"reuse";//去重用队列中根据标识符取可重用的cellAddressBookCell*cell=[tableViewdequeueReusableCellWithIdentifier:identifi..
分类:其他好文   时间:2014-09-05 03:24:31    阅读次数:208
POJ 1838 Banana (并查集)
Description Consider a tropical forrest, represented as a matrix. The cell from the right top corner of the matrix has the coordinates (1,1), and the coordinates of the other cells are determinated...
分类:其他好文   时间:2014-09-05 01:01:10    阅读次数:282
ExtJs combobox使用中遇到的问题
1. 对combobox调用showTriggerButton和setValue方法之前,需要combobox所在窗口调用过show方法 2. store中的数据如果需要动态重新获取,可以通过给store.reload({url:url, params:{},callback: functio...
分类:Web程序   时间:2014-09-05 00:50:00    阅读次数:257
create_ora_directory.sh
#!/bin/bash mkdir -p /u01/app/oracle mkdir -p /u01/app/oraInventory chown -R oracle:oinstall /u01 chmod -R 775 /u01 mkdir -p /u01/app/grid chown -R grid:oinstall /u01/app/grid chmod -R 775 /u01/...
分类:其他好文   时间:2014-09-04 23:47:20    阅读次数:498
【ExtJS】简单布局应用
前几天学习了ExtJS的各种布局后,以下就是各种实践,从简单做起。 实现目的: 一个提交表单页,一个显示信息页,表单为个人基本资料输入,显示页为基本信息展示。 内容: 总体布局为border布局,展示页为west,提交表单为center。展示页可折叠,默认为折叠状态。 1、...
分类:Web程序   时间:2014-09-04 23:32:50    阅读次数:285
The maximum number of cell styles was exceeded. You can define up to 4000 styles
POI操作Excel中,导出的数据不是很大时,则不会有问题,而数据很多或者比较多时,就会报以下的错误,是由于cell styles太多create造成,故一般可以把cellstyle设置放到循环外面报错如下:Caused by: java.lang.IllegalStateException: Th...
分类:其他好文   时间:2014-09-04 23:29:21    阅读次数:408
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!