06 2020 档案

获取界面所有的TextBox
摘要:foreach (Control txtobj in this.PMain.Controls) { if (txtobj is TextBox) //if(txtobj is Button) { if (string.IsNullOrEmpty(txtobj.Text)) { MsgBox.MsgI 阅读全文

posted @ 2020-06-16 15:04 AbelAngelo 阅读(176) 评论(0) 推荐(0)

SqlServer,Oracle,db2,MySql查询表索引
摘要:SqlServer1. 查询表索引 SELECT 索引名称=a.name ,表名=c.name ,索引字段名=d.name ,索引字段位置=d.colid ,c.status FROM sysindexes a JOIN sysindexkeys b ON a.id=b.id AND a.indid 阅读全文

posted @ 2020-06-11 14:15 AbelAngelo 阅读(242) 评论(0) 推荐(0)

ERROR [23502] [IBM][DB2/NT64] SQL0407N 不允许对 NOT NULL 列 "TBSPACEID=8, TABLEID=49, COLNO=8" 赋予空值。
摘要:SELECT C.TABSCHEMA,C.TABNAME, C.COLNAME FROM SYSCAT.TABLES AS T,SYSCAT.COLUMNS AS C WHERET.TBSPACEID = 8 AND T.TABLEID = 49 AND C.COLNO = 8 ANDC.TABSC 阅读全文

posted @ 2020-06-11 14:11 AbelAngelo 阅读(1077) 评论(0) 推荐(0)

拼音码和五笔码生成规则
摘要:链接:https://pan.baidu.com/s/1gZOdFF_ZjiDKV2TYz-1Ezg 提取码:aqvy 阅读全文

posted @ 2020-06-03 14:02 AbelAngelo 阅读(495) 评论(0) 推荐(0)

导航