摘要: 此项目已开源,开源地址是:http://mongodbhelper-csharp.googlecode.com/svn/trunk/mongodb的helperusing System;using System.Collections.Generic;using System.Linq;using System.Text;using MongoDB.Driver;using MongoDB.Bson;using MongoDB.Driver.Builders;namespace MongoDBHelper{ /// /// mongodb的封装类。 /// add by y... 阅读全文
posted @ 2014-03-27 22:56 三人成虎 阅读(2176) 评论(0) 推荐(0)
摘要: 记录网站是什么原因导致停止运行还是有必要的,下面是具体的实现方式。 protected void Application_End(object sender, EventArgs e) { RecordEndReason(); } /// /// 记录网站停止运行原因 /// protected void RecordEndReason() { HttpRuntime runtime = (HttpRuntime)typ... 阅读全文
posted @ 2014-03-27 10:36 三人成虎 阅读(1048) 评论(1) 推荐(0)