上一页 1 2 3 4 5 6 7 8 9 10 ··· 110 下一页
摘要: using Microsoft.IdentityModel.Tokens; using System; using System.Collections.Generic; using System.IdentityModel.Tokens.Jwt; using System.Security.Cla 阅读全文
posted @ 2023-04-03 22:52 ProZkb 阅读(25) 评论(0) 推荐(0) 编辑
摘要: Dictionary<string, object> pairs = new Dictionary<string, object>() { { "bookId",2}, { "virtualQuantity","10"} }; var json = Newtonsoft.Json.JsonConve 阅读全文
posted @ 2022-12-14 10:20 ProZkb 阅读(88) 评论(0) 推荐(0) 编辑
摘要: public static string StortJson(string json) { var dic = JsonConvert.DeserializeObject<SortedDictionary<string, object>>(json); SortedDictionary<string 阅读全文
posted @ 2022-12-13 23:04 ProZkb 阅读(988) 评论(0) 推荐(0) 编辑
摘要: public static void work(CancellationToken cancellation) { Thread.Sleep(10000); //while (true) //{ Console.WriteLine("结束" + DateTime.Now.ToString("yyyy 阅读全文
posted @ 2022-11-14 00:02 ProZkb 阅读(25) 评论(0) 推荐(0) 编辑
摘要: json反射成匿名对象 var list = new List<object>() { new { orderSkuList = new[]//orderSkuList是个数组 { new {name="",age="" }, }, orderCreateTime = "", } }; var Li 阅读全文
posted @ 2022-09-09 14:49 ProZkb 阅读(21) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 110 下一页