摘要: 共通方法一览: public static class CommonMethod { /// <summary> /// 64位的MD5加密 /// </summary> /// <param name="password"></param> /// <returns></returns> publ 阅读全文
posted @ 2020-12-28 21:27 沙漠狼 阅读(444) 评论(0) 推荐(0) 编辑
摘要: 通过log4net实现日志的记录 1. 下载log4net dll 2. webconfig配置log4net <configSections> <!-- For more information on Entity Framework configuration, visit http://go. 阅读全文
posted @ 2020-12-28 21:24 沙漠狼 阅读(231) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 获取用户信息数据信息 /// </summary> /// <param name="token">登录Token</param> /// <returns></returns> [HttpGet] public HttpResponseMessage getRo 阅读全文
posted @ 2020-12-28 21:18 沙漠狼 阅读(382) 评论(0) 推荐(0) 编辑