2020年4月29日

Delphi 运行代码错误:cannot focus a disabled or invisible window

摘要: Delphi 运行代码错误:cannot focus a disabled or invisible window 翻译:无法聚焦已禁用或不可见的窗口 错误原因: 无法聚焦指定控件或窗体 Delphi 建议写法: if Edit1.canFocus then Edit1.setfocus; //判断 阅读全文

posted @ 2020-04-29 10:46 滔Roy 阅读(2293) 评论(0) 推荐(0) 编辑

SQL SERVER 监控语句脚本

摘要: SQL SERVER 监控语句脚本: SELECT creation_time N'语句编译时间' ,last_execution_time N'上次执行时间' ,total_physical_reads N'物理读取总次数' ,total_logical_reads/execution_count 阅读全文

posted @ 2020-04-29 10:20 滔Roy 阅读(419) 评论(0) 推荐(0) 编辑

导航