摘要: 阅读全文
posted @ 2019-09-17 13:39 阿拉木木 阅读(393) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// MD5加密字符串(32位大写) /// </summary> /// <param name="source">源字符串</param> /// <returns>加密后的字符串</returns> public static string MD5(string source) { MD5CryptoServiceProvider md5 = new MD5Cr 阅读全文
posted @ 2019-09-17 13:37 阿拉木木 阅读(7768) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8" ?> <configuration> <!-- This section contains the log4net configuration settings --> <log4net> <appender name="RollingLogFileAppender" type="log4net.Appender.Rolli 阅读全文
posted @ 2019-09-17 13:36 阿拉木木 阅读(3303) 评论(0) 推荐(0) 编辑
摘要: 数据库上下文配置 阅读全文
posted @ 2019-09-17 13:35 阿拉木木 阅读(2788) 评论(1) 推荐(0) 编辑
摘要: Startup 中 ConfigureServices 插入 Configure 中增加 控制器中使用 获取结果 退出登录 阅读全文
posted @ 2019-09-17 13:32 阿拉木木 阅读(4232) 评论(0) 推荐(0) 编辑