摘要:
public void ShowTextInForm(string text) { // 创建一个新的窗体 Form form = new Form(); form.Text = "文本查看器"; // 窗体标题 form.Size = new Size(600, 400); // 设置窗体大小 f 阅读全文
摘要:
导出文件exphrc:\hr.dmp删除用户/新建用户sqlplus / as sysdbadrop user hr cascade; create user hr identified by hr ; grant create session,create table, create view,C 阅读全文
摘要:
using (DevExpress.Utils.WaitDialogForm dlg = new DevExpress.Utils.WaitDialogForm("请稍等", "查询中......", new System.Drawing.Size(100, 50))) { string sqlSt 阅读全文