目的是做一个grid,参考博客http://www.sunzhenghua.com/magento-admin-module-development-part1-grid-forms-tabs-controllers,由于少了很多基础的配置,我便补充了一下一。开发的目录结构如下:Jago->Empl...
分类:
其他好文 时间:
2014-05-26 16:17:01
阅读次数:
312
转自:http://www.askmaclean.com/archives/add-node-to-11-2-0-2-grid-infrastructure.html在之前的文章中我介绍了为10g
RAC Cluster添加节点的具体步骤。在11gr2中Oracle CRS升级为Grid Infra...
分类:
其他好文 时间:
2014-05-26 15:22:31
阅读次数:
335
Oracle Restart enable database creation
requries Default listener configured and running in Grid Infrastructure home,Use
NETCA in Grid Infrastructure ...
分类:
其他好文 时间:
2014-05-26 15:21:07
阅读次数:
276
//在viewDidLoad方法中创建Toolbartoolbar = [[UIView
alloc] initWithFrame:CGRectMake(0, 0, 320, 66)];toolbar.backgroundColor =
[UIColor redColor];//添加到tableVi...
分类:
移动开发 时间:
2014-05-26 13:29:07
阅读次数:
207
http://www.hcharts.cn/ Highcharts中文网tooltip: {
crosshairs: true, shared: true },加入此属性后,数据点提示框会将几个数据点全都显示出来,默认的话,数据点提示...
分类:
其他好文 时间:
2014-05-26 09:02:57
阅读次数:
247
定义:加载完ExtJs库之后,开始加载OnReady中指定的函数参数:onReady( fn,
scope, options )fn回调函数
表示要执行的函数scope表示函数的作用域表示函数执行的一些其它特性,比如延迟多少毫秒执行等,大多数情况下只需要第一个参数即可。事例探究一:加载方法的作用a....
分类:
Web程序 时间:
2014-05-26 08:39:40
阅读次数:
300
随着Web技术的不断发展,前端开发框架层出不穷,各有千秋,开发者在做技术选型时总是要费一番脑筋,最近,IBM高级工程师王芳侠撰文对Bootstrap、jQuery
UI、jQuery Mobile、Sencha ExtJS、Sencha Touch、Sencha GXT、Dojo、Dojo Mobi...
分类:
其他好文 时间:
2014-05-26 08:23:10
阅读次数:
268
Word SearchGiven 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, wh...
分类:
其他好文 时间:
2014-05-26 08:21:06
阅读次数:
310
前言以前天天折腾ExtJS,折腾累了。最近这段时间开始用jquery来做一些东西,发现还是蛮有意思的。但是做到最后才发现,原来做好设计真的非常重要。上图就是HteOS项目的截图,目前正在开发中。不多现在你可以访问http://www.hteos.com进行体验 做Web桌面,最基本的功能包括:自定义桌面、桌面磁贴自动排列、磁贴拖拽、窗口、右键等功能都具备,看到了那么多Web桌面,发...
Ext.application.prototype.addController =
function (name) { var me = this; var controller =
AM.getApplication().getContr...
分类:
Web程序 时间:
2014-05-24 13:16:31
阅读次数:
359