随笔分类 - 技术目录三[成熟框架]
摘要:https://github.com/dotnet/BenchmarkDotNet
阅读全文
摘要:参考:https://www.jianshu.com/p/43e01e2634c8
阅读全文
摘要:https://www.cnblogs.com/feffery/p/17428388.html 我记一下这个 CodeGeeX 亲测可用。
阅读全文
摘要:https://github.com/bianchenglequ/NetCodeTop
阅读全文
摘要:https://zhuanlan.zhihu.com/p/542442087
阅读全文
摘要:http://www.nndssk.com/rjwt/154922gHfJ3F.html
阅读全文
摘要:《吐血整理》C#一些常用的帮助类 - 薛小谦 - 博客园 (cnblogs.com) https://github.com/ldqk/Masuit.Tools Expression表达式树:https://github.com/dynamicexpresso/DynamicExpresso
阅读全文
摘要:XiaoFeng组件 C# NET CORE 帮助类库 基础类库、数据库中间件、网络通讯中间件、Redis、Socket、HttpHelper、QueryableX、Cache、FTP、JSON、XML、IO、配置、各种加密码算法、作业调度、正则、通用数据库操作,支持10多种数据库 文档地址: ht
阅读全文
摘要:【Blog.Core开源】将Program升级为.NET6.0版本 (qq.com)
阅读全文
摘要:https://github.com/wangmaosheng/JadeFramework
阅读全文
摘要:var mapper = new NMapper.Mapper(); mapper.Map<Model>("columnName", m => m.属性, tryPut: (c, m) => { var ismain = ((Model)m).属性; c.CurrentValue = ismain.
阅读全文
摘要:XSSFDataValidationHelper dvHelper = new XSSFDataValidationHelper((XSSFSheet)sheet); //设置数据源的值 XSSFDataValidationConstraint dvConstraint = (XSSFDataVal
阅读全文
摘要://创建计划链表 JobChainingJobListener listener = new JobChainingJobListener("JobLink"); IJobDetail j1 = JobBuilder.Create() .WithIdentity("j1", "jg1") .OfTy
阅读全文
摘要:https://www.jianshu.com/p/e2850153c6f0
阅读全文
摘要:最近发现网上找答案也是80%类似结果。js调试可以在浏览器里,f10,f11可以比较准确。 function scriptReplace(str) { if (new RegExp(".*?script[^>]*?.*?(<\/.*?script.*?>)*", "ig").test(str)) {
阅读全文
摘要:https://www.cnblogs.com/Can-daydayup/p/16654734.html 在加一个基于 .NET 6 的轻量级 Webapi 框架 FastEndpoints
阅读全文
摘要:/// <summary> /// Checks the file is textfile or not. /// </summary> /// <param name="fileName"> Name of the file. </param> /// <returns></returns> pu
阅读全文
摘要:使用.Net对图片进行裁剪、缩放、与加水印 - 高级梦想家 - 博客园 (cnblogs.com)
阅读全文
摘要:[开源精品] C#.NET im 聊天通讯架构设计 -- FreeIM 支持集群、职责分明、高性能 - FreeSql - 博客园 (cnblogs.com)
阅读全文
摘要:对于引用类型,如类 Class P{ string Name {get;set;} long Age {get;set;} } P p1 = new P(){Name = "1", Age =1}; // 使用下面这种是地址引用 P p2 = p1; p2.Name = "修改";//p1的Name
阅读全文