zoukankan      html  css  js  c++  java
  • 读写配置文件类

      1using System;
      2using System.IO;
      3using System.Xml;
      4using System.Collections;
      5using System.Windows.Forms;
      6namespace SSSSystem.Class
      7{
      8    /// <summary>
      9    /// ConfigSettings 的摘要说明。
     10    /// </summary>

     11    public class ConfigSettings
     12    
    210
    211
    212    public class ConfigSettingDefaults
    213    
    228    /// <summary>
    229    /// 配置项
    230    /// </summary>

    231    public enum SettingKey
    232    
    236
    237}

    238
  • 相关阅读:
    在CMD中使用for命令对单行字符串做分割的方法
    关于CMD/DOS中的短文件名规则
    [批处理]全盘搜索批量文件
    [批处理]批量提取MKV资源
    关于CMD中延迟环境变量嵌套的实现方法
    [批处理]自动按日期重命名文件名
    [批处理]手动伪造相机自动编号
    [批处理]简易命令行RAR
    [批处理]Oracle启动助手
    [批处理]强制删除文件及文件夹
  • 原文地址:https://www.cnblogs.com/telephoner/p/174585.html
Copyright © 2011-2022 走看看