03 2017 档案

ASP.NET MVC 使用FluentScheduler做定时任务
摘要:源代码地址: https://github.com/fluentscheduler/FluentScheduler 使用NuGet安装FluentScheduler 这是我实际项目中用到的代码,也可看此博主的文章http://www.cnblogs.com/mafly/p/FluentSchedul 阅读全文

posted @ 2017-03-29 14:21 阿门668 阅读(2752) 评论(0) 推荐(1)

ASP.NET使用MergeInto做数据同步,同步SQLSERVER不同数据库的相同表结构的数据
摘要:存储过程 阅读全文

posted @ 2017-03-14 13:25 阿门668 阅读(1133) 评论(0) 推荐(0)

Guid.NewGuid.ToString("N") 方法是全球唯一标识符 (GUID)
摘要:https://msdn.microsoft.com/zh-cn/library/system.guid.newguid.aspx?cs-save-lang=1&cs-lang=csharp#code-snippet-2 阅读全文

posted @ 2017-03-09 14:53 阿门668

用js限制文本框输入最大字符,中文1个英文2个
摘要:function checkLength(which) { $('#ParameName').on('input', function (e) { var $that = $(this), limitLen = 12; //定义所需字节数 $that.attr('maxl... 阅读全文

posted @ 2017-03-03 14:36 阿门668

ASP.NET中Excel转PDF用iTextSharp
摘要:http://www.cnblogs.com/CareySon/archive/2011/11/02/2233174.html 阅读全文

posted @ 2017-03-01 09:31 阿门668

导航