09 2022 档案
摘要:d:DataContext="{d:DesignInstance Type=local:MainWindowModelView}"
阅读全文
摘要:<Target Name="RemoveDuplicateAnalyzers" BeforeTargets="CoreCompile"> <RemoveDuplicates Inputs="@(Analyzer)"> <Output TaskParameter="Filtered" ItemName
阅读全文
摘要:App.cs App.xaml 返回一个Mainwindow() install template  M
阅读全文
摘要:加密前 加密后 轻度混淆 用ilspy查看 尝试用该方法加密exe程序,依然报毒,有三个引擎 尝试用该方法加密dll程序,1个引擎报毒
阅读全文
摘要:using Bogus; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApp4
阅读全文
摘要:// See https://aka.ms/new-console-template for more information using FreeSql; using FreeSql.DataAnnotations; using System.Diagnostics; Console.WriteL
阅读全文
摘要://Data Source=121.5.123.250;Port=3306;User ID=JYDS_LIS;Password=XhiLrZLFTNCEmeZH; Initial Catalog=jyds_lis;Charset=utf8; SslMode=none;Min pool size=1
阅读全文
摘要:点击查看代码 using Admin.NET.Application.Entity; using SqlSugar; string tmp = @"Data Source=121.5.11.11;Port=3306;User ID=JYDS_LIS;Password=XhiLrZLFTNCEmeZH
阅读全文
摘要:https://blog.csdn.net/m0_37894611/article/details/123710765
阅读全文
摘要:Furion实现动态WebApi https://www.bilibili.com/video/BV1qT4y1S7wA?spm_id_from=333.999.0.0
阅读全文
摘要:尝试使用 WTM来创建项目 进入Model项目中建立一个Hospital的类 在DataAccess中的DataContext.cs中增加 public DbSet<Hospital> Hospital { get; set; } 并修改下面的CreatDbContentext()的返回连接 ret
阅读全文
摘要:https://github.com/bchavez/Bogus `Randomizer.Seed = new Random(123456); var ordergenerator = new Faker<DemoDataModel>() .RuleFor(o => o.Index, f => f.
阅读全文
摘要:Handycontrol的地址 https://handyorg.github.io/handycontrol/ 需要新建项目后,导入到项目HandyControl-Nuget 引入资源文件 原始控件的Lable,可以加style标签,进行快速的修改handycontrol美化过的样式 gif动画,
阅读全文