摘要: CA stands for Certificate Authority 阅读全文
posted @ 2024-03-05 23:58 FredGrit 阅读(7) 评论(0) 推荐(0) 编辑
摘要: Newtonsoft.Json.xml <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object)"> <summary> Serializes the specified object to a JSON s 阅读全文
posted @ 2024-03-05 23:23 FredGrit 阅读(6) 评论(0) 推荐(0) 编辑
摘要: // MSBuild.exe ProjectName.csproj -t:rebuild MSBuild.exe ConsoleApp16.csproj -t:rebuild //dotnet run ApplicationName.exe dotnet run ConsoleApp16.exe / 阅读全文
posted @ 2024-03-05 22:22 FredGrit 阅读(1) 评论(0) 推荐(0) 编辑
摘要: <Window x:Class="WpfApp5.Views.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/win 阅读全文
posted @ 2024-03-05 16:13 FredGrit 阅读(8) 评论(0) 推荐(0) 编辑
摘要: Copy from https://dotnettutorials.net/lesson/abstract-factory-design-pattern-csharp/ “A factory is an object used for creating other objects. In techn 阅读全文
posted @ 2024-03-05 13:40 FredGrit 阅读(5) 评论(0) 推荐(0) 编辑
摘要: using System; using System.IO; using System.Runtime.CompilerServices; namespace ConsoleApp16 { internal class Program { static void Main(string[] args 阅读全文
posted @ 2024-03-05 10:17 FredGrit 阅读(5) 评论(0) 推荐(0) 编辑