07 2021 档案
摘要:假设文件大小一样就表示文件一模一样,是重复文件 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Syst
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System
阅读全文
摘要:查找button的子元素是个TextBlock,再设置它的TextWrappingProperty属性为 TextWrapping.Wrap。 Button btn2 = new Button() {Content="fdhfhfhfhfghfhfhfhfhhfh",Width=88}; btn2.
阅读全文
摘要:包括画卡通画,找出2张图片的相似度,电脑做梦的图片生成,利用GTP-2的文本续写。 using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using
阅读全文
摘要:https://docs.microsoft.com/zh-cn/dotnet/standard/collections/thread-safe/blockingcollection-overviewBlockingCollection 概述 BlockingCollection<T> 是一个线程安
阅读全文
摘要://随机多边形:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; usin
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; using System.Draw
阅读全文