摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Net.Http;using System.Net.Http.Headers;using System.Text; namespace Infra 阅读全文
posted @ 2019-06-10 16:24
恋之呓
阅读(467)
评论(0)
推荐(0)
摘要:
using System;using System.Security.Cryptography;using System.Text; namespace Infrastructure{ public class Md5 { public static string Encrypt(string st 阅读全文
posted @ 2019-06-10 16:18
恋之呓
阅读(119)
评论(0)
推荐(0)
摘要:
using System.Collections.Generic;using System.Data;using Newtonsoft.Json;using Newtonsoft.Json.Converters;using Newtonsoft.Json.Linq; namespace Infras 阅读全文
posted @ 2019-06-10 16:14
恋之呓
阅读(164)
评论(0)
推荐(0)
摘要:
using System;using System.Collections.Generic;using System.Linq; namespace Infrastructure{ /// <summary> /// List转成Tree /// <para></para> /// </summar 阅读全文
posted @ 2019-06-10 16:13
恋之呓
阅读(434)
评论(0)
推荐(0)
摘要:
using System;using System.Security.Cryptography; namespace Infrastructure{ public class GenerateId { public static string GetGuidHash() { return Guid. 阅读全文
posted @ 2019-06-10 16:08
恋之呓
阅读(1532)
评论(0)
推荐(0)
摘要:
using System;using System.Security.Cryptography;using System.Text; namespace Infrastructure{ public class Encryption { private static string encryptKe 阅读全文
posted @ 2019-06-10 16:06
恋之呓
阅读(984)
评论(0)
推荐(0)
摘要:
using System;using System.Collections.Generic;using System.Diagnostics;using System.Text; namespace Infrastructure{ /// <summary> /// 常用公共类 /// </summ 阅读全文
posted @ 2019-06-10 16:04
恋之呓
阅读(358)
评论(0)
推荐(0)
摘要:
using System;using AutoMapper;using System.Collections;using System.Collections.Generic; namespace Infrastructure{ public static class AutoMapperExt { 阅读全文
posted @ 2019-06-10 16:02
恋之呓
阅读(185)
评论(0)
推荐(0)