随笔分类 - Other
摘要:开源软件许可证的选择通常由项目的目标和使用场景决定。在实际开发中,不同的许可证(如 Apache 2.0、GPL 和 MIT)已被大规模使用在各类流行项目上。以下是基于这些许可证的大型开源项目的总结和对比,包括常用的 .NET 库(如 Newtonsoft.Json、AutoMapper、依赖注入框
阅读全文
摘要:一.第一种方式 [DebuggerStepThrough] //跳过调式 static void Print(string str, [CallerFilePath] string filePath = "",//文件路径 [CallerLineNumber] int num = 0, //行号 [
阅读全文
摘要:添加类 public class AutofacBuilder { private static IContainer _container; public static void init() { ContainerBuilder builder = new ContainerBuilder();
阅读全文
摘要:数据结构可视化: Data Structure Visualizations https://www.cs.usfca.edu/~galles/visualization/Algorithms.html 格式转换: https://tableconvert.com/csv-to-sql
阅读全文
浙公网安备 33010602011771号