摘要: #region 生成Excel文件 public static void ExportExcel(System.Data.DataTable dt, string strFile, string strMailCode) { LogTool lg = new LogTool(); lg.Write( 阅读全文
posted @ 2020-01-08 17:00 罗湖侠影 阅读(512) 评论(0) 推荐(0)
摘要: 第一种方法:Create Function USF_ExtractNumeric( @inputStr nvarchar(50))Returns nvarchar(50)ASBegin Declare @outputStr nvarchar(50) Set @outputStr = '' If IS 阅读全文
posted @ 2020-01-08 16:57 罗湖侠影 阅读(1236) 评论(0) 推荐(0)