随笔分类 -  测试实例

测试实例集合
Quartz.net 定时任务矿建Demo
摘要:1. 首先新建一个 window 控制台程序2. 通过 nuget 的方式搜索并安装 Quartz 。 安装的时候回引入3个程序集 Quartz.dll 、Common.logging.dll 、 Common.logging.Core.dll 程序集3. 穿件一个继承 IJob 的类,实现其中的 ... 阅读全文

posted @ 2015-12-28 11:48 Mr.YM 阅读(494) 评论(1) 推荐(0)

MVC AJAX.BeginForm() 页面异步提交
摘要:1、首先新建一个修改密码的的视图模型(viewmodel)using System.Collections.Generic;using System.ComponentModel;using System.ComponentModel.DataAnnotations;using System.Lin... 阅读全文

posted @ 2015-12-17 16:48 Mr.YM 阅读(463) 评论(0) 推荐(0)

导航