随笔分类 - C#第三方dll
摘要:需要引用一个ICSharpCode.SharpZipLib.dllusing System;using System.Collections.Generic;using System.Linq;using System.Text;using ICSharpCode.SharpZipLib.Zip;u...
阅读全文
摘要:每次使用using或者dispose来释放资源会比较麻烦,作为一个会偷懒的程序员来说当然不能接受了。 一、引用 autofac.dll和autofac.integration.mvc.dll 二、打开Gobal.cs,在Application_Start 设置需要注入的实体或者接口所在程序集 三、编
阅读全文
摘要:效果图:前台调用:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using Sy...
阅读全文
摘要:string host = Conf.ConfigInfo.POP_Host; int port = Conf.ConfigInfo.POP_Port; string username =Conf.ConfigInfo.MailNam...
阅读全文