摘要:
MERGE INTO t_procedure_test ptUSING (select G.technicsid,G.route_groupid groupid,g.technicsname,g.group_name groupname,t.* from (SELECT ro.route_group 阅读全文
posted @ 2019-04-19 16:05
hanje
阅读(601)
评论(0)
推荐(0)
摘要:
textBox5.LostFocus += new EventHandler(txt_LostFocus); //失去焦点后发生事件 textBox5.GotFocus += new EventHandler(txt_GotFocus); //获取焦点前发生事件 textBox5.MouseClic 阅读全文
posted @ 2019-04-19 14:42
hanje
阅读(14747)
评论(0)
推荐(0)