01 2021 档案

摘要:1. OrderByDescending(c => c.ModifyTime).Select(c => c.ModifyTime).FirstOrDefault() Select(c => c.ModifyTime).OrderByDescending(c => c.HasValue).FirstO 阅读全文
posted @ 2021-01-14 11:15 青兰柳 阅读(135) 评论(0) 推荐(0) 编辑
摘要:1 引用js和css 2在s layui.use(['laydate', 'form', 'table', 'laypage'], //需要使用哪个模块就声明哪 function () { var laydate = layui.laydate; // 时间 var table = layui.ta 阅读全文
posted @ 2021-01-12 10:26 青兰柳 阅读(8427) 评论(0) 推荐(0) 编辑
摘要:Stream stream = HttpContext.Request.Body; byte[] buffer = new byte[HttpContext.Request.ContentLength.Value]; await stream.ReadAsync(buffer, 0, buffer. 阅读全文
posted @ 2021-01-06 15:00 青兰柳 阅读(335) 评论(0) 推荐(0) 编辑