destpath='/home/hadoop/soft/hadoop-2.0.0-cdh4.5.0/cdhlib/'jarpath='/home/hadoop/soft/hadoop-2.0.0-cdh4.5.0/share/hadoop/'search='jar'iterdir(){ cd $1 ...
分类:
其他好文 时间:
2014-07-18 16:35:53
阅读次数:
225
var gridColumnModel = new Ext.grid.ColumnModel([ new Ext.grid.RowNumberer(), new Ext.grid.CheckboxSelectionModel...
分类:
Web程序 时间:
2014-07-18 15:27:41
阅读次数:
336
1 Ext.onReady(function(){ 2 var fileUpload = new Ext.FormPanel({ 3 id:'fileUpload', 4 frame:true, 5 fileUpload:true, 6 ...
分类:
Web程序 时间:
2014-07-18 15:22:41
阅读次数:
217
Ext.onReady(function{ var jj_form = new Ext.FormPanel({ url : 'jj_form_submit.java', renderTo : document.body, frame : true, title : 'formtest_jj...
分类:
Web程序 时间:
2014-07-18 09:10:30
阅读次数:
278
ExtJs 3 自定义combotree/** * 自定义下拉树,支持初始化值时自动定位树节点。 * 还没有考虑性能问题。继承自Ext.form.ComboBox也很浪费。 * 代码中的cu.get()是自定义的异步请求方法。 * @author Linzongxue * @create_date ...
分类:
Web程序 时间:
2014-07-17 23:09:16
阅读次数:
486
http://blog.csdn.net/wjlht/article/details/6085245使用extjs可以构造出下拉数,但是不方便向form提交参数,在此,笔者想到一个办法,很方便ComboBoxTree向form提交。原理:在form中增加一个隐藏的字段,当在comboBoxTree中...
分类:
Web程序 时间:
2014-07-17 23:03:53
阅读次数:
389
http://blog.csdn.net/kunoy/article/details/8067801首先主要代码源自网络,对那些无私的奉献者表示感谢! 笔者对这些代码做了二次修改,并总结如下: Extjs3.x版本下拉树代码:[javascript]view plaincopyExt.ux.Tree...
分类:
Web程序 时间:
2014-07-17 22:23:23
阅读次数:
493
yum不仅能够提供在线自动升级,他还可以用于查询,软件组的安装,整体版本的升级等。yun[option][查询的工作项目][相关参数]option:主要的的参数,包括-y:当yum询问用户的意见时,主动回答yes而不需要要有键盘输入[查询的工作项目]:由于不同的使用条件,而又一些选择的项目,..
分类:
其他好文 时间:
2014-07-17 20:17:20
阅读次数:
278
Write an efficient algorithm that searches for a value in anmxnmatrix. This matrix has the following properties:Integers in each row are sorted from l...
分类:
其他好文 时间:
2014-07-17 18:09:32
阅读次数:
258
Two elements of a binary search tree (BST) are swapped by mistake.Recover the tree without changing its structure.Note:A solution using O(n) space is ...
分类:
其他好文 时间:
2014-07-17 17:32:50
阅读次数:
246