06 2012 档案

摘要:1、使用 Win32 API OutputDebugString procedure TForm1.BtnDebugClick(Sender: TObject); begin //这里调用OutputDebugString发送调试信息到调试器。在Delphi //里面,用View - Debug Windows - Event Log 来查看。 OutputDebugS... 阅读全文
posted @ 2012-06-28 17:57 LARSON _ 阅读(1094) 评论(0) 推荐(0)
摘要:什么时CHM CHM是英语“Compiled Help Manual”的简写,即“已编译的帮助文件”。CHM是微软新一代的帮助文件格式,利用HTML... 阅读全文
posted @ 2012-06-15 11:19 LARSON _ 阅读(1321) 评论(0) 推荐(0)
摘要:Explain Plan Explain plan is a feature that allows you to see a visual representation of the execution plan of a query in a tree or table format. When you execute your queries in the query window and... 阅读全文
posted @ 2012-06-08 08:44 LARSON _ 阅读(371) 评论(0) 推荐(0)