02 2019 档案

Sqlserver实现多表关联更新
摘要:A表 TYS_XM_RELATION2019 B表 TYS_XMYS2019(部分字段) 目标 :将B表的ysxmh用A表的newysxmh代替。代替条件A表的oidysxmh = B表的ysxmh update B set B.ysxmh = A.newysxmh from A,B where A 阅读全文

posted @ 2019-02-26 14:45 techno-geek 阅读(7193) 评论(0) 推荐(0)

ExtJS4.2 grid panel双击事件
摘要:Ext.create('Ext.grid.Panel', { store: relationStore, listeners:{ itemdblclick:function(dataview, record, item, index, e){ }}, columns: [ { text: 'id', 阅读全文

posted @ 2019-02-26 14:37 techno-geek 阅读(511) 评论(0) 推荐(0)