摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--var I: Integer; FLogFont: tagLogFontA; //逻辑字体--结构体类型 hTempFont, hPrevFont: HFONT; //字体句柄 hTempDC: ... 阅读全文
posted @ 2010-03-12 16:35 一 点 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 代码 阅读全文
posted @ 2010-03-09 15:31 一 点 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 代码 阅读全文
posted @ 2010-03-09 15:05 一 点 阅读(1960) 评论(0) 推荐(0) 编辑
摘要: 代码 阅读全文
posted @ 2010-03-09 14:49 一 点 阅读(256) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/----用的时候给忘记了,记录一下--添加一个默认不为空的字段alter table CX_BusinessData add F_Sxh int not null default 1--删除前一个主键alte... 阅读全文
posted @ 2010-03-09 11:47 一 点 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 代码 阅读全文
posted @ 2010-03-05 16:17 一 点 阅读(337) 评论(0) 推荐(0) 编辑
摘要: 自定义消息[代码]获取鼠标点击消息[代码]创建和释放[代码] 阅读全文
posted @ 2010-02-05 16:32 一 点 阅读(237) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2010-02-05 16:10 一 点 阅读(551) 评论(0) 推荐(0) 编辑
摘要: [代码][代码] 阅读全文
posted @ 2010-02-03 17:27 一 点 阅读(275) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--写测试SQL语句时,经常出现对象已经存在这类的问题,很烦,很有必要在创建对象之前判断其是否存在,以下是在网上收集一些判断方法,整理出来,都试验证过。--判断表是否存在,存在删除之--非临时表if exis... 阅读全文
posted @ 2010-02-03 14:19 一 点 阅读(345) 评论(0) 推荐(0) 编辑