上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页
  2021年4月13日
摘要: http://www.codeproject.com/KB/trace/DbMonNET.aspx https://embracethered.com/blog/posts/2020/chrome-spy-remote-control/ 阅读全文
posted @ 2021-04-13 00:33 wakaka_wka 阅读(31) 评论(0) 推荐(0) 编辑
  2021年2月22日
摘要: 1. Remove all undefined values An undefined value automatically gets assigned in JavaScript where no value has been explicitly assigned. To remove all 阅读全文
posted @ 2021-02-22 23:36 wakaka_wka 阅读(153) 评论(0) 推荐(0) 编辑
  2021年2月18日
摘要: var tabPanel = Ext.create("Ext.tab.Panel", { id: 'TAB_PANEL_ID', renderTo: Ext.getBody(), items:[{ title: 'Tab 1', itemId: 'TAB_1', html: 'This is the 阅读全文
posted @ 2021-02-18 15:06 wakaka_wka 阅读(58) 评论(0) 推荐(0) 编辑
  2021年1月23日
摘要: sp_helptext P_你的Proc名 在mysql 中 == SHOW CREATE PROCEDURE P_你的Proc名 阅读全文
posted @ 2021-01-23 15:47 wakaka_wka 阅读(159) 评论(0) 推荐(0) 编辑
  2021年1月3日
摘要: // C# program to find // combinations from n // arrays such that one // element from each // array is present using System; using System.Collections.G 阅读全文
posted @ 2021-01-03 13:49 wakaka_wka 阅读(76) 评论(0) 推荐(0) 编辑
  2020年11月28日
摘要: function showDateClrBtn(ctl){ Ext.form.DateField.prototype.onTriggerClick.apply(this, arguments); let ctlid=ctl.id; let hasbtn =ctl.picker.todayBtn.co 阅读全文
posted @ 2020-11-28 10:49 wakaka_wka 阅读(435) 评论(0) 推荐(0) 编辑
摘要: Ext.getCmp('ext-comp-1010').getStore().fireEvent('dataChanged'); 阅读全文
posted @ 2020-11-28 10:09 wakaka_wka 阅读(63) 评论(0) 推荐(0) 编辑
  2020年10月31日
摘要: var pr=0; $('.strp-content-element').click(function(){pr=(pr+90)%360; this.style.transform = 'rotate('+pr+'deg) scale(.8)';}); 阅读全文
posted @ 2020-10-31 12:35 wakaka_wka 阅读(147) 评论(0) 推荐(0) 编辑
  2020年10月30日
摘要: gc.on('celldblclick', function(item,td,cellIndex,record,tr,rowIndex,e) { let fed=item.ownerGrid.getColumns()[cellIndex].dataIndex;//do what u want }); 阅读全文
posted @ 2020-10-30 15:59 wakaka_wka 阅读(145) 评论(0) 推荐(0) 编辑
摘要: gc.getStore().on('load',function(store,records,successful,operation){ //do what u want }); make use of the { single: true } property when you just nee 阅读全文
posted @ 2020-10-30 11:31 wakaka_wka 阅读(93) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页