摘要:
第一步:通过NuGget包下载安装FluentScheduler包; 第二步:在全局配置文件Global.asax中注册定时任务,方法如下: using System; using System.Collections.Generic; using System.Linq; using System 阅读全文
摘要:
SQL Server 中文金额 、大写金额: CREATE FUNCTION fn_GetChineseCost ( @Cost float ) RETURNS varchar(50) AS 大写金额 BEGIN declare @returnStr varchar(50) if (@Cost >= 阅读全文