unmvyd

博客园 首页 新随笔 联系 订阅 管理

随笔分类 -  C#

C# 开发问题
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Diagnostics; using Sy 阅读全文
posted @ 2025-02-11 13:57 准爵 阅读(26) 评论(0) 推荐(0)

摘要:TreeStruct { string id; string parentId; ObservableCollection<TreeStruct> children; } ObservableCollection<TreeStruct> BuildTree(string rootId, List<T 阅读全文
posted @ 2024-11-22 18:47 准爵 阅读(20) 评论(0) 推荐(0)

摘要:private BackgroundWorker m_MessageConsumer = new BackgroundWorker(); private BlockingCollection<string> m_BlockingQueue = new BlockingCollection<strin 阅读全文
posted @ 2024-08-16 09:36 准爵 阅读(9) 评论(0) 推荐(0)

摘要:<Style x:Key="tbStyle" TargetType="TextBox"> <Setter Property="Template"> <Setter.Value> <ControlTemplate TargetType="TextBox"> <Border BorderBrush="{ 阅读全文
posted @ 2024-06-07 16:05 准爵 阅读(17) 评论(0) 推荐(0)

摘要:本应该是单纯的json文件,上传之后前后多出了boundary信息 --8e0d3dd9-aed5-42bb-8417-d1f09c5d8540 Content-Disposition: form-data; name=file; filename=testFile3.json; filename* 阅读全文
posted @ 2024-04-24 13:51 准爵 阅读(111) 评论(0) 推荐(0)