05 2020 档案

摘要:VSTO Excel单元格填充的速度和效率问题 测试方法:填写10000个单元格内容为"asd" 序号 方法 时间(毫秒) 备注 1 this.Sheets["Sheet1"].Cells(i, 1).Value = "das"; 2 sheet.Cells[i, 1].Value= "das"; 阅读全文
posted @ 2020-05-28 11:05 爱恋的红尘 阅读(444) 评论(0) 推荐(0)
摘要:C# Net 使用 HttpClient 上传文件及信息(带Headers,FormData参数) 包:Newtonsoft.Json public static string UploadFile(byte[] file, string fileName, string token) { Uri 阅读全文
posted @ 2020-05-11 15:18 爱恋的红尘 阅读(5048) 评论(0) 推荐(0)