https://www.gravatar.com/avatar/925f106f8657f9f31645440a0a538227?s=240&d=mp

C#入门

c#入门 打印int a = 1 Console.WriteLine($"a is {a}") 分支和循环 ifint a = 5; int b = 3; if (a + b > 10) { Console.WriteLine("The answer is greater than 10"); } else { Console.WriteLine("The answer is not greater than 10"); } forfor (int index = 0; index < 10; index++) { Console.WriteLine($"Hello World! The index is {index}"); } var

c#事件

Demo 事件声明完整格式顾客-customer进入餐馆点菜(触发事件),服务员-waiter(收到事件并处理) namespace Exception { class Program { static void Main(string[] args) { Customer customer = new(); Waiter waiter =

c#字段和属性

一、浅谈访问修饰符作用: 设定访问权限,限制类中的成员(属性、方法等)可访问的范围,访问范围通常有,类的内部、类的外部。 最常用的类型: priv

C#字符串

https://docs.microsoft.com/zh-cn/dotnet/csharp/how-to/parse-strings-using-split https://docs.microsoft.com/zh-cn/dotnet/standard/base-types/basic-string-operations

win域管理

win域管理 Domain域(Domain):就是由用户和计算机组成的一个逻辑组。在一个域中,由域控制器统一的管理帐户数据库,管理所有的用户登