上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 34 下一页
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> NowDate = ChangeDateStringToNumeric(Format(Now(), "yyyy/MM/dd")) NowTime = CIntX(Format... 阅读全文
posted @ 2007-04-06 18:21 sekihin 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 精用Boolean表达式,让代码再减肥 1、传统方法: If SomeVar > SomeOtherVar Then x = x + 1 End If 2、更简练的方法 x = x - (SomeVar > SomeOtherVar) 1、传统方法: If SomeVar > SomeOtherVar Then ... 阅读全文
posted @ 2007-04-06 10:44 sekihin 阅读(1171) 评论(1) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Butt... 阅读全文
posted @ 2007-04-04 16:55 sekihin 阅读(903) 评论(1) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->Option Explicit Private Declare Function ReadProcessMemory Lib "kernel32" (ByVal ... 阅读全文
posted @ 2007-04-04 09:26 sekihin 阅读(322) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->#classbox a { color: #333; text-decoration: none; margin-left:5px; margin-right:5... 阅读全文
posted @ 2007-04-04 09:22 sekihin 阅读(388) 评论(0) 推荐(0) 编辑
摘要: FLOOR(expr) 返回小于等于expr的最大整数.FLOOR(1,1)返回报,FLOOR(-1,1)返回-2,FLOOR(1)返回1 阅读全文
posted @ 2007-04-03 14:51 sekihin 阅读(4350) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->Imports SystemImports System.IOImports System.TextImports System.NetImports System.Runtime.InteropServ... 阅读全文
posted @ 2007-04-02 17:05 sekihin 阅读(2878) 评论(1) 推荐(0) 编辑
摘要: =SUM(A1:A5,A7:A10,A12:Axx) 中间的A6,A11就不参加计算了 要是跳过的单元格有条件的就用=SUMIF或者=SUMIFS吧 阅读全文
posted @ 2007-04-02 10:00 sekihin 阅读(400) 评论(1) 推荐(0) 编辑
摘要: MSDN: 将存储过程用于命令 方法1: ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.2052/cpguide/html/cpconusingstoredprocedureswithcommand.htm Code highlighting produced by Actipro CodeHighlighter (freeware)ht... 阅读全文
posted @ 2007-03-29 13:52 sekihin 阅读(882) 评论(0) 推荐(0) 编辑
摘要: Refresh 方法 更新集合中的对象以便反映来自提供者的可用对象和特定于提供者的对象。 语法 collection.Refresh 说明 Refresh 方法根据从中调用的不同集合而完成不同的任务。 实例 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter... 阅读全文
posted @ 2007-03-28 16:10 sekihin 阅读(233) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 34 下一页