上一页 1 2 3 4 5 6 ··· 51 下一页
摘要: 阅读全文
posted @ 2020-08-27 16:45 红磨坊后的白桦树 阅读(109) 评论(0) 推荐(0) 编辑
摘要: Task.Delay().Wait(); Task.Delay(): 效果同上: 异步变同步效果: 阅读全文
posted @ 2020-08-27 16:19 红磨坊后的白桦树 阅读(952) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/lavender000/p/6916157.html 阅读全文
posted @ 2020-08-18 14:26 红磨坊后的白桦树 阅读(83) 评论(0) 推荐(0) 编辑
摘要: var a =DateTime.Now.ToString("yyyy-MM-dd'T'HH:mm:ss.fffK");//2020-08-17T15:35:54.525+08:00 阅读全文
posted @ 2020-08-17 15:37 红磨坊后的白桦树 阅读(98) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/rainman/p/11647723.html 阅读全文
posted @ 2020-08-17 14:21 红磨坊后的白桦树 阅读(67) 评论(0) 推荐(0) 编辑
摘要: DateTime.TryParseExact 万能时间格式转化 DateTime.TryParse private DateTime convertDASTime(string s) { DateTime result; if (DateTime.TryParseExact(s, "yyyyMMdd 阅读全文
posted @ 2020-07-15 09:39 红磨坊后的白桦树 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 项目需求,提供一个无参数的post请求给第三方,对方把数据以json格式通过raw传递过来 using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Web; us 阅读全文
posted @ 2020-07-14 10:56 红磨坊后的白桦树 阅读(1566) 评论(0) 推荐(0) 编辑
摘要: HttpWebRequest使用注意(发生阻塞的解决办法) 调用 DownVideo(@"E:\1\1", @"http://121.37.205.228:8102/pass/2020-06-16/09/888888888888cd0018-13-15-2-20200616093537110-湘AX 阅读全文
posted @ 2020-07-07 09:49 红磨坊后的白桦树 阅读(151) 评论(0) 推荐(0) 编辑
摘要: List<ImportStudentDto> list = new List<ImportStudentDto>(); list = ToList<ImportStudentDto>(import.Data.ToList()); public static List<T> ToList<T>(thi 阅读全文
posted @ 2020-07-04 16:06 红磨坊后的白桦树 阅读(165) 评论(0) 推荐(0) 编辑
摘要: Magicodes.IE 阅读全文
posted @ 2020-07-04 15:04 红磨坊后的白桦树 阅读(174) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 51 下一页