转眼又是两个月没来了,这段时间比较迷茫,不知道自己应该做什么了?哎,晕了,看看这里,都挂蜘蛛网了,也许我应该和蜘蛛一样,只管织好自己的网就算了,管他织得是什么网,管他织在哪呢!反正我就是蜘蛛,我就织网!!!
         
         前几天做了一个C/S的项目,研究了一下App.config,写了一个读取及改变App.config里appSettings节的值的类,贴出来!


         

VS2005(C#)里读取及改变App.config里appSettings节的值using System;
VS2005(C#)里读取及改变App.config里appSettings节的值
using System.Collections.Generic;
VS2005(C#)里读取及改变App.config里appSettings节的值
using System.Text;
VS2005(C#)里读取及改变App.config里appSettings节的值
using System.Configuration;
VS2005(C#)里读取及改变App.config里appSettings节的值
using System.Collections;
VS2005(C#)里读取及改变App.config里appSettings节的值
VS2005(C#)里读取及改变App.config里appSettings节的值
namespace ServicesConfiguration
}


         希望能对还在C/S战线上坚持不懈的同志们有所帮助,此致敬礼!


相关文章:

  • 2022-12-23
  • 2021-11-13
  • 2022-01-14
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-13
  • 2022-12-23
  • 2021-12-28
  • 2022-12-23
  • 2021-07-27
相关资源
相似解决方案