摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Diagnostics; using Sy
阅读全文
随笔分类 - C#
C# 开发问题
摘要:TreeStruct { string id; string parentId; ObservableCollection<TreeStruct> children; } ObservableCollection<TreeStruct> BuildTree(string rootId, List<T
阅读全文
摘要:private BackgroundWorker m_MessageConsumer = new BackgroundWorker(); private BlockingCollection<string> m_BlockingQueue = new BlockingCollection<strin
阅读全文
摘要:<Style x:Key="tbStyle" TargetType="TextBox"> <Setter Property="Template"> <Setter.Value> <ControlTemplate TargetType="TextBox"> <Border BorderBrush="{
阅读全文
摘要:本应该是单纯的json文件,上传之后前后多出了boundary信息 --8e0d3dd9-aed5-42bb-8417-d1f09c5d8540 Content-Disposition: form-data; name=file; filename=testFile3.json; filename*
阅读全文
浙公网安备 33010602011771号