08 2011 档案

摘要:1.ToString("00000")在整数型的 ToString方法 重载了个 public string ToString(string format);可设置格式(我不知道有这个)2.保留小数ToString("N2") 阅读全文
posted @ 2011-08-19 11:14 Shikyoh 阅读(845) 评论(0) 推荐(0)
摘要:select lastrun into #temp from dbo.spt_monitor select * from #temp BEGIN TRY BEGIN TRAN select lastrun into #temp from dbo.spt_monitor select * from #temp C... 阅读全文
posted @ 2011-08-16 12:11 Shikyoh 阅读(192) 评论(0) 推荐(0)
摘要:Imports SystemImports EnvDTEImports EnvDTE80Imports EnvDTE90Imports EnvDTE90aImports EnvDTE100Imports System.DiagnosticsImports MyCmnImports System.LinqImports System.IOPublic Module Module1 Private ErrMsg As String Private SucessMsg As String Sub Test() End Sub Sub CopyFileToPath() SucessMsg = &quo 阅读全文
posted @ 2011-08-05 16:33 Shikyoh 阅读(1015) 评论(0) 推荐(0)