ConfigHelper 配置檔案輔助類

2021-06-14 03:04:00 字數 1069 閱讀 4022

using system;

using system.globalization;

using system.io;

using system.security;

using system.security.cryptography;

using system.text;

using system.xml;

using system.xml.serialization;

namespace helper

}catch (securityexception ex)

}/// /// 獲取配置資訊

///

/// 配置資訊類

/// 配置資訊

public static t getconfig() where t : class, new()

}var config = configobject as t;

if (config == null)

return config;

}/// /// 獲取配置檔案的伺服器物理檔案路徑

///

/// 配置資訊類

/// 配置檔案路徑

public static string getconfigpath()

return path;

}public static string getdirpath(string dirname)

return dirpath;

}public static string md5(string input)

}/// /// 讀取配置檔案

///

///

public static string readconfig()

}return configcontent;

}/// /// 寫入配置檔案

///

///

///

public static void writeconfig(string config)}}

}

spring boot mybatis配置檔案開發

之前寫了乙個註解版開發的,現在在乙個配置檔案開發。我直接把 貼下面 根據id查詢單個資訊 public orders getorders integer id 新增單個資訊 mybatis config.xml的配置 insert into orders user id,number,oreatet...

OpenSUSE desktop桌面配置檔案編寫

這裡似乎更多的是因為需要非自由軟體而寫的,當然更多的是寫給像我這樣的不是很桌面的桌面黨。不過,還有一部分原因是opensuse的機制所導致的,bash容易被sudo弄暈,導致無法在x上執行。先附一張截圖吧。firefox的示例 desktop entry name firefox comment w...

python logging模組配置日誌檔案

通過logging.config模組配置日誌 logger.conf loggers 設定日誌記錄器 根目錄,簡單例項量種型別的日誌 keys root,example handlers 設定日誌處理器 控制台處理,檔案處理 keys consolehandler,filehandler forma...