摘要:
//==方法定义: using System.Diagnostics; public delegate void Action(); public static class Run { public static double GetRunTime(Action method) { Stopwatc 阅读全文
摘要:
下面的仅显示了对appSettings的读和写,自己可以对其进行扩展!下面不仅适用于App.config,也适用于Web.config,不过,对于Web.config的写操作会造出网站的重启! using System.Reflection; using System.Configuration; 阅读全文