摘要: 一、 1 try 2 { 3 while (this.UploadQueue.Count > 0) 4 { 5 var row = this.UploadQueue.Dequeue(); 6 ... 阅读全文
posted @ 2017-10-23 17:17 之广 阅读(679) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-10-23 16:39 之广 阅读(118) 评论(0) 推荐(0) 编辑
摘要: OpenFileDialog fileDialog = new OpenFileDialog(); fileDialog.Filter = "Excel文件|*.xlsx;*.xls"; fileDialog.ShowDialog(); string filename = fileDialog.Fil... 阅读全文
posted @ 2017-10-23 16:27 之广 阅读(2183) 评论(0) 推荐(0) 编辑
我的博客——易之广