2017年4月6日
摘要: select LPAD(' ',t.menu_level)||t.obj_id,t.*,rowid from imes10dba.tb_adm_menu t start with t.parent_menu_id = '90000' connect by prior t.menu_id = t.pa 阅读全文
posted @ 2017-04-06 18:41 在delphi路上 阅读(109) 评论(0) 推荐(0)
  2017年3月28日
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"/> <title>xhr2</title> </head> <body> <div style="text-align:center;margin:100px"> <input type="fil 阅读全文
posted @ 2017-03-28 15:37 在delphi路上 阅读(171) 评论(0) 推荐(0)
摘要: var combobox_xianqu = Ext.getCmp('combobox_id'); var store_xianqu = Ext.data.StoreMgr.lookup('store_xianqu'); var r = store_xianqu.getRange(); combobo 阅读全文
posted @ 2017-03-28 15:32 在delphi路上 阅读(632) 评论(0) 推荐(0)
摘要: 介绍一下批量提交grid中数据的问题 js文件中的提交方法如下: listeners: { click: function btnClick(button) { var win = button.up('window'); var form = win.down("form"); var loadM 阅读全文
posted @ 2017-03-28 15:31 在delphi路上 阅读(342) 评论(0) 推荐(0)
  2016年7月7日
摘要: listeners: { afterRender: function (thisForm, options) { this.keyNav = Ext.create('Ext.util.KeyNav', this.el, { enter: function () { //if (window.Righ 阅读全文
posted @ 2016-07-07 14:43 在delphi路上 阅读(396) 评论(0) 推荐(0)
摘要: { xtype: 'combo', name: 'PART_BRAND', fieldLabel: '品牌', margin: '0 5 5 0', allowBlank: false, editable: true, autoSelect: true, forceSelection: true, 阅读全文
posted @ 2016-07-07 14:24 在delphi路上 阅读(271) 评论(0) 推荐(0)
摘要: listeners: { afterRender: function (thisForm, options) { var els = Ext.DomQuery.select('input[type!=hidden]'); Ext.create("Ext.util.KeyMap", this.el, 阅读全文
posted @ 2016-07-07 13:59 在delphi路上 阅读(620) 评论(0) 推荐(0)
  2016年5月20日
摘要: 最近接手一个项目时遇到了点问题,事情是这样的,本人拿到源码准备F5准备试跑看一下,原本是应该打开 http:/localhost/Home/Login,结果程序直接跳到 http://localhost/Home/Index界面,原本以为是路由设置的问,于是重新路由为action为Login,再次F 阅读全文
posted @ 2016-05-20 14:31 在delphi路上 阅读(499) 评论(0) 推荐(0)
  2014年10月11日
摘要: 1、进入http://labs.microsofttranslator.com/bookmarklet/2、在语言选择框的下拉列表中选择“简体中文”3、右键点击“翻译”按钮,选择“将此链接加为书签”!成功!4、使用:当浏览外文网站时,只需点击你刚才收藏过的翻译书签(软件盒子已将其更名为“翻译”)即可... 阅读全文
posted @ 2014-10-11 08:44 在delphi路上 阅读(1544) 评论(0) 推荐(0)
  2014年8月9日
摘要: For browsers that do not support HTML5, you can use Modernizr. Modernizr is an open-source JavaScript library that can detect whether a browser suppor... 阅读全文
posted @ 2014-08-09 11:52 在delphi路上 阅读(237) 评论(0) 推荐(0)