随笔分类 -  C#第三方dll

摘要:需要引用一个ICSharpCode.SharpZipLib.dllusing System;using System.Collections.Generic;using System.Linq;using System.Text;using ICSharpCode.SharpZipLib.Zip;u... 阅读全文
posted @ 2015-11-06 17:38 阿妮亚 阅读(938) 评论(0) 推荐(0) 编辑
摘要:每次使用using或者dispose来释放资源会比较麻烦,作为一个会偷懒的程序员来说当然不能接受了。 一、引用 autofac.dll和autofac.integration.mvc.dll 二、打开Gobal.cs,在Application_Start 设置需要注入的实体或者接口所在程序集 三、编 阅读全文
posted @ 2015-10-27 21:04 阿妮亚 阅读(4279) 评论(7) 推荐(6) 编辑
摘要:效果图:前台调用:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using Sy... 阅读全文
posted @ 2015-09-10 01:01 阿妮亚 阅读(3604) 评论(0) 推荐(3) 编辑
摘要:string host = Conf.ConfigInfo.POP_Host; int port = Conf.ConfigInfo.POP_Port; string username =Conf.ConfigInfo.MailNam... 阅读全文
posted @ 2015-05-06 15:29 阿妮亚 阅读(3249) 评论(4) 推荐(1) 编辑