随笔分类 -  C#

摘要:Jint打包后大概2M左右,但有一些小bug,比如函数内的严格模式不生效 ClearScript大概30M左右 测试基于windows x64 控制台程序 <PackageReference Include="Microsoft.ClearScript.Core" Version="7.4.5" / . . .
posted @ 2024-06-18 17:50 trykle 编辑
摘要:来源: https://stackoverflow.com/questions/1600962/displaying-the-build-date# 自定义特性 namespace SuperDuper { [AttributeUsage(AttributeTargets.Assembly)] pu . . .
posted @ 2024-02-06 14:43 trykle 编辑
摘要:普通并发 Parallel.For(1, 500, new ParallelOptions() { MaxDegreeOfParallelism = 2 }, i => { Console.WriteLine(i); Thread.Sleep(2000); }); 异步并发 此时,内部并不会等待方法 . . .
posted @ 2023-12-15 11:12 trykle 编辑
摘要:迅雷会在后台一直监控读取用户剪切板,如果发现是下载格式,将会弹出下载框 在wpf的TextBox中,快速按Ctrl C会导致获取剪切板和设置剪切板的命令争抢引发System.Runtime.InteropServices.COMException 这个异常 通过查看源代码,发现在复制文字时,他们都不 . . .
posted @ 2023-10-19 17:41 trykle 编辑
摘要:临时马上用,有空再封装 应该没有空 宽度为 100 注意匹配 圆角为 10 注意匹配 边框粗细为2 剪切的半径为11(圆角+边框粗细/2) <Window x:Class="WpfApp2.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2 . . .
posted @ 2023-10-08 16:07 trykle 编辑

点击右上角即可分享
微信分享提示