博客园站长
这是人类成长进步中记录的每一时刻
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 72 下一页
摘要: A 的js访问 B的js,并将A选择的guid的行传到 B的 js进行处理事项 阅读全文
posted @ 2016-11-16 11:49 dm3344 阅读(616) 评论(0) 推荐(0)
摘要: 1、保证store定义是否在combobox前面 2、有没写 .load 3、有没赋值 xxstore:xxstore 具体看详细步骤 http://www.cnblogs.com/wdw31210/p/6068767.html 阅读全文
posted @ 2016-11-16 11:41 dm3344 阅读(363) 评论(0) 推荐(0)
摘要: //申请科室 var comboboxdept = new Ext.form.ComboBox({ xtype: "combobox", name: "Gender", fieldLabel: "申请科室", columnWidth: .271, labelAlign: 'right', labelWidth: 60, id: this.namespace + '_deptCombo', s... 阅读全文
posted @ 2016-11-16 11:32 dm3344 阅读(11188) 评论(0) 推荐(0)
摘要: //接上面同级 this.bodyPanel = new Ext.Panel({ layout: 'border', bodyStyle: 'padding:1px;', defaults: { minHeight: 25, style: 'padding-top:1px;' }, items: [ 阅读全文
posted @ 2016-11-16 11:19 dm3344 阅读(4794) 评论(0) 推荐(0)
摘要: { xtype:'textfield', listeners: { render: function(p) { // Append the Panel to the click handler's argument list. p.getEl().on('click', function(p){ ... 阅读全文
posted @ 2016-11-14 14:52 dm3344 阅读(9608) 评论(2) 推荐(2)
摘要: 部署IIS,应用池-高级设置--》标识--》本地系统 阅读全文
posted @ 2016-11-10 13:40 dm3344 阅读(2157) 评论(0) 推荐(1)
摘要: 转自:https://zhidao.baidu.com/question/80796363.html 阅读全文
posted @ 2016-11-03 14:08 dm3344 阅读(17921) 评论(0) 推荐(0)
摘要: create materialized view MV_XXXXrefresh fast on commitwith rowidenable query rewriteasselect * from SYS_USER where (USER_STATUS=0 AND USER_HR=1); orac 阅读全文
posted @ 2016-11-03 14:07 dm3344 阅读(882) 评论(0) 推荐(0)
摘要: 转自 http://www.cnblogs.com/orientsun/archive/2012/07/05/2577351.html Oracle 索引的目标是避免全表扫描,提高查询效率,但有些时候却适得其反。 例如一张表中有上百万条数据,对某个字段加了索引,但是查询时性能并没有什么提高,这可能是 阅读全文
posted @ 2016-11-03 09:24 dm3344 阅读(1641) 评论(0) 推荐(0)
摘要: 原因1:你在某个域里面,退出就可以了 原因2:你把windows Time的服务给禁掉或者关掉了, 步骤:运行,输入services.msc 确定,查找到windows Time开了即可 阅读全文
posted @ 2016-10-28 17:23 dm3344 阅读(10557) 评论(0) 推荐(0)
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 72 下一页