摘要: Ext中的combobox有属性typeAhead:true 可以实现模糊匹配,但是是从开始匹配的,如果需要自定的的匹配,则需要监听beforequery方法,实现自己的匹配查询方法:var gfxmComb = new Ext.form.ComboBox({ id : 'gfxmC... 阅读全文
posted @ 2014-02-27 22:46 残星 阅读(14630) 评论(0) 推荐(0) 编辑
摘要: { xtype:'combo', width:100, //id:'exTypeCom', name:'exType', hiddenName:'exType', displayField:'text', valueField:'value', editable:true, forceSelection:true, triggerAction:'all', mode:'local', store:examine_type_store }下拉框的位置跑到左上角了,将id 阅读全文
posted @ 2014-02-27 22:33 残星 阅读(431) 评论(0) 推荐(0) 编辑
摘要: WEBLOGIC的安装、配置和启动一、软件安装1. 安装前的准备工作1.1 首先请确认您要安装的WebLogic版本所在的平台已通过了BEA的认证,完整的认证平台列表请参考http://e-docs.bea.com/platform/suppconfigs/index.html1.2 确定一个安装目录,建议该目录下至少有1个G的空间,可单独创建个逻辑卷和文件系统1.3 创建一个BEA用户组帐号1.4 创建一个weblogic用户帐号2. 安装步骤WebLogic在AIX平台下的安装方法一般有三种:图形窗口模式,控制台模式,无人守护安装模式。由于控制台模式的使用最为广泛且不受任何其它硬件条件的限 阅读全文
posted @ 2014-02-27 21:48 残星 阅读(53144) 评论(0) 推荐(0) 编辑
摘要: Specifying the Java virtual machineHere is a typical Eclipse command line: eclipse -vm c:\jdk1.4.2\jre\bin\javawTip: It's generally a good idea to explicitly specify which Java VM to use when running Eclipse. This is achieved with the "-vm" command line argument as illustrated above. I 阅读全文
posted @ 2014-02-27 21:45 残星 阅读(2439) 评论(0) 推荐(0) 编辑