摘要: oracle数据库常用sql 基本sql --查询表 select * from table --查看表空间 select * from dba_tablespaces --删除表 drop table 表名 --条件查询 select * from table where 字段 = xx --删除 阅读全文
posted @ 2020-10-21 14:48 睡不醒的小韩 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 设置该按钮的Click事件: //判断if (pnlDebug.Visible == true) { pnlDebug.Visible = false; } else { pnlDebug.Visible = true; } 阅读全文
posted @ 2020-10-21 12:03 睡不醒的小韩 阅读(217) 评论(0) 推荐(1) 编辑