Fork me on GitHub
摘要: 一、Net操作web.config通用类(代码如下):using System;using System.Configuration;using System.Web;using System.Web.Configuration;/// ConfigurationOperator 的摘要说明public class ConfigurationOperator : IDisposable{ private Configuration config; public ConfigurationOperator() : this(HttpContext.Current.Req... 阅读全文
posted @ 2012-07-26 15:48 磊哥|www.javacn.site 阅读(996) 评论(0) 推荐(1) 编辑