摘要:
/// <summary> /// MD5加密字符串(32位大写) /// </summary> /// <param name="source">源字符串</param> /// <returns>加密后的字符串</returns> public static string MD5(string source) { MD5CryptoServiceProvider md5 = new MD5Cr 阅读全文
摘要:
<?xml version="1.0" encoding="utf-8" ?> <configuration> <!-- This section contains the log4net configuration settings --> <log4net> <appender name="RollingLogFileAppender" type="log4net.Appender.Rolli 阅读全文
摘要:
数据库上下文配置 阅读全文
摘要:
Startup 中 ConfigureServices 插入 Configure 中增加 控制器中使用 获取结果 退出登录 阅读全文