2012年6月6日
摘要: using System;using System.Collections.Generic;using System.Configuration;using System.Text;using log4net;namespace xt { public class AppConfigHelper { private static ILog log = LogManager.GetLogger(typeof (AppConfigHelper)); public static int? Get(string key, int? defaultValue) { string s = Configu. 阅读全文
posted @ 2012-06-06 18:40 武胜-阿伟 阅读(483) 评论(0) 推荐(0)